From 75f84d107ea87269d5eabc227e8eb88edc289beb Mon Sep 17 00:00:00 2001 From: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> Date: Tue, 14 Apr 2020 14:13:54 +0800 Subject: [PATCH 01/14] Update changelog (#11573) --- src/Compute/Compute/ChangeLog.md | 4 ++-- src/Network/Network/ChangeLog.md | 13 ++++--------- src/Storage/Storage.Management/ChangeLog.md | 18 +++++++++--------- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index d39d8e340544..49029594b5f7 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -19,8 +19,8 @@ - Additional information about change #1 --> ## Upcoming Release -* Added Set-AzVmssOrchestrationServiceState cmdlet. -* Get-AzVmss with -InstanceView shows OrchestrationService states. +* Added `Set-AzVmssOrchestrationServiceState` cmdlet. +* `Get-AzVmss` with -InstanceView shows OrchestrationService states. ## Version 3.6.0 * Added the following parameters to `New-AzDiskConfig` cmdlet: diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index e6e5bcd0b78a..b2eec9c8cf54 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -20,10 +20,10 @@ ## Upcoming Release * Updated cmdlets to enable connection on private IP for Virtual Network Gateway. - - New-AzVirtualNetworkGateway - - Set-AzVirtualNetworkGateway - - New-AzVirtualNetworkGatewayConnection - - Set-AzVirtualNetworkGatewayConnection + - `New-AzVirtualNetworkGateway` + - `Set-AzVirtualNetworkGateway` + - `New-AzVirtualNetworkGatewayConnection` + - `Set-AzVirtualNetworkGatewayConnection` * Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites - `New-AzLocalNetworkGateway` - `New-AzVpnSiteLink` @@ -32,11 +32,6 @@ - allows setting of all the existing properties including the IPv6CircuitConnectionProperties - Updated `Add-AzExpressRouteCircuitConnectionConfig` - Added another optional parameter AddressPrefixType to specify the address family of address prefix -* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. - - New-AzVirtualNetworkGateway - - Set-AzVirtualNetworkGateway - - New-AzVirtualNetworkGatewayConnection - - Set-AzVirtualNetworkGatewayConnection ## Version 2.4.0 * Updated cmdlets to allow cross-tenant VirtualHubVnetConnections diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index afc99223e3c1..fabe368e8da2 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -22,15 +22,15 @@ * Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account - `New-AzStorageAccount` - `Set-AzStorageAccount` -* Support DataLake Gen2 - - New-AzDataLakeGen2Item - - Get-AzDataLakeGen2Item - - Get-AzDataLakeGen2ChildItem - - Move-AzDataLakeGen2Item - - Set-AzDataLakeGen2ItemAclObject - - Update-AzDataLakeGen2Item - - Get-AzDataLakeGen2ItemContent - - Remove-AzDataLakeGen2Item +* Supported DataLake Gen2 + - `New-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ChildItem` + - `Move-AzDataLakeGen2Item` + - `Set-AzDataLakeGen2ItemAclObject` + - `Update-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ItemContent` + - `Remove-AzDataLakeGen2Item` ## Version 1.13.0 * Supported AllowProtectedAppendWrite in ImmutabilityPolicy From 25b3638ce953edbc97f11ad5a890880fe882fa75 Mon Sep 17 00:00:00 2001 From: Venkata Krishnan Anantha Raman Date: Mon, 13 Apr 2020 19:00:21 -0700 Subject: [PATCH 02/14] Adding support for ForceFirewallPolicy association on Application Gateway --- ChangeLog.md | 2 + .../TestApplicationGatewayCRUD.json | 8271 ++++---- .../TestApplicationGatewayCRUD2.json | 5483 +++--- .../TestApplicationGatewayCRUD3.json | 3131 +-- ...tApplicationGatewayCRUDRewriteRuleSet.json | 5655 ++---- ...tewayCRUDRewriteRuleSetWithConditions.json | 4241 ++-- .../TestApplicationGatewayCRUDSubItems.json | 16002 +++++++--------- .../TestApplicationGatewayCRUDSubItems2.json | 5176 +++-- ...tApplicationGatewayWithFirewallPolicy.json | 5498 ++---- .../TestAvailableServerVariableAndHeader.json | 182 +- .../TestAvailableSslOptions.json | 88 +- .../TestAvailableWafRuleSets.json | 20 +- ...evelWafResourceWithApplicationGateway.json | 5673 +++--- .../NewAzureApplicationGatewayCommand.cs | 10 + .../Network/Models/PSApplicationGateway.cs | 3 + .../Network/help/Get-AzApplicationGateway.md | 4 + .../Network/help/New-AzApplicationGateway.md | 39 +- 17 files changed, 28846 insertions(+), 30632 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c386ee285bc2..05eeaf52a00a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -45,6 +45,8 @@ - 'New-AzVirtualHub' - 'Update-AzVirtualHub' * Removed Sql Management SDK dependency +* Updated cmdlets to allow force firewallPolicy association + - 'New-AzApplicationGateway' #### Az.PolicyInsights * Improved error messages diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD.json index dd7ebf093202..603c0091e9a6 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "281c8aff-0f67-4df5-8b90-b1c414771fdb" + "83bd7959-d175-4502-ba48-9ebcc3c93870" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "619659df-6c1a-4602-9ce7-518a95d39fdf" + "c9a2135a-101e-4729-8154-e7ebfaca4b6e" ], "x-ms-correlation-request-id": [ - "619659df-6c1a-4602-9ce7-518a95d39fdf" + "c9a2135a-101e-4729-8154-e7ebfaca4b6e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120430Z:619659df-6c1a-4602-9ce7-518a95d39fdf" + "WESTUS:20200413T174003Z:c9a2135a-101e-4729-8154-e7ebfaca4b6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:30 GMT" + "Mon, 13 Apr 2020 17:40:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps8309?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzODMwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps4062?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNDA2Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d0acf2fd-2ae4-42e7-9c80-58cea7b973f7" + "c92c143e-b857-4cd8-ba87-0729c384c059" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "245ccc38-ff05-45f9-8ef5-9425817ed636" + "b20ca17d-bf8b-49e5-a5d3-7d8f8db07a9c" ], "x-ms-correlation-request-id": [ - "245ccc38-ff05-45f9-8ef5-9425817ed636" + "b20ca17d-bf8b-49e5-a5d3-7d8f8db07a9c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120433Z:245ccc38-ff05-45f9-8ef5-9425817ed636" + "WESTUS:20200413T174004Z:b20ca17d-bf8b-49e5-a5d3-7d8f8db07a9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:33 GMT" + "Mon, 13 Apr 2020 17:40:04 GMT" ], "Content-Length": [ "172" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309\",\r\n \"name\": \"ps8309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062\",\r\n \"name\": \"ps4062\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzg4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDY5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc288ae6-8d0f-4f88-9c00-88aa92e651ea" + "6e4fc68e-66b5-471a-9318-d7a58a070713" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "0db9c0fa-1fbb-406c-b9bc-7111d01d5c2e" + "a406e367-282a-4066-a91d-5174787b9a23" ], "x-ms-correlation-request-id": [ - "0db9c0fa-1fbb-406c-b9bc-7111d01d5c2e" + "a406e367-282a-4066-a91d-5174787b9a23" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120434Z:0db9c0fa-1fbb-406c-b9bc-7111d01d5c2e" + "WESTUS:20200413T174005Z:a406e367-282a-4066-a91d-5174787b9a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:34 GMT" + "Mon, 13 Apr 2020 17:40:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps3882' under resource group 'ps8309' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps4695' under resource group 'ps4062' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzg4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDY5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"84693b2c-4076-447a-b501-1035be807483\"" + "W/\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\"" ], "x-ms-request-id": [ - "02cb998f-7d6b-4e0d-acec-1416ca61f1cc" + "bc5dac48-d119-4a59-bedc-1c0f57c67c33" ], "x-ms-correlation-request-id": [ - "5cea937c-27d0-42c2-970d-722cc5eccbcf" + "4011752a-51e6-4fe3-85c4-4b37724a1bc3" ], "x-ms-arm-service-request-id": [ - "d9fe1862-7e02-4598-8b3c-28589a5b2557" + "f580fbb1-31f7-486f-a010-4e9b5bb46d02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,13 +229,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120445Z:5cea937c-27d0-42c2-970d-722cc5eccbcf" + "WESTUS:20200413T174011Z:4011752a-51e6-4fe3-85c4-4b37724a1bc3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:44 GMT" + "Mon, 13 Apr 2020 17:40:11 GMT" ], "Content-Length": [ "1907" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3882\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e39e02f9-308c-4cc8-9e15-4f325b679853\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7108\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8eeb9534-144f-4194-bfdf-a91e8d80fb13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9541\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps4924\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzg4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDY5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e459cc43-cca5-4e7f-891c-9a92758ff677" + "43c2a7a3-7a3e-41f3-a661-2d7c6578422e" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"84693b2c-4076-447a-b501-1035be807483\"" + "W/\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\"" ], "x-ms-request-id": [ - "80584eef-36e8-4e3c-bf3c-0e43b5e1102f" + "c9a933a4-1378-44e6-af4b-cefac8efa21c" ], "x-ms-correlation-request-id": [ - "fda5b07b-f4a4-47f9-8d17-282069062297" + "864d1457-2fff-4d4e-ac51-91d9af750d3c" ], "x-ms-arm-service-request-id": [ - "fed5f85d-4810-4c00-ba04-be0ddbd30e2a" + "cdbc8a57-602d-4264-a8f6-bff07bb7ef72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,13 +299,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120445Z:fda5b07b-f4a4-47f9-8d17-282069062297" + "WESTUS:20200413T174011Z:864d1457-2fff-4d4e-ac51-91d9af750d3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:45 GMT" + "Mon, 13 Apr 2020 17:40:11 GMT" ], "Content-Length": [ "1907" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3882\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e39e02f9-308c-4cc8-9e15-4f325b679853\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7108\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8eeb9534-144f-4194-bfdf-a91e8d80fb13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9541\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps4924\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzg4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDY5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82ccf5a0-a109-4bed-bb6a-abda6676cdd6" + "0f5543a8-e8c3-4a9d-9272-248ba1da1aa0" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,35 +347,35 @@ "no-cache" ], "ETag": [ - "W/\"84693b2c-4076-447a-b501-1035be807483\"" + "W/\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\"" ], "x-ms-request-id": [ - "bfd17387-390a-4459-8532-359ec9b37f37" + "17b328a6-4878-409b-9cca-07d2a731e96a" ], "x-ms-correlation-request-id": [ - "2bf57ac8-f6ab-4cc1-ae93-58ed489f50a7" + "a44967aa-f18d-42bb-9651-95aa2b83f532" ], "x-ms-arm-service-request-id": [ - "be555a52-c96f-4e24-ae5d-9f7a1828adfb" + "ad151b07-438a-497d-b071-dbbbdb340484" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120445Z:2bf57ac8-f6ab-4cc1-ae93-58ed489f50a7" + "WESTUS:20200413T174012Z:a44967aa-f18d-42bb-9651-95aa2b83f532" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:45 GMT" + "Mon, 13 Apr 2020 17:40:11 GMT" ], "Content-Length": [ "1907" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3882\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e39e02f9-308c-4cc8-9e15-4f325b679853\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7108\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\",\r\n \"etag\": \"W/\\\"84693b2c-4076-447a-b501-1035be807483\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8eeb9534-144f-4194-bfdf-a91e8d80fb13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9541\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps4924\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\",\r\n \"etag\": \"W/\\\"0e89f296-ca6b-44d0-a4fd-d20a604e6539\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzg4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDY5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps8870\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps7108\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps9541\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps4924\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2819ab9e-47a4-4aad-a5ae-0b7e49f0b682" + "b052e213-888a-46e1-b510-f4ee7160347b" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,38 +426,38 @@ "3" ], "x-ms-request-id": [ - "60cda5c7-f01e-4a08-b358-b31adae6eb17" + "9c4a6586-1dc0-44ac-9b65-d594391a5c54" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/60cda5c7-f01e-4a08-b358-b31adae6eb17?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/9c4a6586-1dc0-44ac-9b65-d594391a5c54?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "00edad8f-2c8b-488c-a480-274e6e093d81" + "518c809a-cce6-45ad-8e7b-7e455d42392c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a9119265-248a-47c5-bd80-9ab34d789455" + "66d033c5-873a-4bee-a89f-161951c8a7af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120441Z:00edad8f-2c8b-488c-a480-274e6e093d81" + "WESTUS:20200413T174008Z:518c809a-cce6-45ad-8e7b-7e455d42392c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:41 GMT" + "Mon, 13 Apr 2020 17:40:07 GMT" ], "Content-Length": [ "1904" @@ -469,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3882\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882\",\r\n \"etag\": \"W/\\\"92687bb4-6a86-44b1-ac25-8481bfbd2e77\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e39e02f9-308c-4cc8-9e15-4f325b679853\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\",\r\n \"etag\": \"W/\\\"92687bb4-6a86-44b1-ac25-8481bfbd2e77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps7108\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\",\r\n \"etag\": \"W/\\\"92687bb4-6a86-44b1-ac25-8481bfbd2e77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695\",\r\n \"etag\": \"W/\\\"42f02a71-bbeb-4efd-8472-1a293bfc1315\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8eeb9534-144f-4194-bfdf-a91e8d80fb13\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9541\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\",\r\n \"etag\": \"W/\\\"42f02a71-bbeb-4efd-8472-1a293bfc1315\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps4924\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\",\r\n \"etag\": \"W/\\\"42f02a71-bbeb-4efd-8472-1a293bfc1315\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/60cda5c7-f01e-4a08-b358-b31adae6eb17?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzYwY2RhNWM3LWYwMWUtNGEwOC1iMzU4LWIzMWFkYWU2ZWIxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/9c4a6586-1dc0-44ac-9b65-d594391a5c54?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzljNGE2NTg2LTFkYzAtNDRhYy05YjY1LWQ1OTQzOTFhNWM1ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -482,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -493,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "3ac83a6d-de6e-43ee-8b49-cfca285f4642" + "12843d10-96a3-4532-9247-8b6ff0d85003" ], "x-ms-correlation-request-id": [ - "f41e3d8f-7b4b-43d3-8374-ac6338a630cb" + "094ed54d-93b5-4817-9691-84d6ad4f090f" ], "x-ms-arm-service-request-id": [ - "c8d12522-0e9d-491a-924e-825ded53da57" + "42edbdf3-7439-4a9e-9ff4-a06ce0aabf11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120444Z:f41e3d8f-7b4b-43d3-8374-ac6338a630cb" + "WESTUS:20200413T174011Z:094ed54d-93b5-4817-9691-84d6ad4f090f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:44 GMT" + "Mon, 13 Apr 2020 17:40:11 GMT" ], "Content-Length": [ "29" @@ -534,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMyNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f7e4371-aa01-4397-8f09-47e570a5918b" + "06a14db7-1c82-4a81-b8b0-ead88d9cae2d" ], "Accept-Language": [ "en-US" @@ -549,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -563,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "1aad221a-c53b-4388-9288-45e5e1b5d29b" + "f81538ab-bf5f-400c-b5dc-630ca9bcdc43" ], "x-ms-correlation-request-id": [ - "1aad221a-c53b-4388-9288-45e5e1b5d29b" + "f81538ab-bf5f-400c-b5dc-630ca9bcdc43" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120446Z:1aad221a-c53b-4388-9288-45e5e1b5d29b" + "WESTUS:20200413T174012Z:f81538ab-bf5f-400c-b5dc-630ca9bcdc43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -578,7 +578,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:45 GMT" + "Mon, 13 Apr 2020 17:40:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -590,12 +590,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps3148' under resource group 'ps8309' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps2740' under resource group 'ps4062' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMyNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -603,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -614,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"72d4805d-85ab-40e6-a91b-f9734c76abbe\"" + "W/\"6ca626a7-1149-4b14-a87d-5dd9bc33ad45\"" ], "x-ms-request-id": [ - "d3997540-0d2c-4ce2-9bd3-0a23c798e600" + "1ef20ae8-07ec-42a7-ba6e-1d6519cf954b" ], "x-ms-correlation-request-id": [ - "eb62b4c5-806b-49ae-954a-b61d298e0791" + "8a6f7df8-9bb0-436c-b0d7-7ef1cca29930" ], "x-ms-arm-service-request-id": [ - "623f6b34-6e04-4e3d-848a-3c5d64bb8d05" + "333a8ae7-0dd1-460f-a18a-86fb84434be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -636,13 +636,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120454Z:eb62b4c5-806b-49ae-954a-b61d298e0791" + "WESTUS:20200413T174015Z:8a6f7df8-9bb0-436c-b0d7-7ef1cca29930" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:53 GMT" + "Mon, 13 Apr 2020 17:40:14 GMT" ], "Content-Length": [ "599" @@ -654,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3148\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\",\r\n \"etag\": \"W/\\\"72d4805d-85ab-40e6-a91b-f9734c76abbe\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f106dac-605a-40c7-b0dc-44d21535d758\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\",\r\n \"etag\": \"W/\\\"6ca626a7-1149-4b14-a87d-5dd9bc33ad45\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f439783-9253-41f9-8e45-ff3b6a18b04b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMyNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d731dff3-d773-485d-91f5-229e80b8943f" + "8b8eaa10-8fa1-45ba-86e1-ade1227cab91" ], "Accept-Language": [ "en-US" @@ -673,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -684,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"72d4805d-85ab-40e6-a91b-f9734c76abbe\"" + "W/\"6ca626a7-1149-4b14-a87d-5dd9bc33ad45\"" ], "x-ms-request-id": [ - "a743fbd7-5ca8-4859-9b38-68916edb9d3e" + "6ba83ffd-461f-4b10-a8b7-8018bf18ae8a" ], "x-ms-correlation-request-id": [ - "c3153a68-f61e-48c5-b8ad-ffffc7c45d2a" + "4ec8a955-9347-4cd0-833d-03f25c8f483a" ], "x-ms-arm-service-request-id": [ - "fc87dffc-71ad-4f36-8073-656cde44a2c1" + "66608d78-a3fe-4b2c-ab26-61300035452a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -706,13 +706,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120454Z:c3153a68-f61e-48c5-b8ad-ffffc7c45d2a" + "WESTUS:20200413T174015Z:4ec8a955-9347-4cd0-833d-03f25c8f483a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:53 GMT" + "Mon, 13 Apr 2020 17:40:14 GMT" ], "Content-Length": [ "599" @@ -724,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3148\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\",\r\n \"etag\": \"W/\\\"72d4805d-85ab-40e6-a91b-f9734c76abbe\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f106dac-605a-40c7-b0dc-44d21535d758\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\",\r\n \"etag\": \"W/\\\"6ca626a7-1149-4b14-a87d-5dd9bc33ad45\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7f439783-9253-41f9-8e45-ff3b6a18b04b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMTQ4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMyNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f87d6996-85b4-401b-b984-1d21aa003c46" + "c05ed02c-5754-47d4-8f52-2103e6198fc7" ], "Accept-Language": [ "en-US" @@ -743,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -763,19 +763,19 @@ "1" ], "x-ms-request-id": [ - "2b0e7a17-cbdd-4bcc-a923-cc7c14b750ba" + "fab3c7ab-fdc2-467e-95a8-5061584d1baa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2b0e7a17-cbdd-4bcc-a923-cc7c14b750ba?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/fab3c7ab-fdc2-467e-95a8-5061584d1baa?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "3da7f527-4e08-450f-9189-4dabe3dd929e" + "f2c8f81b-f398-4391-a52f-b6141785a09d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "92fc8eaa-23fe-4105-8389-af0c3899425e" + "8e6c77a3-7921-4cfb-9554-59f77c64ed88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -788,13 +788,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120452Z:3da7f527-4e08-450f-9189-4dabe3dd929e" + "WESTUS:20200413T174014Z:f2c8f81b-f398-4391-a52f-b6141785a09d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:51 GMT" + "Mon, 13 Apr 2020 17:40:13 GMT" ], "Content-Length": [ "598" @@ -806,12 +806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3148\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\",\r\n \"etag\": \"W/\\\"5fef6d30-88fd-48b4-ac12-3a254d018009\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f106dac-605a-40c7-b0dc-44d21535d758\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\",\r\n \"etag\": \"W/\\\"e3290944-81fc-49d6-9ad4-b2ba02f2c2c7\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7f439783-9253-41f9-8e45-ff3b6a18b04b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2b0e7a17-cbdd-4bcc-a923-cc7c14b750ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJiMGU3YTE3LWNiZGQtNGJjYy1hOTIzLWNjN2MxNGI3NTBiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/fab3c7ab-fdc2-467e-95a8-5061584d1baa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYjNjN2FiLWZkYzItNDY3ZS05NWE4LTUwNjE1ODRkMWJhYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -819,7 +819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -830,13 +830,13 @@ "no-cache" ], "x-ms-request-id": [ - "e54b893f-cc9f-4938-b07f-80abbbd55524" + "4c1d8683-fc8e-40a2-9558-b146b63a1496" ], "x-ms-correlation-request-id": [ - "1b5f49ed-5331-476f-95d7-c9d359fe2806" + "6e473779-5a36-41e0-9c70-8c6c45bc7e67" ], "x-ms-arm-service-request-id": [ - "03b21280-69e8-4b2b-9e6a-a71744685c2e" + "79573b5c-c66f-4e9b-adaa-ec0a4990b380" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,13 +849,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120454Z:1b5f49ed-5331-476f-95d7-c9d359fe2806" + "WESTUS:20200413T174015Z:6e473779-5a36-41e0-9c70-8c6c45bc7e67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:53 GMT" + "Mon, 13 Apr 2020 17:40:14 GMT" ], "Content-Length": [ "29" @@ -871,13 +871,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07b5147c-34ea-4ee8-9225-a507c4da62e7" + "29ea25e1-1ca1-43e5-9771-5f9701a4c018" ], "Accept-Language": [ "en-US" @@ -886,7 +886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -900,13 +900,13 @@ "gateway" ], "x-ms-request-id": [ - "cc66162f-46ce-450d-9ced-6fbafd071c62" + "26ea2825-90f1-43a0-9e21-8b258575d575" ], "x-ms-correlation-request-id": [ - "cc66162f-46ce-450d-9ced-6fbafd071c62" + "26ea2825-90f1-43a0-9e21-8b258575d575" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120455Z:cc66162f-46ce-450d-9ced-6fbafd071c62" + "WESTUS:20200413T174015Z:26ea2825-90f1-43a0-9e21-8b258575d575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +915,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:55 GMT" + "Mon, 13 Apr 2020 17:40:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -927,12 +927,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/ps6686' under resource group 'ps8309' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/ps4621' under resource group 'ps4062' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -940,7 +940,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -951,16 +951,16 @@ "no-cache" ], "ETag": [ - "W/\"64f5b00c-29dc-4e76-a377-d6fda4394aef\"" + "W/\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\"" ], "x-ms-request-id": [ - "a0e845ec-b6d0-4837-841a-08c68112a2ae" + "0eb7cec4-0e5c-42e4-a944-6bae48bafffa" ], "x-ms-correlation-request-id": [ - "06e679ae-08b9-4302-8601-4d28db21d936" + "290c8a50-4a3e-447f-89de-23a1bf8b7fef" ], "x-ms-arm-service-request-id": [ - "91ecb56e-6e80-4cec-87f2-c951ccdf8d52" + "f86c45d9-cb4a-4bba-b4b6-99ed097a9005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -973,13 +973,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120501Z:06e679ae-08b9-4302-8601-4d28db21d936" + "WESTUS:20200413T174018Z:290c8a50-4a3e-447f-89de-23a1bf8b7fef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:00 GMT" + "Mon, 13 Apr 2020 17:40:17 GMT" ], "Content-Length": [ "1602" @@ -991,17 +991,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54f39016-82c0-41f6-b663-9926f26fe451" + "72703407-33ab-4105-b88a-fd20a68aa4ea" ], "Accept-Language": [ "en-US" @@ -1010,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1021,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"64f5b00c-29dc-4e76-a377-d6fda4394aef\"" + "W/\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\"" ], "x-ms-request-id": [ - "702dccac-6939-4c77-8dc0-d3b832e19811" + "769c96be-e8ab-4846-b0fb-c4d339144738" ], "x-ms-correlation-request-id": [ - "1350fe8e-b0c5-4eb5-9b72-3bab80229e29" + "0b161441-ba8c-48a6-b154-351073b8cb44" ], "x-ms-arm-service-request-id": [ - "2749e6f0-9bc9-4db4-8722-b8287afa001f" + "4f8123c0-1379-464c-87fe-2058a781a3e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1043,13 +1043,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120501Z:1350fe8e-b0c5-4eb5-9b72-3bab80229e29" + "WESTUS:20200413T174018Z:0b161441-ba8c-48a6-b154-351073b8cb44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:00 GMT" + "Mon, 13 Apr 2020 17:40:17 GMT" ], "Content-Length": [ "1602" @@ -1061,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "07022fbe-88d6-4d15-ac3a-f3292c0a24db" + "41713a4f-b30d-4a01-8421-68b5299cd436" ], "Accept-Language": [ "en-US" @@ -1080,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1091,35 +1091,35 @@ "no-cache" ], "ETag": [ - "W/\"64f5b00c-29dc-4e76-a377-d6fda4394aef\"" + "W/\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\"" ], "x-ms-request-id": [ - "77aa985e-ad88-410d-9f97-d4a6f7c3326e" + "e1beaddd-cb54-47d2-ab9f-bf6dbe142f31" ], "x-ms-correlation-request-id": [ - "1655da85-3453-4f61-92a1-25afb50b75bb" + "77387af2-85ce-44f6-91d1-0a530f639234" ], "x-ms-arm-service-request-id": [ - "c3f0b9e8-64b7-48a7-bc90-2a26d918ff2d" + "3843d77f-1c7f-49fd-8e05-4381bdb8004e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122103Z:1655da85-3453-4f61-92a1-25afb50b75bb" + "WESTUS:20200413T175726Z:77387af2-85ce-44f6-91d1-0a530f639234" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:03 GMT" + "Mon, 13 Apr 2020 17:57:26 GMT" ], "Content-Length": [ "1602" @@ -1131,12 +1131,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1144,7 +1144,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1155,16 +1155,16 @@ "no-cache" ], "ETag": [ - "W/\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\"" + "W/\"35363d35-0224-49e6-b693-4d5e099de394\"" ], "x-ms-request-id": [ - "efc805f5-a365-4462-92ee-ae4c3631e8cd" + "035916d5-7426-4c8f-b76a-266d6b9bf172" ], "x-ms-correlation-request-id": [ - "3524bf8a-e3ce-4163-be5e-2a32f260fae0" + "db6b04d5-206a-4a02-afd3-7a16bf32da68" ], "x-ms-arm-service-request-id": [ - "08a079cf-3b07-472a-9f5c-fedd9c554987" + "ab28fa15-999a-4aad-bd1c-e15c84e37d26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,16 +1174,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122409Z:3524bf8a-e3ce-4163-be5e-2a32f260fae0" + "WESTUS:20200413T180040Z:db6b04d5-206a-4a02-afd3-7a16bf32da68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:09 GMT" + "Mon, 13 Apr 2020 18:00:39 GMT" ], "Content-Length": [ "1879" @@ -1195,17 +1195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"35363d35-0224-49e6-b693-4d5e099de394\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"35363d35-0224-49e6-b693-4d5e099de394\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f63fcfc-c374-4662-a5f7-c13a33323ccb" + "b738153a-ad0f-485c-a30d-43461726a257" ], "Accept-Language": [ "en-US" @@ -1214,7 +1214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1225,16 +1225,16 @@ "no-cache" ], "ETag": [ - "W/\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\"" + "W/\"35363d35-0224-49e6-b693-4d5e099de394\"" ], "x-ms-request-id": [ - "b9f533d4-0d45-4e9e-9b3c-87e168b16111" + "8c6d0491-acba-4ced-8a0e-0c910acef04e" ], "x-ms-correlation-request-id": [ - "3f022544-62d4-4d88-a47d-343e49f4f555" + "8929540b-985a-4b56-809b-9e1f7ced970b" ], "x-ms-arm-service-request-id": [ - "4f27ae5d-4d18-4af6-b724-714f1f840dc6" + "91943904-9ec2-4053-b53e-06ae6804a63e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1244,16 +1244,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122410Z:3f022544-62d4-4d88-a47d-343e49f4f555" + "WESTUS:20200413T180040Z:8929540b-985a-4b56-809b-9e1f7ced970b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:09 GMT" + "Mon, 13 Apr 2020 18:00:39 GMT" ], "Content-Length": [ "1879" @@ -1265,17 +1265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"f3eb2efc-a8a1-49a2-9fb5-743122aefac8\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"35363d35-0224-49e6-b693-4d5e099de394\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"35363d35-0224-49e6-b693-4d5e099de394\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69ee92ab-043a-4cb1-bb4d-48349e9760ea" + "84c9507d-92e4-4213-9881-db8943f83c08" ], "Accept-Language": [ "en-US" @@ -1284,7 +1284,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1301,19 +1301,19 @@ "no-cache" ], "x-ms-request-id": [ - "7f8de39d-3a45-442c-ba56-39c16c076988" + "38e34fa3-0f96-4158-a996-6108fe4f59fb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7f8de39d-3a45-442c-ba56-39c16c076988?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/38e34fa3-0f96-4158-a996-6108fe4f59fb?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "325ef5c1-0074-4289-851c-5cf75430d6e1" + "6580ecff-b790-42cd-aecd-85cd016d99b7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "aef989f5-7f2a-4b81-992a-f31b27aef5ec" + "dadb4770-3489-4390-90fc-1c0e5513dcfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,13 +1326,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120501Z:325ef5c1-0074-4289-851c-5cf75430d6e1" + "WESTUS:20200413T174018Z:6580ecff-b790-42cd-aecd-85cd016d99b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:00 GMT" + "Mon, 13 Apr 2020 17:40:17 GMT" ], "Content-Length": [ "1602" @@ -1344,17 +1344,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"64f5b00c-29dc-4e76-a377-d6fda4394aef\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e17e2eae-4126-43e3-9def-f0acb0e6bc49\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM2Njg2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM0NjIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "43fc47ee-4411-460b-bc66-ebc11d40660f" + "1ec34c66-af39-474d-a1af-257806ea5076" ], "Accept-Language": [ "en-US" @@ -1363,7 +1363,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1383,16 +1383,16 @@ "10" ], "x-ms-request-id": [ - "7267ddde-1f3b-48ed-910a-2c224ded0cf4" + "e96e34fd-e91e-44f6-b7d7-df8a53c83f93" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "6fefd4b9-89da-47b1-a47c-0a1a0ee8f75b" + "1947c04d-ae2b-4a62-92f2-6f95c27f4248" ], "x-ms-arm-service-request-id": [ - "fe1b5807-048b-48f1-b878-1a67740d9400" + "91ba553e-c9d2-4327-abd2-77d5f080263d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1405,13 +1405,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122104Z:6fefd4b9-89da-47b1-a47c-0a1a0ee8f75b" + "WESTUS:20200413T175727Z:1947c04d-ae2b-4a62-92f2-6f95c27f4248" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:04 GMT" + "Mon, 13 Apr 2020 17:57:27 GMT" ], "Content-Length": [ "1877" @@ -1423,17 +1423,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6686\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686\",\r\n \"etag\": \"W/\\\"cf7aece1-48a1-4902-aa4a-bd2fbf2e510c\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"037a0747-dd67-417e-99f9-1a5ef485df95\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"cf7aece1-48a1-4902-aa4a-bd2fbf2e510c\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4621\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621\",\r\n \"etag\": \"W/\\\"82a6689e-ef9a-4537-a97b-682c2bc78bd1\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5e625716-dfa5-4279-b4bc-d246a41d87c8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"82a6689e-ef9a-4537-a97b-682c2bc78bd1\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.2.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1d6b1da-b358-4df5-bcf8-fe01347dcbe2" + "a15e1c2b-db0f-41e7-967f-b5be677f9499" ], "Accept-Language": [ "en-US" @@ -1442,7 +1442,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1456,13 +1456,13 @@ "gateway" ], "x-ms-request-id": [ - "ede57531-fa07-46d8-9485-221f6e2efe79" + "d422375f-28b6-4998-a566-86f23c213322" ], "x-ms-correlation-request-id": [ - "ede57531-fa07-46d8-9485-221f6e2efe79" + "d422375f-28b6-4998-a566-86f23c213322" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120502Z:ede57531-fa07-46d8-9485-221f6e2efe79" + "WESTUS:20200413T174018Z:d422375f-28b6-4998-a566-86f23c213322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,7 +1471,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:02 GMT" + "Mon, 13 Apr 2020 17:40:18 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1480,15 +1480,15 @@ "-1" ], "Content-Length": [ - "151" + "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/ps314' under resource group 'ps8309' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/ps7888' under resource group 'ps4062' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1496,7 +1496,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1507,16 +1507,16 @@ "no-cache" ], "ETag": [ - "W/\"72787cc3-9e25-42ec-a166-fe47e8ae1857\"" + "W/\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\"" ], "x-ms-request-id": [ - "55a8e17e-f653-4941-acf2-52b21c2bfbef" + "6f1ba218-96f9-4b4d-b9e9-68ffb7ad5afe" ], "x-ms-correlation-request-id": [ - "1a642e4d-f088-4b8d-a5a6-b3ae7ed40a00" + "ab12ca10-df1f-43a2-ba00-d85229013c34" ], "x-ms-arm-service-request-id": [ - "c69dae9a-778e-488c-ac76-b9fcbc022bb6" + "6aa4017a-8573-4143-8072-533763c6a4f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1526,19 +1526,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120508Z:1a642e4d-f088-4b8d-a5a6-b3ae7ed40a00" + "WESTUS:20200413T174020Z:ab12ca10-df1f-43a2-ba00-d85229013c34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:08 GMT" + "Mon, 13 Apr 2020 17:40:20 GMT" ], "Content-Length": [ - "1599" + "1602" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1547,17 +1547,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8a22942-07d2-47d4-802c-83357ea9c1c3" + "140680dc-7ea8-42f4-9612-14245be57b51" ], "Accept-Language": [ "en-US" @@ -1566,7 +1566,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1577,16 +1577,16 @@ "no-cache" ], "ETag": [ - "W/\"72787cc3-9e25-42ec-a166-fe47e8ae1857\"" + "W/\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\"" ], "x-ms-request-id": [ - "12fab2a0-f752-43e6-a47c-99ea9b82bb2d" + "4436854b-f181-4c63-82a9-16cf1af654d9" ], "x-ms-correlation-request-id": [ - "e8baff1d-cb02-4c56-a286-f834383ed89d" + "cb60f536-173e-44a4-b24e-f92a4098e650" ], "x-ms-arm-service-request-id": [ - "63586682-39fd-43aa-9c0e-706e849db459" + "ae5a143d-c27f-4c5a-8995-1b3cd66cfede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1596,19 +1596,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120508Z:e8baff1d-cb02-4c56-a286-f834383ed89d" + "WESTUS:20200413T174021Z:cb60f536-173e-44a4-b24e-f92a4098e650" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:08 GMT" + "Mon, 13 Apr 2020 17:40:20 GMT" ], "Content-Length": [ - "1599" + "1602" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1617,17 +1617,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cf694dc-d593-4f6d-bcc7-c4f2f3c616a0" + "2b39dcba-8635-4a29-abb2-4de3bfd91516" ], "Accept-Language": [ "en-US" @@ -1636,7 +1636,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1647,16 +1647,16 @@ "no-cache" ], "ETag": [ - "W/\"72787cc3-9e25-42ec-a166-fe47e8ae1857\"" + "W/\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\"" ], "x-ms-request-id": [ - "3ad22a9f-2489-445b-a196-dd847d6928d7" + "0f730d0a-5aa7-473d-8d49-fc5afaf7a12a" ], "x-ms-correlation-request-id": [ - "75347018-a732-46cf-9869-0f9f50ad7a66" + "48552bfb-a12b-4b02-a2b5-a5c880bd81eb" ], "x-ms-arm-service-request-id": [ - "0cda632c-1312-4589-ac3d-ff84752d1484" + "ac747b41-6775-4368-895f-ac8f92d385db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1666,19 +1666,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122410Z:75347018-a732-46cf-9869-0f9f50ad7a66" + "WESTUS:20200413T180040Z:48552bfb-a12b-4b02-a2b5-a5c880bd81eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:10 GMT" + "Mon, 13 Apr 2020 18:00:40 GMT" ], "Content-Length": [ - "1599" + "1602" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,12 +1687,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1700,7 +1700,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1711,16 +1711,16 @@ "no-cache" ], "ETag": [ - "W/\"861a928e-a73a-42f3-9866-e51dfe626827\"" + "W/\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\"" ], "x-ms-request-id": [ - "28eb67b5-71bd-4918-b35c-51eea10112bb" + "26b5f6c4-e9e1-49d6-854a-238f3ef0c4b6" ], "x-ms-correlation-request-id": [ - "a1b5d6f8-7604-4f64-8195-4ea62638abdf" + "ad1cdd51-bc25-4fde-abef-3410bda70062" ], "x-ms-arm-service-request-id": [ - "ccd51a39-59b7-40c8-8b7d-c24b8af1a35c" + "b0332cdb-f08d-464f-9296-6797379555b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,19 +1730,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122442Z:a1b5d6f8-7604-4f64-8195-4ea62638abdf" + "WESTUS:20200413T180121Z:ad1cdd51-bc25-4fde-abef-3410bda70062" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:42 GMT" + "Mon, 13 Apr 2020 18:01:21 GMT" ], "Content-Length": [ - "1876" + "1879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1751,17 +1751,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"861a928e-a73a-42f3-9866-e51dfe626827\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"861a928e-a73a-42f3-9866-e51dfe626827\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb8ddfbe-50fd-4928-921c-010d15e8ae2e" + "0746252c-052c-4a9c-823b-bf7cc13ca972" ], "Accept-Language": [ "en-US" @@ -1770,7 +1770,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1781,16 +1781,16 @@ "no-cache" ], "ETag": [ - "W/\"861a928e-a73a-42f3-9866-e51dfe626827\"" + "W/\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\"" ], "x-ms-request-id": [ - "d50887d5-9484-495e-839e-cf7c0a0c82e8" + "0eb76725-e790-41a5-bd7a-929776437785" ], "x-ms-correlation-request-id": [ - "117d8b8b-ef44-4248-b74d-723d13d83d92" + "a4a18f57-34b6-464d-a3e4-819ebec1e628" ], "x-ms-arm-service-request-id": [ - "4cd86834-f7d8-4db3-ae48-f80613cbc3ad" + "adfbfaae-8a22-4d9c-afe6-33abc827a332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1800,19 +1800,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122443Z:117d8b8b-ef44-4248-b74d-723d13d83d92" + "WESTUS:20200413T180121Z:a4a18f57-34b6-464d-a3e4-819ebec1e628" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:42 GMT" + "Mon, 13 Apr 2020 18:01:21 GMT" ], "Content-Length": [ - "1876" + "1879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,17 +1821,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"861a928e-a73a-42f3-9866-e51dfe626827\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"861a928e-a73a-42f3-9866-e51dfe626827\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a4c7d3c6-e687-4a28-b9eb-2c27513865d2\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db0e024b-fb24-467d-9fb0-c18986d5d270" + "f258d3fe-ec44-42c1-95d4-2f7554793b2e" ], "Accept-Language": [ "en-US" @@ -1840,7 +1840,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1857,19 +1857,19 @@ "no-cache" ], "x-ms-request-id": [ - "c5f0c65c-9a3b-4836-8f77-c08e1f7d3e0d" + "454c7139-193f-42c0-9292-a88e0a407698" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c5f0c65c-9a3b-4836-8f77-c08e1f7d3e0d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/454c7139-193f-42c0-9292-a88e0a407698?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "d2b40343-3c1f-4254-91b0-9dd1554f6541" + "cf35d211-4e3d-4a9f-9451-4e1527a62ddc" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb1bd0a2-a8b7-44b1-9e21-b411fbeb6d42" + "3fa32113-91bb-4c93-806c-acd8be2178d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1882,16 +1882,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120508Z:d2b40343-3c1f-4254-91b0-9dd1554f6541" + "WESTUS:20200413T174020Z:cf35d211-4e3d-4a9f-9451-4e1527a62ddc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:07 GMT" + "Mon, 13 Apr 2020 17:40:20 GMT" ], "Content-Length": [ - "1599" + "1602" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1900,17 +1900,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"72787cc3-9e25-42ec-a166-fe47e8ae1857\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9b8f09e5-1f15-42fc-84a9-c782140a0f3a\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHMzMTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvcHM3ODg4P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"virtualNetworkTaps\": [],\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"loadBalancerBackendAddressPools\": [],\r\n \"loadBalancerInboundNatRules\": [],\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": []\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true\r\n },\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": []\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eff7dd67-ccf9-4414-ad8b-8a14a0191cb9" + "b1b66638-af1a-49f2-a162-2018a580b1e1" ], "Accept-Language": [ "en-US" @@ -1919,13 +1919,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1752" + "1754" ] }, "ResponseHeaders": { @@ -1939,16 +1939,16 @@ "10" ], "x-ms-request-id": [ - "6d26b028-8054-4f32-bac7-ce2d8f72696b" + "44ce9940-17d2-47a9-b212-01a2f84b5ba7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6d26b028-8054-4f32-bac7-ce2d8f72696b?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/44ce9940-17d2-47a9-b212-01a2f84b5ba7?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "cc2d5ae9-5ede-4466-a23a-e0e8b217e186" + "f3bd0ec2-dd7b-4245-b2fc-befaeb0e90f9" ], "x-ms-arm-service-request-id": [ - "f72b05de-94af-4c34-b6ea-64f60bc083c8" + "63d05505-468a-4257-9e28-7e12f2405eeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1961,16 +1961,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122411Z:cc2d5ae9-5ede-4466-a23a-e0e8b217e186" + "WESTUS:20200413T180041Z:f3bd0ec2-dd7b-4245-b2fc-befaeb0e90f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:11 GMT" + "Mon, 13 Apr 2020 18:00:40 GMT" ], "Content-Length": [ - "1874" + "1877" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1979,17 +1979,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps314\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314\",\r\n \"etag\": \"W/\\\"13d66d91-86bf-48e1-8b17-00868bfc49d0\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f9c6e67a-930e-49bb-8e27-eaf1940c3bcb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"13d66d91-86bf-48e1-8b17-00868bfc49d0\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps7108\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"5ebj3y2mgdeezhqvj2zfwz2ykd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888\",\r\n \"etag\": \"W/\\\"4bafa8f8-eb38-4730-9868-65e952b3e601\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"554e90dc-4a78-439d-866c-63a1098f68f3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"4bafa8f8-eb38-4730-9868-65e952b3e601\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.2.5\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps4924\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\",\r\n \"applicationGatewayBackendAddressPools\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"gsk4xdspcskedp45vepi1ah1cd.yx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ced04bc-95e5-4bfc-baaf-57e79b1a406b" + "a8a61d01-c512-4053-9dab-56e7005e474f" ], "Accept-Language": [ "en-US" @@ -1998,7 +1998,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2012,13 +2012,13 @@ "gateway" ], "x-ms-request-id": [ - "1a689b44-c4fd-47ae-bf35-61f6ad1124b5" + "cde608f7-8882-48c1-ad75-c8814a91012c" ], "x-ms-correlation-request-id": [ - "1a689b44-c4fd-47ae-bf35-61f6ad1124b5" + "cde608f7-8882-48c1-ad75-c8814a91012c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120509Z:1a689b44-c4fd-47ae-bf35-61f6ad1124b5" + "WESTUS:20200413T174021Z:cde608f7-8882-48c1-ad75-c8814a91012c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2027,7 +2027,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:09 GMT" + "Mon, 13 Apr 2020 17:40:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2039,12 +2039,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps9225' under resource group 'ps8309' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps7028' under resource group 'ps4062' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2052,7 +2052,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2063,16 +2063,16 @@ "no-cache" ], "ETag": [ - "W/\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\"" + "W/\"58d84f6e-1797-4168-a731-2fcb65f1a083\"" ], "x-ms-request-id": [ - "89eaaf6b-70dc-4e65-af68-54a23c467d95" + "27e1ffe1-2b08-4dbf-981b-716260ca5242" ], "x-ms-correlation-request-id": [ - "8242496f-ec17-47a5-9441-970ccf2b41b1" + "82ea9b73-05c7-4406-9c3d-5b52d6389d12" ], "x-ms-arm-service-request-id": [ - "26f44ca2-2b15-43b1-8d54-1cbbdbe34c06" + "6189d8b7-3d77-4215-a80b-b9a41027a6c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2082,19 +2082,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11898" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122049Z:8242496f-ec17-47a5-9441-970ccf2b41b1" + "WESTUS:20200413T175714Z:82ea9b73-05c7-4406-9c3d-5b52d6389d12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:49 GMT" + "Mon, 13 Apr 2020 17:57:13 GMT" ], "Content-Length": [ - "19851" + "19856" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2103,17 +2103,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27889451-7b2b-4590-a96e-134c3610279a" + "4f590560-d436-4d7b-895d-1dbeb3b80b76" ], "Accept-Language": [ "en-US" @@ -2122,7 +2122,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2133,16 +2133,16 @@ "no-cache" ], "ETag": [ - "W/\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\"" + "W/\"58d84f6e-1797-4168-a731-2fcb65f1a083\"" ], "x-ms-request-id": [ - "4278e6db-1b1b-4687-bbe6-4372fc986e86" + "4320d638-53cd-436f-84ca-9579eb00f795" ], "x-ms-correlation-request-id": [ - "c4afdbd5-8673-4a72-b444-6b554d9ce1a2" + "ab6edb18-3746-4a9e-923c-5d683cd18ba3" ], "x-ms-arm-service-request-id": [ - "0cd998df-a16f-4b79-b9a0-9cdc3b4ab7a5" + "368bede6-a3de-41b2-9d2d-c65125c236e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2152,19 +2152,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11897" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122049Z:c4afdbd5-8673-4a72-b444-6b554d9ce1a2" + "WESTUS:20200413T175714Z:ab6edb18-3746-4a9e-923c-5d683cd18ba3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:49 GMT" + "Mon, 13 Apr 2020 17:57:13 GMT" ], "Content-Length": [ - "19851" + "19856" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2173,17 +2173,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "016c288e-cf22-43fd-91c5-fbe26cbce3b0" + "9eef5c5e-486a-46e1-ae13-cb6aaff3959d" ], "Accept-Language": [ "en-US" @@ -2192,7 +2192,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2203,38 +2203,38 @@ "no-cache" ], "ETag": [ - "W/\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\"" + "W/\"58d84f6e-1797-4168-a731-2fcb65f1a083\"" ], "x-ms-request-id": [ - "8135b577-875c-4473-aebe-c7e72982a672" + "b759c2c5-66b5-4ed8-acc2-a7d05f7d2ddb" ], "x-ms-correlation-request-id": [ - "8e4d9a83-4e3d-4fdb-9f80-1b81a4ae7489" + "0a9d5a2c-942f-44a2-9024-76f4bde2179e" ], "x-ms-arm-service-request-id": [ - "cc694685-a0d7-4ab0-baf3-a18746b1245e" + "bf2c5461-26fd-4398-9328-05744e3f5dc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122049Z:8e4d9a83-4e3d-4fdb-9f80-1b81a4ae7489" + "WESTUS:20200413T175715Z:0a9d5a2c-942f-44a2-9024-76f4bde2179e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:49 GMT" + "Mon, 13 Apr 2020 17:57:14 GMT" ], "Content-Length": [ - "19851" + "19856" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2243,17 +2243,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ea10f0-c590-4c37-9fad-032a8b64c62f" + "6027e262-c97a-40ec-878d-93c6d677f582" ], "Accept-Language": [ "en-US" @@ -2262,7 +2262,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2273,16 +2273,16 @@ "no-cache" ], "ETag": [ - "W/\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\"" + "W/\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\"" ], "x-ms-request-id": [ - "b3afb756-c952-4e78-892f-ee2c23a7859c" + "e4067f5b-a443-4e41-bb76-37a83aed0ad3" ], "x-ms-correlation-request-id": [ - "1b081c10-2ef4-4a0d-aff2-185fefd0aae8" + "a265dde5-6742-4781-a20b-51133e12632c" ], "x-ms-arm-service-request-id": [ - "7710c5c9-dcd1-4ba3-9f12-af86e21505d1" + "7ac4976c-f4a7-4953-bfaa-47128797f0c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2295,16 +2295,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122443Z:1b081c10-2ef4-4a0d-aff2-185fefd0aae8" + "WESTUS:20200413T180122Z:a265dde5-6742-4781-a20b-51133e12632c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:43 GMT" + "Mon, 13 Apr 2020 18:01:22 GMT" ], "Content-Length": [ - "20319" + "20325" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2313,12 +2313,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"f55daa86-3dd3-4775-bbb8-e61def84bcbc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"1b94a201-d8f4-46ee-8b6f-f65f9334c7f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2326,7 +2326,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2337,38 +2337,38 @@ "no-cache" ], "ETag": [ - "W/\"e5257251-e652-4f12-bae5-60682746478b\"" + "W/\"284575b0-f317-4ce7-be0b-7d561c8b865f\"" ], "x-ms-request-id": [ - "498237d9-f1a7-468f-8acd-9f510067f3ed" + "e267a7dd-1ae9-450d-af9b-bf3031162a01" ], "x-ms-correlation-request-id": [ - "49c9589f-bf10-42e4-bdbd-f6574ff0c050" + "bde34e9f-9021-4abd-b0d0-6d2a3d66ef72" ], "x-ms-arm-service-request-id": [ - "7bb8916d-7013-4f83-ab95-c21e0d2ee5d6" + "e4a72f3e-ea97-4e78-b8ca-8946adf93b06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11924" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123637Z:49c9589f-bf10-42e4-bdbd-f6574ff0c050" + "WESTUS:20200413T181351Z:bde34e9f-9021-4abd-b0d0-6d2a3d66ef72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:37 GMT" + "Mon, 13 Apr 2020 18:13:51 GMT" ], "Content-Length": [ - "30087" + "30092" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2377,17 +2377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea2c28bc-d590-4973-862a-008ab55452c5" + "ba3f7ccc-bc0f-466a-8af0-9daa891e4cc5" ], "Accept-Language": [ "en-US" @@ -2396,7 +2396,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2407,16 +2407,16 @@ "no-cache" ], "ETag": [ - "W/\"e5257251-e652-4f12-bae5-60682746478b\"" + "W/\"284575b0-f317-4ce7-be0b-7d561c8b865f\"" ], "x-ms-request-id": [ - "87611f1b-9d68-432c-a04b-9624c200e5e8" + "d41fc34b-ec15-4a7b-adfe-6b47a57cb6b2" ], "x-ms-correlation-request-id": [ - "1342d028-856e-4d8c-a32b-7172e2908313" + "a9ea9704-423c-42a7-b276-bb688802d38d" ], "x-ms-arm-service-request-id": [ - "605c77b9-6d90-4ebe-bee6-82bcf8cdd79b" + "de0aee50-470e-4de1-b208-f3462c968414" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2426,19 +2426,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123638Z:1342d028-856e-4d8c-a32b-7172e2908313" + "WESTUS:20200413T181351Z:a9ea9704-423c-42a7-b276-bb688802d38d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:37 GMT" + "Mon, 13 Apr 2020 18:13:51 GMT" ], "Content-Length": [ - "30087" + "30092" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2447,17 +2447,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb7502a7-19ed-45f2-b395-ae7a2801d7a7" + "7cc30e35-8633-4cf1-9153-5d33f7df720e" ], "Accept-Language": [ "en-US" @@ -2466,7 +2466,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2477,16 +2477,16 @@ "no-cache" ], "ETag": [ - "W/\"e5257251-e652-4f12-bae5-60682746478b\"" + "W/\"284575b0-f317-4ce7-be0b-7d561c8b865f\"" ], "x-ms-request-id": [ - "94f11cb1-d5cf-44b5-a1c9-4443a53eb82e" + "478e3719-0a85-4459-9b76-e9f9e0d6d999" ], "x-ms-correlation-request-id": [ - "754e4b43-a88b-4fe3-8dde-246abbff1ea0" + "9b854f87-4031-4a66-9318-f981a4c93203" ], "x-ms-arm-service-request-id": [ - "6cda27af-cc1f-4dfe-b1ec-9c4c247b835c" + "aa82870f-9de8-4c7a-adac-73cb796f4563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2496,19 +2496,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123638Z:754e4b43-a88b-4fe3-8dde-246abbff1ea0" + "WESTUS:20200413T181352Z:9b854f87-4031-4a66-9318-f981a4c93203" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:37 GMT" + "Mon, 13 Apr 2020 18:13:51 GMT" ], "Content-Length": [ - "30087" + "30092" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2517,12 +2517,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"e5257251-e652-4f12-bae5-60682746478b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"284575b0-f317-4ce7-be0b-7d561c8b865f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2530,7 +2530,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2541,16 +2541,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "851743d5-ba27-453e-92d8-4c581ad1fff4" + "a1b733bb-ae4e-471d-87a9-eaaef9961ed3" ], "x-ms-correlation-request-id": [ - "1aea49ad-9e9a-474d-bc18-c715b2079af4" + "2e8d07de-7a4f-4a8f-91de-0431419f64df" ], "x-ms-arm-service-request-id": [ - "73316511-7bc2-4311-a40a-aa0e82a3eaf1" + "0aa99474-aa24-430b-952b-ba5ef11d0ae1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2560,19 +2560,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123949Z:1aea49ad-9e9a-474d-bc18-c715b2079af4" + "WESTUS:20200413T181706Z:2e8d07de-7a4f-4a8f-91de-0431419f64df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:48 GMT" + "Mon, 13 Apr 2020 18:17:05 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2581,17 +2581,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e1ef50f-4158-4324-ae70-158ab1d661ea" + "73bad06f-509b-4b48-a218-0917a65850af" ], "Accept-Language": [ "en-US" @@ -2600,7 +2600,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2611,16 +2611,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "fdd43224-e5c1-48eb-b2e6-b7a080e52596" + "ebe2dc03-8645-4990-b1df-de97ce812087" ], "x-ms-correlation-request-id": [ - "629c2cdf-e988-46b5-9523-77132f1a5d3e" + "6d17e048-6baa-48b0-b919-fdf0d76fe830" ], "x-ms-arm-service-request-id": [ - "7dd56808-70b2-4892-9784-7ab2d4616fc0" + "c22fe27a-2b1c-40d0-a59b-7ab26e713a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2630,19 +2630,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123949Z:629c2cdf-e988-46b5-9523-77132f1a5d3e" + "WESTUS:20200413T181706Z:6d17e048-6baa-48b0-b919-fdf0d76fe830" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:48 GMT" + "Mon, 13 Apr 2020 18:17:05 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2651,17 +2651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b045cbd-31b0-44c0-ab4e-11d8e4a73c52" + "0efe394b-b900-4d58-944b-320b5e2a166e" ], "Accept-Language": [ "en-US" @@ -2670,7 +2670,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2681,16 +2681,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "f5927d64-fbe5-4d0e-b5a1-9673f39a8d3c" + "51dfe086-c7b1-490b-96a1-7c41599a2ce5" ], "x-ms-correlation-request-id": [ - "7a0e0aab-89c8-4b20-a54d-5bc32c3d64ed" + "86399cda-295e-4967-b666-186f85dd17e7" ], "x-ms-arm-service-request-id": [ - "99b166b4-2b4c-445e-8271-e87ae64fba5e" + "ebb65eda-d229-43ba-aa94-7261f1c79b53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2703,16 +2703,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123950Z:7a0e0aab-89c8-4b20-a54d-5bc32c3d64ed" + "WESTUS:20200413T181706Z:86399cda-295e-4967-b666-186f85dd17e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:49 GMT" + "Mon, 13 Apr 2020 18:17:05 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2721,17 +2721,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03552ee9-3f04-42a0-a75a-79d4b6d22259" + "4ee5b9d4-70ad-431c-8ea4-5f8de6e66389" ], "Accept-Language": [ "en-US" @@ -2740,7 +2740,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2751,16 +2751,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "203f284a-efaf-46e0-993f-a7855a14ae58" + "f1cec3b2-8892-496a-82c4-82dbdf31d043" ], "x-ms-correlation-request-id": [ - "17f19c60-a0e4-4796-88fb-979421313fdf" + "d6772872-a3d9-411d-bca6-8ccc83b1bb1c" ], "x-ms-arm-service-request-id": [ - "969a3dee-696c-4047-ad18-3b89ed04f06f" + "6adf3a3f-e8ab-4d6e-b7b8-9d6fc815e3ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2773,16 +2773,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123951Z:17f19c60-a0e4-4796-88fb-979421313fdf" + "WESTUS:20200413T181706Z:d6772872-a3d9-411d-bca6-8ccc83b1bb1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:51 GMT" + "Mon, 13 Apr 2020 18:17:06 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2791,17 +2791,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "246a5067-374d-4451-98b5-00fb5c8024e6" + "50852ad0-e11b-4e5d-aa90-d32979996abd" ], "Accept-Language": [ "en-US" @@ -2810,7 +2810,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2821,16 +2821,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "3b6a8de1-41e3-4713-a087-7591f01511d6" + "b2e3e2a9-074d-4d0f-ba17-2727e9fc03c8" ], "x-ms-correlation-request-id": [ - "6b0a91fe-5014-4850-8619-27bd8efe3209" + "29afdc39-44f7-4deb-9197-5ef7628139bb" ], "x-ms-arm-service-request-id": [ - "6a19da07-5290-492f-b83d-db7953dc8b1d" + "28855ac0-20c4-45c2-95fe-02145efa0210" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2840,19 +2840,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123952Z:6b0a91fe-5014-4850-8619-27bd8efe3209" + "WESTUS:20200413T181706Z:29afdc39-44f7-4deb-9197-5ef7628139bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:51 GMT" + "Mon, 13 Apr 2020 18:17:06 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2861,17 +2861,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "298729b4-a742-4e0b-8c2c-3a18f1333b08" + "6bb32982-6193-43fa-86a5-6081d4c4bfa2" ], "Accept-Language": [ "en-US" @@ -2880,7 +2880,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2891,16 +2891,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "2ac7b854-6e40-41b4-a9fd-01528c4298cc" + "e540c4ff-8c43-4dad-986e-8442d42f4194" ], "x-ms-correlation-request-id": [ - "d9a0e77c-03ea-4ed3-9248-a26b5e9a8ed3" + "6c52c2b9-6cd7-4cf3-9945-3276bf5a40c5" ], "x-ms-arm-service-request-id": [ - "349b4c09-7a63-4ecd-a1c8-bb0c2b38da60" + "481ad850-cbb9-462b-a102-05730019e0f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,16 +2913,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123953Z:d9a0e77c-03ea-4ed3-9248-a26b5e9a8ed3" + "WESTUS:20200413T181707Z:6c52c2b9-6cd7-4cf3-9945-3276bf5a40c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:52 GMT" + "Mon, 13 Apr 2020 18:17:06 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2931,17 +2931,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a53d7dae-bbbe-4c0a-9d32-2b3191c49331" + "0fc416f2-d83f-40a8-878f-aa7d8fadf1ea" ], "Accept-Language": [ "en-US" @@ -2950,7 +2950,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2961,16 +2961,16 @@ "no-cache" ], "ETag": [ - "W/\"d09f2fab-c321-4b03-99c9-603b9244168b\"" + "W/\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\"" ], "x-ms-request-id": [ - "1b460b0e-8483-42b1-8454-c414499f57f2" + "95f85274-ee9e-4f58-8d0d-25acbfcd97f3" ], "x-ms-correlation-request-id": [ - "96dc7b14-1ffd-4f2f-bef3-4267a3e8061b" + "c872c907-d7b0-4a1e-9189-70557cb5d626" ], "x-ms-arm-service-request-id": [ - "7a7acf85-54be-4685-8ff2-624b54ad903b" + "4c7a656c-434e-48dd-8455-b0cad1e1a30d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2983,16 +2983,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123954Z:96dc7b14-1ffd-4f2f-bef3-4267a3e8061b" + "WESTUS:20200413T181707Z:c872c907-d7b0-4a1e-9189-70557cb5d626" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:53 GMT" + "Mon, 13 Apr 2020 18:17:06 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3001,12 +3001,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d09f2fab-c321-4b03-99c9-603b9244168b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"4e958ff2-8686-4f7c-a60e-cbfcc2199b88\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3014,7 +3014,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3025,16 +3025,16 @@ "no-cache" ], "ETag": [ - "W/\"8747ede0-efb9-4c3e-97d1-975d65577acb\"" + "W/\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\"" ], "x-ms-request-id": [ - "c4d6ca99-7993-4d7a-a29b-5cfb5586f067" + "8337d51d-e90f-4c32-9a4b-80d9f3857f7f" ], "x-ms-correlation-request-id": [ - "3d7f8930-3fc6-44bf-8556-4de5cae39dc2" + "d79bf2fb-c446-4795-b3d5-71e58883308c" ], "x-ms-arm-service-request-id": [ - "66d0bab4-ccb3-4cca-ad48-8c9e8c5d4443" + "92518586-fd62-4cf8-8d45-2d29539c9a36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3047,16 +3047,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124030Z:3d7f8930-3fc6-44bf-8556-4de5cae39dc2" + "WESTUS:20200413T181739Z:d79bf2fb-c446-4795-b3d5-71e58883308c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:29 GMT" + "Mon, 13 Apr 2020 18:17:38 GMT" ], "Content-Length": [ - "29546" + "29551" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3065,17 +3065,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c0cc017-aa47-4e0e-b953-a680b9420a51" + "3e942672-a589-4d56-b26a-c667ee2d5430" ], "Accept-Language": [ "en-US" @@ -3084,7 +3084,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3095,16 +3095,16 @@ "no-cache" ], "ETag": [ - "W/\"8747ede0-efb9-4c3e-97d1-975d65577acb\"" + "W/\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\"" ], "x-ms-request-id": [ - "2edb09bd-6f5f-4dfc-a306-d79119c74511" + "e780ca89-6002-472f-8433-b2537c6415be" ], "x-ms-correlation-request-id": [ - "b7d85838-ab0f-41ab-8657-bbc86cd8fc05" + "79a4e351-ed2f-4272-a42e-188e47abd996" ], "x-ms-arm-service-request-id": [ - "3ca88ff8-e95a-4c21-bdbd-4bb232febea7" + "525ac2e3-05db-4ea0-9176-a79c8fc75d7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3117,16 +3117,16 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124030Z:b7d85838-ab0f-41ab-8657-bbc86cd8fc05" + "WESTUS:20200413T181739Z:79a4e351-ed2f-4272-a42e-188e47abd996" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:29 GMT" + "Mon, 13 Apr 2020 18:17:38 GMT" ], "Content-Length": [ - "29546" + "29551" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3135,17 +3135,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "428d0596-e7f9-44dd-8ce4-4721dde0e5b6" + "fb5fddf7-070a-4130-87c0-22b725f3021c" ], "Accept-Language": [ "en-US" @@ -3154,7 +3154,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3165,16 +3165,16 @@ "no-cache" ], "ETag": [ - "W/\"8747ede0-efb9-4c3e-97d1-975d65577acb\"" + "W/\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\"" ], "x-ms-request-id": [ - "1a31629a-38cf-4b63-b621-61de79f625af" + "382421be-606b-40c2-a929-3e8446b0263e" ], "x-ms-correlation-request-id": [ - "d9f55a07-6d8b-46ea-9ce1-ddab875b20e1" + "1ea1bfed-af92-4314-9155-d8768bd90e14" ], "x-ms-arm-service-request-id": [ - "5ceff068-b3e6-4db5-8a72-960904c8a71c" + "639a8c2a-2a2f-444a-ad96-5e25396d001c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3184,19 +3184,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124031Z:d9f55a07-6d8b-46ea-9ce1-ddab875b20e1" + "WESTUS:20200413T181739Z:1ea1bfed-af92-4314-9155-d8768bd90e14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:30 GMT" + "Mon, 13 Apr 2020 18:17:39 GMT" ], "Content-Length": [ - "29546" + "29551" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3205,17 +3205,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02588db8-fe1f-4b01-a603-2f3a530b4c6b" + "1fcd666f-21d1-41b9-8101-e70846a78e9a" ], "Accept-Language": [ "en-US" @@ -3224,7 +3224,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3235,16 +3235,16 @@ "no-cache" ], "ETag": [ - "W/\"8747ede0-efb9-4c3e-97d1-975d65577acb\"" + "W/\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\"" ], "x-ms-request-id": [ - "3f3c0b35-86c6-4364-b617-5eae7a30c39f" + "ebaa0784-b3da-48ad-87d5-631a8e0c0887" ], "x-ms-correlation-request-id": [ - "a8d9830f-bb00-4ac1-a973-aa15dfb344d4" + "15be66dc-34ec-4f53-ad5c-c6785ed5df52" ], "x-ms-arm-service-request-id": [ - "bc442669-6455-4f95-afaf-36259e6ef2ee" + "d03d84cf-27dc-45eb-b78e-e4f565069558" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3254,19 +3254,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124032Z:a8d9830f-bb00-4ac1-a973-aa15dfb344d4" + "WESTUS:20200413T181740Z:15be66dc-34ec-4f53-ad5c-c6785ed5df52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:31 GMT" + "Mon, 13 Apr 2020 18:17:39 GMT" ], "Content-Length": [ - "29546" + "29551" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3275,12 +3275,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"8747ede0-efb9-4c3e-97d1-975d65577acb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"e503e83d-1edb-4087-bc6c-e09cc6d521ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3288,7 +3288,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3299,16 +3299,16 @@ "no-cache" ], "ETag": [ - "W/\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\"" + "W/\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\"" ], "x-ms-request-id": [ - "ef608487-a0e1-4eed-9561-aebc4214fae0" + "c22bbe25-9fa8-49c1-9a63-dcaf9b72c1ef" ], "x-ms-correlation-request-id": [ - "e41fc450-fbe8-4592-9d7a-007be0c91050" + "acf4d35b-edb9-4c8e-a0b1-77ecaa2d09a2" ], "x-ms-arm-service-request-id": [ - "30c0c0af-9d8c-4c8b-94fc-e6d2b5e577d1" + "b8145a8b-0449-48af-893a-a910f8dc66e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3318,19 +3318,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124108Z:e41fc450-fbe8-4592-9d7a-007be0c91050" + "WESTUS:20200413T181822Z:acf4d35b-edb9-4c8e-a0b1-77ecaa2d09a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:08 GMT" + "Mon, 13 Apr 2020 18:18:22 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3339,17 +3339,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e4abaf4-3a01-4b99-8f94-2943ef216bf8" + "edbbdd36-f808-427d-9db6-4f0a56048a4f" ], "Accept-Language": [ "en-US" @@ -3358,7 +3358,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3369,16 +3369,16 @@ "no-cache" ], "ETag": [ - "W/\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\"" + "W/\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\"" ], "x-ms-request-id": [ - "94bb3c2f-b9a3-4eb5-a7d2-ec1381c19b4b" + "862c6ab1-5984-4b13-9374-645a9cc94df6" ], "x-ms-correlation-request-id": [ - "eb2f552b-fe83-4217-838b-aef6979c31d3" + "64949f07-081f-40b6-9878-b3e2cc8e0cbc" ], "x-ms-arm-service-request-id": [ - "eed41734-47d4-459d-8dcc-a0eaae87ff49" + "badd6a02-51d1-4226-84bd-b186353d17ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3388,19 +3388,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124108Z:eb2f552b-fe83-4217-838b-aef6979c31d3" + "WESTUS:20200413T181822Z:64949f07-081f-40b6-9878-b3e2cc8e0cbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:08 GMT" + "Mon, 13 Apr 2020 18:18:22 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3409,17 +3409,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "589bc3e7-952b-4a8a-8a02-352140d2d90d" + "d5091537-4563-4f9c-a40c-f7b3c93dfd11" ], "Accept-Language": [ "en-US" @@ -3428,7 +3428,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3439,16 +3439,16 @@ "no-cache" ], "ETag": [ - "W/\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\"" + "W/\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\"" ], "x-ms-request-id": [ - "830bdf34-6ca7-4491-b878-d13fdb5aefc9" + "84151d80-f3bc-4792-a58f-9e67c427aaff" ], "x-ms-correlation-request-id": [ - "e4a1413a-fd07-4ef0-89de-fc808921505f" + "887e19d6-1491-4921-8ffd-48db0dbce7fb" ], "x-ms-arm-service-request-id": [ - "be9667c1-9bfd-45a2-a181-13df5d86ff40" + "c70f2368-2d66-43d9-b302-3e2dae35ca35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3458,19 +3458,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124109Z:e4a1413a-fd07-4ef0-89de-fc808921505f" + "WESTUS:20200413T181822Z:887e19d6-1491-4921-8ffd-48db0dbce7fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:09 GMT" + "Mon, 13 Apr 2020 18:18:21 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3479,17 +3479,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b222b450-1c5e-4021-b35a-8b80abc3f7b6" + "09998f91-7ba6-4885-a54a-834e3506bc39" ], "Accept-Language": [ "en-US" @@ -3498,7 +3498,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3509,16 +3509,16 @@ "no-cache" ], "ETag": [ - "W/\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\"" + "W/\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\"" ], "x-ms-request-id": [ - "e0dd3c20-fafe-46ed-a72c-8b6242ca5603" + "4bc88b62-2640-4b9e-b78f-4964ba09b46a" ], "x-ms-correlation-request-id": [ - "1aa0862f-de04-4ee7-a214-c5635791fb6d" + "cbf4e026-819e-494f-a5f5-0f46c375dd87" ], "x-ms-arm-service-request-id": [ - "71c6034e-57fe-40ff-83cd-80a65c66fd75" + "ae8d6ec9-8551-4c5a-9285-3aad2613c936" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3531,16 +3531,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124110Z:1aa0862f-de04-4ee7-a214-c5635791fb6d" + "WESTUS:20200413T181822Z:cbf4e026-819e-494f-a5f5-0f46c375dd87" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:09 GMT" + "Mon, 13 Apr 2020 18:18:22 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3549,12 +3549,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"cffbf91f-2e7e-44be-a8b0-0d0c9b5d45a3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f59b4ad1-4cab-4b6f-abf2-e31bdfa0b427\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3562,7 +3562,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3573,16 +3573,16 @@ "no-cache" ], "ETag": [ - "W/\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\"" + "W/\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\"" ], "x-ms-request-id": [ - "76d93cb3-7774-4068-bf31-58114cb685ac" + "6ba17d35-7f93-4c4e-9a18-aaf078e99792" ], "x-ms-correlation-request-id": [ - "1c669629-76a9-4a92-a30b-785b8d3c4163" + "eab79be3-ea2f-4e8e-9e4e-e381abbf823b" ], "x-ms-arm-service-request-id": [ - "4ecf079d-7ab5-4f89-9b03-55d9df191223" + "afcd9c51-26bf-4b81-a834-05e09ea91069" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3595,16 +3595,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124147Z:1c669629-76a9-4a92-a30b-785b8d3c4163" + "WESTUS:20200413T181855Z:eab79be3-ea2f-4e8e-9e4e-e381abbf823b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:47 GMT" + "Mon, 13 Apr 2020 18:18:54 GMT" ], "Content-Length": [ - "29363" + "29368" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3613,17 +3613,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c4be3e3-b3c4-46c9-9de8-e625b7fc4da7" + "0e24aaee-f981-4954-8b54-a0cb5d483147" ], "Accept-Language": [ "en-US" @@ -3632,7 +3632,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3643,16 +3643,16 @@ "no-cache" ], "ETag": [ - "W/\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\"" + "W/\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\"" ], "x-ms-request-id": [ - "ad173562-557e-4bcb-871f-f232111e334c" + "16782369-1f4a-40e8-bad6-b60ee3b0f934" ], "x-ms-correlation-request-id": [ - "c4717818-6afd-4b17-b1f8-8f7a83ed7b98" + "367727fc-1d40-49ab-a0d9-af2a09ca9720" ], "x-ms-arm-service-request-id": [ - "d613abe8-9870-444e-af55-e925111c8007" + "e588e2b3-42b3-40a1-9298-baf647b5b672" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3665,16 +3665,16 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124147Z:c4717818-6afd-4b17-b1f8-8f7a83ed7b98" + "WESTUS:20200413T181855Z:367727fc-1d40-49ab-a0d9-af2a09ca9720" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:47 GMT" + "Mon, 13 Apr 2020 18:18:54 GMT" ], "Content-Length": [ - "29363" + "29368" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3683,17 +3683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "484055c1-f37d-4970-a104-b83e14b15c94" + "c9a5b053-f178-4197-ab91-b9f530caf523" ], "Accept-Language": [ "en-US" @@ -3702,7 +3702,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3713,16 +3713,16 @@ "no-cache" ], "ETag": [ - "W/\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\"" + "W/\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\"" ], "x-ms-request-id": [ - "83f52a79-f872-4fc8-93c1-08a6067b0ab0" + "3f1c268d-3129-4bb6-bbb9-16c5a0acc984" ], "x-ms-correlation-request-id": [ - "5c042b22-3e23-423f-b8f0-9c96bc0a61c8" + "308c14b2-b1cd-452c-9ed0-af5109a01c1d" ], "x-ms-arm-service-request-id": [ - "689047e7-5b18-40f2-9c91-ecd077b5ca70" + "ab8d3a01-8ed1-4431-9f5a-2fdc61471c3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3735,16 +3735,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124148Z:5c042b22-3e23-423f-b8f0-9c96bc0a61c8" + "WESTUS:20200413T181855Z:308c14b2-b1cd-452c-9ed0-af5109a01c1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:48 GMT" + "Mon, 13 Apr 2020 18:18:54 GMT" ], "Content-Length": [ - "29363" + "29368" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3753,12 +3753,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"a2758419-cc40-47d4-bbb1-3b8db5a7fdbe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"ae2e1a97-30b3-480d-8bbe-bac6477a7f2d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3766,7 +3766,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3777,16 +3777,16 @@ "no-cache" ], "ETag": [ - "W/\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\"" + "W/\"48434003-916a-4c70-8b92-aa32c7458aae\"" ], "x-ms-request-id": [ - "c8ceeb22-5d9a-49bf-8f92-ad8c1a683388" + "1965cd3d-55d8-4dbd-861b-a95a533d69ba" ], "x-ms-correlation-request-id": [ - "b66f89cf-4a32-428c-a89a-de9a46f845df" + "e4fdb77a-e8fb-48bc-bc47-8570a3290d85" ], "x-ms-arm-service-request-id": [ - "6f1d5154-bbf2-4f2c-8310-13788f0b0ade" + "88871054-a7ed-465b-bb6e-da8b581ac8b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3799,16 +3799,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124225Z:b66f89cf-4a32-428c-a89a-de9a46f845df" + "WESTUS:20200413T181928Z:e4fdb77a-e8fb-48bc-bc47-8570a3290d85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:24 GMT" + "Mon, 13 Apr 2020 18:19:28 GMT" ], "Content-Length": [ - "29204" + "29209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3817,17 +3817,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac723207-d1a8-48a4-bcc5-57e7895c5062" + "4d91eea1-70bc-4c66-b9d8-d65cd70cd7ac" ], "Accept-Language": [ "en-US" @@ -3836,7 +3836,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3847,16 +3847,16 @@ "no-cache" ], "ETag": [ - "W/\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\"" + "W/\"48434003-916a-4c70-8b92-aa32c7458aae\"" ], "x-ms-request-id": [ - "4dee8a9d-77d1-4cc9-b522-1d1150abb923" + "0de239c2-7305-45f3-b106-43c0f28e674c" ], "x-ms-correlation-request-id": [ - "7a5ff266-a0a7-4bc2-a57b-d2d3a5ab22fc" + "455b0652-e201-40d9-b766-1115463b20b4" ], "x-ms-arm-service-request-id": [ - "7112fcba-1adb-4776-bd17-1ea652ac2af0" + "de6f7b3e-047a-4791-af3f-22aa06d69f14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3869,16 +3869,16 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124225Z:7a5ff266-a0a7-4bc2-a57b-d2d3a5ab22fc" + "WESTUS:20200413T181928Z:455b0652-e201-40d9-b766-1115463b20b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:24 GMT" + "Mon, 13 Apr 2020 18:19:28 GMT" ], "Content-Length": [ - "29204" + "29209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3887,17 +3887,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4632c48f-b460-4a65-a134-025332730019" + "506e3a1f-2ba6-4494-b78b-da93395bdb71" ], "Accept-Language": [ "en-US" @@ -3906,7 +3906,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3917,16 +3917,16 @@ "no-cache" ], "ETag": [ - "W/\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\"" + "W/\"48434003-916a-4c70-8b92-aa32c7458aae\"" ], "x-ms-request-id": [ - "5bddbe01-f703-4191-83f6-b686e3d24eed" + "9d51a405-6f6f-4ab3-9231-88383ca42ce8" ], "x-ms-correlation-request-id": [ - "aa1fdc66-befd-4796-b627-de9e879d230a" + "de376718-0cb1-436a-bd72-1015958d00ff" ], "x-ms-arm-service-request-id": [ - "4d4a6aa6-c5e8-4da6-a5a3-4437255a5a8b" + "d5ed7db2-51c2-413e-803f-959b78932e33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3939,16 +3939,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124226Z:aa1fdc66-befd-4796-b627-de9e879d230a" + "WESTUS:20200413T181928Z:de376718-0cb1-436a-bd72-1015958d00ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:25 GMT" + "Mon, 13 Apr 2020 18:19:28 GMT" ], "Content-Length": [ - "29204" + "29209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3957,17 +3957,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b518233e-b052-4523-a5fa-3ef8fc06b343" + "8b8d401d-b7a3-4ad6-bd3c-8997507779fd" ], "Accept-Language": [ "en-US" @@ -3976,7 +3976,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3987,16 +3987,16 @@ "no-cache" ], "ETag": [ - "W/\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\"" + "W/\"48434003-916a-4c70-8b92-aa32c7458aae\"" ], "x-ms-request-id": [ - "c042b5fe-ea9d-4acf-b6e2-f67d5f1201d9" + "3433021d-6f65-4ed7-8001-248a33728069" ], "x-ms-correlation-request-id": [ - "16363496-b4d0-4945-bcbd-78d77df5a6a5" + "38d14ba6-edb7-43a1-b5c7-72474502e370" ], "x-ms-arm-service-request-id": [ - "1122caa1-b6f5-4e34-8496-01780b2fb5ed" + "178a944e-ab6b-4987-ae4f-0e826edb1b6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4009,16 +4009,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124227Z:16363496-b4d0-4945-bcbd-78d77df5a6a5" + "WESTUS:20200413T181929Z:38d14ba6-edb7-43a1-b5c7-72474502e370" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:26 GMT" + "Mon, 13 Apr 2020 18:19:28 GMT" ], "Content-Length": [ - "29204" + "29209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4027,12 +4027,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"3209ab31-7db9-4134-b76d-8d8fb9a28a22\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"48434003-916a-4c70-8b92-aa32c7458aae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4040,7 +4040,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4051,16 +4051,16 @@ "no-cache" ], "ETag": [ - "W/\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\"" + "W/\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\"" ], "x-ms-request-id": [ - "78b75b3c-a61d-42cf-9afa-73eb37b969ec" + "28e4ec12-7a17-4766-b221-d54aad33fd1b" ], "x-ms-correlation-request-id": [ - "c920d753-23c5-4ca2-b640-6347b42a5051" + "379ab16c-d4b7-4402-9de0-78da7f05c9fa" ], "x-ms-arm-service-request-id": [ - "00ab8694-f27a-4675-85ea-876ff9ff652c" + "e12274f1-888f-48e3-a741-4f9f2ad18f9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4073,16 +4073,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124303Z:c920d753-23c5-4ca2-b640-6347b42a5051" + "WESTUS:20200413T182001Z:379ab16c-d4b7-4402-9de0-78da7f05c9fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:03 GMT" + "Mon, 13 Apr 2020 18:20:00 GMT" ], "Content-Length": [ - "29388" + "29393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4091,17 +4091,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fcac70b-2e78-4090-a964-129eff822f6e" + "cfa11d49-5cc1-4052-96c6-fdadf6ba74eb" ], "Accept-Language": [ "en-US" @@ -4110,7 +4110,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4121,16 +4121,16 @@ "no-cache" ], "ETag": [ - "W/\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\"" + "W/\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\"" ], "x-ms-request-id": [ - "72be29ea-5836-4735-8383-311b6448464b" + "b8fa7f55-5989-4fb0-9977-47661ee2a6e8" ], "x-ms-correlation-request-id": [ - "9416232a-45b7-4f80-a5b7-0332b4b74964" + "59ade501-19dd-4c7a-befe-3c958e039425" ], "x-ms-arm-service-request-id": [ - "54314ee9-85df-46a3-a6c1-a27e3abf5d81" + "f276ee53-ef07-4e05-a18a-421ace2f0674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4143,16 +4143,16 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124304Z:9416232a-45b7-4f80-a5b7-0332b4b74964" + "WESTUS:20200413T182001Z:59ade501-19dd-4c7a-befe-3c958e039425" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:03 GMT" + "Mon, 13 Apr 2020 18:20:00 GMT" ], "Content-Length": [ - "29388" + "29393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4161,17 +4161,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6de79e3c-b016-467e-939c-2d89b5c9eb47" + "afd5fa67-ad52-4c16-9399-f1dc7f24f93b" ], "Accept-Language": [ "en-US" @@ -4180,7 +4180,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4191,16 +4191,16 @@ "no-cache" ], "ETag": [ - "W/\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\"" + "W/\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\"" ], "x-ms-request-id": [ - "ebd8ceb3-b3e9-4f6c-8785-ba8d0b83ba83" + "b70e4b60-c1f4-4dab-9c44-3f71e681a80f" ], "x-ms-correlation-request-id": [ - "f210322d-0940-481a-88f3-a3e85537fa5d" + "1db50971-63d7-41bc-aabb-84717ba9c9ac" ], "x-ms-arm-service-request-id": [ - "ec97e403-3cc8-4edb-bd9f-0513ac31439e" + "9f618832-371c-4c0a-bc3f-eedd83440abe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4213,16 +4213,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124305Z:f210322d-0940-481a-88f3-a3e85537fa5d" + "WESTUS:20200413T182001Z:1db50971-63d7-41bc-aabb-84717ba9c9ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:05 GMT" + "Mon, 13 Apr 2020 18:20:00 GMT" ], "Content-Length": [ - "29388" + "29393" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4231,12 +4231,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"5cdfb263-96d3-40ea-b3c7-b255f6f769e9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"b5c7f2dd-6609-42e1-8962-6c2c469a6210\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4244,7 +4244,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4255,16 +4255,16 @@ "no-cache" ], "ETag": [ - "W/\"df5c214a-5155-4262-88de-515ede10abcc\"" + "W/\"f11f251d-e802-4c1e-8594-91dfd74293a5\"" ], "x-ms-request-id": [ - "50ee3821-4055-4713-ba90-2811f93714fc" + "60d0bd42-dd0c-4d47-b6dc-d280811c5dc7" ], "x-ms-correlation-request-id": [ - "6e215469-a196-4337-ab5c-a5590acbcca8" + "0e3e826e-f622-4af2-86d4-977cb27e2635" ], "x-ms-arm-service-request-id": [ - "65e3b8d6-b491-4036-910e-cb530b833b8e" + "6b8239c4-2e0f-4238-8abd-4ac4f8ac36c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4274,19 +4274,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124341Z:6e215469-a196-4337-ab5c-a5590acbcca8" + "WESTUS:20200413T182044Z:0e3e826e-f622-4af2-86d4-977cb27e2635" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:41 GMT" + "Mon, 13 Apr 2020 18:20:43 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4295,17 +4295,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c230fe4-abe7-4f69-96f7-ab1f18dffc09" + "0e5848bc-5c54-4245-8f6a-6ebb27aa73b3" ], "Accept-Language": [ "en-US" @@ -4314,7 +4314,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4325,16 +4325,16 @@ "no-cache" ], "ETag": [ - "W/\"df5c214a-5155-4262-88de-515ede10abcc\"" + "W/\"f11f251d-e802-4c1e-8594-91dfd74293a5\"" ], "x-ms-request-id": [ - "4e891ea0-92b6-4a9a-90db-73719bf3e2b7" + "ae279c5c-165e-4410-9fe7-8774d14af00d" ], "x-ms-correlation-request-id": [ - "489283f8-7783-4b1c-9d97-9e5a774f0272" + "1b702bf4-da7a-4adb-9a3e-5ff54e14c6b3" ], "x-ms-arm-service-request-id": [ - "13731320-c0d3-408b-81b3-f3bfc4983deb" + "f0499915-7039-4ffe-9b42-7ef052ede809" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4344,19 +4344,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124341Z:489283f8-7783-4b1c-9d97-9e5a774f0272" + "WESTUS:20200413T182044Z:1b702bf4-da7a-4adb-9a3e-5ff54e14c6b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:41 GMT" + "Mon, 13 Apr 2020 18:20:44 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4365,17 +4365,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a33c59a-325e-474d-848a-ebbc1e471adb" + "504c3f55-a062-4e34-b998-51ef677ba9a0" ], "Accept-Language": [ "en-US" @@ -4384,7 +4384,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4395,16 +4395,16 @@ "no-cache" ], "ETag": [ - "W/\"df5c214a-5155-4262-88de-515ede10abcc\"" + "W/\"f11f251d-e802-4c1e-8594-91dfd74293a5\"" ], "x-ms-request-id": [ - "ea419767-db58-44d4-9e91-5aafe0360c8d" + "badd39f4-93c4-4e92-8941-d29312f0e836" ], "x-ms-correlation-request-id": [ - "2747eeb7-5cd1-4962-9ce6-53cc37c2ff03" + "0ff8ed54-701c-4268-a2ec-0e1a243b3c99" ], "x-ms-arm-service-request-id": [ - "7f9cdcfe-d166-4915-8436-39ca2b78f261" + "8ca68fd2-0d45-48fa-8611-89cbde1149f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4417,16 +4417,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124343Z:2747eeb7-5cd1-4962-9ce6-53cc37c2ff03" + "WESTUS:20200413T182044Z:0ff8ed54-701c-4268-a2ec-0e1a243b3c99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:42 GMT" + "Mon, 13 Apr 2020 18:20:43 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4435,12 +4435,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"df5c214a-5155-4262-88de-515ede10abcc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f11f251d-e802-4c1e-8594-91dfd74293a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4448,7 +4448,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4459,16 +4459,16 @@ "no-cache" ], "ETag": [ - "W/\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\"" + "W/\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\"" ], "x-ms-request-id": [ - "7895e586-02ba-4b36-9c65-6cfbc9083831" + "942c10b4-a640-492d-9e91-7b659fab3704" ], "x-ms-correlation-request-id": [ - "5f8ebe1f-3ebd-41dd-84a2-21044b79ac6a" + "6f89f8f5-1f89-4edf-a97f-bc644b1b4d4b" ], "x-ms-arm-service-request-id": [ - "8de7957c-4cab-4f5b-9c06-a0bff9984e1e" + "c777c55f-664c-448b-9e86-0a4e727311f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4481,16 +4481,16 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124347Z:5f8ebe1f-3ebd-41dd-84a2-21044b79ac6a" + "WESTUS:20200413T182046Z:6f89f8f5-1f89-4edf-a97f-bc644b1b4d4b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:47 GMT" + "Mon, 13 Apr 2020 18:20:45 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4499,17 +4499,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae79fc25-bb6f-4663-bd6a-44ee1be55541" + "364d7aea-dd92-437a-ab75-a41536dca901" ], "Accept-Language": [ "en-US" @@ -4518,7 +4518,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4529,16 +4529,16 @@ "no-cache" ], "ETag": [ - "W/\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\"" + "W/\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\"" ], "x-ms-request-id": [ - "f10eb3a5-3239-4d1a-b147-d873917679fe" + "95451a8d-9fa3-4663-9019-bd4f9e75440b" ], "x-ms-correlation-request-id": [ - "d4f2193b-58ce-42db-9bac-1eff9ddaff0d" + "e724a2fa-a120-4cab-b9b0-0f2ef7387d55" ], "x-ms-arm-service-request-id": [ - "2acf52f7-2b7e-43a7-92d4-e77f179cb7c4" + "0b5b7ec5-ab50-4b60-8951-f17b6d46c407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4551,16 +4551,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124347Z:d4f2193b-58ce-42db-9bac-1eff9ddaff0d" + "WESTUS:20200413T182046Z:e724a2fa-a120-4cab-b9b0-0f2ef7387d55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:47 GMT" + "Mon, 13 Apr 2020 18:20:45 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4569,17 +4569,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "193b1c00-ad25-4eac-99fc-6be8302306b5" + "363ac7f9-0c78-4d20-9908-1a7aa42f6838" ], "Accept-Language": [ "en-US" @@ -4588,7 +4588,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4599,38 +4599,38 @@ "no-cache" ], "ETag": [ - "W/\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\"" + "W/\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\"" ], "x-ms-request-id": [ - "846f07d5-3adf-4d54-bf5e-c39c00e3dab5" + "9874bada-0462-45b4-8ab4-8673b157df6c" ], "x-ms-correlation-request-id": [ - "c8413929-39ef-4988-bacf-f4f11c5dc2a8" + "41542968-bc53-405b-944f-b3e68ada0765" ], "x-ms-arm-service-request-id": [ - "013b84be-758f-4a3b-97ff-77f28a13d8e6" + "9f7d705a-a776-49d5-9d9e-34a1b582134e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124348Z:c8413929-39ef-4988-bacf-f4f11c5dc2a8" + "WESTUS:20200413T182046Z:41542968-bc53-405b-944f-b3e68ada0765" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:48 GMT" + "Mon, 13 Apr 2020 18:20:46 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4639,17 +4639,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "606effa6-9f15-4d2d-811e-cb58f7af5028" + "7ca7d5e9-1d56-4a20-a12f-6b8462294fb4" ], "Accept-Language": [ "en-US" @@ -4658,7 +4658,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4669,16 +4669,16 @@ "no-cache" ], "ETag": [ - "W/\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\"" + "W/\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\"" ], "x-ms-request-id": [ - "8509c75b-40be-4ae1-ab94-0f9b862a0030" + "dc2473db-706e-44c0-87ef-e5c45b33a5fa" ], "x-ms-correlation-request-id": [ - "5c6f565c-ecb1-423a-bd4f-07d5a5c870b6" + "b0f60eb1-4551-4f6c-9d8c-0764aaef7f7b" ], "x-ms-arm-service-request-id": [ - "d44958f7-5e62-4029-b9be-c40689920f3d" + "6a64fb01-615f-4ede-a705-f206347b7307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4688,19 +4688,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124532Z:5c6f565c-ecb1-423a-bd4f-07d5a5c870b6" + "WESTUS:20200413T182258Z:b0f60eb1-4551-4f6c-9d8c-0764aaef7f7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:32 GMT" + "Mon, 13 Apr 2020 18:22:57 GMT" ], "Content-Length": [ - "29504" + "29509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4709,17 +4709,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"5803d5e3-b3c5-4865-8602-d8bd0bf23363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"bcafa29c-6226-4feb-8774-f6e4ab2f55f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIpConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIpConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIpConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": []\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n }\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIpConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIpConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIpConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIpConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIpConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": []\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n }\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIpConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIpConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "57871655-4ec2-4c1e-ade6-80ccd6f535e2" + "9bff739c-890e-4a51-9dff-4385c5e7db72" ], "Accept-Language": [ "en-US" @@ -4728,13 +4728,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "13009" + "13016" ] }, "ResponseHeaders": { @@ -4748,19 +4748,19 @@ "10" ], "x-ms-request-id": [ - "b5e10ec1-eeec-4fce-a81f-2d463f7913ab" + "cfd33e93-2499-47e0-a2c9-63c02839e552" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "797e934c-407c-4288-a01f-d63a9e7e49a6" + "e84a6f93-9f56-401c-8381-cfa61758ec61" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5acb9cad-2045-40dd-ab3c-971ec9f40778" + "759c52ca-2448-4567-833f-a291e0d4b9d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4773,16 +4773,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120515Z:797e934c-407c-4288-a01f-d63a9e7e49a6" + "WESTUS:20200413T174024Z:e84a6f93-9f56-401c-8381-cfa61758ec61" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:14 GMT" + "Mon, 13 Apr 2020 17:40:24 GMT" ], "Content-Length": [ - "19791" + "19796" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4791,17 +4791,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"851a5560-c36c-4f1a-92d5-f4fa8129148c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"387685e4-adc9-45e5-be49-a55751d5a448\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "214f912c-6950-4d04-aa70-c30811fc8c6b" + "66e518ae-f6ea-4422-8511-e2dbaf8448cb" ], "Accept-Language": [ "en-US" @@ -4810,13 +4810,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18663" + "18669" ] }, "ResponseHeaders": { @@ -4830,19 +4830,19 @@ "10" ], "x-ms-request-id": [ - "dc767291-edfa-45b1-a6dc-22e6bf3ee2fa" + "84aaa137-914a-4455-92b7-eca6d9704b9b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7d9a6b3e-eeca-40e1-a28f-135250d79230" + "66280bfb-35fa-430a-981e-2ec337388ec3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6fa399f0-ccc9-4f6a-b92f-7f12db42d852" + "6339892a-e147-4b06-a903-2d9159c87929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4855,16 +4855,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122449Z:7d9a6b3e-eeca-40e1-a28f-135250d79230" + "WESTUS:20200413T180124Z:66280bfb-35fa-430a-981e-2ec337388ec3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:48 GMT" + "Mon, 13 Apr 2020 18:01:23 GMT" ], "Content-Length": [ - "30062" + "30067" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4873,17 +4873,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"14b5da6c-fa09-426a-aa0d-80a9f47227ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"28e0b199-0e82-4b18-bdee-069905120b00\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": []\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b0058c3e-a2fc-4b59-b45b-0637a0645367" + "121dcc5e-dba1-4f7c-be04-fcf821c2e31b" ], "Accept-Language": [ "en-US" @@ -4892,13 +4892,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18123" + "18129" ] }, "ResponseHeaders": { @@ -4912,41 +4912,41 @@ "10" ], "x-ms-request-id": [ - "582d1104-c22a-4928-919c-b9e66dcae018" + "b23ff373-f112-467f-a859-22e6f2ee09fa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "a3dc4bf8-f136-4ce9-ab8b-0922ac6bb774" + "b9046936-22d2-45ef-b28c-19b34feae063" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "92c9586e-e4af-4b96-bf57-28db261c87dd" + "cb3b4c26-26f0-4005-8e9e-d95ec7f8a2ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123643Z:a3dc4bf8-f136-4ce9-ab8b-0922ac6bb774" + "WESTUS:20200413T181353Z:b9046936-22d2-45ef-b28c-19b34feae063" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:42 GMT" + "Mon, 13 Apr 2020 18:13:53 GMT" ], "Content-Length": [ - "29522" + "29527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4955,17 +4955,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"fff6cf37-a904-4be1-9bae-971fc0ffd486\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"fa673697-8e42-4815-b159-27e7c9045d44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22904be2-f6a9-4e44-ade4-8fbbeeb181ad" + "23e4452b-5f1a-4611-a2cb-cf799e6e9b17" ], "Accept-Language": [ "en-US" @@ -4974,13 +4974,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18632" + "18638" ] }, "ResponseHeaders": { @@ -4994,19 +4994,19 @@ "10" ], "x-ms-request-id": [ - "285eace2-81b6-4c8e-bb64-ecb667db49b3" + "990710ad-e7ef-4c98-b955-30de91377a65" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/285eace2-81b6-4c8e-bb64-ecb667db49b3?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/990710ad-e7ef-4c98-b955-30de91377a65?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7a5e52d4-6566-4479-b4b2-18a6f26fd343" + "55583bc8-8bde-46e7-a998-73cf230349f8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d99e7bfe-95ab-4698-986e-217ca2b12eab" + "b96296ad-eb79-424b-ac60-515f445f478a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5019,16 +5019,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123959Z:7a5e52d4-6566-4479-b4b2-18a6f26fd343" + "WESTUS:20200413T181709Z:55583bc8-8bde-46e7-a998-73cf230349f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:58 GMT" + "Mon, 13 Apr 2020 18:17:08 GMT" ], "Content-Length": [ - "29521" + "29526" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5037,17 +5037,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"f2a30de3-a8b4-4fb9-a720-b830e8b9a390\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"38f9b142-ce25-4a90-a2f1-9fb63c261684\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66c9b895-602e-47f7-b801-bde59cd249c4" + "492e28cc-11e6-442d-b49d-a5e27a38094f" ], "Accept-Language": [ "en-US" @@ -5056,13 +5056,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18633" + "18639" ] }, "ResponseHeaders": { @@ -5076,19 +5076,19 @@ "10" ], "x-ms-request-id": [ - "b285ebae-209a-47ae-bf93-1a9f99f3b641" + "e2ecfe50-917b-47b2-92f2-7863511f1f33" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b285ebae-209a-47ae-bf93-1a9f99f3b641?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e2ecfe50-917b-47b2-92f2-7863511f1f33?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "aed45f3c-85fb-4efe-be4a-8dc523aacdd6" + "53a04d26-5ee6-4792-9be0-bd2a6093dd55" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "61eb2c9b-bfb5-4f1f-ac02-7f9b1fcb8b61" + "7b3f7946-5768-40c5-a8b5-b23b0c642191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5101,16 +5101,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124037Z:aed45f3c-85fb-4efe-be4a-8dc523aacdd6" + "WESTUS:20200413T181741Z:53a04d26-5ee6-4792-9be0-bd2a6093dd55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:36 GMT" + "Mon, 13 Apr 2020 18:17:41 GMT" ], "Content-Length": [ - "29522" + "29527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5119,17 +5119,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"fb105b37-3df2-4668-8937-dd8d5d589f28\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"f058fe17-4b55-43a4-bcc7-a9cc074a2297\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb192c63-9878-4528-8d9c-3b91dd1dc1d7" + "fb71c530-8cf0-4abb-823c-0ca800a8576a" ], "Accept-Language": [ "en-US" @@ -5138,13 +5138,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18449" + "18455" ] }, "ResponseHeaders": { @@ -5158,19 +5158,19 @@ "10" ], "x-ms-request-id": [ - "e513cb8f-f05e-4a43-b180-dc41621beeb6" + "ea40a3dc-153a-4e23-8442-a0529663ae8e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e513cb8f-f05e-4a43-b180-dc41621beeb6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/ea40a3dc-153a-4e23-8442-a0529663ae8e?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c502154f-23bf-4ec9-b904-45ceca1da8a5" + "0b0bad77-d58d-428b-a8ac-ae63077c6b3e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5cb73bbd-73bf-41d0-8d86-179d6a3c4ca8" + "4ea10f26-7195-49a1-92de-04696af2c7fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5183,16 +5183,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124115Z:c502154f-23bf-4ec9-b904-45ceca1da8a5" + "WESTUS:20200413T181824Z:0b0bad77-d58d-428b-a8ac-ae63077c6b3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:14 GMT" + "Mon, 13 Apr 2020 18:18:24 GMT" ], "Content-Length": [ - "29338" + "29343" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5201,17 +5201,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d6ebbc6c-6e56-42b7-a03d-324df6b97af8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"ad4cfa6d-71ea-41b5-9d83-48e9ed5b7e27\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2e4fade-101f-4e79-ba4f-c3810fdce57a" + "4957f964-c02f-4138-8894-fcdb1d677d65" ], "Accept-Language": [ "en-US" @@ -5220,13 +5220,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18290" + "18296" ] }, "ResponseHeaders": { @@ -5240,19 +5240,19 @@ "10" ], "x-ms-request-id": [ - "6aa73d75-c3f7-4b6b-a392-8748f44ca522" + "d71c4f60-0c0a-4815-ac73-80cc5b9b1327" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6aa73d75-c3f7-4b6b-a392-8748f44ca522?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d71c4f60-0c0a-4815-ac73-80cc5b9b1327?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "d11aa699-9014-4a8c-b4c8-6c67231501e4" + "7e437ec4-c861-4175-aed7-5b47c808e255" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d41a9b3b-304d-4db7-82e2-53559b9059dc" + "50d7f083-3e98-4634-bfda-f3a521f71d6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5265,16 +5265,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124153Z:d11aa699-9014-4a8c-b4c8-6c67231501e4" + "WESTUS:20200413T181857Z:7e437ec4-c861-4175-aed7-5b47c808e255" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:53 GMT" + "Mon, 13 Apr 2020 18:18:56 GMT" ], "Content-Length": [ - "29179" + "29184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5283,17 +5283,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"30c9818c-7698-4de6-b613-138c8b461761\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"3531f760-8d0f-40fb-97cc-e53048720d5a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41852a6f-53de-40b1-b138-8e65decd6f09" + "f9e9762a-659f-4d67-b8ef-6224af7ecef4" ], "Accept-Language": [ "en-US" @@ -5302,13 +5302,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18474" + "18480" ] }, "ResponseHeaders": { @@ -5322,19 +5322,19 @@ "10" ], "x-ms-request-id": [ - "ddf872d6-f068-4dab-8615-da363dce20a6" + "658ac5e0-e71a-4541-b2e1-221f889dd18a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/ddf872d6-f068-4dab-8615-da363dce20a6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/658ac5e0-e71a-4541-b2e1-221f889dd18a?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7c8be8b2-f77c-48f2-a07c-1138e2741dac" + "6e0182b8-7a5c-4e5b-b7f4-169db76d3520" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4cad902b-c2b4-49f7-981b-61599100d516" + "06a02dbd-a04a-40d1-a4ba-e1dc8fd37f83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5347,16 +5347,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124232Z:7c8be8b2-f77c-48f2-a07c-1138e2741dac" + "WESTUS:20200413T181930Z:6e0182b8-7a5c-4e5b-b7f4-169db76d3520" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:31 GMT" + "Mon, 13 Apr 2020 18:19:30 GMT" ], "Content-Length": [ - "29363" + "29368" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5365,17 +5365,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"0b3dd103-97da-4630-bc3c-c50685c4df80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"d1d0930d-7ff4-495b-9ecb-04dffc4af9d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "79b203e6-0950-446d-8dc5-9be8f944f294" + "4851ad09-96f5-4fd2-ab00-b210cd03ac40" ], "Accept-Language": [ "en-US" @@ -5384,13 +5384,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18633" + "18639" ] }, "ResponseHeaders": { @@ -5404,19 +5404,19 @@ "10" ], "x-ms-request-id": [ - "701844a7-1ed9-40a2-be1d-8b7ee698b163" + "4c5df57b-f47c-47f9-9aae-a2a192ac920b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/701844a7-1ed9-40a2-be1d-8b7ee698b163?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4c5df57b-f47c-47f9-9aae-a2a192ac920b?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "f8e37599-b64e-42f9-b77e-a38354361764" + "87079e64-e516-4047-a712-5decb4ecc90b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "99ea6b41-a263-4b9a-90ed-f35170d3b559" + "03d8d9d6-335b-410f-98f5-34dcf1a14065" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5429,16 +5429,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124310Z:f8e37599-b64e-42f9-b77e-a38354361764" + "WESTUS:20200413T182003Z:87079e64-e516-4047-a712-5decb4ecc90b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:10 GMT" + "Mon, 13 Apr 2020 18:20:02 GMT" ], "Content-Length": [ - "29522" + "29527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5447,17 +5447,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"5cdf0355-9cdc-4ccd-bb09-a04d458463da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"40640ead-69d7-4608-8616-09c1e8c7286c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n }\r\n },\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n },\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n },\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n }\r\n },\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8888\r\n },\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": []\r\n },\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": false\r\n },\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n },\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n },\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"exclusions\": []\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b55cdc07-3bce-46a5-9909-dcf8d120e3b6" + "de45bc36-2f18-4d13-8c18-834bf58319f9" ], "Accept-Language": [ "en-US" @@ -5466,13 +5466,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18633" + "18639" ] }, "ResponseHeaders": { @@ -5483,19 +5483,19 @@ "no-cache" ], "x-ms-request-id": [ - "f222e582-92d6-4480-9148-fb2278b16e6b" + "61a7292b-03a8-4ad5-b84b-0453c0de3491" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/f222e582-92d6-4480-9148-fb2278b16e6b?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/61a7292b-03a8-4ad5-b84b-0453c0de3491?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "acd0be95-8202-4737-9254-4ce203f130b6" + "a14a7ccc-b664-4f5f-8e5d-04b9d93be7df" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1a0cbdfb-7bc1-458c-b9aa-a226e6ff746c" + "c5478fb3-c9fd-4452-be23-8069f16c0487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5508,16 +5508,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124347Z:acd0be95-8202-4737-9254-4ce203f130b6" + "WESTUS:20200413T182046Z:a14a7ccc-b664-4f5f-8e5d-04b9d93be7df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:47 GMT" + "Mon, 13 Apr 2020 18:20:45 GMT" ], "Content-Length": [ - "29547" + "29552" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5526,12 +5526,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps6958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps6686/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/networkInterfaces/ps314/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7408\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps6958\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9233\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps208\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps208\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5022\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233/pathRules/ps5022\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5113\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5113\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps8823\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/urlPathMaps/ps9233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps8392\",\r\n \"etag\": \"W/\\\"d6ff17b4-bb65-4525-92db-ad3a6cc8dcf3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps7408\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps373\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8888,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendIPConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps4621/ipConfigurations/ipconfig1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/networkInterfaces/ps7888/ipConfigurations/ipconfig1\"\r\n }\r\n ],\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps7556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 66,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\"\r\n },\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6037\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps373\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps2330\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps280\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps280\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4450\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330/pathRules/ps4450\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3214\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps3214\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps6037\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/urlPathMaps/ps2330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps646\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps646\",\r\n \"etag\": \"W/\\\"2a3295b1-c44d-47d8-a87a-24ffe282fa10\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps7556\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Detection\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5539,7 +5539,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5553,13 +5553,13 @@ "10" ], "x-ms-request-id": [ - "5536010e-5fe1-477e-b859-c6351612ba29" + "448d4596-1cc1-4a54-9093-1985cbcc324c" ], "x-ms-correlation-request-id": [ - "953f126c-a0ff-4f69-b188-d223c45d0d80" + "df37ec41-fe8c-4191-92e7-8eb501cafdb9" ], "x-ms-arm-service-request-id": [ - "5c8383c6-1696-41fb-be10-eeaa7a08202a" + "33daf3ef-ae80-47e2-8510-9d833d927884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5572,13 +5572,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120525Z:953f126c-a0ff-4f69-b188-d223c45d0d80" + "WESTUS:20200413T174035Z:df37ec41-fe8c-4191-92e7-8eb501cafdb9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:25 GMT" + "Mon, 13 Apr 2020 17:40:34 GMT" ], "Content-Length": [ "30" @@ -5594,8 +5594,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5603,7 +5603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5617,13 +5617,13 @@ "10" ], "x-ms-request-id": [ - "83a6777c-db38-47f8-b4ed-0cdffeff66ed" + "7fc5ec93-b305-4bb0-80b0-462080d79de9" ], "x-ms-correlation-request-id": [ - "8e1195cb-8cee-4226-a6f8-6360e1db3fd2" + "db9fabf2-6dc5-44e6-9063-fae1589dc089" ], "x-ms-arm-service-request-id": [ - "a31703f0-0cfb-4a1f-8af8-e6fe6047e317" + "a85460ec-113a-4243-a8a4-d6ab17bc6da6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5636,13 +5636,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120536Z:8e1195cb-8cee-4226-a6f8-6360e1db3fd2" + "WESTUS:20200413T174045Z:db9fabf2-6dc5-44e6-9063-fae1589dc089" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:35 GMT" + "Mon, 13 Apr 2020 17:40:44 GMT" ], "Content-Length": [ "30" @@ -5658,8 +5658,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5667,7 +5667,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5681,13 +5681,13 @@ "10" ], "x-ms-request-id": [ - "b31c3978-2549-45f2-ac1e-a566a09d2a65" + "ee3aafe6-83c6-4541-9545-d7ba49e12e1c" ], "x-ms-correlation-request-id": [ - "63916945-ec82-4f5d-8f68-079a90e1641b" + "010bfa2b-0afc-4942-b2f4-c29aa04ac7f8" ], "x-ms-arm-service-request-id": [ - "566a75b2-fb1a-49b3-a268-cee4afd46b1c" + "a8d0f9f4-5101-409e-aa58-3cbe94e23c70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5700,13 +5700,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120546Z:63916945-ec82-4f5d-8f68-079a90e1641b" + "WESTUS:20200413T174055Z:010bfa2b-0afc-4942-b2f4-c29aa04ac7f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:45 GMT" + "Mon, 13 Apr 2020 17:40:54 GMT" ], "Content-Length": [ "30" @@ -5722,8 +5722,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5731,7 +5731,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5745,13 +5745,13 @@ "10" ], "x-ms-request-id": [ - "14c99c01-4e78-4b59-8c2a-3436ea2b2d8a" + "6786328b-c349-436d-8468-98dc81a6a71e" ], "x-ms-correlation-request-id": [ - "ee928f0b-5c3f-430c-acfd-f7563fe576e0" + "b39ca26c-a6c2-45ec-8984-3f593b09f3b8" ], "x-ms-arm-service-request-id": [ - "25fa624f-fbf4-4485-8fd7-38da760283a3" + "73317bae-44f1-48ab-a2e1-e78958e260d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5764,13 +5764,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120556Z:ee928f0b-5c3f-430c-acfd-f7563fe576e0" + "WESTUS:20200413T174105Z:b39ca26c-a6c2-45ec-8984-3f593b09f3b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:05:55 GMT" + "Mon, 13 Apr 2020 17:41:04 GMT" ], "Content-Length": [ "30" @@ -5786,8 +5786,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5795,7 +5795,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5809,13 +5809,13 @@ "10" ], "x-ms-request-id": [ - "95af8e07-2f05-4a69-b92a-00b7dff91852" + "ab6e3931-b4ab-44a1-9215-638c569c5a28" ], "x-ms-correlation-request-id": [ - "2fdc33b3-8a87-4f31-9a44-1eca4c173afa" + "83056280-387b-4e94-a2be-5e759c126f9a" ], "x-ms-arm-service-request-id": [ - "8ccce2d8-3dd0-4f14-9fc9-d547fe5ed453" + "1dfb0c9b-de66-481b-8d79-aa94bc5dd4a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5828,13 +5828,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120606Z:2fdc33b3-8a87-4f31-9a44-1eca4c173afa" + "WESTUS:20200413T174115Z:83056280-387b-4e94-a2be-5e759c126f9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:06 GMT" + "Mon, 13 Apr 2020 17:41:14 GMT" ], "Content-Length": [ "30" @@ -5850,8 +5850,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5859,7 +5859,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5873,13 +5873,13 @@ "10" ], "x-ms-request-id": [ - "3e17083a-88ea-41a7-a5c6-077763177114" + "283d0348-a5cb-4d92-907d-aa8d915e157b" ], "x-ms-correlation-request-id": [ - "b19c0a08-d115-4fb0-863e-6217ca380bd8" + "4bb823ef-4678-4358-975d-a66915c32b78" ], "x-ms-arm-service-request-id": [ - "0ce59060-859a-473a-b50a-ce5120d8af92" + "14367f3f-82d4-4cc4-9d18-b160338b5596" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5892,13 +5892,13 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120616Z:b19c0a08-d115-4fb0-863e-6217ca380bd8" + "WESTUS:20200413T174125Z:4bb823ef-4678-4358-975d-a66915c32b78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:16 GMT" + "Mon, 13 Apr 2020 17:41:24 GMT" ], "Content-Length": [ "30" @@ -5914,8 +5914,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5923,7 +5923,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5937,32 +5937,32 @@ "10" ], "x-ms-request-id": [ - "98c39fd1-145b-485c-8e0d-1e11132e1d76" + "0c6056f8-9900-4ca8-86dd-405a4deb2333" ], "x-ms-correlation-request-id": [ - "d8b9d621-6eb7-4003-872b-6eb823566058" + "fd0f9f43-6365-4bb0-920d-627e5d82e28a" ], "x-ms-arm-service-request-id": [ - "898db41b-e3a7-4e30-83f0-233d52f9332f" + "d51dc013-916f-4969-affe-c2b328ee6206" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120627Z:d8b9d621-6eb7-4003-872b-6eb823566058" + "WESTUS:20200413T174135Z:fd0f9f43-6365-4bb0-920d-627e5d82e28a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:26 GMT" + "Mon, 13 Apr 2020 17:41:34 GMT" ], "Content-Length": [ "30" @@ -5978,8 +5978,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5987,7 +5987,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6001,13 +6001,13 @@ "10" ], "x-ms-request-id": [ - "449e55d0-6e21-4347-95bb-6c14d2359472" + "f3e80a6a-6843-4b6b-aab7-076925be8b28" ], "x-ms-correlation-request-id": [ - "ebfefa28-a093-4815-a959-8b85c92df893" + "4177526a-8890-41f5-ad35-5a1fe2492c99" ], "x-ms-arm-service-request-id": [ - "f4f628a1-8282-4135-b3cf-4aa4054c91a7" + "2f84d507-bf31-4aa7-8607-4130b57b89c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6020,13 +6020,13 @@ "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120637Z:ebfefa28-a093-4815-a959-8b85c92df893" + "WESTUS:20200413T174145Z:4177526a-8890-41f5-ad35-5a1fe2492c99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:36 GMT" + "Mon, 13 Apr 2020 17:41:45 GMT" ], "Content-Length": [ "30" @@ -6042,8 +6042,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6051,7 +6051,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6065,32 +6065,32 @@ "10" ], "x-ms-request-id": [ - "24550d72-ad71-40f7-b6a7-43498633f31f" + "1a4cd0f7-5f9d-4aa3-ae5a-ff36e05f0f8c" ], "x-ms-correlation-request-id": [ - "023b9b92-53d2-42b5-b2e2-621e37e6bdd5" + "4996125a-7a12-4f98-b6f5-b7b7b9acfd33" ], "x-ms-arm-service-request-id": [ - "ce511804-7a99-4cb7-bf4c-8cc083ab8b5b" + "41dd6955-e81e-4504-ac1a-1777f78b85be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120647Z:023b9b92-53d2-42b5-b2e2-621e37e6bdd5" + "WESTUS:20200413T174155Z:4996125a-7a12-4f98-b6f5-b7b7b9acfd33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:46 GMT" + "Mon, 13 Apr 2020 17:41:55 GMT" ], "Content-Length": [ "30" @@ -6106,8 +6106,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6115,7 +6115,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6129,13 +6129,13 @@ "10" ], "x-ms-request-id": [ - "2d1d88f4-5fee-45bc-adab-0986dbacf81d" + "6815fb52-975b-4f62-9a15-26397cdfe185" ], "x-ms-correlation-request-id": [ - "ae62a3ca-808c-4922-bf3b-40389790daa2" + "fda12a98-871a-490f-a5f7-6d7622263ea3" ], "x-ms-arm-service-request-id": [ - "4dead4c2-6322-42fe-9428-3c6765f3d755" + "060e8639-8b7c-480d-8f4d-d05a8fb4d3ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6148,13 +6148,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120657Z:ae62a3ca-808c-4922-bf3b-40389790daa2" + "WESTUS:20200413T174205Z:fda12a98-871a-490f-a5f7-6d7622263ea3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:06:57 GMT" + "Mon, 13 Apr 2020 17:42:05 GMT" ], "Content-Length": [ "30" @@ -6170,8 +6170,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6179,7 +6179,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6193,13 +6193,13 @@ "10" ], "x-ms-request-id": [ - "d87488ad-3c07-49aa-bd3e-ab6cb8dbfb39" + "f7bfd6bc-65df-4e53-9fa7-251f760156b3" ], "x-ms-correlation-request-id": [ - "804693f9-49e4-419c-a991-3f28f50a5f1f" + "1721e0a7-2e9e-460b-92f8-dbbd9a375e48" ], "x-ms-arm-service-request-id": [ - "4347bbed-3a2e-4c6a-9f7e-31f91d55b018" + "fbc7686b-c73c-452d-999d-2b50e363601c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6212,13 +6212,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120708Z:804693f9-49e4-419c-a991-3f28f50a5f1f" + "WESTUS:20200413T174216Z:1721e0a7-2e9e-460b-92f8-dbbd9a375e48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:08 GMT" + "Mon, 13 Apr 2020 17:42:15 GMT" ], "Content-Length": [ "30" @@ -6234,8 +6234,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6243,7 +6243,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6257,13 +6257,13 @@ "10" ], "x-ms-request-id": [ - "e9373743-8580-45f6-855a-7e4d58c1a86e" + "89f22a68-f7a6-4571-9613-416189762cff" ], "x-ms-correlation-request-id": [ - "d6cbc1ae-bfd4-44a5-855f-6e2db7c705ad" + "7fec3629-7ce7-491d-8473-cdcb7afbd58a" ], "x-ms-arm-service-request-id": [ - "a46406bf-554e-413c-b292-889a88bd51ed" + "62a5af8c-6350-4240-a669-2745b873d31e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6276,13 +6276,13 @@ "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120718Z:d6cbc1ae-bfd4-44a5-855f-6e2db7c705ad" + "WESTUS:20200413T174226Z:7fec3629-7ce7-491d-8473-cdcb7afbd58a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:18 GMT" + "Mon, 13 Apr 2020 17:42:25 GMT" ], "Content-Length": [ "30" @@ -6298,8 +6298,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6307,7 +6307,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6321,13 +6321,13 @@ "10" ], "x-ms-request-id": [ - "f1c0c2a8-7b8f-4cdd-b075-8ea45eb6aad2" + "bd7c189f-02c9-462c-bcf4-ffe9c6625bf7" ], "x-ms-correlation-request-id": [ - "fa87a09d-8750-4c05-8343-6a6a864931c1" + "766510d1-98de-4e9d-878e-5dc8687682c1" ], "x-ms-arm-service-request-id": [ - "98e33f94-fec4-4050-92f4-6e3ddeb36046" + "2ae84177-5779-4cc8-a74e-a3cdf92cb319" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6340,13 +6340,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120728Z:fa87a09d-8750-4c05-8343-6a6a864931c1" + "WESTUS:20200413T174236Z:766510d1-98de-4e9d-878e-5dc8687682c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:28 GMT" + "Mon, 13 Apr 2020 17:42:35 GMT" ], "Content-Length": [ "30" @@ -6362,8 +6362,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6371,7 +6371,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6385,32 +6385,32 @@ "10" ], "x-ms-request-id": [ - "5438d7ea-a67f-4849-a610-702ef7264fce" + "f0a6a12f-c6c3-45f6-b06b-634205188c62" ], "x-ms-correlation-request-id": [ - "b7e932b2-fd0f-4cac-90c2-ad186a65a7e4" + "ca522c56-7e9f-4a73-be00-2776cee4ca8c" ], "x-ms-arm-service-request-id": [ - "268c5711-cbf5-4413-b872-d05f8ae6ffe4" + "48f26db1-f440-4110-b78f-2f4e2759deb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120739Z:b7e932b2-fd0f-4cac-90c2-ad186a65a7e4" + "WESTUS:20200413T174246Z:ca522c56-7e9f-4a73-be00-2776cee4ca8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:38 GMT" + "Mon, 13 Apr 2020 17:42:45 GMT" ], "Content-Length": [ "30" @@ -6426,8 +6426,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6435,7 +6435,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6449,13 +6449,13 @@ "10" ], "x-ms-request-id": [ - "fc048edf-f128-4e08-b2d9-5c753a9c800b" + "8aedda21-1ac5-43ac-9083-bc867abbcd06" ], "x-ms-correlation-request-id": [ - "bef9ac32-cba3-42f1-b9a7-840fb09911b4" + "2895ea93-5c7c-4233-9094-db97245a5fad" ], "x-ms-arm-service-request-id": [ - "659953d8-12aa-46e2-b10a-7e6df5e06b53" + "8689ccd2-d4b7-4d67-b2cc-d96d76a83ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6468,13 +6468,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120749Z:bef9ac32-cba3-42f1-b9a7-840fb09911b4" + "WESTUS:20200413T174256Z:2895ea93-5c7c-4233-9094-db97245a5fad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:48 GMT" + "Mon, 13 Apr 2020 17:42:55 GMT" ], "Content-Length": [ "30" @@ -6490,8 +6490,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6499,7 +6499,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6513,13 +6513,13 @@ "10" ], "x-ms-request-id": [ - "0908c570-daa0-4a16-9101-30cf3a08a74e" + "b9095dd5-9952-4f92-8e55-34ca06151170" ], "x-ms-correlation-request-id": [ - "3afcc21f-71e4-473d-9f98-88bdf1979637" + "4cabb2ae-3044-45f6-af61-44bd130c950d" ], "x-ms-arm-service-request-id": [ - "ba1366ed-be4a-443b-a2d6-4ace5274e44d" + "ee7acb4f-605a-4289-9e6d-1f5c32d2ede2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6532,13 +6532,13 @@ "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120759Z:3afcc21f-71e4-473d-9f98-88bdf1979637" + "WESTUS:20200413T174306Z:4cabb2ae-3044-45f6-af61-44bd130c950d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:07:59 GMT" + "Mon, 13 Apr 2020 17:43:06 GMT" ], "Content-Length": [ "30" @@ -6554,8 +6554,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6563,7 +6563,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6577,13 +6577,13 @@ "10" ], "x-ms-request-id": [ - "9690d198-f92c-48ed-8222-1a86f64eeca7" + "e0af2b4c-bab2-4e89-9728-12d9b6a42934" ], "x-ms-correlation-request-id": [ - "01db127f-af70-4d10-bb25-ee08d73e7b79" + "c969cfb0-45b9-4e7e-ad9f-8b1977fbadb8" ], "x-ms-arm-service-request-id": [ - "d8b7822a-5887-42c1-9156-3e39a79162b5" + "747b3498-b5bf-4b18-b758-be5bf216e361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6596,13 +6596,13 @@ "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120809Z:01db127f-af70-4d10-bb25-ee08d73e7b79" + "WESTUS:20200413T174316Z:c969cfb0-45b9-4e7e-ad9f-8b1977fbadb8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:08:09 GMT" + "Mon, 13 Apr 2020 17:43:16 GMT" ], "Content-Length": [ "30" @@ -6618,8 +6618,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6627,7 +6627,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6641,32 +6641,32 @@ "10" ], "x-ms-request-id": [ - "c2b50da7-c2d8-48ae-b408-953b1228e533" + "91a5dcf5-4050-4180-aff7-1010ca4ee7b0" ], "x-ms-correlation-request-id": [ - "7235c846-e653-4646-b612-e00af69c9fc9" + "dbb5e299-3063-4d4f-be0a-93c8641dc13f" ], "x-ms-arm-service-request-id": [ - "c1f30e55-2286-4b5d-948f-6e0cdf3c8ecc" + "b4b5593f-2821-42e1-82de-80b5d21b5e42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120819Z:7235c846-e653-4646-b612-e00af69c9fc9" + "WESTUS:20200413T174326Z:dbb5e299-3063-4d4f-be0a-93c8641dc13f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:08:19 GMT" + "Mon, 13 Apr 2020 17:43:26 GMT" ], "Content-Length": [ "30" @@ -6682,8 +6682,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6691,7 +6691,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6705,13 +6705,13 @@ "10" ], "x-ms-request-id": [ - "ba34d3b8-9cdb-4b61-b22a-038f34fce696" + "39a0140a-2df0-47af-b99f-f15249f90f9a" ], "x-ms-correlation-request-id": [ - "426a4e9c-cbe4-41f7-acc6-38ed1e1b1295" + "d3f1e2e7-6097-4146-ba1a-e521df9075ff" ], "x-ms-arm-service-request-id": [ - "13b03fdd-a68e-4ed2-a33f-c27cec9d7f92" + "656291fe-eea8-4797-8b52-8921c37d9384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6724,13 +6724,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120830Z:426a4e9c-cbe4-41f7-acc6-38ed1e1b1295" + "WESTUS:20200413T174336Z:d3f1e2e7-6097-4146-ba1a-e521df9075ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:08:29 GMT" + "Mon, 13 Apr 2020 17:43:36 GMT" ], "Content-Length": [ "30" @@ -6746,8 +6746,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6755,7 +6755,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6769,13 +6769,13 @@ "10" ], "x-ms-request-id": [ - "adc8c432-1074-467f-b63b-db6dcbe6c018" + "5329a765-3cb9-4957-a884-8e682829a909" ], "x-ms-correlation-request-id": [ - "486efd6c-956a-48b8-878d-e4c101c8b9b7" + "d4dc917f-b202-491f-994e-b8b824b531dc" ], "x-ms-arm-service-request-id": [ - "bb751ec9-a668-4502-836c-eaea237cc4cb" + "0946e17d-9387-4dea-8867-46196da61823" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6788,13 +6788,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120840Z:486efd6c-956a-48b8-878d-e4c101c8b9b7" + "WESTUS:20200413T174346Z:d4dc917f-b202-491f-994e-b8b824b531dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:08:39 GMT" + "Mon, 13 Apr 2020 17:43:46 GMT" ], "Content-Length": [ "30" @@ -6810,8 +6810,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6819,7 +6819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6833,32 +6833,32 @@ "10" ], "x-ms-request-id": [ - "7ed0067f-7071-4f2c-9500-696f6ef5b785" + "42f09f53-ce9c-479e-ae8c-3f59a87fae8b" ], "x-ms-correlation-request-id": [ - "ade6e091-3ec0-4f2b-b570-bc8ab6f34e22" + "f521dcde-2fad-4512-8c81-b2bfe081c154" ], "x-ms-arm-service-request-id": [ - "ad5d99c6-2a4c-422b-9bbe-c535ac60dfec" + "5869d71d-9ae9-494c-b26f-e6af9ba5261e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120850Z:ade6e091-3ec0-4f2b-b570-bc8ab6f34e22" + "WESTUS:20200413T174356Z:f521dcde-2fad-4512-8c81-b2bfe081c154" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:08:50 GMT" + "Mon, 13 Apr 2020 17:43:56 GMT" ], "Content-Length": [ "30" @@ -6874,8 +6874,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6883,7 +6883,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6897,13 +6897,13 @@ "10" ], "x-ms-request-id": [ - "9d6eb848-be83-4fdd-801c-84d535eb270e" + "ad373352-e04c-4ab6-a0c3-7af870f23e27" ], "x-ms-correlation-request-id": [ - "45df3b8d-2d5c-4484-b51b-a21ffc06022e" + "3ef890a8-4025-4952-afa0-4c1c5a393bbd" ], "x-ms-arm-service-request-id": [ - "deabf235-568d-47e5-b119-62d10afe3ff7" + "a63ae6d3-e493-406f-9dab-ace56175cf6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6916,13 +6916,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120901Z:45df3b8d-2d5c-4484-b51b-a21ffc06022e" + "WESTUS:20200413T174407Z:3ef890a8-4025-4952-afa0-4c1c5a393bbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:01 GMT" + "Mon, 13 Apr 2020 17:44:06 GMT" ], "Content-Length": [ "30" @@ -6938,8 +6938,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6947,7 +6947,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6961,13 +6961,13 @@ "10" ], "x-ms-request-id": [ - "c7e1ab11-735e-49be-959d-355192d61b81" + "4e39d1cd-0d29-4d2e-88fe-45bcca4f7401" ], "x-ms-correlation-request-id": [ - "8f25407a-02e5-43ad-8061-65680e62e5fb" + "0bf53320-fb40-4c61-b89d-0d5b7236710e" ], "x-ms-arm-service-request-id": [ - "9097878c-8aab-412f-b121-a7e2e15c2c72" + "ab56f48b-8de7-4809-ad48-46000d878e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6980,13 +6980,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120911Z:8f25407a-02e5-43ad-8061-65680e62e5fb" + "WESTUS:20200413T174417Z:0bf53320-fb40-4c61-b89d-0d5b7236710e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:11 GMT" + "Mon, 13 Apr 2020 17:44:16 GMT" ], "Content-Length": [ "30" @@ -7002,8 +7002,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7011,7 +7011,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7025,13 +7025,13 @@ "10" ], "x-ms-request-id": [ - "02b6ea68-00bf-4228-a88a-f2707878e79a" + "e5949ccd-b800-4875-9852-765ce820b2e8" ], "x-ms-correlation-request-id": [ - "6264d37c-bba9-4204-8ff3-c33a72fb02c5" + "94e768f2-e49f-436e-bac1-bf2d22a5338d" ], "x-ms-arm-service-request-id": [ - "b5aff40f-e33b-47ef-9239-7d631a4f476e" + "d23ee172-9b47-4f35-b647-4d76d1450a3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7044,13 +7044,13 @@ "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120921Z:6264d37c-bba9-4204-8ff3-c33a72fb02c5" + "WESTUS:20200413T174427Z:94e768f2-e49f-436e-bac1-bf2d22a5338d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:21 GMT" + "Mon, 13 Apr 2020 17:44:26 GMT" ], "Content-Length": [ "30" @@ -7066,8 +7066,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7075,7 +7075,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7089,13 +7089,13 @@ "10" ], "x-ms-request-id": [ - "d193b121-9fb5-47e9-95d2-86444bc308db" + "2ae65c82-b3d6-447b-95e2-450f22be52bb" ], "x-ms-correlation-request-id": [ - "8989b16f-8d8d-442f-9aec-aa56d4358890" + "31edae3a-0e3c-4f27-8f6a-0b4f07a90ee6" ], "x-ms-arm-service-request-id": [ - "1387b7f1-e655-4568-af3c-664bfaa9b2c9" + "3b69d764-fe62-468e-ad94-56020e142990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7108,13 +7108,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120931Z:8989b16f-8d8d-442f-9aec-aa56d4358890" + "WESTUS:20200413T174437Z:31edae3a-0e3c-4f27-8f6a-0b4f07a90ee6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:31 GMT" + "Mon, 13 Apr 2020 17:44:37 GMT" ], "Content-Length": [ "30" @@ -7130,8 +7130,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7139,7 +7139,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7153,13 +7153,13 @@ "10" ], "x-ms-request-id": [ - "eb12126c-645f-4a30-9687-659804f92d1c" + "c24c837f-b25c-4d87-a18d-5501fc20b96d" ], "x-ms-correlation-request-id": [ - "52ad995c-c4a3-4f54-89dc-b429a512ef97" + "83724b7f-58fb-42c9-b7f7-c54cbfb2e9fe" ], "x-ms-arm-service-request-id": [ - "3dc8ec3a-e873-4386-9354-822836d74cc2" + "adcef9f6-c27a-4f67-a600-23484cd397f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7172,13 +7172,13 @@ "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120942Z:52ad995c-c4a3-4f54-89dc-b429a512ef97" + "WESTUS:20200413T174447Z:83724b7f-58fb-42c9-b7f7-c54cbfb2e9fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:41 GMT" + "Mon, 13 Apr 2020 17:44:47 GMT" ], "Content-Length": [ "30" @@ -7194,8 +7194,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7203,7 +7203,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7217,32 +7217,32 @@ "10" ], "x-ms-request-id": [ - "980ef795-5bb3-4256-9a01-d3d2d5f1a2e8" + "ed653576-8859-47ca-a26c-a68ffb57faba" ], "x-ms-correlation-request-id": [ - "33635c50-bac2-4fe3-a022-1b329101fd92" + "63720ebe-c308-4ff1-ab1b-d926a5a135ae" ], "x-ms-arm-service-request-id": [ - "a6e7b7e8-1515-4f6f-b84d-4f018edbe578" + "3d3128d6-2313-4631-bfb1-339e41e0901c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120952Z:33635c50-bac2-4fe3-a022-1b329101fd92" + "WESTUS:20200413T174457Z:63720ebe-c308-4ff1-ab1b-d926a5a135ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:09:51 GMT" + "Mon, 13 Apr 2020 17:44:57 GMT" ], "Content-Length": [ "30" @@ -7258,8 +7258,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7267,7 +7267,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7281,32 +7281,32 @@ "10" ], "x-ms-request-id": [ - "2048af2e-a6b3-495e-b2fd-d010058b33d3" + "ad59705b-a377-482a-8733-e876539d7c52" ], "x-ms-correlation-request-id": [ - "89286c8c-7dda-4ebe-a45f-6205798876c1" + "0296440c-e07c-4d2c-92ad-6498f5ea345e" ], "x-ms-arm-service-request-id": [ - "4786b9b1-fcb1-48ab-8425-2a980f4e89c7" + "408ef550-1e5a-45bb-bd59-bc23f77fe358" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121002Z:89286c8c-7dda-4ebe-a45f-6205798876c1" + "WESTUS:20200413T174507Z:0296440c-e07c-4d2c-92ad-6498f5ea345e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:02 GMT" + "Mon, 13 Apr 2020 17:45:07 GMT" ], "Content-Length": [ "30" @@ -7322,8 +7322,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7331,7 +7331,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7345,13 +7345,13 @@ "10" ], "x-ms-request-id": [ - "40cdb9ac-4942-4b64-9a28-258792a55dff" + "cc8ca2b5-f46e-4212-ad86-25af3f7592b2" ], "x-ms-correlation-request-id": [ - "28869542-e9d1-4b20-beaf-28c089d10e2f" + "35803fd8-dff1-4ca4-a736-9d0e5a29f628" ], "x-ms-arm-service-request-id": [ - "67c08a52-1ed2-49b5-9d99-7059a091b1fd" + "5e22dbb6-4146-4c95-9ac3-c2fe7bc3cc9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7364,13 +7364,13 @@ "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121012Z:28869542-e9d1-4b20-beaf-28c089d10e2f" + "WESTUS:20200413T174517Z:35803fd8-dff1-4ca4-a736-9d0e5a29f628" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:12 GMT" + "Mon, 13 Apr 2020 17:45:17 GMT" ], "Content-Length": [ "30" @@ -7386,8 +7386,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7395,7 +7395,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7409,13 +7409,13 @@ "10" ], "x-ms-request-id": [ - "a0bcaea4-a691-476d-ac92-c42726582bdb" + "ee68e137-10df-4583-b13f-3b2e54cf0347" ], "x-ms-correlation-request-id": [ - "fa507752-3fbd-4a9f-b495-83910d0dcb17" + "d20fcb3d-2d99-442a-82a9-30e24559b28a" ], "x-ms-arm-service-request-id": [ - "9750dbdd-2e3e-426c-b624-937fda1d89e3" + "fd7f1f17-30c8-4fc9-91ee-bc9783830fa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7428,13 +7428,13 @@ "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121023Z:fa507752-3fbd-4a9f-b495-83910d0dcb17" + "WESTUS:20200413T174527Z:d20fcb3d-2d99-442a-82a9-30e24559b28a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:22 GMT" + "Mon, 13 Apr 2020 17:45:27 GMT" ], "Content-Length": [ "30" @@ -7450,8 +7450,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7459,7 +7459,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7473,13 +7473,13 @@ "10" ], "x-ms-request-id": [ - "26bf0425-09f4-47b0-810f-75f4c6bcd2be" + "7aa45b83-b350-44f0-8748-3446643e1198" ], "x-ms-correlation-request-id": [ - "d6054d05-5f13-4366-af9a-04fedd4b85d2" + "8b53a24c-8b63-496c-bebd-2b2b20ae9a69" ], "x-ms-arm-service-request-id": [ - "41a6a5fa-8dcd-436b-9428-766a4c94c8d3" + "38ee7ed8-ed44-41ab-aa63-0e26c0af2585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7492,13 +7492,13 @@ "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121033Z:d6054d05-5f13-4366-af9a-04fedd4b85d2" + "WESTUS:20200413T174538Z:8b53a24c-8b63-496c-bebd-2b2b20ae9a69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:32 GMT" + "Mon, 13 Apr 2020 17:45:37 GMT" ], "Content-Length": [ "30" @@ -7514,8 +7514,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7523,7 +7523,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7537,13 +7537,13 @@ "10" ], "x-ms-request-id": [ - "5bb8bae9-85e6-4a2c-ac59-7cf7caac9438" + "068332c2-c4cc-49ca-b3ac-62b4be9516a6" ], "x-ms-correlation-request-id": [ - "38415e5e-1240-431c-98e4-b5801ac6fc95" + "91f14275-0a7f-43d7-9c56-5470d1e5e3bb" ], "x-ms-arm-service-request-id": [ - "4f358073-bcab-4a55-b9e0-2aa354e72141" + "f756ab5e-54dc-4128-ad60-f3feec04f9b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7556,13 +7556,13 @@ "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121043Z:38415e5e-1240-431c-98e4-b5801ac6fc95" + "WESTUS:20200413T174548Z:91f14275-0a7f-43d7-9c56-5470d1e5e3bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:42 GMT" + "Mon, 13 Apr 2020 17:45:47 GMT" ], "Content-Length": [ "30" @@ -7578,8 +7578,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7587,7 +7587,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7601,13 +7601,13 @@ "10" ], "x-ms-request-id": [ - "3865e583-2a39-4e3a-a649-d64de75044c4" + "385f00a7-5d69-4461-8c76-0452fad7e6f2" ], "x-ms-correlation-request-id": [ - "fea11308-7bbd-4f23-b7d5-c3152a2fbef5" + "935a9a2e-2517-4ecb-9743-6ac6e71d6516" ], "x-ms-arm-service-request-id": [ - "e52c97ca-4ae4-43fb-837b-403b87d223db" + "0f3affde-0176-434c-b74b-ed63019a4b85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7620,13 +7620,13 @@ "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121053Z:fea11308-7bbd-4f23-b7d5-c3152a2fbef5" + "WESTUS:20200413T174558Z:935a9a2e-2517-4ecb-9743-6ac6e71d6516" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:10:53 GMT" + "Mon, 13 Apr 2020 17:45:57 GMT" ], "Content-Length": [ "30" @@ -7642,8 +7642,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7651,7 +7651,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7665,13 +7665,13 @@ "10" ], "x-ms-request-id": [ - "6195023f-15e6-4852-b641-af1180774059" + "8c12b81c-9408-4313-8e06-8cb80896c9d7" ], "x-ms-correlation-request-id": [ - "13c0877e-4d56-42ba-8588-8040a6505561" + "2ae6695e-5976-48e4-8e98-06411cd06791" ], "x-ms-arm-service-request-id": [ - "f1dca446-bb46-4a18-b8a3-889964117718" + "89b75e7e-377d-409f-9119-1a683b04e47f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7684,13 +7684,13 @@ "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121103Z:13c0877e-4d56-42ba-8588-8040a6505561" + "WESTUS:20200413T174608Z:2ae6695e-5976-48e4-8e98-06411cd06791" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:03 GMT" + "Mon, 13 Apr 2020 17:46:07 GMT" ], "Content-Length": [ "30" @@ -7706,8 +7706,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7715,7 +7715,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7729,32 +7729,32 @@ "10" ], "x-ms-request-id": [ - "7d7666d8-8909-479f-bcf7-f16611102ae0" + "fb2346b6-3660-44c3-8e61-4021a609766a" ], "x-ms-correlation-request-id": [ - "7243afac-7984-4ba8-b19c-1186d859736c" + "6d672bae-e374-46c4-9242-df3ee0878d55" ], "x-ms-arm-service-request-id": [ - "b5c44eb4-a643-4738-863a-d5091b1b85ed" + "accbb23e-ec3d-4e51-b070-6761d2516403" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121114Z:7243afac-7984-4ba8-b19c-1186d859736c" + "WESTUS:20200413T174618Z:6d672bae-e374-46c4-9242-df3ee0878d55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:14 GMT" + "Mon, 13 Apr 2020 17:46:17 GMT" ], "Content-Length": [ "30" @@ -7770,8 +7770,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7779,7 +7779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7793,32 +7793,32 @@ "10" ], "x-ms-request-id": [ - "80783b8c-aab6-4d67-9fbf-21cfe244e157" + "7baa1371-49b2-411c-83f9-3df48bca587b" ], "x-ms-correlation-request-id": [ - "31fa331a-f180-4a39-b816-a25593f1f0fd" + "cc236fe9-9009-4e45-a379-efa425a46a96" ], "x-ms-arm-service-request-id": [ - "2e50dfef-b273-4ad2-832f-56eb2d4bb155" + "ae6798d7-2355-4e48-be64-0fc5eea07d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121124Z:31fa331a-f180-4a39-b816-a25593f1f0fd" + "WESTUS:20200413T174628Z:cc236fe9-9009-4e45-a379-efa425a46a96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:24 GMT" + "Mon, 13 Apr 2020 17:46:27 GMT" ], "Content-Length": [ "30" @@ -7834,8 +7834,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7843,7 +7843,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7857,13 +7857,13 @@ "10" ], "x-ms-request-id": [ - "3caaab7c-4a00-4a27-9bad-477037180e14" + "638730ea-1366-48f8-bc8c-b05519d22505" ], "x-ms-correlation-request-id": [ - "5e60b475-9fa7-406d-a30b-00b46172d202" + "8512027f-cb87-48e1-8e25-311fd4a8a9aa" ], "x-ms-arm-service-request-id": [ - "4c625c04-5394-4c38-b9bc-5a5f11d14e23" + "f8b71b37-5042-4ff5-8c07-2ead5800d3ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7876,13 +7876,13 @@ "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121134Z:5e60b475-9fa7-406d-a30b-00b46172d202" + "WESTUS:20200413T174638Z:8512027f-cb87-48e1-8e25-311fd4a8a9aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:34 GMT" + "Mon, 13 Apr 2020 17:46:38 GMT" ], "Content-Length": [ "30" @@ -7898,8 +7898,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7907,7 +7907,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7921,13 +7921,13 @@ "10" ], "x-ms-request-id": [ - "affc9d38-a6f5-497b-a7f4-1a4b7fd93972" + "bdb4b87c-4453-4462-a257-aba5ebf35e94" ], "x-ms-correlation-request-id": [ - "93c7f96e-44f3-48fd-865c-7c226945ee97" + "56e41ff2-55ac-461f-b611-f71925418b1e" ], "x-ms-arm-service-request-id": [ - "55252886-3791-4fa4-bd06-0e3daa1d00e0" + "7bac9f6c-13bf-4f4d-a005-e981ad5bd97f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7940,13 +7940,13 @@ "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121145Z:93c7f96e-44f3-48fd-865c-7c226945ee97" + "WESTUS:20200413T174648Z:56e41ff2-55ac-461f-b611-f71925418b1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:44 GMT" + "Mon, 13 Apr 2020 17:46:48 GMT" ], "Content-Length": [ "30" @@ -7962,8 +7962,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7971,7 +7971,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7985,13 +7985,13 @@ "10" ], "x-ms-request-id": [ - "40db163a-4dd9-4e9f-b459-cac227fc935e" + "f952e418-0245-4ce8-ae72-27d9d750e980" ], "x-ms-correlation-request-id": [ - "1477868d-ae99-43b9-99ba-eecdc5dc312d" + "b253a836-1317-4f97-afbb-927211dfdb63" ], "x-ms-arm-service-request-id": [ - "decc9edd-73f7-4e7d-acc3-7aafdf436432" + "ca55c3ff-2ff8-4c64-90bf-16160ff60e18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8004,13 +8004,13 @@ "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121155Z:1477868d-ae99-43b9-99ba-eecdc5dc312d" + "WESTUS:20200413T174658Z:b253a836-1317-4f97-afbb-927211dfdb63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:11:54 GMT" + "Mon, 13 Apr 2020 17:46:58 GMT" ], "Content-Length": [ "30" @@ -8026,8 +8026,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8035,7 +8035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8049,13 +8049,13 @@ "10" ], "x-ms-request-id": [ - "39b642dc-e56a-47c5-a915-6373ebe76d1c" + "e0ab9a24-1b93-4ed0-962f-a0d57f01e998" ], "x-ms-correlation-request-id": [ - "c8193d1c-943d-4730-b3fb-322d00aec505" + "714476ee-f41f-4e45-a334-84c1040c314c" ], "x-ms-arm-service-request-id": [ - "d0fd9a8d-6ad8-4f95-8dc9-053b36f91dac" + "68900969-3c08-491b-aea6-bde777875657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8068,13 +8068,13 @@ "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121205Z:c8193d1c-943d-4730-b3fb-322d00aec505" + "WESTUS:20200413T174708Z:714476ee-f41f-4e45-a334-84c1040c314c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:04 GMT" + "Mon, 13 Apr 2020 17:47:08 GMT" ], "Content-Length": [ "30" @@ -8090,8 +8090,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8099,7 +8099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8113,13 +8113,13 @@ "10" ], "x-ms-request-id": [ - "4560837d-57a2-4209-a687-0c4a65f20a19" + "eb29588d-6c58-47c9-8640-03be601ce974" ], "x-ms-correlation-request-id": [ - "dc34bb6d-8afd-4fa6-9747-c51d58aa29c3" + "fef8897b-4c40-4a24-91d8-b725f1424c4b" ], "x-ms-arm-service-request-id": [ - "00c76b16-4b8e-4bc9-add7-e73cb79555bf" + "38615d50-8218-4c20-af60-d8660b3eec79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8132,13 +8132,13 @@ "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121215Z:dc34bb6d-8afd-4fa6-9747-c51d58aa29c3" + "WESTUS:20200413T174718Z:fef8897b-4c40-4a24-91d8-b725f1424c4b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:15 GMT" + "Mon, 13 Apr 2020 17:47:18 GMT" ], "Content-Length": [ "30" @@ -8154,8 +8154,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8163,7 +8163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8177,32 +8177,32 @@ "10" ], "x-ms-request-id": [ - "8696933d-e791-4a86-833f-a8fa7d2ff357" + "06f380f8-efa1-42ed-bc32-4c4538a46529" ], "x-ms-correlation-request-id": [ - "45512e1a-eba4-442b-a439-b92e02b3c192" + "a5b2a64a-5249-4468-b783-e6c1e35d4dbb" ], "x-ms-arm-service-request-id": [ - "cc71d389-27f8-4062-9d53-811336fb02b2" + "7aa839c9-498a-46a9-953b-f6dea6ac0c6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121225Z:45512e1a-eba4-442b-a439-b92e02b3c192" + "WESTUS:20200413T174729Z:a5b2a64a-5249-4468-b783-e6c1e35d4dbb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:25 GMT" + "Mon, 13 Apr 2020 17:47:28 GMT" ], "Content-Length": [ "30" @@ -8218,8 +8218,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8227,7 +8227,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8241,13 +8241,13 @@ "10" ], "x-ms-request-id": [ - "c5e41ab7-caad-423a-a4be-da41cabe93da" + "9ef013d9-d2dd-4aa3-9d0a-f56d4b927705" ], "x-ms-correlation-request-id": [ - "aa198dd8-1db0-46bc-b247-9713fdf9794c" + "f82c3167-dbb3-488f-b6f8-0eeef95a4c03" ], "x-ms-arm-service-request-id": [ - "dbb8215c-b7d9-433f-8d67-e43a07554a20" + "1970ff71-a9c7-491c-b14e-b1c47d1d2199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8260,13 +8260,13 @@ "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121236Z:aa198dd8-1db0-46bc-b247-9713fdf9794c" + "WESTUS:20200413T174739Z:f82c3167-dbb3-488f-b6f8-0eeef95a4c03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:35 GMT" + "Mon, 13 Apr 2020 17:47:38 GMT" ], "Content-Length": [ "30" @@ -8282,8 +8282,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8291,7 +8291,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8305,13 +8305,13 @@ "10" ], "x-ms-request-id": [ - "157f5fad-c547-4930-9af0-f877db84f489" + "028831d4-d00c-4fc5-a7fd-6c06afd62874" ], "x-ms-correlation-request-id": [ - "241dace1-1467-4f15-8291-dbf3f770520b" + "09c0770f-4066-4b17-b4e2-20ab26b8e0d1" ], "x-ms-arm-service-request-id": [ - "56a6c5be-8bbe-4827-be7f-b116a35aeed2" + "489b3ae6-e2f9-4344-872e-6ed94ef7f1c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8324,13 +8324,13 @@ "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121246Z:241dace1-1467-4f15-8291-dbf3f770520b" + "WESTUS:20200413T174749Z:09c0770f-4066-4b17-b4e2-20ab26b8e0d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:45 GMT" + "Mon, 13 Apr 2020 17:47:48 GMT" ], "Content-Length": [ "30" @@ -8346,8 +8346,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8355,7 +8355,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8369,32 +8369,32 @@ "10" ], "x-ms-request-id": [ - "1677cc2d-0e33-4e9e-9b9e-1d076abc58c5" + "9fd0c585-af18-4633-93e8-bd16673ab354" ], "x-ms-correlation-request-id": [ - "dac18637-04d2-45c9-8de7-195888c93461" + "a6035974-f41f-447b-a20c-1fff8cda2656" ], "x-ms-arm-service-request-id": [ - "db17e2b3-fd82-411e-bbca-dacfb1e6bd68" + "7b684a10-b5ed-46bc-97b3-05b75971d41f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121256Z:dac18637-04d2-45c9-8de7-195888c93461" + "WESTUS:20200413T174759Z:a6035974-f41f-447b-a20c-1fff8cda2656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:12:56 GMT" + "Mon, 13 Apr 2020 17:47:58 GMT" ], "Content-Length": [ "30" @@ -8410,8 +8410,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8419,7 +8419,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8433,13 +8433,13 @@ "10" ], "x-ms-request-id": [ - "0b7e466f-a0e8-4adc-b63b-1c7b3b7a62a9" + "ae852e68-c573-40f5-8a5b-63eaee565d27" ], "x-ms-correlation-request-id": [ - "fce6ceda-d5f6-4d74-aca4-54207e85a08b" + "faa9c282-a03b-4002-8eff-09bbad943e08" ], "x-ms-arm-service-request-id": [ - "04494cf8-0134-4b03-8128-6fe1a8e0df5a" + "526c10c0-a4ab-4404-a14c-83b5c674acb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8452,13 +8452,13 @@ "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121307Z:fce6ceda-d5f6-4d74-aca4-54207e85a08b" + "WESTUS:20200413T174809Z:faa9c282-a03b-4002-8eff-09bbad943e08" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:07 GMT" + "Mon, 13 Apr 2020 17:48:08 GMT" ], "Content-Length": [ "30" @@ -8474,8 +8474,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8483,7 +8483,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8497,13 +8497,13 @@ "10" ], "x-ms-request-id": [ - "5be08caa-8653-4878-ba40-031d5309f03a" + "1e274a46-c0c1-4032-a02f-ed520652bf3d" ], "x-ms-correlation-request-id": [ - "1f85921d-601a-4d84-8123-a64ef910aefe" + "8dc07607-eb6e-4ef7-b409-08e60c77173e" ], "x-ms-arm-service-request-id": [ - "7586c3ce-4fd8-40b1-b971-75ea7a45d52f" + "8b8a5135-ff58-49ae-bc1f-3269d6d82f88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8516,13 +8516,13 @@ "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121317Z:1f85921d-601a-4d84-8123-a64ef910aefe" + "WESTUS:20200413T174819Z:8dc07607-eb6e-4ef7-b409-08e60c77173e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:17 GMT" + "Mon, 13 Apr 2020 17:48:18 GMT" ], "Content-Length": [ "30" @@ -8538,8 +8538,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8547,7 +8547,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8561,13 +8561,13 @@ "10" ], "x-ms-request-id": [ - "668866e3-fc84-4017-ab26-286a65b8983d" + "2f9f0121-d933-4e97-a1a6-a7f8b6fd202e" ], "x-ms-correlation-request-id": [ - "7521c503-4005-4719-9c81-8d77a279f770" + "9e698392-30de-4072-83f0-477dd27d2625" ], "x-ms-arm-service-request-id": [ - "54f1b63e-b665-4474-9d36-745985bbad79" + "61dea3b8-0b86-4072-b862-72e7c8e52594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8580,13 +8580,13 @@ "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121327Z:7521c503-4005-4719-9c81-8d77a279f770" + "WESTUS:20200413T174829Z:9e698392-30de-4072-83f0-477dd27d2625" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:27 GMT" + "Mon, 13 Apr 2020 17:48:28 GMT" ], "Content-Length": [ "30" @@ -8602,8 +8602,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8611,7 +8611,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8625,32 +8625,32 @@ "10" ], "x-ms-request-id": [ - "4a0808cb-cbe6-4bdc-bda2-2ae5af32397a" + "909a9ffb-8a86-4f04-bcdc-2a3be489bf9e" ], "x-ms-correlation-request-id": [ - "baa0ea2d-c36b-4af4-8877-e5e23098ed62" + "f31f124f-67a1-499a-bcf5-1eb91a9c09af" ], "x-ms-arm-service-request-id": [ - "d8a62a8e-bdc5-40c9-a7fe-7259069715b5" + "f713364f-2761-4a35-bb14-0c13b75f64d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121337Z:baa0ea2d-c36b-4af4-8877-e5e23098ed62" + "WESTUS:20200413T174839Z:f31f124f-67a1-499a-bcf5-1eb91a9c09af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:37 GMT" + "Mon, 13 Apr 2020 17:48:39 GMT" ], "Content-Length": [ "30" @@ -8666,8 +8666,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8675,7 +8675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8689,13 +8689,13 @@ "10" ], "x-ms-request-id": [ - "8c7c938c-c46e-40d9-970a-f294989186b9" + "f7bd0c51-7374-459e-a3fb-4b19d04ce1c0" ], "x-ms-correlation-request-id": [ - "e44e3e25-4984-4001-b1f3-92265e06e58c" + "23160e96-8e33-4eb8-862b-5b6a9e05c535" ], "x-ms-arm-service-request-id": [ - "43644235-23a9-4cb4-95d1-3782237de846" + "22f10247-2001-454d-9aea-0794c8acf680" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8708,13 +8708,13 @@ "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121347Z:e44e3e25-4984-4001-b1f3-92265e06e58c" + "WESTUS:20200413T174849Z:23160e96-8e33-4eb8-862b-5b6a9e05c535" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:47 GMT" + "Mon, 13 Apr 2020 17:48:49 GMT" ], "Content-Length": [ "30" @@ -8730,8 +8730,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8739,7 +8739,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8753,13 +8753,13 @@ "10" ], "x-ms-request-id": [ - "32254ccf-cef8-4e7f-9620-68a7941d5736" + "ddbf24f5-a378-4baa-a414-7b1c639bcba1" ], "x-ms-correlation-request-id": [ - "55f05f8e-5a66-444f-8c3e-68db2f8cae9b" + "a14d9479-7170-4a9e-a883-38d564f76a8c" ], "x-ms-arm-service-request-id": [ - "a164527c-40f3-4a1f-924c-4d11a4cff581" + "362fe6a9-b5f2-4a1d-a76c-53ad5ca240e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8772,13 +8772,13 @@ "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121358Z:55f05f8e-5a66-444f-8c3e-68db2f8cae9b" + "WESTUS:20200413T174859Z:a14d9479-7170-4a9e-a883-38d564f76a8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:13:57 GMT" + "Mon, 13 Apr 2020 17:48:59 GMT" ], "Content-Length": [ "30" @@ -8794,8 +8794,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8803,7 +8803,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8817,13 +8817,13 @@ "10" ], "x-ms-request-id": [ - "a72297d9-3986-4e85-acba-5f19c52df829" + "af651666-751b-4290-8019-eea7d84bfb96" ], "x-ms-correlation-request-id": [ - "a99f3941-1d08-4c30-98dc-a23b865dca6e" + "1202d675-7b75-4553-8c45-3817f0209210" ], "x-ms-arm-service-request-id": [ - "d467cc3e-e30c-45d7-975c-5f4003f3ee96" + "996e9ed6-5152-4b60-9a2e-1136ee109ee0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8836,13 +8836,13 @@ "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121408Z:a99f3941-1d08-4c30-98dc-a23b865dca6e" + "WESTUS:20200413T174909Z:1202d675-7b75-4553-8c45-3817f0209210" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:07 GMT" + "Mon, 13 Apr 2020 17:49:09 GMT" ], "Content-Length": [ "30" @@ -8858,8 +8858,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8867,7 +8867,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8881,13 +8881,13 @@ "10" ], "x-ms-request-id": [ - "f394db70-2d58-4354-9186-4bf222c7709e" + "4d4cfe01-a710-4579-9054-5cb10d0f3276" ], "x-ms-correlation-request-id": [ - "df31934b-1cfc-4a12-b35e-582a0645a298" + "c54f0f80-a884-4320-acba-803bc4a65b03" ], "x-ms-arm-service-request-id": [ - "5c58a598-b104-4a7f-99e7-325f46e5cc76" + "d51e8cfe-2be1-45fd-b258-1253279f2a5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8900,13 +8900,13 @@ "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121418Z:df31934b-1cfc-4a12-b35e-582a0645a298" + "WESTUS:20200413T174920Z:c54f0f80-a884-4320-acba-803bc4a65b03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:17 GMT" + "Mon, 13 Apr 2020 17:49:19 GMT" ], "Content-Length": [ "30" @@ -8922,8 +8922,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8931,7 +8931,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8945,32 +8945,32 @@ "10" ], "x-ms-request-id": [ - "2d4e57e8-6471-4a6a-80eb-ad62c848bf07" + "8a386c2c-abe9-497b-8947-77a5d9074909" ], "x-ms-correlation-request-id": [ - "811ed11e-3297-4c50-be85-ae09f612082f" + "b702996f-8fed-4472-a864-127b5025c5f0" ], "x-ms-arm-service-request-id": [ - "42e1a549-0b2b-4488-acf1-05c2c4bcedb3" + "ad08a904-6ea6-44f0-8747-7e1495dbebaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121428Z:811ed11e-3297-4c50-be85-ae09f612082f" + "WESTUS:20200413T174930Z:b702996f-8fed-4472-a864-127b5025c5f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:27 GMT" + "Mon, 13 Apr 2020 17:49:29 GMT" ], "Content-Length": [ "30" @@ -8986,8 +8986,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8995,7 +8995,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9009,32 +9009,32 @@ "10" ], "x-ms-request-id": [ - "08cee7a3-a680-4e7d-a567-336ff35fff2b" + "aad4eec1-85c8-4f0f-9309-9b1f40701ddb" ], "x-ms-correlation-request-id": [ - "dca530e8-7c8d-4b13-af28-ebb906e59401" + "2bb091d5-97f4-4116-934c-4debc12b6194" ], "x-ms-arm-service-request-id": [ - "81985fbb-5c09-47e5-b71b-c5be84b368a1" + "28392ee8-9b43-4642-abe5-288397e218fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121439Z:dca530e8-7c8d-4b13-af28-ebb906e59401" + "WESTUS:20200413T174940Z:2bb091d5-97f4-4116-934c-4debc12b6194" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:39 GMT" + "Mon, 13 Apr 2020 17:49:39 GMT" ], "Content-Length": [ "30" @@ -9050,8 +9050,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9059,7 +9059,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9073,13 +9073,13 @@ "10" ], "x-ms-request-id": [ - "29d46ef5-72cf-4876-84ad-af973d6e33b1" + "74c0a572-f821-476e-81b5-72f90e532044" ], "x-ms-correlation-request-id": [ - "fa442cff-deed-4663-9252-10382ba3d480" + "e422ecf1-649e-411e-a5a5-98ac1f94c5a2" ], "x-ms-arm-service-request-id": [ - "44ad3392-5b9f-4198-a6a1-800a6426fdfe" + "844df26a-fec5-4b10-9e86-5176f90e296a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9092,13 +9092,13 @@ "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121449Z:fa442cff-deed-4663-9252-10382ba3d480" + "WESTUS:20200413T174950Z:e422ecf1-649e-411e-a5a5-98ac1f94c5a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:49 GMT" + "Mon, 13 Apr 2020 17:49:49 GMT" ], "Content-Length": [ "30" @@ -9114,8 +9114,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9123,7 +9123,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9137,13 +9137,13 @@ "10" ], "x-ms-request-id": [ - "58a7c52d-cf44-4336-be45-9579f395ed03" + "2ea5bb99-9924-4254-b96f-b8c350154189" ], "x-ms-correlation-request-id": [ - "1e993607-594d-414a-ae19-738f9896b760" + "120c649b-a65e-4678-bee4-eabe2c9dd768" ], "x-ms-arm-service-request-id": [ - "cb40e489-5d3e-4206-b5fb-b2f68d8a06fd" + "dde3834c-a973-41b4-9518-9154cb11eeea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9156,13 +9156,13 @@ "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121459Z:1e993607-594d-414a-ae19-738f9896b760" + "WESTUS:20200413T175000Z:120c649b-a65e-4678-bee4-eabe2c9dd768" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:14:59 GMT" + "Mon, 13 Apr 2020 17:49:59 GMT" ], "Content-Length": [ "30" @@ -9178,8 +9178,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9187,7 +9187,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9201,13 +9201,13 @@ "10" ], "x-ms-request-id": [ - "ae9f9dee-274e-4895-9229-d79378880c3d" + "92729313-80bf-4010-badd-68a3c8dfe297" ], "x-ms-correlation-request-id": [ - "e66d1ad0-2037-4eda-9197-702e861ee9e9" + "94f0bf1d-4911-48a7-b6f2-e8ac61f43dae" ], "x-ms-arm-service-request-id": [ - "e3894df1-d089-4ce0-8994-6195b145d3e0" + "edfb2d23-3ad7-4236-b18e-96975442c8d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9220,13 +9220,13 @@ "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121510Z:e66d1ad0-2037-4eda-9197-702e861ee9e9" + "WESTUS:20200413T175010Z:94f0bf1d-4911-48a7-b6f2-e8ac61f43dae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:15:09 GMT" + "Mon, 13 Apr 2020 17:50:09 GMT" ], "Content-Length": [ "30" @@ -9242,8 +9242,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9251,7 +9251,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9265,13 +9265,13 @@ "10" ], "x-ms-request-id": [ - "2bf4d658-78e5-43da-a038-a04c80ffa460" + "3739fb5a-adae-4e76-b0b1-448fddb209df" ], "x-ms-correlation-request-id": [ - "530fa80c-2804-45bd-86c4-a0022afbdde3" + "fd7f3cf0-61bb-4e1d-b119-da3d8ec461e2" ], "x-ms-arm-service-request-id": [ - "2af13cde-4dc9-49b4-a45a-439052acb692" + "eb087f1f-4f2d-4b8c-9505-1b98e74212b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9284,13 +9284,13 @@ "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121520Z:530fa80c-2804-45bd-86c4-a0022afbdde3" + "WESTUS:20200413T175020Z:fd7f3cf0-61bb-4e1d-b119-da3d8ec461e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:15:19 GMT" + "Mon, 13 Apr 2020 17:50:19 GMT" ], "Content-Length": [ "30" @@ -9306,8 +9306,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9315,7 +9315,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9329,13 +9329,13 @@ "10" ], "x-ms-request-id": [ - "dbb4a6ec-4005-4a77-8065-98d421f427e5" + "daf97757-3d78-438a-9672-a127a9439001" ], "x-ms-correlation-request-id": [ - "63dd2af5-cc70-438b-bc20-1e82910ac095" + "e1ed6c41-53e9-47af-850d-68cb3392b9f1" ], "x-ms-arm-service-request-id": [ - "6ba00e1a-dfaa-4904-bedf-9ced8c3d50da" + "038a9fc2-fcb1-42a1-8e21-eb01c35f39c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9348,13 +9348,13 @@ "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121530Z:63dd2af5-cc70-438b-bc20-1e82910ac095" + "WESTUS:20200413T175030Z:e1ed6c41-53e9-47af-850d-68cb3392b9f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:15:30 GMT" + "Mon, 13 Apr 2020 17:50:29 GMT" ], "Content-Length": [ "30" @@ -9370,8 +9370,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9379,7 +9379,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9393,13 +9393,13 @@ "10" ], "x-ms-request-id": [ - "a11dc3e5-e69d-466c-bbde-3fc60a9f4864" + "6b7dbceb-51be-4149-94ff-2127c4b8780b" ], "x-ms-correlation-request-id": [ - "4c7b73e1-294d-4874-a872-3dd637119e1e" + "e1d1745f-d4d0-478f-9e55-858d348629c3" ], "x-ms-arm-service-request-id": [ - "d323cbeb-d92e-4027-97ed-22aefe8cf6c0" + "ecb5d095-71b0-48a8-ac64-b6f813d21f02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9412,13 +9412,13 @@ "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121540Z:4c7b73e1-294d-4874-a872-3dd637119e1e" + "WESTUS:20200413T175040Z:e1d1745f-d4d0-478f-9e55-858d348629c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:15:40 GMT" + "Mon, 13 Apr 2020 17:50:40 GMT" ], "Content-Length": [ "30" @@ -9434,8 +9434,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9443,7 +9443,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9457,32 +9457,32 @@ "10" ], "x-ms-request-id": [ - "6c05ba25-913f-46c2-80f1-d920c6c34a0a" + "9ad89529-f684-432b-8119-4dbcd00d31cb" ], "x-ms-correlation-request-id": [ - "12864c87-1b53-4ed8-ab3c-8a9704d132a5" + "4e72c2d1-e939-4da6-976c-8ef7bce22694" ], "x-ms-arm-service-request-id": [ - "4d805344-7bae-4a59-a675-0bcb4b805cd2" + "24d017a1-78b2-43d6-b92b-5a3b01167df8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121550Z:12864c87-1b53-4ed8-ab3c-8a9704d132a5" + "WESTUS:20200413T175050Z:4e72c2d1-e939-4da6-976c-8ef7bce22694" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:15:50 GMT" + "Mon, 13 Apr 2020 17:50:50 GMT" ], "Content-Length": [ "30" @@ -9498,8 +9498,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9507,7 +9507,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9521,32 +9521,32 @@ "10" ], "x-ms-request-id": [ - "7bd5ca7e-e207-437c-b583-19fbe4e1ca90" + "74297614-2f59-4679-b5f0-4515d3eb6d03" ], "x-ms-correlation-request-id": [ - "a70a365e-efb7-4427-ae31-6e3f2b14b190" + "ae3d6c8f-3fe6-40e3-a4db-2bec5e3b69eb" ], "x-ms-arm-service-request-id": [ - "47b87351-04c7-4386-9b21-a3d892e737f8" + "1fed7c49-c4bf-4aa8-ac42-6f1d5056d592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121601Z:a70a365e-efb7-4427-ae31-6e3f2b14b190" + "WESTUS:20200413T175101Z:ae3d6c8f-3fe6-40e3-a4db-2bec5e3b69eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:00 GMT" + "Mon, 13 Apr 2020 17:51:00 GMT" ], "Content-Length": [ "30" @@ -9562,8 +9562,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9571,7 +9571,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9585,13 +9585,13 @@ "10" ], "x-ms-request-id": [ - "401458e4-85a9-4f77-b51e-1bf7ba093621" + "baea3585-d9df-486a-ade0-6a694ab2ccb7" ], "x-ms-correlation-request-id": [ - "7c6a7b44-9e73-45bd-8304-a7b2c50124cb" + "b4889d89-bcb2-462a-a868-876f79c87205" ], "x-ms-arm-service-request-id": [ - "d371b7f2-b9df-4b69-a8ce-07ffc4eb082d" + "a43eb94e-db2d-4642-8883-87207a789952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9604,13 +9604,13 @@ "11935" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121611Z:7c6a7b44-9e73-45bd-8304-a7b2c50124cb" + "WESTUS:20200413T175111Z:b4889d89-bcb2-462a-a868-876f79c87205" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:10 GMT" + "Mon, 13 Apr 2020 17:51:10 GMT" ], "Content-Length": [ "30" @@ -9626,8 +9626,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9635,7 +9635,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9649,13 +9649,13 @@ "10" ], "x-ms-request-id": [ - "37878a9b-90b3-4a03-aa3c-bb67521208da" + "6dede5f3-efc3-48ca-88ed-f0aafd324567" ], "x-ms-correlation-request-id": [ - "ea5082d7-d1e9-4ed1-8979-f61c11dd26ba" + "bad10938-bb29-412c-b7da-391cf5bc900e" ], "x-ms-arm-service-request-id": [ - "26034495-dd79-4958-92a2-8d625ba6e32a" + "19809f30-6efd-4877-aa6a-f983850fb272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9668,13 +9668,13 @@ "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121621Z:ea5082d7-d1e9-4ed1-8979-f61c11dd26ba" + "WESTUS:20200413T175121Z:bad10938-bb29-412c-b7da-391cf5bc900e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:21 GMT" + "Mon, 13 Apr 2020 17:51:20 GMT" ], "Content-Length": [ "30" @@ -9690,8 +9690,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9699,7 +9699,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9713,13 +9713,13 @@ "10" ], "x-ms-request-id": [ - "859ce878-56b6-4857-9c46-6ec88bddf3df" + "7a258b5b-659a-4871-ac16-3863b749a855" ], "x-ms-correlation-request-id": [ - "61826040-0e81-4ba7-8b0a-09d3c6afd63b" + "6575e05e-a640-4fc2-8701-03cb369917d1" ], "x-ms-arm-service-request-id": [ - "349a301f-69c3-4a85-a3b2-a7dcaa2e6bee" + "523b8e63-0ad5-4a50-9bf2-967e4b11cfa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9732,13 +9732,13 @@ "11933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121632Z:61826040-0e81-4ba7-8b0a-09d3c6afd63b" + "WESTUS:20200413T175131Z:6575e05e-a640-4fc2-8701-03cb369917d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:31 GMT" + "Mon, 13 Apr 2020 17:51:30 GMT" ], "Content-Length": [ "30" @@ -9754,8 +9754,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9763,7 +9763,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9777,13 +9777,13 @@ "10" ], "x-ms-request-id": [ - "2e58ed51-5e94-4087-bd7f-0942cdbfea34" + "472510ce-e149-4405-a103-da03688d9fa0" ], "x-ms-correlation-request-id": [ - "4ec8705c-0f6e-4a62-a72c-5a4ce4f1d3f4" + "1d23e691-2856-4af7-ab8b-9d1fe5598fce" ], "x-ms-arm-service-request-id": [ - "ae6e9165-b0d6-4f17-bb84-f395ca4b2dba" + "665f70e4-5fbc-49a4-aa96-7343ce9a5c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9796,13 +9796,13 @@ "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121642Z:4ec8705c-0f6e-4a62-a72c-5a4ce4f1d3f4" + "WESTUS:20200413T175141Z:1d23e691-2856-4af7-ab8b-9d1fe5598fce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:41 GMT" + "Mon, 13 Apr 2020 17:51:40 GMT" ], "Content-Length": [ "30" @@ -9818,8 +9818,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9827,7 +9827,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9841,13 +9841,13 @@ "10" ], "x-ms-request-id": [ - "69b16728-af38-4c3d-a3fc-4f3f34d7f367" + "b544e086-55d1-47c9-8993-b7bafcebbce8" ], "x-ms-correlation-request-id": [ - "88b7506d-4b65-4047-a1e4-b01d70aa42bf" + "44eb4628-8117-4d37-8c97-41337bdad345" ], "x-ms-arm-service-request-id": [ - "36f55fab-949a-45f2-b1ab-85179ec887a8" + "c6ad26bc-6bb7-42ef-9762-d772dd5e7e17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9860,13 +9860,13 @@ "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121652Z:88b7506d-4b65-4047-a1e4-b01d70aa42bf" + "WESTUS:20200413T175151Z:44eb4628-8117-4d37-8c97-41337bdad345" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:16:52 GMT" + "Mon, 13 Apr 2020 17:51:50 GMT" ], "Content-Length": [ "30" @@ -9882,8 +9882,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9891,7 +9891,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9905,32 +9905,32 @@ "10" ], "x-ms-request-id": [ - "8619c2ba-1b08-4733-a4c5-75484134658d" + "d2e181f9-4922-4090-a318-88557e76b1c2" ], "x-ms-correlation-request-id": [ - "0f0acc10-2d8c-4bd4-a5ad-e34f14874c3f" + "96c729cc-a8fc-49de-8374-f34d0927d9f1" ], "x-ms-arm-service-request-id": [ - "ad87d728-a972-4acd-a847-f0a776f971ba" + "ccc16ea5-952f-4be2-abf3-d68f224b1f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11930" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121702Z:0f0acc10-2d8c-4bd4-a5ad-e34f14874c3f" + "WESTUS:20200413T175201Z:96c729cc-a8fc-49de-8374-f34d0927d9f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:02 GMT" + "Mon, 13 Apr 2020 17:52:00 GMT" ], "Content-Length": [ "30" @@ -9946,8 +9946,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9955,7 +9955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9969,13 +9969,13 @@ "10" ], "x-ms-request-id": [ - "5bfb19fd-7698-4614-aaab-ba94dd7579ff" + "762b468e-f828-4a83-8545-024f310090e3" ], "x-ms-correlation-request-id": [ - "264acfa6-bf3a-413b-ad68-996ced0104ef" + "32233f7d-6763-436b-9401-79e0b0a77513" ], "x-ms-arm-service-request-id": [ - "8c625950-44d6-41a7-8a30-a6daf5bde3d1" + "efbc7e85-8dc1-41e5-b8ac-4b626dbc006c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9988,13 +9988,13 @@ "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121712Z:264acfa6-bf3a-413b-ad68-996ced0104ef" + "WESTUS:20200413T175211Z:32233f7d-6763-436b-9401-79e0b0a77513" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:12 GMT" + "Mon, 13 Apr 2020 17:52:10 GMT" ], "Content-Length": [ "30" @@ -10010,8 +10010,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10019,7 +10019,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10033,13 +10033,13 @@ "10" ], "x-ms-request-id": [ - "33df0546-151f-461f-80d0-197f12066cc4" + "88a4e71d-143e-416d-a631-07a06751adf8" ], "x-ms-correlation-request-id": [ - "2adaa27d-181d-427f-bfc3-99c743ae8be2" + "b98265f9-9e88-46b0-93cf-44a154f0fd89" ], "x-ms-arm-service-request-id": [ - "01a7ecf3-1e96-4de0-9cbd-f352fcb21a00" + "427dcc20-28d8-414e-b3d2-46337f4f030e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10052,13 +10052,13 @@ "11928" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121723Z:2adaa27d-181d-427f-bfc3-99c743ae8be2" + "WESTUS:20200413T175221Z:b98265f9-9e88-46b0-93cf-44a154f0fd89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:22 GMT" + "Mon, 13 Apr 2020 17:52:20 GMT" ], "Content-Length": [ "30" @@ -10074,8 +10074,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10083,7 +10083,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10097,32 +10097,32 @@ "10" ], "x-ms-request-id": [ - "2ac0b105-7614-4540-bbff-b11b01f595cb" + "a6e5432f-0f28-4e80-a84b-2a2db3d43cf0" ], "x-ms-correlation-request-id": [ - "fc7cf26e-3d29-4bb2-a2c5-a8d0f2d4450b" + "897f297a-a5d0-49cb-9108-00ff214715dd" ], "x-ms-arm-service-request-id": [ - "47211c04-a784-435c-bf23-70d4420fa015" + "c2b0c92d-1efc-43f5-ba28-3b375c8d1c91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121733Z:fc7cf26e-3d29-4bb2-a2c5-a8d0f2d4450b" + "WESTUS:20200413T175231Z:897f297a-a5d0-49cb-9108-00ff214715dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:32 GMT" + "Mon, 13 Apr 2020 17:52:31 GMT" ], "Content-Length": [ "30" @@ -10138,8 +10138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10147,7 +10147,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10161,13 +10161,13 @@ "10" ], "x-ms-request-id": [ - "6a726a75-9b0e-48c8-bc29-e34c00046fd0" + "8d29719a-2059-4f55-9c8a-f0c05ff1cea8" ], "x-ms-correlation-request-id": [ - "bb4c108d-f09d-4569-81bc-63b9b9cdf2fd" + "80aac312-67ba-42e3-a280-7fe2e0ab3528" ], "x-ms-arm-service-request-id": [ - "d4d91390-f5dd-4736-9080-398ee05d3b04" + "2f7c4838-e771-4c71-ac16-5f1f54c4b66a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10180,13 +10180,13 @@ "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121743Z:bb4c108d-f09d-4569-81bc-63b9b9cdf2fd" + "WESTUS:20200413T175242Z:80aac312-67ba-42e3-a280-7fe2e0ab3528" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:43 GMT" + "Mon, 13 Apr 2020 17:52:41 GMT" ], "Content-Length": [ "30" @@ -10202,8 +10202,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10211,7 +10211,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10225,13 +10225,13 @@ "10" ], "x-ms-request-id": [ - "31faaee7-5063-43c3-9751-60edf1f183e9" + "5a896979-6c1a-4bda-8539-98c19d4c5b7e" ], "x-ms-correlation-request-id": [ - "8fa438c4-3552-4ff9-9693-7287066f6d53" + "059a7cda-125c-4f08-80b7-b65039e14373" ], "x-ms-arm-service-request-id": [ - "6e6e82de-e9ee-46aa-985a-07d16d851a25" + "00cea0c3-e1b4-497f-b440-5ef5d770c2a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10244,13 +10244,13 @@ "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121754Z:8fa438c4-3552-4ff9-9693-7287066f6d53" + "WESTUS:20200413T175252Z:059a7cda-125c-4f08-80b7-b65039e14373" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:17:53 GMT" + "Mon, 13 Apr 2020 17:52:51 GMT" ], "Content-Length": [ "30" @@ -10266,8 +10266,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10275,7 +10275,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10289,13 +10289,13 @@ "10" ], "x-ms-request-id": [ - "85141a64-d734-4e18-94c9-3d56ee22c35a" + "9391b94b-780a-44af-8d0b-28a916d764a2" ], "x-ms-correlation-request-id": [ - "bee7485a-3f04-4665-924c-504c7a0accdd" + "c92d451b-cf74-4f54-beb2-24c1c1f94422" ], "x-ms-arm-service-request-id": [ - "f6130cf0-a7e9-47ba-b97b-0a0421a31eb5" + "e85620f9-840d-4b77-bd29-473dd4af3a1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10308,13 +10308,13 @@ "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121804Z:bee7485a-3f04-4665-924c-504c7a0accdd" + "WESTUS:20200413T175302Z:c92d451b-cf74-4f54-beb2-24c1c1f94422" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:03 GMT" + "Mon, 13 Apr 2020 17:53:01 GMT" ], "Content-Length": [ "30" @@ -10330,8 +10330,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10339,7 +10339,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10353,32 +10353,32 @@ "10" ], "x-ms-request-id": [ - "3c8144d8-77c8-428c-ade1-1b14c9a1b6ad" + "9f61e26e-8d54-4769-bbb6-f8c2a091ef13" ], "x-ms-correlation-request-id": [ - "835b769a-dd6f-4d48-9f1c-c3d9f4882280" + "20a826f5-09ef-4898-9d79-5d1b97aefa0e" ], "x-ms-arm-service-request-id": [ - "f6bdcbca-f86c-4b3f-a165-1d1f95fff590" + "ffdd9aed-6884-46a8-b863-5cfa03236943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11923" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121814Z:835b769a-dd6f-4d48-9f1c-c3d9f4882280" + "WESTUS:20200413T175312Z:20a826f5-09ef-4898-9d79-5d1b97aefa0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:13 GMT" + "Mon, 13 Apr 2020 17:53:11 GMT" ], "Content-Length": [ "30" @@ -10394,8 +10394,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10403,7 +10403,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10417,13 +10417,13 @@ "10" ], "x-ms-request-id": [ - "d0835b92-cff0-4a3d-8ade-7fc533d5140f" + "d4f99f3d-34bd-4caa-bdc1-7da2e42aa41f" ], "x-ms-correlation-request-id": [ - "cfed1076-d350-43d0-b519-e83ad6897751" + "3830e16f-5df3-471d-b01e-bbda0fced818" ], "x-ms-arm-service-request-id": [ - "969c17bc-bc3b-4e58-943b-8f0c7a037173" + "10e73aab-106f-44d7-a101-a6bc90565fc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10436,13 +10436,13 @@ "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121824Z:cfed1076-d350-43d0-b519-e83ad6897751" + "WESTUS:20200413T175322Z:3830e16f-5df3-471d-b01e-bbda0fced818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:23 GMT" + "Mon, 13 Apr 2020 17:53:21 GMT" ], "Content-Length": [ "30" @@ -10458,8 +10458,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10467,7 +10467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10481,13 +10481,13 @@ "10" ], "x-ms-request-id": [ - "50a89d69-4a9c-4be9-a8ec-06fd19a974c4" + "39305762-6996-4580-866f-f78908ceff8b" ], "x-ms-correlation-request-id": [ - "83c56d12-5dfa-4d72-9f18-1feaf834e4fb" + "3f8061f0-09dc-48d2-92e5-da5468fb28e5" ], "x-ms-arm-service-request-id": [ - "d627936a-1451-4ce8-a3c5-a719474ea656" + "eb13172e-ce7d-41c3-80ab-536a97be068b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10500,13 +10500,13 @@ "11921" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121834Z:83c56d12-5dfa-4d72-9f18-1feaf834e4fb" + "WESTUS:20200413T175332Z:3f8061f0-09dc-48d2-92e5-da5468fb28e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:34 GMT" + "Mon, 13 Apr 2020 17:53:31 GMT" ], "Content-Length": [ "30" @@ -10522,8 +10522,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10531,7 +10531,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10545,13 +10545,13 @@ "10" ], "x-ms-request-id": [ - "86f43f97-6c19-4731-97aa-8922b93f4d52" + "15152af4-2454-4613-8418-4c496ad169cc" ], "x-ms-correlation-request-id": [ - "d301bcca-e3c8-4e82-926c-1b991a950c65" + "eb45a8aa-665d-451c-a4dc-13f7f6d26d41" ], "x-ms-arm-service-request-id": [ - "ced6c990-f6ca-4be3-bcda-4b72582d2f11" + "831b96ef-c650-44b5-972e-846e7ceb0704" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10564,13 +10564,13 @@ "11920" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121845Z:d301bcca-e3c8-4e82-926c-1b991a950c65" + "WESTUS:20200413T175342Z:eb45a8aa-665d-451c-a4dc-13f7f6d26d41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:44 GMT" + "Mon, 13 Apr 2020 17:53:42 GMT" ], "Content-Length": [ "30" @@ -10586,8 +10586,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10595,7 +10595,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10609,13 +10609,13 @@ "10" ], "x-ms-request-id": [ - "767ca85b-f10a-4056-bd15-df1483cb4c17" + "3f6a39b1-ca1c-4daf-b688-77d3b1f98b71" ], "x-ms-correlation-request-id": [ - "9e137885-a265-476f-86bf-6f83cf4f510c" + "66116ebb-5de6-470a-98bb-7130badbd089" ], "x-ms-arm-service-request-id": [ - "6c35ca3a-1cd0-4968-b92c-78ae4022df1d" + "d662b797-a60f-41c7-8c0e-d4b89de66bec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10628,13 +10628,13 @@ "11919" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121855Z:9e137885-a265-476f-86bf-6f83cf4f510c" + "WESTUS:20200413T175352Z:66116ebb-5de6-470a-98bb-7130badbd089" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:18:55 GMT" + "Mon, 13 Apr 2020 17:53:52 GMT" ], "Content-Length": [ "30" @@ -10650,8 +10650,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10659,7 +10659,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10673,32 +10673,32 @@ "10" ], "x-ms-request-id": [ - "e69740ca-c3b2-4529-bb74-7ae3b31bb6a2" + "540e588a-3b51-45fa-95c9-3f16f705aeae" ], "x-ms-correlation-request-id": [ - "c42b954e-8b81-421c-9125-82a1f0505a46" + "590fdfad-a4e2-4f40-8f7d-a92bc13718a7" ], "x-ms-arm-service-request-id": [ - "f9bea232-b388-43eb-953e-e7159d4da145" + "f15de081-aaad-455a-beef-7555c689dfac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11918" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121905Z:c42b954e-8b81-421c-9125-82a1f0505a46" + "WESTUS:20200413T175402Z:590fdfad-a4e2-4f40-8f7d-a92bc13718a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:05 GMT" + "Mon, 13 Apr 2020 17:54:02 GMT" ], "Content-Length": [ "30" @@ -10714,8 +10714,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10723,7 +10723,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10737,13 +10737,13 @@ "10" ], "x-ms-request-id": [ - "b40296d2-f0a0-49a3-b6d3-15d945316aa7" + "281dae92-2147-489b-a02b-2d0432cf8a53" ], "x-ms-correlation-request-id": [ - "7a03a2f9-bb7f-46e9-8c96-d0abccee4b76" + "50c8795c-b0e5-4b7d-8cd0-edccd4eb50a8" ], "x-ms-arm-service-request-id": [ - "0fd915a7-013b-4304-b2ea-af75023174c7" + "2feca389-16b3-4e67-8cad-a3ceedda0444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10756,13 +10756,13 @@ "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121916Z:7a03a2f9-bb7f-46e9-8c96-d0abccee4b76" + "WESTUS:20200413T175412Z:50c8795c-b0e5-4b7d-8cd0-edccd4eb50a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:15 GMT" + "Mon, 13 Apr 2020 17:54:12 GMT" ], "Content-Length": [ "30" @@ -10778,8 +10778,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10787,7 +10787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10801,32 +10801,32 @@ "10" ], "x-ms-request-id": [ - "3c8fb364-717a-419e-8717-924665364a8d" + "1feefff6-25cf-4d93-8052-c6bbdc4c923c" ], "x-ms-correlation-request-id": [ - "e4f1e32c-867e-4621-851d-ac02dc15b405" + "1feee204-028a-4ccc-9d57-a94cfd32a4da" ], "x-ms-arm-service-request-id": [ - "77433e5a-6bcb-4e4c-9801-ffda6799b8ce" + "7ebfec0c-a904-48d2-b6ac-2b0f717e0f59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121926Z:e4f1e32c-867e-4621-851d-ac02dc15b405" + "WESTUS:20200413T175422Z:1feee204-028a-4ccc-9d57-a94cfd32a4da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:25 GMT" + "Mon, 13 Apr 2020 17:54:22 GMT" ], "Content-Length": [ "30" @@ -10842,8 +10842,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10851,7 +10851,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10865,13 +10865,13 @@ "10" ], "x-ms-request-id": [ - "673e7323-cede-4a0b-9830-e487fa617aaf" + "d02c294a-75dc-4418-9a3f-f724d6938dd4" ], "x-ms-correlation-request-id": [ - "2316a84c-2606-4f5d-9943-44d362d75e11" + "998aadff-13cf-4098-892c-7db69fdbd1d8" ], "x-ms-arm-service-request-id": [ - "f17020f9-05ba-4e19-850e-bfc7829c9059" + "2a91685a-350e-49d2-844d-dceeaf9d4cdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10884,13 +10884,13 @@ "11915" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121936Z:2316a84c-2606-4f5d-9943-44d362d75e11" + "WESTUS:20200413T175433Z:998aadff-13cf-4098-892c-7db69fdbd1d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:36 GMT" + "Mon, 13 Apr 2020 17:54:32 GMT" ], "Content-Length": [ "30" @@ -10906,8 +10906,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10915,7 +10915,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10929,13 +10929,13 @@ "10" ], "x-ms-request-id": [ - "49463d69-3002-4014-be86-62e36ac4d723" + "1e48b4db-db8e-45a3-8a68-5787450f9764" ], "x-ms-correlation-request-id": [ - "0aaff7bb-099b-4e83-89a2-24f22b229a04" + "f01d3eca-0770-4f4c-a5f5-26c849cd6a63" ], "x-ms-arm-service-request-id": [ - "005e445b-dbb4-49c2-9bd1-0b884c0b7984" + "5cbee242-cd6a-4268-9e35-0ab1d17c8faa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10948,13 +10948,13 @@ "11914" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121946Z:0aaff7bb-099b-4e83-89a2-24f22b229a04" + "WESTUS:20200413T175443Z:f01d3eca-0770-4f4c-a5f5-26c849cd6a63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:46 GMT" + "Mon, 13 Apr 2020 17:54:43 GMT" ], "Content-Length": [ "30" @@ -10970,8 +10970,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10979,7 +10979,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10993,13 +10993,13 @@ "10" ], "x-ms-request-id": [ - "501bb772-2f52-447a-9a7f-88568dd2d730" + "4958a686-cf1c-469a-93ee-cfe16cac8703" ], "x-ms-correlation-request-id": [ - "9f169d12-538c-439b-ad28-fc5ff4c0d6d2" + "5e3bb6e2-b556-4dd7-95fc-6f2bddf707ba" ], "x-ms-arm-service-request-id": [ - "ebd559be-5510-47e6-8027-09f414b5fb54" + "45f7090e-f717-43c0-b46b-858b98e053ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11012,13 +11012,13 @@ "11913" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T121956Z:9f169d12-538c-439b-ad28-fc5ff4c0d6d2" + "WESTUS:20200413T175453Z:5e3bb6e2-b556-4dd7-95fc-6f2bddf707ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:19:56 GMT" + "Mon, 13 Apr 2020 17:54:53 GMT" ], "Content-Length": [ "30" @@ -11034,8 +11034,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11043,7 +11043,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11057,13 +11057,13 @@ "10" ], "x-ms-request-id": [ - "14f567a1-d02b-4f5d-9eba-e965dfb706b6" + "d4b4a2ab-4c16-476f-82fe-79a30c01705a" ], "x-ms-correlation-request-id": [ - "cfbc03ca-fbae-4e0a-9636-bbb2c50039f1" + "34311ece-dee8-48b0-b1d7-c91bd1fed392" ], "x-ms-arm-service-request-id": [ - "45094a58-0dc3-4f13-bd73-27a0cb95b5ed" + "309e7b97-4fde-413c-b34c-ff5c0983fea3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11076,13 +11076,13 @@ "11912" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122007Z:cfbc03ca-fbae-4e0a-9636-bbb2c50039f1" + "WESTUS:20200413T175503Z:34311ece-dee8-48b0-b1d7-c91bd1fed392" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:06 GMT" + "Mon, 13 Apr 2020 17:55:03 GMT" ], "Content-Length": [ "30" @@ -11098,8 +11098,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11107,7 +11107,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11121,13 +11121,13 @@ "10" ], "x-ms-request-id": [ - "fe32d942-c6d1-409a-9def-25f2aa732b0f" + "6a97ba43-df4e-4f98-8c41-289f1ab55616" ], "x-ms-correlation-request-id": [ - "1bc54a74-28d1-4404-91de-f24df9ae9d53" + "1232f7fa-14dd-4bec-9375-d6cf1df8044d" ], "x-ms-arm-service-request-id": [ - "fe76a65f-1fbe-4d15-8e24-10afa1939f5c" + "d356ea58-afc6-4f11-9b97-11f039f564fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11140,13 +11140,13 @@ "11911" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122017Z:1bc54a74-28d1-4404-91de-f24df9ae9d53" + "WESTUS:20200413T175513Z:1232f7fa-14dd-4bec-9375-d6cf1df8044d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:16 GMT" + "Mon, 13 Apr 2020 17:55:13 GMT" ], "Content-Length": [ "30" @@ -11162,8 +11162,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11171,7 +11171,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11185,13 +11185,13 @@ "10" ], "x-ms-request-id": [ - "caee566b-3202-4ff0-bbcb-6c1806565950" + "5b528379-1452-4c82-9386-f4a487deece4" ], "x-ms-correlation-request-id": [ - "1d1eb480-b812-4792-9332-704522ee6f82" + "57189fd6-94e6-4f11-8d30-26d187c2b4fd" ], "x-ms-arm-service-request-id": [ - "2613c6c3-fd18-4736-a255-153468c6c559" + "a241ce26-4a06-40bd-a12b-e8088e1b6593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11204,13 +11204,13 @@ "11910" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122027Z:1d1eb480-b812-4792-9332-704522ee6f82" + "WESTUS:20200413T175523Z:57189fd6-94e6-4f11-8d30-26d187c2b4fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:26 GMT" + "Mon, 13 Apr 2020 17:55:23 GMT" ], "Content-Length": [ "30" @@ -11226,8 +11226,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11235,7 +11235,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11249,13 +11249,13 @@ "10" ], "x-ms-request-id": [ - "e67500b7-87c7-4901-8e05-58e734348691" + "ddab365b-2e82-402b-bc51-5a12c5c2c02f" ], "x-ms-correlation-request-id": [ - "2c351a80-da40-4d56-b81e-27e37d6eec40" + "27b9048b-b03f-47ec-b744-3fec2d8966b5" ], "x-ms-arm-service-request-id": [ - "681cf73c-77a7-4c3f-8c63-bf1ec5e81a9c" + "9f56db50-1f25-4773-8cd0-93aa3fc0e8fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11268,13 +11268,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122037Z:2c351a80-da40-4d56-b81e-27e37d6eec40" + "WESTUS:20200413T175533Z:27b9048b-b03f-47ec-b744-3fec2d8966b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:36 GMT" + "Mon, 13 Apr 2020 17:55:33 GMT" ], "Content-Length": [ "30" @@ -11290,8 +11290,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b5e10ec1-eeec-4fce-a81f-2d463f7913ab?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1ZTEwZWMxLWVlZWMtNGZjZS1hODFmLTJkNDYzZjc5MTNhYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11299,7 +11299,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11309,14 +11309,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "d196a6ca-896b-4be4-b15f-88f54226a9a1" + "2dc1c7b5-bcb1-49cb-a1e2-c884b50e4bbe" ], "x-ms-correlation-request-id": [ - "08b7adde-d5b5-495f-9f6d-435436a76090" + "1af39ab0-dd57-4a6e-af89-e2a306484efa" ], "x-ms-arm-service-request-id": [ - "451fb3c2-2bb3-4d82-bc1e-e96eece4d1f1" + "4b71a9b5-7ebf-4ca0-859c-f3103c7058a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11329,16 +11332,16 @@ "11908" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122048Z:08b7adde-d5b5-495f-9f6d-435436a76090" + "WESTUS:20200413T175543Z:1af39ab0-dd57-4a6e-af89-e2a306484efa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:48 GMT" + "Mon, 13 Apr 2020 17:55:43 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11347,26 +11350,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "15b8870d-429e-4184-a5d1-67de971db461" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11376,53 +11373,698 @@ "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "1280e373-93f8-46f7-ac3e-b9a00b2dd1ec", - "1da99570-ac72-4ec7-ad0c-3829d6d04d6b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "9e85139a-b255-408f-8743-5dea4423aa84" + "e4357a49-de0c-48a7-b6f6-e98fbda8921b" ], "x-ms-correlation-request-id": [ - "9e85139a-b255-408f-8743-5dea4423aa84" + "bd5befa8-a3fa-4cad-bb28-2270a0756415" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122050Z:9e85139a-b255-408f-8743-5dea4423aa84" + "x-ms-arm-service-request-id": [ + "15fc2527-ebf0-47ec-94cb-001c4c95a4f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11907" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175553Z:bd5befa8-a3fa-4cad-bb28-2270a0756415" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:50 GMT" + "Mon, 13 Apr 2020 17:55:53 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "64422" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4345\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78b86842-b6de-496b-b49c-b50935b4fc24\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8728\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/gatewayIPConfigurations/ps8728\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/virtualNetworks/ps2474/subnets/ps3312\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8677\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps371\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps371\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9610\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/publicIPAddresses/ps3474\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps5746\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1437\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3835\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps524\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2143\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2504\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps6484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"02b2a147-0f42-4da1-b213-0f47e033dad3\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps4678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/gatewayIPConfigurations/ps4678\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/virtualNetworks/ps5631/subnets/ps3362\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9828\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4126\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/trustedRootCertificates/ps4126\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2612\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/publicIPAddresses/ps5199\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8668\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2285\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps9762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps9762\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps243\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps9410\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8219\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1628\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9879\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1745\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps3025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps633\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps1397\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/probes/ps8449\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps3168\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3922\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps1601\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"522c1038-1f2a-4692-940f-f9bd72f99b67\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps9613\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/gatewayIPConfigurations/ps9613\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/virtualNetworks/ps1783/subnets/ps973\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6445\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps8407\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps8407\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/publicIPAddresses/ps8989\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8671\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7272\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4563\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8622\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7543\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2321\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps8861\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "90b9f9ca-a82e-4264-9739-483eacdd55ec" - ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f3101067-faf8-41b9-8dea-c162b41b237e" + ], + "x-ms-correlation-request-id": [ + "be36e680-4413-4ceb-b23a-9993b70f7f0f" + ], + "x-ms-arm-service-request-id": [ + "99a60aa9-84be-457a-945b-2c046bf4f38b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11906" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175604Z:be36e680-4413-4ceb-b23a-9993b70f7f0f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7883a407-f4a0-4394-a32d-fc11d0f45a90" + ], + "x-ms-correlation-request-id": [ + "e68dc7ed-288b-4abc-9568-55966ec38864" + ], + "x-ms-arm-service-request-id": [ + "032bbd3a-8cb1-4dcc-8b7f-afcfa12d3226" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11905" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175614Z:e68dc7ed-288b-4abc-9568-55966ec38864" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b51af7bb-4482-4332-91f7-f2ddd0afc56a" + ], + "x-ms-correlation-request-id": [ + "b13760dc-5c1f-4a29-8f72-72962966a635" + ], + "x-ms-arm-service-request-id": [ + "d8a9c27e-23e9-4011-8e64-a45cbc88b2a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11904" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175624Z:b13760dc-5c1f-4a29-8f72-72962966a635" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "937aa23f-13bb-4de0-b6a2-9e33c6c600ab" + ], + "x-ms-correlation-request-id": [ + "1512b1ed-da74-4d1b-a070-ec1a79cfb772" + ], + "x-ms-arm-service-request-id": [ + "219c5277-2672-4bcb-a72d-ccd36e115e37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11903" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175634Z:1512b1ed-da74-4d1b-a070-ec1a79cfb772" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "69afe0e4-3851-4434-ac93-0254e8b34e6b" + ], + "x-ms-correlation-request-id": [ + "c3c24ce7-187f-415a-ad43-47cb50a9d01e" + ], + "x-ms-arm-service-request-id": [ + "b10a87e3-7895-4652-a365-09ed4dd5f6ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11902" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175644Z:c3c24ce7-187f-415a-ad43-47cb50a9d01e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e42eb881-e3d7-4eb9-9af4-bb0f523e95f8" + ], + "x-ms-correlation-request-id": [ + "da43b4fd-aab2-4121-ba65-843383432d05" + ], + "x-ms-arm-service-request-id": [ + "0ea25a22-c234-422a-9617-d86cbb7098e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11901" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175654Z:da43b4fd-aab2-4121-ba65-843383432d05" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:56:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f23b74f2-badd-4093-9025-b432d113c8ff" + ], + "x-ms-correlation-request-id": [ + "861a84aa-9520-4bdc-9f78-277a3726f535" + ], + "x-ms-arm-service-request-id": [ + "003ef1fb-334f-421a-add1-2b6023e76e32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175704Z:861a84aa-9520-4bdc-9f78-277a3726f535" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/cfd33e93-2499-47e0-a2c9-63c02839e552?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2NmZDMzZTkzLTI0OTktNDdlMC1hMmM5LTYzYzAyODM5ZTU1Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9ab6464f-282d-4ea1-821a-2248ad14daaf" + ], + "x-ms-correlation-request-id": [ + "6fa44b87-ce4b-4dca-abc3-0a69ea607956" + ], + "x-ms-arm-service-request-id": [ + "c3cd24f0-0b01-470c-9da3-ce564a3bd0ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11899" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175714Z:6fa44b87-ce4b-4dca-abc3-0a69ea607956" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:13 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2ef4af27-9099-41a4-8265-bff0934d8356" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "5a7d1d10-c12e-414e-a44e-4947b80af532", + "3302f97c-9d93-4bb5-abb6-f7d4964fafc3", + "793895c7-76bf-4274-95d6-7e62ce5af41b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "930a18d1-c5b5-4c96-a482-380df86daaf1" + ], + "x-ms-correlation-request-id": [ + "930a18d1-c5b5-4c96-a482-380df86daaf1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175715Z:930a18d1-c5b5-4c96-a482-380df86daaf1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:14 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "50369" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testGw\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a8707a9-7f09-443f-8231-58afec5de404\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"appGatewayIpConfig\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/gatewayIPConfigurations/appGatewayIpConfig\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/virtualNetworks/vnet/subnets/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"appGwPublicFrontendIp\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/publicIPAddresses/newpip\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"port_80\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8080\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8081\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"testbackend2.westus.cloudapp.azure.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"set1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"ApplicationGatewayAffinity\",\r\n \"requestTimeout\": 20,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"myPoolSettings\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 120,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"list1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"list2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"bar\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/bar/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"url01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"rule01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/path\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule3\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"Test\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"enableHttp2\": false,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 0,\r\n \"maxCapacity\": 10\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps1905\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f493db6f-04ca-4d54-baf6-3164deacf822\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1287\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/gatewayIPConfigurations/ps1287\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4893\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/publicIPAddresses/ps7525\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps5468\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9767\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps2028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps8408\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps8408\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps159\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps8996\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4690\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9209\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8169\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b81251b-f179-4603-a067-dd703b0449b3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "a5febf88-717f-4bcd-b2d6-dcc18aa002aa", + "7651bee3-7eb6-4edf-9e10-5aa120baa42c", + "bef7dec6-b1e9-401a-a478-40e30b22c8d2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "b6912090-1ca5-4b30-9401-4010c78bc9a0" + ], + "x-ms-correlation-request-id": [ + "b6912090-1ca5-4b30-9401-4010c78bc9a0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175715Z:b6912090-1ca5-4b30-9401-4010c78bc9a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:15 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "50369" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testGw\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a8707a9-7f09-443f-8231-58afec5de404\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"appGatewayIpConfig\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/gatewayIPConfigurations/appGatewayIpConfig\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/virtualNetworks/vnet/subnets/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"appGwPublicFrontendIp\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/publicIPAddresses/newpip\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"port_80\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8080\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8081\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"testbackend2.westus.cloudapp.azure.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"set1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"ApplicationGatewayAffinity\",\r\n \"requestTimeout\": 20,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"myPoolSettings\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 120,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"list1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"list2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"bar\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/bar/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"url01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"rule01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/path\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule3\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"Test\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"enableHttp2\": false,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 0,\r\n \"maxCapacity\": 10\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"ps7028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e10fe43-7ba3-488e-bb4d-57ac9bd47345\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1480\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/gatewayIPConfigurations/ps1480\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps6362\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/publicIPAddresses/ps2740\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/virtualNetworks/ps4695/subnets/ps9541\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4730\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps1255\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7486\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps1845\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8290\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps609\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/authenticationCertificates/ps6362\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4513\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps1782\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps4730\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps2723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendIPConfigurations/ps4977\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/frontendPorts/ps1255\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5715\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps5715\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps4513\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps6914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/requestRoutingRules/ps6914\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/httpListeners/ps2723\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps350\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7168\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/probes/ps7168\",\r\n \"etag\": \"W/\\\"58d84f6e-1797-4168-a731-2fcb65f1a083\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps1905\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f493db6f-04ca-4d54-baf6-3164deacf822\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1287\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/gatewayIPConfigurations/ps1287\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4893\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/publicIPAddresses/ps7525\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps5468\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9767\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps2028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps8408\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps8408\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps159\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps8996\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4690\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9209\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8169\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendhealth?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjgvYmFja2VuZGhlYWx0aD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db2c1fe3-1024-48d3-a0e8-2935b7ec8b27" + ], "Accept-Language": [ "en-US" ], @@ -11430,7 +12072,586 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/0a8bff46-b6c1-4976-9277-a8a3e55fc419?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0a8bff46-b6c1-4976-9277-a8a3e55fc419" + ], + "x-ms-correlation-request-id": [ + "17f425ba-dd6d-466c-8e08-fe7eb3faedd2" + ], + "x-ms-arm-service-request-id": [ + "353d0815-a95b-4aa9-a3b3-d6e74e1105ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175716Z:17f425ba-dd6d-466c-8e08-fe7eb3faedd2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:15 GMT" + ], + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "null", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/0a8bff46-b6c1-4976-9277-a8a3e55fc419?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzBhOGJmZjQ2LWI2YzEtNDk3Ni05Mjc3LWE4YTNlNTVmYzQxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/0a8bff46-b6c1-4976-9277-a8a3e55fc419?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "0a8bff46-b6c1-4976-9277-a8a3e55fc419" + ], + "x-ms-correlation-request-id": [ + "17f425ba-dd6d-466c-8e08-fe7eb3faedd2" + ], + "x-ms-arm-service-request-id": [ + "353d0815-a95b-4aa9-a3b3-d6e74e1105ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175726Z:0eb471d6-c52f-4b88-ae68-8b7c0e43580f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:25 GMT" + ], + "Content-Length": [ + "1933" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Probe status code mismatch. Received status code is different from expected 200-399.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n }\r\n ]\r\n },\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Backend server certificate is not whitelisted with Application Gateway.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/0a8bff46-b6c1-4976-9277-a8a3e55fc419?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzBhOGJmZjQ2LWI2YzEtNDk3Ni05Mjc3LWE4YTNlNTVmYzQxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/0a8bff46-b6c1-4976-9277-a8a3e55fc419?api-version=2020-03-01" + ], + "x-ms-request-id": [ + "0a8bff46-b6c1-4976-9277-a8a3e55fc419" + ], + "x-ms-correlation-request-id": [ + "17f425ba-dd6d-466c-8e08-fe7eb3faedd2" + ], + "x-ms-arm-service-request-id": [ + "353d0815-a95b-4aa9-a3b3-d6e74e1105ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175726Z:fdc0bf4a-7fb7-4eb9-b8da-bffc134db773" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:25 GMT" + ], + "Content-Length": [ + "1933" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendAddressPools/ps7486\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps8290\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Probe status code mismatch. Received status code is different from expected 200-399.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n }\r\n ]\r\n },\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/backendHttpSettingsCollection/ps609\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Backend server certificate is not whitelisted with Application Gateway.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Healthy\",\r\n \"healthProbeLog\": \"Success\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a7985c9d-53d9-4dcf-8cfd-d9405efc1b9f" + ], + "x-ms-correlation-request-id": [ + "d4ca3092-e5de-43ca-a6dd-8538a24dae2e" + ], + "x-ms-arm-service-request-id": [ + "9dc6b1a7-7776-4e13-a673-b374ca776533" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175738Z:d4ca3092-e5de-43ca-a6dd-8538a24dae2e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:37 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "51347514-dc0c-46bd-903d-6b075e53e54b" + ], + "x-ms-correlation-request-id": [ + "72eaeded-ab32-4e49-a51c-0109c4b52b01" + ], + "x-ms-arm-service-request-id": [ + "575e6c60-9509-4c9d-a857-c1ed0600081c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175748Z:72eaeded-ab32-4e49-a51c-0109c4b52b01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9e381d26-90be-4b97-a112-3fef02a16ad5" + ], + "x-ms-correlation-request-id": [ + "0f4a5c47-e5e0-4288-8514-f2f32f1bb8d6" + ], + "x-ms-arm-service-request-id": [ + "fca011fd-448d-40f3-841d-1fbfd11c74ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175758Z:0f4a5c47-e5e0-4288-8514-f2f32f1bb8d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:57:57 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f72dada7-4b3b-4135-bee0-20270e7a65ce" + ], + "x-ms-correlation-request-id": [ + "ce374dda-9db2-4871-90be-40e2f55e637c" + ], + "x-ms-arm-service-request-id": [ + "2151a409-8e81-427b-ac7e-aeed8f4ffb0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175808Z:ce374dda-9db2-4871-90be-40e2f55e637c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:58:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "69eefad3-0183-4abb-86e6-eb2e4af64df9" + ], + "x-ms-correlation-request-id": [ + "6dbb4b2b-2557-4b4b-81a2-010beda33dfd" + ], + "x-ms-arm-service-request-id": [ + "679e29e0-22c3-4aed-8198-a643596dc490" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175818Z:6dbb4b2b-2557-4b4b-81a2-010beda33dfd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:58:18 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "90448a4c-da53-4965-960c-5e8f42fed875" + ], + "x-ms-correlation-request-id": [ + "4714bc07-beb9-4a8e-85ba-bbb080136791" + ], + "x-ms-arm-service-request-id": [ + "911f5683-8781-4fe0-82f2-15a572e709cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175828Z:4714bc07-beb9-4a8e-85ba-bbb080136791" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 17:58:28 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11440,61 +12661,61 @@ "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "27c04755-b40d-4375-9257-2bf72b99446d", - "74813c65-c46e-474a-af82-0b1acf528977" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "d3c6a762-0fe6-4c58-929c-57f9e67a5aa6" + "3539fdd2-a88f-44dd-89e2-fa6144d77b57" ], "x-ms-correlation-request-id": [ - "d3c6a762-0fe6-4c58-929c-57f9e67a5aa6" + "a055f391-c861-4738-bdcb-2579e75f3efb" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122051Z:d3c6a762-0fe6-4c58-929c-57f9e67a5aa6" + "x-ms-arm-service-request-id": [ + "4b2e564b-69e3-473f-ae3e-11a0b0f23fcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T175838Z:a055f391-c861-4738-bdcb-2579e75f3efb" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:51 GMT" + "Mon, 13 Apr 2020 17:58:38 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "64422" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps9225\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7bf71eb0-5fd4-4745-aaef-2b52b8b43e5b\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1867\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/gatewayIPConfigurations/ps1867\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7617\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1055\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/publicIPAddresses/ps3148\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps61\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/virtualNetworks/ps3882/subnets/ps8870\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9685\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps758\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps7661\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8987\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2586\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/authenticationCertificates/ps7617\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7077\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps1055\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps9685\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6724\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendIPConfigurations/ps61\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/frontendPorts/ps894\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps5819\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps7077\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3355\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/requestRoutingRules/ps3355\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/httpListeners/ps6724\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps3791\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps3791\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps7944\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/probes/ps7944\",\r\n \"etag\": \"W/\\\"d00a2c4a-76ec-4e62-97be-f8ed567493e7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4345\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78b86842-b6de-496b-b49c-b50935b4fc24\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8728\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/gatewayIPConfigurations/ps8728\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/virtualNetworks/ps2474/subnets/ps3312\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8677\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps371\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps371\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9610\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/publicIPAddresses/ps3474\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps5746\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1437\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3835\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps524\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2143\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2504\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps6484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"02b2a147-0f42-4da1-b213-0f47e033dad3\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps4678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/gatewayIPConfigurations/ps4678\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/virtualNetworks/ps5631/subnets/ps3362\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9828\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4126\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/trustedRootCertificates/ps4126\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2612\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/publicIPAddresses/ps5199\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8668\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2285\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps9762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps9762\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps243\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps9410\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8219\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1628\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9879\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1745\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps3025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps633\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps1397\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/probes/ps8449\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps3168\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3922\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps1601\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"522c1038-1f2a-4692-940f-f9bd72f99b67\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps9613\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/gatewayIPConfigurations/ps9613\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/virtualNetworks/ps1783/subnets/ps973\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6445\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps8407\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps8407\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/publicIPAddresses/ps8989\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8671\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7272\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4563\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8622\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7543\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2321\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps8861\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendhealth?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjUvYmFja2VuZGhlYWx0aD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "1d1711b5-1254-49f1-9216-f9583fcf6ba8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11504,20 +12725,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/5f8a23fe-2717-4c03-980b-41dd9bbca176?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "5f8a23fe-2717-4c03-980b-41dd9bbca176" + "b789c99b-d0f0-437b-a850-885ed28ba2bb" ], "x-ms-correlation-request-id": [ - "e93d8c2c-4152-483c-9895-e716377475e8" + "3b59b437-5cd0-4ad6-9f79-2e85b48b69df" ], "x-ms-arm-service-request-id": [ - "ccfecb6e-5ff7-49e2-93e1-d5bddad1309d" + "c3cae532-8f35-4912-93cd-a685597ea1dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11526,20 +12744,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122052Z:e93d8c2c-4152-483c-9895-e716377475e8" + "WESTUS:20200413T175848Z:3b59b437-5cd0-4ad6-9f79-2e85b48b69df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:20:51 GMT" + "Mon, 13 Apr 2020 17:58:48 GMT" ], "Content-Length": [ - "4" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11548,12 +12766,12 @@ "-1" ] }, - "ResponseBody": "null", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/5f8a23fe-2717-4c03-980b-41dd9bbca176?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzVmOGEyM2ZlLTI3MTctNGMwMy05ODBiLTQxZGQ5YmJjYTE3Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11561,7 +12779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11571,39 +12789,39 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/5f8a23fe-2717-4c03-980b-41dd9bbca176?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "5f8a23fe-2717-4c03-980b-41dd9bbca176" + "33d94d03-a0f2-4649-b17e-3a74c967cc84" ], "x-ms-correlation-request-id": [ - "e93d8c2c-4152-483c-9895-e716377475e8" + "45005277-84da-4f06-b346-cffc8c3b2475" ], "x-ms-arm-service-request-id": [ - "ccfecb6e-5ff7-49e2-93e1-d5bddad1309d" + "fb426b3b-1a25-494f-9390-b0b763b0ceda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122102Z:ac0a5539-ccd4-46ed-a6ac-2b6c55f0bc0d" + "WESTUS:20200413T175858Z:45005277-84da-4f06-b346-cffc8c3b2475" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:02 GMT" + "Mon, 13 Apr 2020 17:58:57 GMT" ], "Content-Length": [ - "2469" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11612,12 +12830,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Probe status code mismatch. Received status code is different from expected 200-399.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n }\r\n ]\r\n },\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Backend server certificate is not whitelisted with Application Gateway.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/5f8a23fe-2717-4c03-980b-41dd9bbca176?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzVmOGEyM2ZlLTI3MTctNGMwMy05ODBiLTQxZGQ5YmJjYTE3Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11625,7 +12843,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11635,17 +12853,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/5f8a23fe-2717-4c03-980b-41dd9bbca176?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "5f8a23fe-2717-4c03-980b-41dd9bbca176" + "25254036-4ba7-4d75-82aa-dbd92940fd3e" ], "x-ms-correlation-request-id": [ - "e93d8c2c-4152-483c-9895-e716377475e8" + "3ab2657e-30fe-4b98-9c4e-016b3e69831e" ], "x-ms-arm-service-request-id": [ - "ccfecb6e-5ff7-49e2-93e1-d5bddad1309d" + "fa7dfade-e202-466d-be67-1e2254f20bc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11655,19 +12873,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122103Z:cedd4057-1e7b-47a3-9ac6-6de0e622b52d" + "WESTUS:20200413T175909Z:3ab2657e-30fe-4b98-9c4e-016b3e69831e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:02 GMT" + "Mon, 13 Apr 2020 17:59:08 GMT" ], "Content-Length": [ - "2469" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11676,12 +12894,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendAddressPools/ps758\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps8987\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Probe status code mismatch. Received status code is different from expected 200-399.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n }\r\n ]\r\n },\r\n {\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/backendHttpSettingsCollection/ps2586\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"1.1.1.1\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Backend server certificate is not whitelisted with Application Gateway.\"\r\n },\r\n {\r\n \"address\": \"2.2.2.2\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n },\r\n {\r\n \"address\": \"3.3.3.3\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"Cannot connect to server. Check whether any NSG/UDR/Firewall is blocking access to server. Check if application is running on correct port.\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11689,7 +12907,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11703,13 +12921,13 @@ "10" ], "x-ms-request-id": [ - "9c987f02-59ef-486b-a281-448fa613d1da" + "610e7e54-4bbc-4753-8817-4d913e62f8b1" ], "x-ms-correlation-request-id": [ - "09e182f5-a055-408a-a92e-f51bf40367b7" + "f35bee1a-c85c-44b0-bf4f-bdc49bec1d98" ], "x-ms-arm-service-request-id": [ - "cababc7b-5f1d-4099-b747-21e04149c1ca" + "f50cda0d-8070-4baa-83be-fc28fdf50dea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11719,16 +12937,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122115Z:09e182f5-a055-408a-a92e-f51bf40367b7" + "WESTUS:20200413T175919Z:f35bee1a-c85c-44b0-bf4f-bdc49bec1d98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:15 GMT" + "Mon, 13 Apr 2020 17:59:19 GMT" ], "Content-Length": [ "30" @@ -11744,8 +12962,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11753,7 +12971,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11767,13 +12985,13 @@ "10" ], "x-ms-request-id": [ - "be793e5e-505b-4a5a-8faa-ac106db33b24" + "680d6fa3-6d6a-4347-b50d-b6966a3d5cac" ], "x-ms-correlation-request-id": [ - "0e7264a7-8454-4d24-a9da-96ce7d9def80" + "00efa5e5-bda8-44c8-bf9e-b446a7d51e99" ], "x-ms-arm-service-request-id": [ - "ea02864b-1dc3-4f33-b27f-26ee26aa5f4e" + "e7097a86-b75a-4932-b35b-5ac653967e1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11783,16 +13001,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122125Z:0e7264a7-8454-4d24-a9da-96ce7d9def80" + "WESTUS:20200413T175929Z:00efa5e5-bda8-44c8-bf9e-b446a7d51e99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:25 GMT" + "Mon, 13 Apr 2020 17:59:29 GMT" ], "Content-Length": [ "30" @@ -11808,8 +13026,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11817,7 +13035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11831,13 +13049,13 @@ "10" ], "x-ms-request-id": [ - "42e041bd-9ba8-4a30-a1ea-309a58d79d5c" + "9dcb277a-cbaa-4891-8e4d-22156e35e028" ], "x-ms-correlation-request-id": [ - "9f9fda8b-c28a-46ff-8f9f-c0c6c6b18f5f" + "756e285e-b316-4474-afb7-1d81a3c881ef" ], "x-ms-arm-service-request-id": [ - "88c256a6-0139-4039-b243-27147823f6b1" + "443ea22d-b6d7-4464-a010-c9e525898fe7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11847,16 +13065,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122135Z:9f9fda8b-c28a-46ff-8f9f-c0c6c6b18f5f" + "WESTUS:20200413T175939Z:756e285e-b316-4474-afb7-1d81a3c881ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:35 GMT" + "Mon, 13 Apr 2020 17:59:39 GMT" ], "Content-Length": [ "30" @@ -11872,8 +13090,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11881,7 +13099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11895,13 +13113,13 @@ "10" ], "x-ms-request-id": [ - "9c4acb14-e152-48a8-a8b3-835e7b11e321" + "1d59da70-28ba-48fd-bcc4-26a6bb5c403c" ], "x-ms-correlation-request-id": [ - "24fa1e15-b20f-4ab0-b15d-eca433698cfd" + "71f8ad72-cf93-485d-a058-dd0631fea901" ], "x-ms-arm-service-request-id": [ - "242c6001-40d9-4316-b095-d7393a93a711" + "ffc9e159-8e79-4aa1-a9c2-dc9385d2f3ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11911,16 +13129,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122146Z:24fa1e15-b20f-4ab0-b15d-eca433698cfd" + "WESTUS:20200413T175949Z:71f8ad72-cf93-485d-a058-dd0631fea901" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:45 GMT" + "Mon, 13 Apr 2020 17:59:49 GMT" ], "Content-Length": [ "30" @@ -11936,8 +13154,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11945,7 +13163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11959,13 +13177,13 @@ "10" ], "x-ms-request-id": [ - "d9d8e401-5ed8-45c9-b73a-c51ad914c629" + "0a8a10c2-8d6a-4a3a-9029-53c03019dae1" ], "x-ms-correlation-request-id": [ - "642d2d3c-8f48-458d-acdb-14f16933cdd1" + "52850229-73b5-4aed-aaec-f69606d127f3" ], "x-ms-arm-service-request-id": [ - "a11438a9-8bde-4c95-9563-181e7591a917" + "9a5386c8-2a51-41c7-a9a9-36b94940ca9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11975,16 +13193,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122156Z:642d2d3c-8f48-458d-acdb-14f16933cdd1" + "WESTUS:20200413T175959Z:52850229-73b5-4aed-aaec-f69606d127f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:21:55 GMT" + "Mon, 13 Apr 2020 17:59:59 GMT" ], "Content-Length": [ "30" @@ -12000,8 +13218,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12009,7 +13227,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12023,32 +13241,32 @@ "10" ], "x-ms-request-id": [ - "b46cf0cb-2fde-4393-bab2-01e3cc206d71" + "b469eb44-ded7-44a6-ba7d-b1b91e3a60e0" ], "x-ms-correlation-request-id": [ - "7a9e025b-eadc-4f92-99eb-bfbc52eaafda" + "6a595f75-0446-4f42-a94d-d61005de2e13" ], "x-ms-arm-service-request-id": [ - "0ad6e504-23d3-4c2f-8ceb-ec6b3481dc04" + "b1e7f23e-a8f5-4ac1-952f-f40c692cbdda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122206Z:7a9e025b-eadc-4f92-99eb-bfbc52eaafda" + "WESTUS:20200413T180009Z:6a595f75-0446-4f42-a94d-d61005de2e13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:06 GMT" + "Mon, 13 Apr 2020 18:00:09 GMT" ], "Content-Length": [ "30" @@ -12064,8 +13282,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12073,7 +13291,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12087,13 +13305,13 @@ "10" ], "x-ms-request-id": [ - "2801e3ae-33d5-42a9-abf6-a5154f2ec51b" + "75ce61b0-81f7-4c98-ae29-f6b717f73884" ], "x-ms-correlation-request-id": [ - "c7b55e43-fa71-4705-bdec-011b6270011c" + "809c9dff-0673-469c-915e-2f9adb40c813" ], "x-ms-arm-service-request-id": [ - "1f6e1f55-7428-4dd4-a0c2-10eb7288b3ea" + "40dc6d21-4b0f-4076-a9e9-a11e5710bafc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12103,16 +13321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122216Z:c7b55e43-fa71-4705-bdec-011b6270011c" + "WESTUS:20200413T180020Z:809c9dff-0673-469c-915e-2f9adb40c813" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:16 GMT" + "Mon, 13 Apr 2020 18:00:19 GMT" ], "Content-Length": [ "30" @@ -12128,8 +13346,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12137,7 +13355,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12151,32 +13369,32 @@ "10" ], "x-ms-request-id": [ - "c38a0883-3a32-4692-a3de-da349c58fea9" + "ffa73aea-f78c-4892-83bb-ab158d927fa5" ], "x-ms-correlation-request-id": [ - "70b0a3fa-5f9e-43ce-b0ec-182953b6fd10" + "0b130337-3a37-4fc5-9e50-58b35976e482" ], "x-ms-arm-service-request-id": [ - "460feebf-d4bc-43c9-87f2-b1c504c5a013" + "cd83fbd0-ec52-4b5b-9e23-9129a6d669aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122227Z:70b0a3fa-5f9e-43ce-b0ec-182953b6fd10" + "WESTUS:20200413T180030Z:0b130337-3a37-4fc5-9e50-58b35976e482" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:26 GMT" + "Mon, 13 Apr 2020 18:00:29 GMT" ], "Content-Length": [ "30" @@ -12192,8 +13410,69 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96e34fd-e91e-44f6-b7d7-df8a53c83f93?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NmUzNGZkLWU5MWUtNDRmNi1iN2Q3LWRmOGE1M2M4M2Y5Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3d8532fe-53a4-4f11-8486-0135f750469a" + ], + "x-ms-correlation-request-id": [ + "8fdf9a11-3e08-4371-9392-8bf723436f13" + ], + "x-ms-arm-service-request-id": [ + "c4e45044-1b4f-4f9f-a0a0-3470b3fcceff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T180040Z:8fdf9a11-3e08-4371-9392-8bf723436f13" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 18:00:39 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/44ce9940-17d2-47a9-b212-01a2f84b5ba7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzQ0Y2U5OTQwLTE3ZDItNDdhOS1iMjEyLTAxYTJmODRiNWJhNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12201,7 +13480,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12215,13 +13494,13 @@ "10" ], "x-ms-request-id": [ - "74415661-98fc-4ced-b478-18ba5eb93b5a" + "9e4839c7-c383-4979-8d60-d9138eb8ceb4" ], "x-ms-correlation-request-id": [ - "b05ca73f-9747-4fa7-b809-36cc3b284e6b" + "e83ab9bf-d04c-4e4e-8472-d4e4458e98dd" ], "x-ms-arm-service-request-id": [ - "b2c6c1d8-1e1b-4640-8035-b96028eb649f" + "818d4c00-ab42-48f6-b15f-041fc262d0c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12231,16 +13510,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122237Z:b05ca73f-9747-4fa7-b809-36cc3b284e6b" + "WESTUS:20200413T180051Z:e83ab9bf-d04c-4e4e-8472-d4e4458e98dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:36 GMT" + "Mon, 13 Apr 2020 18:00:50 GMT" ], "Content-Length": [ "30" @@ -12256,8 +13535,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/44ce9940-17d2-47a9-b212-01a2f84b5ba7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzQ0Y2U5OTQwLTE3ZDItNDdhOS1iMjEyLTAxYTJmODRiNWJhNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12265,7 +13544,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12279,13 +13558,13 @@ "10" ], "x-ms-request-id": [ - "d921aaf9-ba99-4802-bab2-10371babee3d" + "0e530d4c-d6ef-4962-acb6-f72c3e06e958" ], "x-ms-correlation-request-id": [ - "4fe1a3a3-04b6-4385-8e07-1116254549a3" + "96df9b88-f89c-47bc-85e7-04c4c3487fb5" ], "x-ms-arm-service-request-id": [ - "43fe2c43-b4e4-4075-ae87-1e691d4ce6e6" + "ba150cb0-4747-48b8-bbb2-6397745df4de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12295,16 +13574,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122247Z:4fe1a3a3-04b6-4385-8e07-1116254549a3" + "WESTUS:20200413T180101Z:96df9b88-f89c-47bc-85e7-04c4c3487fb5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:46 GMT" + "Mon, 13 Apr 2020 18:01:00 GMT" ], "Content-Length": [ "30" @@ -12320,8 +13599,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/44ce9940-17d2-47a9-b212-01a2f84b5ba7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzQ0Y2U5OTQwLTE3ZDItNDdhOS1iMjEyLTAxYTJmODRiNWJhNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12329,7 +13608,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12343,13 +13622,13 @@ "10" ], "x-ms-request-id": [ - "7a1a6c22-b5f3-497f-b922-fcdfd9679359" + "b1bfe3dc-435c-47bb-b1c9-7b42be3b648b" ], "x-ms-correlation-request-id": [ - "29b45b94-0ef5-45c6-96ae-7ef84c2d5020" + "38c40448-b89a-4cd9-b1f5-2c05b26dcc97" ], "x-ms-arm-service-request-id": [ - "b2de5f00-4de4-417d-88b8-09d675d2240e" + "c1e9b49f-cbcb-4179-9f1d-718a0d00c7c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12359,16 +13638,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122257Z:29b45b94-0ef5-45c6-96ae-7ef84c2d5020" + "WESTUS:20200413T180111Z:38c40448-b89a-4cd9-b1f5-2c05b26dcc97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:22:56 GMT" + "Mon, 13 Apr 2020 18:01:10 GMT" ], "Content-Length": [ "30" @@ -12384,8 +13663,69 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/44ce9940-17d2-47a9-b212-01a2f84b5ba7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzQ0Y2U5OTQwLTE3ZDItNDdhOS1iMjEyLTAxYTJmODRiNWJhNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3f5b20c5-88b0-418e-851a-7f93a8117faa" + ], + "x-ms-correlation-request-id": [ + "805e02d6-0038-46e8-a7e1-bbf31071b056" + ], + "x-ms-arm-service-request-id": [ + "ea899a40-c7b7-46ae-96cf-e1ed6961bf53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T180121Z:805e02d6-0038-46e8-a7e1-bbf31071b056" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 18:01:20 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12393,7 +13733,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12407,32 +13747,32 @@ "10" ], "x-ms-request-id": [ - "c7972158-839b-4193-8e31-50d4d6b55f2b" + "e80ec057-89d3-4248-98f1-f4343b4a0edf" ], "x-ms-correlation-request-id": [ - "06bcf13a-70eb-4f61-a4a5-d710524fc449" + "68bb7095-18f1-4012-800e-89987c0edc76" ], "x-ms-arm-service-request-id": [ - "87d1c762-7539-41d4-ad9b-e6c2de8dfff8" + "dfdb46a6-ff06-433b-ae00-b0366a434801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122307Z:06bcf13a-70eb-4f61-a4a5-d710524fc449" + "WESTUS:20200413T180134Z:68bb7095-18f1-4012-800e-89987c0edc76" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:07 GMT" + "Mon, 13 Apr 2020 18:01:33 GMT" ], "Content-Length": [ "30" @@ -12448,8 +13788,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12457,7 +13797,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12471,13 +13811,13 @@ "10" ], "x-ms-request-id": [ - "ad88b04e-4632-40e7-ac29-f4819a499039" + "77eb1901-bc3f-4a54-b41f-a42e0814d545" ], "x-ms-correlation-request-id": [ - "2e728c8d-1cca-4323-930a-661ab93073ca" + "0244ddc8-6855-4bcd-a99e-384150eb22aa" ], "x-ms-arm-service-request-id": [ - "c45f6cbf-3d22-4e75-8a9a-7b0cd1842841" + "091198ef-6bc0-4b15-bafb-8c4c8ef2ea94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12487,16 +13827,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122318Z:2e728c8d-1cca-4323-930a-661ab93073ca" + "WESTUS:20200413T180144Z:0244ddc8-6855-4bcd-a99e-384150eb22aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:17 GMT" + "Mon, 13 Apr 2020 18:01:44 GMT" ], "Content-Length": [ "30" @@ -12512,8 +13852,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12521,7 +13861,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12535,13 +13875,13 @@ "10" ], "x-ms-request-id": [ - "8052d937-b633-43ae-b8bc-ae23a66a3c9f" + "494d537f-8423-46f1-9eaa-34511c7ffe25" ], "x-ms-correlation-request-id": [ - "0ac4db5a-0195-49a9-b771-845bdcb33000" + "5538882a-98fa-4ebb-821a-f64e0763ca40" ], "x-ms-arm-service-request-id": [ - "dc421984-44ae-4f5a-8eaa-076a40d086ba" + "c04a8ba3-b081-483f-a280-da8aa153c865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12551,16 +13891,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122328Z:0ac4db5a-0195-49a9-b771-845bdcb33000" + "WESTUS:20200413T180154Z:5538882a-98fa-4ebb-821a-f64e0763ca40" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:27 GMT" + "Mon, 13 Apr 2020 18:01:53 GMT" ], "Content-Length": [ "30" @@ -12576,8 +13916,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12585,7 +13925,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12599,13 +13939,13 @@ "10" ], "x-ms-request-id": [ - "7b137f93-e2ab-4883-a148-99096d674eea" + "9b5f3c9b-6eef-418a-aa64-43abdc98be26" ], "x-ms-correlation-request-id": [ - "17476285-f215-47eb-88b7-aa1fb459284f" + "539c8807-71a4-47ce-8e2d-3787aafc51cd" ], "x-ms-arm-service-request-id": [ - "5a7d3795-3716-4455-972d-a03ac0760c61" + "51cd405e-151b-460d-8b7a-cebb2a86667b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12615,16 +13955,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122338Z:17476285-f215-47eb-88b7-aa1fb459284f" + "WESTUS:20200413T180204Z:539c8807-71a4-47ce-8e2d-3787aafc51cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:38 GMT" + "Mon, 13 Apr 2020 18:02:04 GMT" ], "Content-Length": [ "30" @@ -12640,8 +13980,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12649,7 +13989,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12663,13 +14003,13 @@ "10" ], "x-ms-request-id": [ - "4c7b61ec-1135-41d7-876f-f62b18670351" + "e93e145f-1c33-4ac7-abeb-335f8c3d6abe" ], "x-ms-correlation-request-id": [ - "e02a95da-a866-4847-8795-34c06c5fc9c7" + "83e04d0f-7d03-49bb-a0da-f63288675a2d" ], "x-ms-arm-service-request-id": [ - "3020c8ea-f056-44fa-8be0-d06f87dfa29d" + "e007415f-7ecc-4cad-8e75-66988039c479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12679,16 +14019,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122349Z:e02a95da-a866-4847-8795-34c06c5fc9c7" + "WESTUS:20200413T180214Z:83e04d0f-7d03-49bb-a0da-f63288675a2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:49 GMT" + "Mon, 13 Apr 2020 18:02:14 GMT" ], "Content-Length": [ "30" @@ -12704,8 +14044,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12713,7 +14053,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12727,13 +14067,13 @@ "10" ], "x-ms-request-id": [ - "c51f8c0f-b5b8-4737-a86b-9d99986dd84b" + "760ed203-c171-4dfb-b53c-54330c3cf9db" ], "x-ms-correlation-request-id": [ - "fc4ccd35-a651-4f43-be6c-71ea6d4be9cd" + "78cb037e-c43f-4674-ae7e-c0e2b50e916e" ], "x-ms-arm-service-request-id": [ - "5078a37b-768e-41c2-a556-9e00bf3e6df9" + "a5d26831-8d2c-4112-9f8c-ae6c04f51dec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12743,16 +14083,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122359Z:fc4ccd35-a651-4f43-be6c-71ea6d4be9cd" + "WESTUS:20200413T180224Z:78cb037e-c43f-4674-ae7e-c0e2b50e916e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:23:59 GMT" + "Mon, 13 Apr 2020 18:02:24 GMT" ], "Content-Length": [ "30" @@ -12768,8 +14108,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7267ddde-1f3b-48ed-910a-2c224ded0cf4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcyNjdkZGRlLTFmM2ItNDhlZC05MTBhLTJjMjI0ZGVkMGNmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12777,7 +14117,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12787,36 +14127,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "b1fdf88e-3d5e-4e9b-a5a8-107ed8f85329" + "48a5680a-8eb8-4331-9de3-b6ec9267d62b" ], "x-ms-correlation-request-id": [ - "0b3ce92e-9ea2-4dc9-a430-9600dcc064cb" + "2e9db5a5-d484-472a-9bab-c1be1e9516b8" ], "x-ms-arm-service-request-id": [ - "47e558bc-d208-4394-b8eb-f4fb5dfc0385" + "bc6323ca-31e0-4b75-aa17-58db980cd238" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11992" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122409Z:0b3ce92e-9ea2-4dc9-a430-9600dcc064cb" + "WESTUS:20200413T180234Z:2e9db5a5-d484-472a-9bab-c1be1e9516b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:09 GMT" + "Mon, 13 Apr 2020 18:02:34 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -12825,12 +14168,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6d26b028-8054-4f32-bac7-ce2d8f72696b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZkMjZiMDI4LTgwNTQtNGYzMi1iYWM3LWNlMmQ4ZjcyNjk2Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12838,7 +14181,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12852,13 +14195,13 @@ "10" ], "x-ms-request-id": [ - "35d60e26-2224-4043-94de-55aebc35e496" + "60a48f9f-b244-453e-a8ac-87c0d103ffd1" ], "x-ms-correlation-request-id": [ - "4a7e8015-d6c7-4172-8811-2fbb88ec55c8" + "9fae7e50-d9b3-4338-b680-aa79882bea1d" ], "x-ms-arm-service-request-id": [ - "8338b4c8-f325-4b88-83df-97a0f9b23c23" + "16d66579-a40f-4c1a-8747-38912b189533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12868,16 +14211,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122422Z:4a7e8015-d6c7-4172-8811-2fbb88ec55c8" + "WESTUS:20200413T180244Z:9fae7e50-d9b3-4338-b680-aa79882bea1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:21 GMT" + "Mon, 13 Apr 2020 18:02:44 GMT" ], "Content-Length": [ "30" @@ -12893,8 +14236,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6d26b028-8054-4f32-bac7-ce2d8f72696b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZkMjZiMDI4LTgwNTQtNGYzMi1iYWM3LWNlMmQ4ZjcyNjk2Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12902,7 +14245,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12916,13 +14259,13 @@ "10" ], "x-ms-request-id": [ - "4c6346d6-1d96-4666-8e7d-7efc45daac71" + "18eae8c3-bf9d-4631-992e-d8c69ef83cfa" ], "x-ms-correlation-request-id": [ - "13bf170e-de85-48e5-8349-ff343732d911" + "63011db4-2161-4e83-b176-a7843cfddfdc" ], "x-ms-arm-service-request-id": [ - "f6bc1b41-2441-4133-bbd1-2ae0c4b63527" + "9ffda899-5d59-46b6-8de3-ed2fde83dd63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12932,16 +14275,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122432Z:13bf170e-de85-48e5-8349-ff343732d911" + "WESTUS:20200413T180255Z:63011db4-2161-4e83-b176-a7843cfddfdc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:32 GMT" + "Mon, 13 Apr 2020 18:02:54 GMT" ], "Content-Length": [ "30" @@ -12957,8 +14300,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6d26b028-8054-4f32-bac7-ce2d8f72696b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZkMjZiMDI4LTgwNTQtNGYzMi1iYWM3LWNlMmQ4ZjcyNjk2Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12966,7 +14309,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12976,14 +14319,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "1e8dfac5-4753-4193-87b0-575168fd3a8c" + "1b10b663-2a0a-4180-880a-460d9e36a2d4" ], "x-ms-correlation-request-id": [ - "fc31dde8-bcf2-4902-9120-77f7693e2ecc" + "775ac1a2-a686-4fd8-899b-44d501a33b1b" ], "x-ms-arm-service-request-id": [ - "e2ea7442-c6fa-4b6a-83cc-051a96da0648" + "a0adb2bb-2d86-478e-acda-7efa5889e7a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12993,19 +14339,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122442Z:fc31dde8-bcf2-4902-9120-77f7693e2ecc" + "WESTUS:20200413T180305Z:775ac1a2-a686-4fd8-899b-44d501a33b1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:42 GMT" + "Mon, 13 Apr 2020 18:03:04 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13014,12 +14360,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13027,7 +14373,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13041,13 +14387,13 @@ "10" ], "x-ms-request-id": [ - "88a9c133-7604-4835-9f5c-3df0b5621cc6" + "c39873bd-f97c-4e38-91c0-6245ff25c200" ], "x-ms-correlation-request-id": [ - "505fa17c-7747-495e-8b9e-29fec54b9af0" + "00f5f2f3-3367-4384-86c0-e3510058894a" ], "x-ms-arm-service-request-id": [ - "2b309a63-09d3-479c-b941-4a3a6d4856c0" + "95498e60-9d3e-4e69-b435-78613db37899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13057,16 +14403,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122500Z:505fa17c-7747-495e-8b9e-29fec54b9af0" + "WESTUS:20200413T180315Z:00f5f2f3-3367-4384-86c0-e3510058894a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:24:59 GMT" + "Mon, 13 Apr 2020 18:03:14 GMT" ], "Content-Length": [ "30" @@ -13082,8 +14428,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13091,7 +14437,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13105,13 +14451,13 @@ "10" ], "x-ms-request-id": [ - "1a51be8d-7b7a-4aa6-a16b-04e3f5a3ae60" + "8d9e23cd-a237-44c3-b76d-b84ffb837b88" ], "x-ms-correlation-request-id": [ - "76bd90ff-5599-4440-9a30-2911b3a2a314" + "367eb47d-2f6c-4431-8299-e591b1bcdf5e" ], "x-ms-arm-service-request-id": [ - "be87b3b0-e60b-4d5c-81ee-69bb57d79fb2" + "9d55e15c-0123-4019-82ca-edc278316447" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13121,16 +14467,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122510Z:76bd90ff-5599-4440-9a30-2911b3a2a314" + "WESTUS:20200413T180325Z:367eb47d-2f6c-4431-8299-e591b1bcdf5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:25:09 GMT" + "Mon, 13 Apr 2020 18:03:24 GMT" ], "Content-Length": [ "30" @@ -13146,8 +14492,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13155,7 +14501,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13169,13 +14515,13 @@ "10" ], "x-ms-request-id": [ - "1ff415d1-2bc5-4e96-90cf-72231bcd5e42" + "eb19af3a-c2df-4dbc-9097-8f8c275eb699" ], "x-ms-correlation-request-id": [ - "c4a8db83-f179-46a6-8376-52195e19aad5" + "c10a5c42-9e47-4afc-9289-aa37913cb322" ], "x-ms-arm-service-request-id": [ - "c910a05d-0e89-4a16-81e4-b7e81edc1d2f" + "01a2472c-7770-4736-9484-d8131909cbd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13185,16 +14531,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122520Z:c4a8db83-f179-46a6-8376-52195e19aad5" + "WESTUS:20200413T180335Z:c10a5c42-9e47-4afc-9289-aa37913cb322" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:25:20 GMT" + "Mon, 13 Apr 2020 18:03:35 GMT" ], "Content-Length": [ "30" @@ -13210,8 +14556,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13219,7 +14565,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13233,32 +14579,32 @@ "10" ], "x-ms-request-id": [ - "c851fa39-0dd5-471b-86c3-a8ef83ecaf68" + "735cd4a4-620b-455d-954c-a9d2de9eea40" ], "x-ms-correlation-request-id": [ - "ec461dce-ae11-4d11-905a-cbfe92ef793f" + "0fbda3b1-47cb-4685-ab30-77b0979075cf" ], "x-ms-arm-service-request-id": [ - "5d23b750-7237-4a1b-a5a0-de1eab21b444" + "c61f9720-1d43-4837-9051-890ce703504d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122530Z:ec461dce-ae11-4d11-905a-cbfe92ef793f" + "WESTUS:20200413T180345Z:0fbda3b1-47cb-4685-ab30-77b0979075cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:25:30 GMT" + "Mon, 13 Apr 2020 18:03:45 GMT" ], "Content-Length": [ "30" @@ -13274,8 +14620,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13283,7 +14629,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13297,13 +14643,13 @@ "10" ], "x-ms-request-id": [ - "7540d6ae-fe22-4716-8289-cee470d15a31" + "b9e18ee6-0e94-48e5-a6f5-7d5df34e6afd" ], "x-ms-correlation-request-id": [ - "56efb9aa-4863-43ca-a1ab-b83fcb5331c6" + "1f4fe024-c4c0-49c6-95d1-f688ada57f92" ], "x-ms-arm-service-request-id": [ - "9f69594c-4017-410b-bfb3-7aad4b751fc6" + "aad8446d-8d06-4946-920c-3d73593dcb33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13313,16 +14659,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122540Z:56efb9aa-4863-43ca-a1ab-b83fcb5331c6" + "WESTUS:20200413T180355Z:1f4fe024-c4c0-49c6-95d1-f688ada57f92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:25:40 GMT" + "Mon, 13 Apr 2020 18:03:55 GMT" ], "Content-Length": [ "30" @@ -13338,8 +14684,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13347,7 +14693,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13361,32 +14707,32 @@ "10" ], "x-ms-request-id": [ - "c40a173e-d401-4469-b04e-8b80bb4a9842" + "b22651df-1662-462d-8b07-1eecdda2f60b" ], "x-ms-correlation-request-id": [ - "1ffe5c57-2f04-4ab8-9242-c676b14552e0" + "894961b3-c924-4aa4-a4bd-5b0cb5560b6d" ], "x-ms-arm-service-request-id": [ - "8edd4c77-dd73-4ce5-9719-22216459bdf1" + "5baea39c-e5a7-4147-b2fe-cf1659fdaf0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122551Z:1ffe5c57-2f04-4ab8-9242-c676b14552e0" + "WESTUS:20200413T180405Z:894961b3-c924-4aa4-a4bd-5b0cb5560b6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:25:50 GMT" + "Mon, 13 Apr 2020 18:04:05 GMT" ], "Content-Length": [ "30" @@ -13402,8 +14748,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13411,7 +14757,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13425,13 +14771,13 @@ "10" ], "x-ms-request-id": [ - "e5a41e08-0689-437a-b8eb-5f3ea92efd66" + "3db4bd8c-10c8-49d4-9cdd-19538c353367" ], "x-ms-correlation-request-id": [ - "bf35bd0c-d2a2-4580-b326-4c88db811872" + "07ad825a-9186-444a-9671-79669132925c" ], "x-ms-arm-service-request-id": [ - "e64536d8-99b9-4e80-9f0e-a49296c39f2c" + "a99a3d26-e403-4c6e-afd2-da93644cb308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13441,16 +14787,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122601Z:bf35bd0c-d2a2-4580-b326-4c88db811872" + "WESTUS:20200413T180415Z:07ad825a-9186-444a-9671-79669132925c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:01 GMT" + "Mon, 13 Apr 2020 18:04:15 GMT" ], "Content-Length": [ "30" @@ -13466,8 +14812,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13475,7 +14821,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13489,13 +14835,13 @@ "10" ], "x-ms-request-id": [ - "31ab3ffc-0e05-4547-9d96-a54546a9dc04" + "5583f508-59c2-4c29-a701-38e7d098d034" ], "x-ms-correlation-request-id": [ - "5fe43b13-999f-47f1-81f0-15bbc17065bd" + "a7950943-9178-44a9-b7f1-d32c5f9c21af" ], "x-ms-arm-service-request-id": [ - "d027a895-c4e7-48a1-b228-fa07cc7e293c" + "7423af3e-2826-4b68-aa75-07090c6488df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13505,16 +14851,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122611Z:5fe43b13-999f-47f1-81f0-15bbc17065bd" + "WESTUS:20200413T180425Z:a7950943-9178-44a9-b7f1-d32c5f9c21af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:11 GMT" + "Mon, 13 Apr 2020 18:04:25 GMT" ], "Content-Length": [ "30" @@ -13530,8 +14876,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13539,7 +14885,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13553,13 +14899,13 @@ "10" ], "x-ms-request-id": [ - "24919bb3-7531-4f5b-8435-a8d703991c97" + "05c11147-df6b-46c4-821c-03f7243d1f2c" ], "x-ms-correlation-request-id": [ - "fb52d503-1b65-4f3d-a01d-d1555bdfc5d0" + "5ad07ae9-5972-47b6-b9db-0ed22759fc28" ], "x-ms-arm-service-request-id": [ - "1176269e-2a62-435a-8722-300527b7e701" + "6ffe61fd-a1ae-4460-8965-8c07e27d42f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13569,16 +14915,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122622Z:fb52d503-1b65-4f3d-a01d-d1555bdfc5d0" + "WESTUS:20200413T180435Z:5ad07ae9-5972-47b6-b9db-0ed22759fc28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:21 GMT" + "Mon, 13 Apr 2020 18:04:35 GMT" ], "Content-Length": [ "30" @@ -13594,8 +14940,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13603,7 +14949,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13617,13 +14963,13 @@ "10" ], "x-ms-request-id": [ - "c6026060-7922-4c74-a309-80199a4ee864" + "454e624e-6026-4736-8b3b-f568d1a42ff7" ], "x-ms-correlation-request-id": [ - "880d4d11-46be-4979-afd2-d348467dc200" + "9faa53a4-f32c-4b60-b878-bb30e095834d" ], "x-ms-arm-service-request-id": [ - "7f9ac160-112b-4a58-859d-3b24759de559" + "2940b49c-3105-4224-bba8-c39e6345b110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13633,16 +14979,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122632Z:880d4d11-46be-4979-afd2-d348467dc200" + "WESTUS:20200413T180446Z:9faa53a4-f32c-4b60-b878-bb30e095834d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:31 GMT" + "Mon, 13 Apr 2020 18:04:45 GMT" ], "Content-Length": [ "30" @@ -13658,8 +15004,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13667,7 +15013,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13681,32 +15027,32 @@ "10" ], "x-ms-request-id": [ - "088d6326-af95-420c-bec3-7a5a1149cafc" + "a98d60bf-839f-459b-9951-6b31d3977552" ], "x-ms-correlation-request-id": [ - "11bc4b4a-c1a1-491e-9dae-aedd2ac4e34b" + "dd1a07c0-0726-4cdb-ba20-7ff6d30c1c23" ], "x-ms-arm-service-request-id": [ - "161fee6c-223e-46a9-84b9-25d411998e81" + "5bf2ed32-4924-422f-a513-7f6b3ab48ede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122642Z:11bc4b4a-c1a1-491e-9dae-aedd2ac4e34b" + "WESTUS:20200413T180456Z:dd1a07c0-0726-4cdb-ba20-7ff6d30c1c23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:41 GMT" + "Mon, 13 Apr 2020 18:04:55 GMT" ], "Content-Length": [ "30" @@ -13722,8 +15068,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13731,7 +15077,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13745,32 +15091,32 @@ "10" ], "x-ms-request-id": [ - "f16742cc-fe6d-40fc-96e0-ca73eb1d9861" + "8b62d4a1-c852-46f9-8cb0-8b10248212d3" ], "x-ms-correlation-request-id": [ - "df90a0ee-b00a-4354-abb3-1c5b5fe8427d" + "9c1271cb-bf02-4402-b9b2-0f45500576f5" ], "x-ms-arm-service-request-id": [ - "b37a3dff-f459-47b8-9338-729f9fd89dc7" + "4f875010-2bdb-49a8-960d-18b4242c7424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122652Z:df90a0ee-b00a-4354-abb3-1c5b5fe8427d" + "WESTUS:20200413T180506Z:9c1271cb-bf02-4402-b9b2-0f45500576f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:26:51 GMT" + "Mon, 13 Apr 2020 18:05:05 GMT" ], "Content-Length": [ "30" @@ -13786,8 +15132,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13795,7 +15141,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13809,13 +15155,13 @@ "10" ], "x-ms-request-id": [ - "6fdb47f9-5ec7-446d-993d-1566f12cd553" + "b6c5a5f5-79c2-486c-b1ab-dcc643313d41" ], "x-ms-correlation-request-id": [ - "2584c4bb-c76d-48e1-96ab-6f672e2a07f8" + "9700280a-88f8-409b-a4db-ca5a5b657380" ], "x-ms-arm-service-request-id": [ - "b2786053-3857-429b-b5f7-2003900066f0" + "470ada83-4c5d-4a28-8678-58c02f38cb73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13825,16 +15171,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122703Z:2584c4bb-c76d-48e1-96ab-6f672e2a07f8" + "WESTUS:20200413T180516Z:9700280a-88f8-409b-a4db-ca5a5b657380" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:02 GMT" + "Mon, 13 Apr 2020 18:05:15 GMT" ], "Content-Length": [ "30" @@ -13850,8 +15196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13859,7 +15205,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13873,13 +15219,13 @@ "10" ], "x-ms-request-id": [ - "3fab9e28-d503-4f92-8f62-759f2498f0f3" + "cb950e44-e950-4a4f-960c-a0a77f21d999" ], "x-ms-correlation-request-id": [ - "85e71a43-7148-4e84-a8d3-c293ce8ad2ce" + "f84811e3-f4d1-4661-a9bb-d87db7a5299e" ], "x-ms-arm-service-request-id": [ - "871af8fd-a966-46c6-b59a-ab09ba6052de" + "4a2e0e2d-e858-44cd-aa2c-6a958a58439a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13889,16 +15235,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122713Z:85e71a43-7148-4e84-a8d3-c293ce8ad2ce" + "WESTUS:20200413T180526Z:f84811e3-f4d1-4661-a9bb-d87db7a5299e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:13 GMT" + "Mon, 13 Apr 2020 18:05:25 GMT" ], "Content-Length": [ "30" @@ -13914,8 +15260,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13923,7 +15269,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13937,13 +15283,13 @@ "10" ], "x-ms-request-id": [ - "49ee1806-e1c0-447a-8802-84ba173bc6ba" + "af8337f6-5ac4-4f20-9a74-c87932a48099" ], "x-ms-correlation-request-id": [ - "3104b237-90a8-4cf3-8608-6be1ac94d929" + "e0e573b8-5ce3-44e2-8ecf-13dcdef07992" ], "x-ms-arm-service-request-id": [ - "db6e4a1c-838c-4b0d-afc5-be50536ed7a7" + "501f5763-b387-4117-b5e5-75e5fde8ee5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13953,16 +15299,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122723Z:3104b237-90a8-4cf3-8608-6be1ac94d929" + "WESTUS:20200413T180536Z:e0e573b8-5ce3-44e2-8ecf-13dcdef07992" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:23 GMT" + "Mon, 13 Apr 2020 18:05:35 GMT" ], "Content-Length": [ "30" @@ -13978,8 +15324,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13987,7 +15333,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14001,13 +15347,13 @@ "10" ], "x-ms-request-id": [ - "01742373-6392-4937-9bca-67b5e89f7c35" + "c89a5f80-6f84-49dd-b4a2-32f6ef4c8125" ], "x-ms-correlation-request-id": [ - "3a474dd9-5844-4010-9db3-878afa083970" + "a51322ae-70a9-45da-a120-8283893f4e07" ], "x-ms-arm-service-request-id": [ - "f744ed28-5acd-478e-b1b0-15551e6373e1" + "87be612b-75ff-46b6-9abd-5e80f2917463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14017,16 +15363,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122733Z:3a474dd9-5844-4010-9db3-878afa083970" + "WESTUS:20200413T180546Z:a51322ae-70a9-45da-a120-8283893f4e07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:33 GMT" + "Mon, 13 Apr 2020 18:05:45 GMT" ], "Content-Length": [ "30" @@ -14042,8 +15388,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14051,7 +15397,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14065,13 +15411,13 @@ "10" ], "x-ms-request-id": [ - "3c2449c4-38a0-48b4-b4c0-9ded2c0017a3" + "600a6625-5e1e-408b-9f8c-50e396cb8b69" ], "x-ms-correlation-request-id": [ - "de859ac3-363d-41fa-afcf-97b4c56ba38f" + "ea4bd152-9b69-4115-aa44-1055f60be9b3" ], "x-ms-arm-service-request-id": [ - "0ad23959-1596-4ee5-a9f7-649faf9a1734" + "6194f5de-f368-44e4-9da5-67466b2d8211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14081,16 +15427,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122744Z:de859ac3-363d-41fa-afcf-97b4c56ba38f" + "WESTUS:20200413T180556Z:ea4bd152-9b69-4115-aa44-1055f60be9b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:43 GMT" + "Mon, 13 Apr 2020 18:05:55 GMT" ], "Content-Length": [ "30" @@ -14106,8 +15452,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14115,7 +15461,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14129,32 +15475,32 @@ "10" ], "x-ms-request-id": [ - "03ca90d6-066e-446f-a891-fe6a8eb744bc" + "ed145de6-17e9-4468-9a62-95ec36879932" ], "x-ms-correlation-request-id": [ - "b02f5d09-85fd-497a-adc0-562b2117679c" + "21ebaa44-fb1a-4f7f-9f03-b802ca026964" ], "x-ms-arm-service-request-id": [ - "ae864378-f5b5-4e11-acde-7acd4003c336" + "4de232df-0bc3-4731-a5de-2c3c25357267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11971" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122754Z:b02f5d09-85fd-497a-adc0-562b2117679c" + "WESTUS:20200413T180606Z:21ebaa44-fb1a-4f7f-9f03-b802ca026964" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:27:53 GMT" + "Mon, 13 Apr 2020 18:06:06 GMT" ], "Content-Length": [ "30" @@ -14170,8 +15516,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14179,7 +15525,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14193,13 +15539,13 @@ "10" ], "x-ms-request-id": [ - "9ab8daec-fd19-49e2-b234-f54793ffa96b" + "fdec2dee-5baa-44c8-a169-459fb05c25dc" ], "x-ms-correlation-request-id": [ - "d68e4de9-5cf2-4863-b5e2-b8db6e329781" + "3d7ffba6-58f4-412f-ba89-f5759abe6dd2" ], "x-ms-arm-service-request-id": [ - "8bfe63c9-50dc-4263-a129-16e96bf7ca90" + "5a0984e8-5e52-48c4-bfbd-6df140aa8af2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14209,16 +15555,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122804Z:d68e4de9-5cf2-4863-b5e2-b8db6e329781" + "WESTUS:20200413T180617Z:3d7ffba6-58f4-412f-ba89-f5759abe6dd2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:04 GMT" + "Mon, 13 Apr 2020 18:06:17 GMT" ], "Content-Length": [ "30" @@ -14234,8 +15580,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14243,7 +15589,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14257,13 +15603,13 @@ "10" ], "x-ms-request-id": [ - "0942abdd-713b-41fc-a475-b7ef30418e5e" + "949fdac7-3c5d-4818-ae2b-4e5b20c22e20" ], "x-ms-correlation-request-id": [ - "d33664f1-d30b-4990-804d-df2e455480ae" + "05fca235-654e-439a-a749-1039ceabcb31" ], "x-ms-arm-service-request-id": [ - "c809ed95-f8bb-48be-a931-13970425bc7a" + "532f6f82-bef1-4427-91a2-34a5891d6964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14273,16 +15619,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122814Z:d33664f1-d30b-4990-804d-df2e455480ae" + "WESTUS:20200413T180627Z:05fca235-654e-439a-a749-1039ceabcb31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:14 GMT" + "Mon, 13 Apr 2020 18:06:26 GMT" ], "Content-Length": [ "30" @@ -14298,8 +15644,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14307,7 +15653,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14321,13 +15667,13 @@ "10" ], "x-ms-request-id": [ - "ffca03c6-7bdc-405d-85fa-50f59c591cc8" + "c0e849d8-a647-4392-a8a5-0174da98f606" ], "x-ms-correlation-request-id": [ - "272035c3-f9f3-4e75-9ed3-3fad2da78062" + "9ee9e08a-3191-41cb-893c-6d63811d9641" ], "x-ms-arm-service-request-id": [ - "e69a8ddd-f7cd-44e1-9d6c-d111a55715b7" + "4a17352b-5b90-4793-a6b2-0cf28fb162ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14337,16 +15683,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122825Z:272035c3-f9f3-4e75-9ed3-3fad2da78062" + "WESTUS:20200413T180637Z:9ee9e08a-3191-41cb-893c-6d63811d9641" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:24 GMT" + "Mon, 13 Apr 2020 18:06:36 GMT" ], "Content-Length": [ "30" @@ -14362,8 +15708,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14371,7 +15717,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14385,13 +15731,13 @@ "10" ], "x-ms-request-id": [ - "7f504aec-2b40-4456-9485-fd4598e10ec4" + "eb71ba88-f6fa-417a-b2f2-cfc5cd80fca8" ], "x-ms-correlation-request-id": [ - "e468848c-6f16-42fb-823a-4548ae1ef7c5" + "73dbc3b8-bd91-41e3-9fee-97d4fbbdd70c" ], "x-ms-arm-service-request-id": [ - "1c65caf8-2b88-4a99-97ae-f547c86feee0" + "7caa9b9c-4a33-45d6-8104-a5bbabb7b166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14401,16 +15747,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122835Z:e468848c-6f16-42fb-823a-4548ae1ef7c5" + "WESTUS:20200413T180647Z:73dbc3b8-bd91-41e3-9fee-97d4fbbdd70c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:34 GMT" + "Mon, 13 Apr 2020 18:06:46 GMT" ], "Content-Length": [ "30" @@ -14426,8 +15772,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14435,7 +15781,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14449,13 +15795,13 @@ "10" ], "x-ms-request-id": [ - "0293f085-617c-4f79-b6e1-3473accf14ac" + "ea13e395-62da-4f95-bdf7-781faebdbafa" ], "x-ms-correlation-request-id": [ - "a06ac832-a11c-4804-a1b1-69f30e9b4fab" + "7e60bf4e-a34a-43b6-b754-fd2a56e616c7" ], "x-ms-arm-service-request-id": [ - "56aa58c4-c0bb-4c0a-a763-7c7eeba53477" + "95899824-56ad-4c88-8737-16037e0949a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14465,16 +15811,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122845Z:a06ac832-a11c-4804-a1b1-69f30e9b4fab" + "WESTUS:20200413T180657Z:7e60bf4e-a34a-43b6-b754-fd2a56e616c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:44 GMT" + "Mon, 13 Apr 2020 18:06:56 GMT" ], "Content-Length": [ "30" @@ -14490,8 +15836,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14499,7 +15845,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14513,32 +15859,32 @@ "10" ], "x-ms-request-id": [ - "7a6df218-6362-4870-a840-576845b46ba4" + "ccdd493e-5282-41fe-94f3-e3581ff1cefd" ], "x-ms-correlation-request-id": [ - "ecc3bbfc-735c-420d-8a76-7b7d07cab2bf" + "347db51b-89de-4d1a-92e3-ecbc25fc12bb" ], "x-ms-arm-service-request-id": [ - "4d16048d-8d84-40d3-9992-4af448cd8151" + "be1323e8-baa9-431b-ad90-e1bc89871084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122855Z:ecc3bbfc-735c-420d-8a76-7b7d07cab2bf" + "WESTUS:20200413T180707Z:347db51b-89de-4d1a-92e3-ecbc25fc12bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:28:54 GMT" + "Mon, 13 Apr 2020 18:07:06 GMT" ], "Content-Length": [ "30" @@ -14554,8 +15900,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14563,7 +15909,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14577,32 +15923,32 @@ "10" ], "x-ms-request-id": [ - "d8041c65-1b6f-4613-9224-3061682c504c" + "8f208700-8543-4ad1-a9e0-756f1a052dc3" ], "x-ms-correlation-request-id": [ - "63c26361-338d-4b92-8da8-7542405815e4" + "1569c3b3-8cfa-4f8d-8878-2eb56809421d" ], "x-ms-arm-service-request-id": [ - "ce17b78f-7a19-4c1a-8a19-9f305c5e5fd7" + "df1edc82-6e12-4e55-b7f8-08b719e126e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122906Z:63c26361-338d-4b92-8da8-7542405815e4" + "WESTUS:20200413T180717Z:1569c3b3-8cfa-4f8d-8878-2eb56809421d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:05 GMT" + "Mon, 13 Apr 2020 18:07:17 GMT" ], "Content-Length": [ "30" @@ -14618,8 +15964,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14627,7 +15973,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14641,13 +15987,13 @@ "10" ], "x-ms-request-id": [ - "c3376bb0-d3db-4929-91d8-bb86ed4f9c24" + "4be680ee-ca41-4ea3-8263-e4cbe2c3ece4" ], "x-ms-correlation-request-id": [ - "f79e5150-9ab0-4208-981d-ce758f1f8d04" + "77a54d5e-f3a7-4904-bd64-f8492c941145" ], "x-ms-arm-service-request-id": [ - "d0333482-ecfe-44a4-9e6f-d7eec0714f0c" + "965c8694-7186-4b8f-a2d4-10d522fe8610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14657,16 +16003,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122916Z:f79e5150-9ab0-4208-981d-ce758f1f8d04" + "WESTUS:20200413T180727Z:77a54d5e-f3a7-4904-bd64-f8492c941145" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:16 GMT" + "Mon, 13 Apr 2020 18:07:27 GMT" ], "Content-Length": [ "30" @@ -14682,8 +16028,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14691,7 +16037,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14705,13 +16051,13 @@ "10" ], "x-ms-request-id": [ - "33cc779e-d8af-42ec-a87f-f8bd49bf26d8" + "7ed567a5-ada1-4e5a-a14c-243d276e7889" ], "x-ms-correlation-request-id": [ - "f5b073b7-ab27-4c73-a1a8-a45bee3ffd05" + "20654232-104c-40d7-9bc5-b3a0005c7fc8" ], "x-ms-arm-service-request-id": [ - "fb622c50-e21f-4132-beb9-aebb03dfbf1d" + "cf3fe8f6-6505-4b89-8329-b85e0ca7ab1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14721,16 +16067,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122926Z:f5b073b7-ab27-4c73-a1a8-a45bee3ffd05" + "WESTUS:20200413T180737Z:20654232-104c-40d7-9bc5-b3a0005c7fc8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:26 GMT" + "Mon, 13 Apr 2020 18:07:37 GMT" ], "Content-Length": [ "30" @@ -14746,8 +16092,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14755,7 +16101,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14769,13 +16115,13 @@ "10" ], "x-ms-request-id": [ - "9306abf4-3d2d-4839-a0e9-fea50e37cb3a" + "48585ec7-9396-4701-b877-c7a914c7cb75" ], "x-ms-correlation-request-id": [ - "72c38596-7b5e-43dc-a9ec-1d3b2f58ba8f" + "d049a151-804a-4e8b-9a74-9d4be06f0408" ], "x-ms-arm-service-request-id": [ - "e02c5906-6153-459d-8e9f-37c1355fd789" + "18b4e400-e0b8-4609-9d9a-2eb71a66c675" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14785,16 +16131,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122937Z:72c38596-7b5e-43dc-a9ec-1d3b2f58ba8f" + "WESTUS:20200413T180747Z:d049a151-804a-4e8b-9a74-9d4be06f0408" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:36 GMT" + "Mon, 13 Apr 2020 18:07:47 GMT" ], "Content-Length": [ "30" @@ -14810,8 +16156,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14819,7 +16165,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14833,13 +16179,13 @@ "10" ], "x-ms-request-id": [ - "fc7a8fc8-eff4-452c-9d85-884467929739" + "259159dd-5a21-44ca-a554-cdbce57d6960" ], "x-ms-correlation-request-id": [ - "667ae736-fee7-4447-9c82-b3999cdffbd6" + "20d6f5e4-ef88-45be-8a93-de5286aa31f4" ], "x-ms-arm-service-request-id": [ - "0a268034-9105-4c18-91d3-8f0d17b758d1" + "6235f14a-bc29-4ad5-8f9d-d1c14ad6d0b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14849,16 +16195,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122947Z:667ae736-fee7-4447-9c82-b3999cdffbd6" + "WESTUS:20200413T180758Z:20d6f5e4-ef88-45be-8a93-de5286aa31f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:46 GMT" + "Mon, 13 Apr 2020 18:07:57 GMT" ], "Content-Length": [ "30" @@ -14874,8 +16220,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14883,7 +16229,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14897,32 +16243,32 @@ "10" ], "x-ms-request-id": [ - "887bbd5e-9d4c-4023-969d-eb889aaa12cf" + "8ed667c8-2acb-47a4-8628-85eff0eff610" ], "x-ms-correlation-request-id": [ - "a2335a83-15ad-4d0c-b12f-e45e3f3eadf2" + "e1b62498-8e6a-4776-842a-8f7e9c2b63c7" ], "x-ms-arm-service-request-id": [ - "46515dee-bcfe-4de5-a2f6-6585ac36d336" + "2a5c6773-86d3-4ac7-b7a5-b88da39fb2e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T122957Z:a2335a83-15ad-4d0c-b12f-e45e3f3eadf2" + "WESTUS:20200413T180808Z:e1b62498-8e6a-4776-842a-8f7e9c2b63c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:29:56 GMT" + "Mon, 13 Apr 2020 18:08:07 GMT" ], "Content-Length": [ "30" @@ -14938,8 +16284,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14947,7 +16293,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14961,13 +16307,13 @@ "10" ], "x-ms-request-id": [ - "8810c5dd-ec21-4d8d-b3b0-723eb8854a2b" + "828e7918-03d9-460c-9af6-ef2682bc9096" ], "x-ms-correlation-request-id": [ - "082153ec-cbd8-4340-b393-ba3d27b3ae9a" + "199dbe3d-efdd-4356-920c-1f5164b45cdc" ], "x-ms-arm-service-request-id": [ - "d5cb013d-6089-428b-827c-db9c71065642" + "58a61961-ed34-429e-8392-277ac2dcda86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14977,16 +16323,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123007Z:082153ec-cbd8-4340-b393-ba3d27b3ae9a" + "WESTUS:20200413T180818Z:199dbe3d-efdd-4356-920c-1f5164b45cdc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:07 GMT" + "Mon, 13 Apr 2020 18:08:17 GMT" ], "Content-Length": [ "30" @@ -15002,8 +16348,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15011,7 +16357,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15025,32 +16371,32 @@ "10" ], "x-ms-request-id": [ - "fd30709b-30fd-487d-988f-76f64c0e2ccb" + "22f8f93f-77e9-438c-9d74-0ea84272e24d" ], "x-ms-correlation-request-id": [ - "11ce29b8-7147-4fbf-aea0-53eed805859c" + "75bd3840-b4cf-4e8b-8add-2e58acd112ea" ], "x-ms-arm-service-request-id": [ - "44ce5671-adc8-4663-92f7-75c7a7fdb55e" + "de0fcae4-c0c0-425a-b115-bc5b88d97e62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123018Z:11ce29b8-7147-4fbf-aea0-53eed805859c" + "WESTUS:20200413T180828Z:75bd3840-b4cf-4e8b-8add-2e58acd112ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:17 GMT" + "Mon, 13 Apr 2020 18:08:27 GMT" ], "Content-Length": [ "30" @@ -15066,8 +16412,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15075,7 +16421,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15089,13 +16435,13 @@ "10" ], "x-ms-request-id": [ - "404e9336-981e-40fd-826f-2f37c37ec2b4" + "403523a2-b868-41c7-9028-98d186e93ac6" ], "x-ms-correlation-request-id": [ - "565db962-0ca7-4fd3-956d-ebde759e9116" + "d87be93e-7792-4e19-a776-e745a919c943" ], "x-ms-arm-service-request-id": [ - "00fe52f7-e68c-4fcc-a364-eff44dedd349" + "005ea18b-3858-4ad4-91b7-72317600eca5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15105,16 +16451,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123028Z:565db962-0ca7-4fd3-956d-ebde759e9116" + "WESTUS:20200413T180838Z:d87be93e-7792-4e19-a776-e745a919c943" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:27 GMT" + "Mon, 13 Apr 2020 18:08:38 GMT" ], "Content-Length": [ "30" @@ -15130,8 +16476,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15139,7 +16485,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15153,13 +16499,13 @@ "10" ], "x-ms-request-id": [ - "b55dc1b8-d2b6-4981-975e-cf62f87f2f60" + "19fab86e-289d-46df-b530-72dc7612c9aa" ], "x-ms-correlation-request-id": [ - "598a86a4-9348-455c-955f-c423da0b0626" + "aa074e33-d423-4ee7-a4e7-1c12b509bd5f" ], "x-ms-arm-service-request-id": [ - "ae929ac5-7f7c-4f1c-adb8-62be9a2e0fbe" + "aa3e987b-2fd6-4bd8-9b0b-af10bcd4c243" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15169,16 +16515,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123038Z:598a86a4-9348-455c-955f-c423da0b0626" + "WESTUS:20200413T180848Z:aa074e33-d423-4ee7-a4e7-1c12b509bd5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:37 GMT" + "Mon, 13 Apr 2020 18:08:48 GMT" ], "Content-Length": [ "30" @@ -15194,8 +16540,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15203,7 +16549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15217,13 +16563,13 @@ "10" ], "x-ms-request-id": [ - "2a5fcbc1-2e6a-4358-9708-b67c9f146d81" + "46d1d63b-aaaa-424e-80c9-0051e8748dab" ], "x-ms-correlation-request-id": [ - "cb8e9f85-a8d9-4561-a07a-b8a73884f937" + "ae931505-29c1-4075-8349-75c70da50477" ], "x-ms-arm-service-request-id": [ - "1a6a4ba8-20d8-4749-a608-172d5f810957" + "a178db81-773e-469b-ae93-e4512cb9abed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15233,16 +16579,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123048Z:cb8e9f85-a8d9-4561-a07a-b8a73884f937" + "WESTUS:20200413T180858Z:ae931505-29c1-4075-8349-75c70da50477" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:47 GMT" + "Mon, 13 Apr 2020 18:08:58 GMT" ], "Content-Length": [ "30" @@ -15258,8 +16604,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15267,7 +16613,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15281,32 +16627,32 @@ "10" ], "x-ms-request-id": [ - "89b66117-e4a7-43f9-901e-9028e9ca3980" + "e88b47f0-e9a4-4655-b1eb-0c7bff000281" ], "x-ms-correlation-request-id": [ - "979fba48-a262-49b2-a87c-dfd8ee90b06c" + "1a6ebfeb-8804-4867-bdc2-cab9e31a9397" ], "x-ms-arm-service-request-id": [ - "932d326f-8245-454c-a986-6e6d5b7ce955" + "5fe1ddb8-aef3-4f39-92f9-351003dd08ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123058Z:979fba48-a262-49b2-a87c-dfd8ee90b06c" + "WESTUS:20200413T180908Z:1a6ebfeb-8804-4867-bdc2-cab9e31a9397" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:30:58 GMT" + "Mon, 13 Apr 2020 18:09:08 GMT" ], "Content-Length": [ "30" @@ -15322,8 +16668,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15331,7 +16677,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15345,13 +16691,13 @@ "10" ], "x-ms-request-id": [ - "1d7a3903-1217-4cd8-9754-c595e5761e7b" + "9833fed6-cbe8-4703-94a5-e1ba401542a0" ], "x-ms-correlation-request-id": [ - "58f4e020-b844-4c1d-8dcd-e7934fded677" + "3fd40698-d166-4b6d-9a25-446db49304d2" ], "x-ms-arm-service-request-id": [ - "9d2d5195-d8ff-4afe-88a7-311a679e6c45" + "cba1629b-6f74-4aab-97fe-15221b7fc842" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15361,16 +16707,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123109Z:58f4e020-b844-4c1d-8dcd-e7934fded677" + "WESTUS:20200413T180918Z:3fd40698-d166-4b6d-9a25-446db49304d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:09 GMT" + "Mon, 13 Apr 2020 18:09:18 GMT" ], "Content-Length": [ "30" @@ -15386,8 +16732,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15395,7 +16741,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15409,13 +16755,13 @@ "10" ], "x-ms-request-id": [ - "943a1982-ee8a-41e3-871b-c81e7b7be320" + "f8b55a2d-e50d-4969-8dc1-cb7e5c97d1bd" ], "x-ms-correlation-request-id": [ - "4b453fd9-e28b-43e0-9fde-5a82a42444d1" + "f4277dbf-50a3-47dc-9d0b-11903d4111a1" ], "x-ms-arm-service-request-id": [ - "9b5abb21-9bb2-455b-968c-6ab728c59a29" + "22ba9654-3909-462a-9fed-9b9d88b76d6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15425,16 +16771,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123119Z:4b453fd9-e28b-43e0-9fde-5a82a42444d1" + "WESTUS:20200413T180928Z:f4277dbf-50a3-47dc-9d0b-11903d4111a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:19 GMT" + "Mon, 13 Apr 2020 18:09:28 GMT" ], "Content-Length": [ "30" @@ -15450,8 +16796,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15459,7 +16805,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15473,32 +16819,32 @@ "10" ], "x-ms-request-id": [ - "6954224f-57eb-4d61-9103-16ffaad639fe" + "ca8c97b8-6589-43b2-86e7-c258a0dedd53" ], "x-ms-correlation-request-id": [ - "821dfe74-3f8a-4286-82b3-e676303505af" + "673858ee-f49d-41c6-87e0-574fd5f881af" ], "x-ms-arm-service-request-id": [ - "5aa6889a-a945-46f0-8fe0-fbb4393f410b" + "b4bb0282-9012-411c-ad0e-61b3b23dd79d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123129Z:821dfe74-3f8a-4286-82b3-e676303505af" + "WESTUS:20200413T180938Z:673858ee-f49d-41c6-87e0-574fd5f881af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:29 GMT" + "Mon, 13 Apr 2020 18:09:38 GMT" ], "Content-Length": [ "30" @@ -15514,8 +16860,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15523,7 +16869,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15537,13 +16883,13 @@ "10" ], "x-ms-request-id": [ - "cf56619a-b959-4ba6-9e35-e912940b563a" + "2100e916-36c5-43da-8217-1d3081e82fe4" ], "x-ms-correlation-request-id": [ - "97574a31-b077-4208-9776-1c58d189b5d9" + "a9e872e1-12df-415a-b5b8-bc1d465bdd00" ], "x-ms-arm-service-request-id": [ - "27b3c1c7-3077-43f6-8f7f-82b220c7ebc7" + "2114a010-dfe8-4b57-b7b3-bb2fa8443cf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15553,16 +16899,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123140Z:97574a31-b077-4208-9776-1c58d189b5d9" + "WESTUS:20200413T180949Z:a9e872e1-12df-415a-b5b8-bc1d465bdd00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:39 GMT" + "Mon, 13 Apr 2020 18:09:48 GMT" ], "Content-Length": [ "30" @@ -15578,8 +16924,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15587,7 +16933,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15601,13 +16947,13 @@ "10" ], "x-ms-request-id": [ - "0e38b916-8b86-4081-8b51-6f6bb20d9d81" + "ce40c37f-335a-4a9a-8c21-b77d692ac706" ], "x-ms-correlation-request-id": [ - "e9f628c9-25e1-47a9-aa34-2e5782e512c2" + "565f0b1c-8b9f-4f57-b240-89591345decc" ], "x-ms-arm-service-request-id": [ - "d49f1f36-d4de-409d-afdc-1506e3a3f34e" + "c94af397-536e-478d-b37f-f3c438e5dbca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15617,16 +16963,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123150Z:e9f628c9-25e1-47a9-aa34-2e5782e512c2" + "WESTUS:20200413T180959Z:565f0b1c-8b9f-4f57-b240-89591345decc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:49 GMT" + "Mon, 13 Apr 2020 18:09:58 GMT" ], "Content-Length": [ "30" @@ -15642,8 +16988,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15651,7 +16997,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15665,32 +17011,32 @@ "10" ], "x-ms-request-id": [ - "217b027a-5160-47c2-90bc-cae02ac58da5" + "357607d5-7a4f-4440-a9f6-10f8d371a5a2" ], "x-ms-correlation-request-id": [ - "254aa868-f3a2-4026-8951-b426c2f2c6f0" + "27c9c8ff-12e9-48d7-b392-2bbf3b1d6994" ], "x-ms-arm-service-request-id": [ - "0d022c04-962e-4ec0-9119-f4c5cf86b006" + "73fdd3c3-75cb-454f-9271-49fb22b98db2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123200Z:254aa868-f3a2-4026-8951-b426c2f2c6f0" + "WESTUS:20200413T181009Z:27c9c8ff-12e9-48d7-b392-2bbf3b1d6994" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:31:59 GMT" + "Mon, 13 Apr 2020 18:10:08 GMT" ], "Content-Length": [ "30" @@ -15706,8 +17052,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15715,7 +17061,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15729,13 +17075,13 @@ "10" ], "x-ms-request-id": [ - "7ad0c26f-084a-4c06-8365-ba7867206125" + "b27669b9-27ce-418c-8275-1344aa5c5923" ], "x-ms-correlation-request-id": [ - "29d5e34f-bfc9-4b3f-b4c1-ffef3c6b5921" + "26d281fd-fafd-466a-8f57-f663f38d624e" ], "x-ms-arm-service-request-id": [ - "290faa7d-58a1-4c01-ba0a-0c91c18c4931" + "4568d30c-1aed-4c2a-81e1-0c53f92e5149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15745,16 +17091,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123211Z:29d5e34f-bfc9-4b3f-b4c1-ffef3c6b5921" + "WESTUS:20200413T181019Z:26d281fd-fafd-466a-8f57-f663f38d624e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:32:10 GMT" + "Mon, 13 Apr 2020 18:10:18 GMT" ], "Content-Length": [ "30" @@ -15770,8 +17116,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15779,7 +17125,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15793,13 +17139,13 @@ "10" ], "x-ms-request-id": [ - "786d0ebc-9fea-4a08-b5ca-c43481749e31" + "44678e40-7b02-40fe-aeac-a456400a209b" ], "x-ms-correlation-request-id": [ - "d1c24b6b-5394-401e-b6a9-8b1daff7134a" + "c25af621-4026-4756-af28-2ae3fc0dd7df" ], "x-ms-arm-service-request-id": [ - "b159f654-5286-4675-b453-4b920d247bdf" + "a8c9bf80-7f19-4ac0-8258-e0c3674d5bb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15809,16 +17155,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11945" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123221Z:d1c24b6b-5394-401e-b6a9-8b1daff7134a" + "WESTUS:20200413T181029Z:c25af621-4026-4756-af28-2ae3fc0dd7df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:32:20 GMT" + "Mon, 13 Apr 2020 18:10:28 GMT" ], "Content-Length": [ "30" @@ -15834,8 +17180,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15843,7 +17189,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15857,13 +17203,13 @@ "10" ], "x-ms-request-id": [ - "4db56c2b-50fb-4d40-896c-83ef4015f6be" + "a9adb325-f146-4721-a193-768df0d7c1c3" ], "x-ms-correlation-request-id": [ - "01e26488-9999-44a0-92c4-02ddb2cb4555" + "ce5983e4-c7b1-4dbf-a8dd-ed3485096d38" ], "x-ms-arm-service-request-id": [ - "2c5c709e-223f-4dad-a3e4-ef9eb17612ba" + "f8570fa3-cb9f-4e0f-a919-afcac00d30be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15873,16 +17219,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11944" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123231Z:01e26488-9999-44a0-92c4-02ddb2cb4555" + "WESTUS:20200413T181039Z:ce5983e4-c7b1-4dbf-a8dd-ed3485096d38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:32:30 GMT" + "Mon, 13 Apr 2020 18:10:39 GMT" ], "Content-Length": [ "30" @@ -15898,8 +17244,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15907,7 +17253,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15921,32 +17267,32 @@ "10" ], "x-ms-request-id": [ - "25e3756a-71b0-4483-9a44-b6a8b59d959c" + "b463e239-4fe0-46ce-b8c1-221e17170a69" ], "x-ms-correlation-request-id": [ - "902f4bf1-6aec-424d-8f81-5144b6939fae" + "7e820050-245f-4ab3-8bbe-2aa2fe718feb" ], "x-ms-arm-service-request-id": [ - "6af29cf8-4648-46eb-a177-f8c672474953" + "e5001fc3-9b11-4c47-975f-08182b0ad8ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123241Z:902f4bf1-6aec-424d-8f81-5144b6939fae" + "WESTUS:20200413T181049Z:7e820050-245f-4ab3-8bbe-2aa2fe718feb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:32:40 GMT" + "Mon, 13 Apr 2020 18:10:49 GMT" ], "Content-Length": [ "30" @@ -15962,8 +17308,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15971,7 +17317,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15985,13 +17331,13 @@ "10" ], "x-ms-request-id": [ - "84d14044-bd98-4750-a6d4-40cd1234a7e8" + "88c2ff19-93ed-48e4-a98a-12d2bf4a9029" ], "x-ms-correlation-request-id": [ - "df90e9e5-2f76-445d-979a-ba88c7916fbf" + "3e960a51-1535-41f1-a67e-e6ede2c4b7d9" ], "x-ms-arm-service-request-id": [ - "b42f5ad9-e042-4f4d-a843-d21205a3a5c8" + "454b408b-1357-4244-9c4b-4729bf5b900f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16001,16 +17347,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123251Z:df90e9e5-2f76-445d-979a-ba88c7916fbf" + "WESTUS:20200413T181059Z:3e960a51-1535-41f1-a67e-e6ede2c4b7d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:32:51 GMT" + "Mon, 13 Apr 2020 18:10:59 GMT" ], "Content-Length": [ "30" @@ -16026,8 +17372,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16035,7 +17381,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16049,32 +17395,32 @@ "10" ], "x-ms-request-id": [ - "dff4b717-43df-4401-aea6-e18e92a260e1" + "bdaf5391-1be3-4091-a02b-e33830a1e1b7" ], "x-ms-correlation-request-id": [ - "2470f1b1-a7f3-40bd-9958-7cf83c848c04" + "59e731b2-7296-4fb3-bfd9-7913ae7a81cc" ], "x-ms-arm-service-request-id": [ - "d206e497-6d64-4f7a-a006-d7baf7f181aa" + "3629c47e-b007-45a7-ad69-a62689072248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123302Z:2470f1b1-a7f3-40bd-9958-7cf83c848c04" + "WESTUS:20200413T181110Z:59e731b2-7296-4fb3-bfd9-7913ae7a81cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:01 GMT" + "Mon, 13 Apr 2020 18:11:09 GMT" ], "Content-Length": [ "30" @@ -16090,8 +17436,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16099,7 +17445,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16113,13 +17459,13 @@ "10" ], "x-ms-request-id": [ - "1fc75321-8a2f-431f-abd8-cf89347c4f4c" + "d64c64d1-b402-480b-93d3-d7e52c2db872" ], "x-ms-correlation-request-id": [ - "dc00b967-2cba-4919-aa35-894201be9097" + "d3109f50-8469-4b38-83c2-5cb6c945596d" ], "x-ms-arm-service-request-id": [ - "15fb16c6-9b36-43d9-ac1b-3456d59ce2c7" + "356210d0-770b-4400-98f5-a7da95f3a682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16129,16 +17475,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123312Z:dc00b967-2cba-4919-aa35-894201be9097" + "WESTUS:20200413T181120Z:d3109f50-8469-4b38-83c2-5cb6c945596d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:12 GMT" + "Mon, 13 Apr 2020 18:11:19 GMT" ], "Content-Length": [ "30" @@ -16154,8 +17500,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16163,7 +17509,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16177,13 +17523,13 @@ "10" ], "x-ms-request-id": [ - "a6742437-5a0d-4d3f-bc18-8d5497012f28" + "6efd3c9f-1f8e-419d-bc19-e574d0dc9391" ], "x-ms-correlation-request-id": [ - "b0c0e211-7ac0-48f2-8685-3443be383433" + "f21ab69d-d34c-4f95-b19a-6a4d01d06dc0" ], "x-ms-arm-service-request-id": [ - "d4484418-e320-4351-a66e-97d7ea280ecf" + "e95b3300-3a55-4c91-9896-fdc04fb707cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16193,16 +17539,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123322Z:b0c0e211-7ac0-48f2-8685-3443be383433" + "WESTUS:20200413T181130Z:f21ab69d-d34c-4f95-b19a-6a4d01d06dc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:22 GMT" + "Mon, 13 Apr 2020 18:11:29 GMT" ], "Content-Length": [ "30" @@ -16218,8 +17564,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16227,7 +17573,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16241,13 +17587,13 @@ "10" ], "x-ms-request-id": [ - "a1b8c6c2-b970-43e1-8d23-b5afb17d8150" + "375f2725-26d4-4a70-89f1-0c7d819a18d7" ], "x-ms-correlation-request-id": [ - "e24d678f-75d9-4bfb-aeb6-34b7330b2a2a" + "ec31b9b0-23de-4e99-9460-f38a7d2d7f82" ], "x-ms-arm-service-request-id": [ - "3a45ef31-6790-4b2e-a439-bbb65bcc019c" + "f3e8171c-f21b-43d0-be4b-011af73aed46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16257,16 +17603,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123333Z:e24d678f-75d9-4bfb-aeb6-34b7330b2a2a" + "WESTUS:20200413T181140Z:ec31b9b0-23de-4e99-9460-f38a7d2d7f82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:32 GMT" + "Mon, 13 Apr 2020 18:11:39 GMT" ], "Content-Length": [ "30" @@ -16282,8 +17628,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16291,7 +17637,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16305,13 +17651,13 @@ "10" ], "x-ms-request-id": [ - "1a0c7d9f-2fa0-4bfb-8e71-d4041a1e73bb" + "50b674ff-51cd-405c-8bce-0b36956f173f" ], "x-ms-correlation-request-id": [ - "e49a855a-edf1-4325-a378-da63191ad8d0" + "7d160ea6-fd03-46ab-b589-915ae9ef01dd" ], "x-ms-arm-service-request-id": [ - "af1c24e7-5740-40b6-912f-67663ca5cd14" + "6b72e731-b907-43b5-afba-0eb2faaf7359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16321,16 +17667,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123343Z:e49a855a-edf1-4325-a378-da63191ad8d0" + "WESTUS:20200413T181150Z:7d160ea6-fd03-46ab-b589-915ae9ef01dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:42 GMT" + "Mon, 13 Apr 2020 18:11:49 GMT" ], "Content-Length": [ "30" @@ -16346,8 +17692,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16355,7 +17701,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16369,32 +17715,32 @@ "10" ], "x-ms-request-id": [ - "b7a59210-bc53-4e3e-a112-4716f1a89698" + "089dda41-0559-46ee-94d1-7b19e5e392d4" ], "x-ms-correlation-request-id": [ - "1daa0360-12fe-4e9c-910c-4ebf7df9800c" + "b55729ff-de4c-40b1-acca-38947d87c8c4" ], "x-ms-arm-service-request-id": [ - "3557be87-6861-4504-8c8a-f5125fa4740d" + "aa20bff6-aae3-4161-a0e0-e638f54aff81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123353Z:1daa0360-12fe-4e9c-910c-4ebf7df9800c" + "WESTUS:20200413T181200Z:b55729ff-de4c-40b1-acca-38947d87c8c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:33:53 GMT" + "Mon, 13 Apr 2020 18:11:59 GMT" ], "Content-Length": [ "30" @@ -16410,8 +17756,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16419,7 +17765,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16433,32 +17779,32 @@ "10" ], "x-ms-request-id": [ - "2cbd9c4d-9044-4929-ae87-d8286001a6ab" + "f43ec519-3668-4fa4-848d-bbe87959e3e6" ], "x-ms-correlation-request-id": [ - "924c2d7d-2f05-4da0-84bc-3503a57c93ee" + "879ea21c-2363-414e-9df2-204a2c9b1c1c" ], "x-ms-arm-service-request-id": [ - "19b55ceb-9f09-476d-abfc-fcb57f30bcf3" + "5f2905d2-1be4-4d71-877c-f9326245b96e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123403Z:924c2d7d-2f05-4da0-84bc-3503a57c93ee" + "WESTUS:20200413T181210Z:879ea21c-2363-414e-9df2-204a2c9b1c1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:03 GMT" + "Mon, 13 Apr 2020 18:12:09 GMT" ], "Content-Length": [ "30" @@ -16474,8 +17820,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16483,7 +17829,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16497,13 +17843,13 @@ "10" ], "x-ms-request-id": [ - "535eacfe-9638-42e7-80fc-4a92f389f608" + "7e543608-de34-48e6-ae8a-4e13da86c484" ], "x-ms-correlation-request-id": [ - "bd70802f-4f63-498e-9c03-e3211f53a3cd" + "e279a2ec-fb94-4453-a03a-6a9eeedc677f" ], "x-ms-arm-service-request-id": [ - "a096487b-89f1-4667-b0ba-920bb07c0223" + "8f6c3487-5951-4382-bbf0-ee1309a3124c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16513,16 +17859,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123414Z:bd70802f-4f63-498e-9c03-e3211f53a3cd" + "WESTUS:20200413T181220Z:e279a2ec-fb94-4453-a03a-6a9eeedc677f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:13 GMT" + "Mon, 13 Apr 2020 18:12:19 GMT" ], "Content-Length": [ "30" @@ -16538,8 +17884,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16547,7 +17893,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16561,13 +17907,13 @@ "10" ], "x-ms-request-id": [ - "90bd7fc4-2d2c-4426-8bb2-9c8be90afff9" + "977cbc7f-5db1-413c-970f-036f563001f1" ], "x-ms-correlation-request-id": [ - "f78d26a6-92ec-44ff-b9d6-1d7412c2553a" + "64d5c405-b820-49bf-8bd3-a128394e8223" ], "x-ms-arm-service-request-id": [ - "2d7ff1d6-8f9b-46b9-b485-b9c24653fa26" + "e5fef13d-cfaa-4df8-ae7a-44b8113fff11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16577,16 +17923,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123424Z:f78d26a6-92ec-44ff-b9d6-1d7412c2553a" + "WESTUS:20200413T181230Z:64d5c405-b820-49bf-8bd3-a128394e8223" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:23 GMT" + "Mon, 13 Apr 2020 18:12:29 GMT" ], "Content-Length": [ "30" @@ -16602,8 +17948,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16611,7 +17957,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16625,13 +17971,13 @@ "10" ], "x-ms-request-id": [ - "e6b497ca-bd36-4f96-8049-dab34905bd60" + "4c03bc24-23d9-43da-b1fd-b261ba1fade2" ], "x-ms-correlation-request-id": [ - "8e2164c1-2f0f-4152-8dd4-9de3fe383841" + "edf73f5b-a4ff-459c-969f-c79d35349674" ], "x-ms-arm-service-request-id": [ - "25a226d9-dd5e-4b6b-97b9-52e48f4dbce4" + "d7f14150-424e-4ba4-8d18-1b2c0d30094d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16641,16 +17987,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123434Z:8e2164c1-2f0f-4152-8dd4-9de3fe383841" + "WESTUS:20200413T181240Z:edf73f5b-a4ff-459c-969f-c79d35349674" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:33 GMT" + "Mon, 13 Apr 2020 18:12:39 GMT" ], "Content-Length": [ "30" @@ -16666,8 +18012,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16675,7 +18021,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16689,13 +18035,13 @@ "10" ], "x-ms-request-id": [ - "7934214f-960c-4f25-859f-d515b8e0b982" + "fe84c0bb-05b7-4c9b-9972-a3ab5d91b4bf" ], "x-ms-correlation-request-id": [ - "ac970fef-1733-4b3a-b0fe-11236edf92a9" + "0d5d9558-1ad9-4646-8233-c3c58b12ec31" ], "x-ms-arm-service-request-id": [ - "3414b94b-3185-46e2-8050-1badcf9e1af3" + "a5efb3b9-4d88-4a8f-b0ca-c322fe5d1cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16705,16 +18051,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123444Z:ac970fef-1733-4b3a-b0fe-11236edf92a9" + "WESTUS:20200413T181250Z:0d5d9558-1ad9-4646-8233-c3c58b12ec31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:43 GMT" + "Mon, 13 Apr 2020 18:12:49 GMT" ], "Content-Length": [ "30" @@ -16730,8 +18076,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16739,7 +18085,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16753,13 +18099,13 @@ "10" ], "x-ms-request-id": [ - "f551fd84-bcd4-42a5-8c1f-9d2152db7a4e" + "88015b2d-63fa-4096-ab6d-c1a912784916" ], "x-ms-correlation-request-id": [ - "57d77fba-75d6-4087-98c8-2768f24e83a6" + "1a9218c5-5295-4be6-8e52-bdee4fb739df" ], "x-ms-arm-service-request-id": [ - "6cc71e2b-c94c-4c11-bb2e-8f013a5beca3" + "14e0a763-0262-4dff-ad72-3ca54fc95a5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16769,16 +18115,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123455Z:57d77fba-75d6-4087-98c8-2768f24e83a6" + "WESTUS:20200413T181300Z:1a9218c5-5295-4be6-8e52-bdee4fb739df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:34:54 GMT" + "Mon, 13 Apr 2020 18:13:00 GMT" ], "Content-Length": [ "30" @@ -16794,8 +18140,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16803,7 +18149,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16817,32 +18163,32 @@ "10" ], "x-ms-request-id": [ - "66e22f5f-fa0b-4ecf-852e-855cbcc7e8a8" + "05477507-7f7c-4162-8b52-3eb635098e7d" ], "x-ms-correlation-request-id": [ - "c0030ad8-8d73-4949-8e8a-d84e4538d217" + "dd6a5184-fa27-4611-9239-074cce2c39fd" ], "x-ms-arm-service-request-id": [ - "93c5afb9-bde4-4dde-94c2-9389700b462a" + "5a00304f-1684-4794-aaaf-7257a7203c53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11929" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123505Z:c0030ad8-8d73-4949-8e8a-d84e4538d217" + "WESTUS:20200413T181311Z:dd6a5184-fa27-4611-9239-074cce2c39fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:05 GMT" + "Mon, 13 Apr 2020 18:13:10 GMT" ], "Content-Length": [ "30" @@ -16858,8 +18204,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16867,7 +18213,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16881,13 +18227,13 @@ "10" ], "x-ms-request-id": [ - "138dcb72-efff-494d-9b9a-6b5471aa89a8" + "e80ee810-abf9-44cf-8a87-5f6a997c7f28" ], "x-ms-correlation-request-id": [ - "7e9568ec-dba4-42d7-981c-dd5f8e0493b5" + "8d3b94a6-7e08-4a43-9480-12430fbd40e8" ], "x-ms-arm-service-request-id": [ - "644976d4-6454-4855-8234-4d863abd027e" + "a010646f-3f39-4956-98f3-77a251ef0657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16897,16 +18243,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11928" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123515Z:7e9568ec-dba4-42d7-981c-dd5f8e0493b5" + "WESTUS:20200413T181321Z:8d3b94a6-7e08-4a43-9480-12430fbd40e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:15 GMT" + "Mon, 13 Apr 2020 18:13:21 GMT" ], "Content-Length": [ "30" @@ -16922,8 +18268,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16931,7 +18277,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16945,13 +18291,13 @@ "10" ], "x-ms-request-id": [ - "9e2aff81-019a-460c-a5f3-c556d659b842" + "6fad7a72-e3f5-4bfb-ab41-9211b1bee55a" ], "x-ms-correlation-request-id": [ - "d90aeea2-a957-4b29-9211-58c3c00707be" + "47eecef1-e160-47d7-b2f4-4a36a8b9094f" ], "x-ms-arm-service-request-id": [ - "7dbbf199-39d4-47ae-9c49-b0b648b94723" + "c0968231-eff5-413f-b6ea-cba70fc912a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16961,16 +18307,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11927" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123525Z:d90aeea2-a957-4b29-9211-58c3c00707be" + "WESTUS:20200413T181331Z:47eecef1-e160-47d7-b2f4-4a36a8b9094f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:25 GMT" + "Mon, 13 Apr 2020 18:13:31 GMT" ], "Content-Length": [ "30" @@ -16986,8 +18332,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16995,7 +18341,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17009,13 +18355,13 @@ "10" ], "x-ms-request-id": [ - "10cc33ba-65fd-40f8-ba97-4b47708efe1c" + "e6032792-7a98-4b12-829e-39ffe57da8cd" ], "x-ms-correlation-request-id": [ - "3e82d5d3-b9ac-4955-9ef1-4fc862dc36e9" + "403c3ade-f927-4796-84a8-2379b00a4965" ], "x-ms-arm-service-request-id": [ - "ff3afc5e-4ae5-4872-b8f9-52a8900eed32" + "dbe00822-258a-46d9-9fbd-57237b40ca7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17025,16 +18371,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123536Z:3e82d5d3-b9ac-4955-9ef1-4fc862dc36e9" + "WESTUS:20200413T181341Z:403c3ade-f927-4796-84a8-2379b00a4965" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:35 GMT" + "Mon, 13 Apr 2020 18:13:41 GMT" ], "Content-Length": [ "30" @@ -17050,8 +18396,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/84aaa137-914a-4455-92b7-eca6d9704b9b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg0YWFhMTM3LTkxNGEtNDQ1NS05MmI3LWVjYTZkOTcwNGI5Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17059,7 +18405,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17069,17 +18415,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "29c22e53-c953-4a24-bcd3-34bde06f96b0" + "89c7d2c5-de11-4386-9906-e43bcb7f65a4" ], "x-ms-correlation-request-id": [ - "3d961d32-d885-4e77-af32-787498e32b0b" + "5e3bbb4c-f67d-4224-9a14-50aa99e9046c" ], "x-ms-arm-service-request-id": [ - "9c75bee5-e704-4cd5-8ef3-c9e256a8c358" + "e5393350-3dd4-4f55-b610-d4f26f1da8b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17089,19 +18432,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123546Z:3d961d32-d885-4e77-af32-787498e32b0b" + "WESTUS:20200413T181351Z:5e3bbb4c-f67d-4224-9a14-50aa99e9046c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:46 GMT" + "Mon, 13 Apr 2020 18:13:51 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -17110,12 +18453,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17123,7 +18466,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17137,13 +18480,13 @@ "10" ], "x-ms-request-id": [ - "e201a915-2cf6-49eb-8732-b706c24060d3" + "5331fc04-3a18-440e-a130-ef9629142793" ], "x-ms-correlation-request-id": [ - "b9eb7671-14d1-4a67-af28-65689070a194" + "43585f03-611a-4649-ae82-5678f894159d" ], "x-ms-arm-service-request-id": [ - "3eca036c-6e69-4b1d-9a5e-019f8e9c5e66" + "41801ccd-e593-440d-bd4f-4114fe033697" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17153,16 +18496,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123556Z:b9eb7671-14d1-4a67-af28-65689070a194" + "WESTUS:20200413T181404Z:43585f03-611a-4649-ae82-5678f894159d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:35:56 GMT" + "Mon, 13 Apr 2020 18:14:03 GMT" ], "Content-Length": [ "30" @@ -17178,8 +18521,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17187,7 +18530,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17201,32 +18544,32 @@ "10" ], "x-ms-request-id": [ - "5ea0df7d-c578-4242-8396-d2b21f26d580" + "8a5d3c05-d0ce-4e7b-afec-3478506886d3" ], "x-ms-correlation-request-id": [ - "9c727f4d-dab4-43b0-94cf-04a97c61f90d" + "b6984c1b-d0a5-4e88-afea-61dd2117b124" ], "x-ms-arm-service-request-id": [ - "58642459-648a-428b-9429-61ca9e26f8f1" + "c9029bdc-bb59-4fdb-b783-eb4f0086a90d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123606Z:9c727f4d-dab4-43b0-94cf-04a97c61f90d" + "WESTUS:20200413T181414Z:b6984c1b-d0a5-4e88-afea-61dd2117b124" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:06 GMT" + "Mon, 13 Apr 2020 18:14:13 GMT" ], "Content-Length": [ "30" @@ -17242,8 +18585,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17251,7 +18594,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17265,13 +18608,13 @@ "10" ], "x-ms-request-id": [ - "ea47ce8b-8c9c-45b0-a58a-77fc5b24794b" + "743475f8-4d58-4002-909a-a9d71cad4153" ], "x-ms-correlation-request-id": [ - "50dc81e4-3095-437f-8c8c-0034b1b54ac0" + "276ade96-991a-4e97-9f6c-5e80ddc0a667" ], "x-ms-arm-service-request-id": [ - "1a672135-8e40-4998-9445-53694bbebf2a" + "05f307b1-6f63-4eee-a293-fcda66e94cee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17281,16 +18624,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123617Z:50dc81e4-3095-437f-8c8c-0034b1b54ac0" + "WESTUS:20200413T181424Z:276ade96-991a-4e97-9f6c-5e80ddc0a667" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:16 GMT" + "Mon, 13 Apr 2020 18:14:23 GMT" ], "Content-Length": [ "30" @@ -17306,8 +18649,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17315,7 +18658,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17329,13 +18672,13 @@ "10" ], "x-ms-request-id": [ - "3dbeff81-5da9-4de6-8cd9-29bbe0ae1b39" + "39a631b1-7d0e-415f-a5fc-240db02fbfee" ], "x-ms-correlation-request-id": [ - "92f581d3-4ba6-4094-ace4-8c4ff8c572a1" + "2a71fae4-b781-422e-b668-51110429bfca" ], "x-ms-arm-service-request-id": [ - "2fe4855c-ace6-400b-977d-12d3a3fc4841" + "b840efc4-32d2-49c3-abcf-ad272c9b2e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17345,16 +18688,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123627Z:92f581d3-4ba6-4094-ace4-8c4ff8c572a1" + "WESTUS:20200413T181434Z:2a71fae4-b781-422e-b668-51110429bfca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:26 GMT" + "Mon, 13 Apr 2020 18:14:33 GMT" ], "Content-Length": [ "30" @@ -17370,8 +18713,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/dc767291-edfa-45b1-a6dc-22e6bf3ee2fa?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RjNzY3MjkxLWVkZmEtNDViMS1hNmRjLTIyZTZiZjNlZTJmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17379,7 +18722,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17389,14 +18732,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "b52dc199-4a9d-49d6-b63b-3bf0922d52e9" + "b5141161-c9fb-46e3-8e0b-c1627daa434e" ], "x-ms-correlation-request-id": [ - "c524aa49-e4f6-44df-a01f-bf448b5ec4fa" + "77daf6b7-93e6-4ec2-a4cc-1b60181e3453" ], "x-ms-arm-service-request-id": [ - "5540948e-dccb-4a06-b1d8-7d3efa6f8357" + "d7498364-d3ec-4f02-af39-9389edfcaabb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17406,19 +18752,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123637Z:c524aa49-e4f6-44df-a01f-bf448b5ec4fa" + "WESTUS:20200413T181444Z:77daf6b7-93e6-4ec2-a4cc-1b60181e3453" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:37 GMT" + "Mon, 13 Apr 2020 18:14:44 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -17427,12 +18773,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17440,7 +18786,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17454,32 +18800,32 @@ "10" ], "x-ms-request-id": [ - "936edc5d-a134-469a-b34d-397169d432e5" + "98a51032-cb52-4a05-92e5-2a5d81c10577" ], "x-ms-correlation-request-id": [ - "1b43e2c6-a94e-4b6d-9a18-ec506943cdfe" + "d0bb1456-0aeb-4dd5-8ef8-c9a22a824ca1" ], "x-ms-arm-service-request-id": [ - "76c87ead-fad0-4a7d-a8d2-96086e909b27" + "394edbae-c9ac-426b-8d04-190266d338c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123654Z:1b43e2c6-a94e-4b6d-9a18-ec506943cdfe" + "WESTUS:20200413T181454Z:d0bb1456-0aeb-4dd5-8ef8-c9a22a824ca1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:36:53 GMT" + "Mon, 13 Apr 2020 18:14:54 GMT" ], "Content-Length": [ "30" @@ -17495,8 +18841,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17504,7 +18850,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17518,13 +18864,13 @@ "10" ], "x-ms-request-id": [ - "1964737d-be5b-4fa6-b1c4-4388f16c4155" + "21c0ce3a-09de-4fa0-824c-25f718126def" ], "x-ms-correlation-request-id": [ - "1769bc6f-356b-45aa-a655-62d072524bab" + "37478fbf-d7ea-430e-8249-d7c8cf760c2d" ], "x-ms-arm-service-request-id": [ - "25e84083-043e-4438-ab7f-6ab9902244b8" + "07444ad2-642a-4629-85ef-fdd6d9b391f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17534,16 +18880,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123704Z:1769bc6f-356b-45aa-a655-62d072524bab" + "WESTUS:20200413T181504Z:37478fbf-d7ea-430e-8249-d7c8cf760c2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:04 GMT" + "Mon, 13 Apr 2020 18:15:04 GMT" ], "Content-Length": [ "30" @@ -17559,8 +18905,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17568,7 +18914,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17582,13 +18928,13 @@ "10" ], "x-ms-request-id": [ - "15c9aaa8-1d83-45c0-8a66-4dd9d4b6d0d0" + "d239386a-bcd9-4adf-8ed8-9790deca9551" ], "x-ms-correlation-request-id": [ - "160df52d-4e81-4ffd-92a4-c4f977098da9" + "7bc045aa-ae20-4c68-942a-2212fef0c07a" ], "x-ms-arm-service-request-id": [ - "b6f78a1b-6290-4c92-bf5b-a7ac8123c714" + "c88f6708-ea35-48ad-aef7-5ca97285043f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17598,16 +18944,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123714Z:160df52d-4e81-4ffd-92a4-c4f977098da9" + "WESTUS:20200413T181514Z:7bc045aa-ae20-4c68-942a-2212fef0c07a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:14 GMT" + "Mon, 13 Apr 2020 18:15:14 GMT" ], "Content-Length": [ "30" @@ -17623,8 +18969,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17632,7 +18978,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17646,13 +18992,13 @@ "10" ], "x-ms-request-id": [ - "8d1f8c6c-3c4f-4651-9800-085564e37ff4" + "ebb37a80-32bf-4ad5-bd49-f7c4a95af518" ], "x-ms-correlation-request-id": [ - "64f948bc-995f-4db8-be5b-eb68e2c40ac6" + "6b9589bc-5582-4e0a-8133-047abf93939f" ], "x-ms-arm-service-request-id": [ - "2b25ea6c-3b74-48de-bd42-78ccf4eea39a" + "a0fb50f8-48fd-4e1f-a451-dc72b4b9e9d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17662,16 +19008,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123725Z:64f948bc-995f-4db8-be5b-eb68e2c40ac6" + "WESTUS:20200413T181524Z:6b9589bc-5582-4e0a-8133-047abf93939f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:24 GMT" + "Mon, 13 Apr 2020 18:15:24 GMT" ], "Content-Length": [ "30" @@ -17687,8 +19033,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17696,7 +19042,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17710,13 +19056,13 @@ "10" ], "x-ms-request-id": [ - "3e986d57-ceea-43a8-9729-e93c42d0591c" + "66f395d3-f583-4a9d-b684-f659843b0c6a" ], "x-ms-correlation-request-id": [ - "d3ad45ac-6845-4b6b-8717-77ba91b4d5f8" + "605fb8b5-d4a8-4240-83d6-953219bdf99a" ], "x-ms-arm-service-request-id": [ - "49bf5b34-e74d-4e0d-ae63-6323c33a8cd3" + "8442e91b-0dd3-42d3-abb3-71897ea17f5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17726,16 +19072,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123735Z:d3ad45ac-6845-4b6b-8717-77ba91b4d5f8" + "WESTUS:20200413T181534Z:605fb8b5-d4a8-4240-83d6-953219bdf99a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:35 GMT" + "Mon, 13 Apr 2020 18:15:34 GMT" ], "Content-Length": [ "30" @@ -17751,8 +19097,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17760,7 +19106,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17774,13 +19120,13 @@ "10" ], "x-ms-request-id": [ - "c4a2e189-4d4f-402e-be38-bb179d6e3f68" + "11ac5031-7cc6-4de1-8292-fd53f6e581fb" ], "x-ms-correlation-request-id": [ - "dbb0feda-3fc7-4910-8c30-330dafe749cc" + "b44b2911-22c6-4b62-92d1-f4529191ea91" ], "x-ms-arm-service-request-id": [ - "81cb6a0d-f64d-4636-8029-09c742f1e559" + "35db43e6-eeb4-4641-97fb-3fe37b2254f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17790,16 +19136,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123745Z:dbb0feda-3fc7-4910-8c30-330dafe749cc" + "WESTUS:20200413T181544Z:b44b2911-22c6-4b62-92d1-f4529191ea91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:45 GMT" + "Mon, 13 Apr 2020 18:15:44 GMT" ], "Content-Length": [ "30" @@ -17815,8 +19161,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17824,7 +19170,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17838,32 +19184,32 @@ "10" ], "x-ms-request-id": [ - "bf8f9fab-4cc7-4702-bde4-e31d16c8e66c" + "ecdb51d8-4698-4c05-87fd-524fff9b4c6c" ], "x-ms-correlation-request-id": [ - "9c488214-d4ae-4b5e-b497-2cf12874fad5" + "2842955c-507d-43e1-a3be-f14dc35ec721" ], "x-ms-arm-service-request-id": [ - "122fbc4e-9b9d-421e-934e-d452331ad744" + "701aed62-c18a-489f-9bed-f2970dc62a20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123755Z:9c488214-d4ae-4b5e-b497-2cf12874fad5" + "WESTUS:20200413T181555Z:2842955c-507d-43e1-a3be-f14dc35ec721" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:37:55 GMT" + "Mon, 13 Apr 2020 18:15:54 GMT" ], "Content-Length": [ "30" @@ -17879,8 +19225,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17888,7 +19234,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17902,32 +19248,32 @@ "10" ], "x-ms-request-id": [ - "458e1bce-101b-46e0-864d-fd4a331a1878" + "ccc225b2-7277-4f51-91e0-7b1fc8c51b33" ], "x-ms-correlation-request-id": [ - "e8d69da3-47df-4fef-8cb0-dc19b4c4d965" + "77085c53-3209-4081-889a-de625cf73fbb" ], "x-ms-arm-service-request-id": [ - "7aa7e733-797c-4551-92c8-f43c51e65a94" + "d48d5e8e-e19c-4aa9-98c7-1cad59ac2b97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123805Z:e8d69da3-47df-4fef-8cb0-dc19b4c4d965" + "WESTUS:20200413T181605Z:77085c53-3209-4081-889a-de625cf73fbb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:05 GMT" + "Mon, 13 Apr 2020 18:16:04 GMT" ], "Content-Length": [ "30" @@ -17943,8 +19289,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17952,7 +19298,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17966,13 +19312,13 @@ "10" ], "x-ms-request-id": [ - "ef0ca79f-1f40-46db-b46d-722bfc4cc976" + "43058d9a-9115-47b5-8318-9076afbb303e" ], "x-ms-correlation-request-id": [ - "8b329148-28bd-472a-bc00-b4ddf6fb752d" + "c3e20d04-a108-46ef-8025-d824ccd3b323" ], "x-ms-arm-service-request-id": [ - "bb3bb744-0954-41f8-a37c-4fd4fdce5572" + "1e1b7d19-c64d-4ca4-aa2b-6be965468ce3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17982,16 +19328,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123816Z:8b329148-28bd-472a-bc00-b4ddf6fb752d" + "WESTUS:20200413T181615Z:c3e20d04-a108-46ef-8025-d824ccd3b323" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:15 GMT" + "Mon, 13 Apr 2020 18:16:14 GMT" ], "Content-Length": [ "30" @@ -18007,8 +19353,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18016,7 +19362,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18030,13 +19376,13 @@ "10" ], "x-ms-request-id": [ - "c0c661d1-0863-41c5-bf87-24814eb1d1c9" + "5c665a12-56d0-4094-b18e-bb7b8ff41fa7" ], "x-ms-correlation-request-id": [ - "df8990fe-e256-445e-b1dc-fc2b6fbcfed6" + "688bbe66-fe0f-429b-b813-48ee126eee0f" ], "x-ms-arm-service-request-id": [ - "abcbc6c6-9268-40f6-b2d8-8227b6f9ce5f" + "7fa950c7-8889-4bd8-b081-ed52c483f08b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18046,16 +19392,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123826Z:df8990fe-e256-445e-b1dc-fc2b6fbcfed6" + "WESTUS:20200413T181625Z:688bbe66-fe0f-429b-b813-48ee126eee0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:25 GMT" + "Mon, 13 Apr 2020 18:16:25 GMT" ], "Content-Length": [ "30" @@ -18071,8 +19417,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18080,7 +19426,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18094,13 +19440,13 @@ "10" ], "x-ms-request-id": [ - "f4527a23-f4bb-4c0b-82d8-b744e81ca922" + "a1a26f05-b749-47c4-a198-51fbdb66205b" ], "x-ms-correlation-request-id": [ - "844cab1d-dc0e-427f-a1b3-4e12685f0c3d" + "12b1039b-d9f8-4e89-9a9b-c1e80514578c" ], "x-ms-arm-service-request-id": [ - "bdbc064d-3ded-4ad8-9185-ab212f3dbfa0" + "f0a7f3b0-1188-4870-8473-934d50f83cbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18110,16 +19456,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123836Z:844cab1d-dc0e-427f-a1b3-4e12685f0c3d" + "WESTUS:20200413T181635Z:12b1039b-d9f8-4e89-9a9b-c1e80514578c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:36 GMT" + "Mon, 13 Apr 2020 18:16:35 GMT" ], "Content-Length": [ "30" @@ -18135,8 +19481,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18144,7 +19490,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18158,13 +19504,13 @@ "10" ], "x-ms-request-id": [ - "7f178ca4-c684-412d-bbad-fd84d3b4e29d" + "679a1f6a-4d10-478d-856f-6fc963c3c561" ], "x-ms-correlation-request-id": [ - "d69b375b-f75d-4850-b00a-3ca01cafeb6f" + "93b7b153-e0d7-4c4c-bd13-4599fb10106b" ], "x-ms-arm-service-request-id": [ - "5197104c-6f04-4fb1-baca-1c7944c52ed0" + "138d0757-9060-436a-9d3b-2e6e4d0d3fa9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18174,16 +19520,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123847Z:d69b375b-f75d-4850-b00a-3ca01cafeb6f" + "WESTUS:20200413T181645Z:93b7b153-e0d7-4c4c-bd13-4599fb10106b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:47 GMT" + "Mon, 13 Apr 2020 18:16:45 GMT" ], "Content-Length": [ "30" @@ -18199,8 +19545,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18208,7 +19554,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18222,32 +19568,32 @@ "10" ], "x-ms-request-id": [ - "1e1e1975-5938-464f-b07f-d510212cbe98" + "89b545e9-fc77-411b-9e16-57d0b1680db3" ], "x-ms-correlation-request-id": [ - "c5048afd-6648-4985-8563-12e553a9483a" + "9145a61c-3272-46b2-abcf-6d2f61e03c8e" ], "x-ms-arm-service-request-id": [ - "f6810fd1-3fc0-420d-bf42-e10ebad5fb83" + "62b39b78-cf0b-4157-8ab8-57170804cb67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123857Z:c5048afd-6648-4985-8563-12e553a9483a" + "WESTUS:20200413T181655Z:9145a61c-3272-46b2-abcf-6d2f61e03c8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:38:57 GMT" + "Mon, 13 Apr 2020 18:16:55 GMT" ], "Content-Length": [ "30" @@ -18263,8 +19609,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/b23ff373-f112-467f-a859-22e6f2ee09fa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyM2ZmMzczLWYxMTItNDY3Zi1hODU5LTIyZTZmMmVlMDlmYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18272,7 +19618,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18282,17 +19628,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "4562d061-2fed-47b6-b633-3ac089cd6192" + "2cad2376-08a4-46e2-9ade-a04988b3bf68" ], "x-ms-correlation-request-id": [ - "cb4e8b3c-317f-47e3-8ec6-456541153e54" + "90653e82-7573-4530-90db-59a9adef533f" ], "x-ms-arm-service-request-id": [ - "0230d901-f157-496d-a7d2-c06d2265d5fe" + "87b9d3a7-b49e-4e62-96d3-8cd0a6305ffb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18302,19 +19645,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123907Z:cb4e8b3c-317f-47e3-8ec6-456541153e54" + "WESTUS:20200413T181705Z:90653e82-7573-4530-90db-59a9adef533f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:07 GMT" + "Mon, 13 Apr 2020 18:17:05 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18323,12 +19666,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/990710ad-e7ef-4c98-b955-30de91377a65?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzk5MDcxMGFkLWU3ZWYtNGM5OC1iOTU1LTMwZGU5MTM3N2E2NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18336,7 +19679,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18350,13 +19693,13 @@ "10" ], "x-ms-request-id": [ - "3f31cae5-3fe3-42f0-9781-19fb201a685b" + "8b494fad-33f0-46ff-bc11-a849a8f9fbaa" ], "x-ms-correlation-request-id": [ - "4ec1f413-cbec-48da-983d-aca9be1a5233" + "36583911-8c50-4242-aa91-8f0c169e66c8" ], "x-ms-arm-service-request-id": [ - "6949630f-8143-4a14-a392-bf5b98412a96" + "d4fa87a0-f382-4c35-a6c1-0f27a3a56808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18366,16 +19709,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123917Z:4ec1f413-cbec-48da-983d-aca9be1a5233" + "WESTUS:20200413T181719Z:36583911-8c50-4242-aa91-8f0c169e66c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:17 GMT" + "Mon, 13 Apr 2020 18:17:18 GMT" ], "Content-Length": [ "30" @@ -18391,8 +19734,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/990710ad-e7ef-4c98-b955-30de91377a65?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzk5MDcxMGFkLWU3ZWYtNGM5OC1iOTU1LTMwZGU5MTM3N2E2NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18400,7 +19743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18414,32 +19757,32 @@ "10" ], "x-ms-request-id": [ - "cffdcf68-75a1-4e51-bd84-33499450fab6" + "a2e1b330-e545-42c2-a569-63893e9b9472" ], "x-ms-correlation-request-id": [ - "7eb9e922-3c9b-4bb5-8d6c-a2e58cb15176" + "85468318-c86f-4adf-8104-7119234e6ce3" ], "x-ms-arm-service-request-id": [ - "7a377271-fd52-4e19-a558-cf6ad4ae8e77" + "bcc4d098-b94a-40cf-9a4a-08dec5826f87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123928Z:7eb9e922-3c9b-4bb5-8d6c-a2e58cb15176" + "WESTUS:20200413T181729Z:85468318-c86f-4adf-8104-7119234e6ce3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:27 GMT" + "Mon, 13 Apr 2020 18:17:28 GMT" ], "Content-Length": [ "30" @@ -18455,8 +19798,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/990710ad-e7ef-4c98-b955-30de91377a65?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzk5MDcxMGFkLWU3ZWYtNGM5OC1iOTU1LTMwZGU5MTM3N2E2NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18464,7 +19807,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18474,17 +19817,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "02359c12-389e-4539-a460-72c149dba627" + "5f32042f-116a-468c-b8af-581a1a146d28" ], "x-ms-correlation-request-id": [ - "1d9c82f1-971d-4594-aa69-abdd14db5f70" + "d248eaea-83cf-4821-95d2-f9e8ca23fd6a" ], "x-ms-arm-service-request-id": [ - "2007ebbd-e5bc-4363-9a0b-af874bc9b9f8" + "01d9cce0-5df9-4660-bb53-4e2f010bb177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18494,19 +19834,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123938Z:1d9c82f1-971d-4594-aa69-abdd14db5f70" + "WESTUS:20200413T181739Z:d248eaea-83cf-4821-95d2-f9e8ca23fd6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:38 GMT" + "Mon, 13 Apr 2020 18:17:38 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18515,12 +19855,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/582d1104-c22a-4928-919c-b9e66dcae018?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzU4MmQxMTA0LWMyMmEtNDkyOC05MTljLWI5ZTY2ZGNhZTAxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e2ecfe50-917b-47b2-92f2-7863511f1f33?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UyZWNmZTUwLTkxN2ItNDdiMi05MmYyLTc4NjM1MTFmMWYzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18528,7 +19868,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18538,14 +19878,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "f66e5f8e-4a42-4bd2-8629-88d0a074d34f" + "8bef32e7-cc52-4b30-a273-b2cfce58d6a5" ], "x-ms-correlation-request-id": [ - "5cf070f7-9dfa-4b49-bcf5-9e6fd3041594" + "b29a0e39-e377-4c87-9691-eecbbf757a3e" ], "x-ms-arm-service-request-id": [ - "3e485e59-4c1c-4a8b-9602-1288f656414f" + "0c6fceab-aae3-42ca-b6e6-82b911542c2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18555,19 +19898,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T123948Z:5cf070f7-9dfa-4b49-bcf5-9e6fd3041594" + "WESTUS:20200413T181752Z:b29a0e39-e377-4c87-9691-eecbbf757a3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:39:48 GMT" + "Mon, 13 Apr 2020 18:17:51 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18576,12 +19919,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/285eace2-81b6-4c8e-bb64-ecb667db49b3?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI4NWVhY2UyLTgxYjYtNGM4ZS1iYjY0LWVjYjY2N2RiNDliMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e2ecfe50-917b-47b2-92f2-7863511f1f33?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UyZWNmZTUwLTkxN2ItNDdiMi05MmYyLTc4NjM1MTFmMWYzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18589,7 +19932,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18603,13 +19946,13 @@ "10" ], "x-ms-request-id": [ - "1b439149-20a1-49da-997d-903624cd0db0" + "b5a95bd5-161e-41f0-bc74-302f5cd5d80c" ], "x-ms-correlation-request-id": [ - "76628b8d-d78d-4d40-a0b0-3d17dc5d6e8e" + "6f83f663-320b-42a2-aa7a-67c302f9fc29" ], "x-ms-arm-service-request-id": [ - "5602092e-f2d1-4f66-befa-a7efde053cf3" + "fb04ade4-5441-40bf-9e0b-3268b4180032" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18619,16 +19962,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124009Z:76628b8d-d78d-4d40-a0b0-3d17dc5d6e8e" + "WESTUS:20200413T181802Z:6f83f663-320b-42a2-aa7a-67c302f9fc29" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:09 GMT" + "Mon, 13 Apr 2020 18:18:02 GMT" ], "Content-Length": [ "30" @@ -18644,8 +19987,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/285eace2-81b6-4c8e-bb64-ecb667db49b3?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI4NWVhY2UyLTgxYjYtNGM4ZS1iYjY0LWVjYjY2N2RiNDliMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e2ecfe50-917b-47b2-92f2-7863511f1f33?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UyZWNmZTUwLTkxN2ItNDdiMi05MmYyLTc4NjM1MTFmMWYzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18653,7 +19996,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18667,13 +20010,13 @@ "10" ], "x-ms-request-id": [ - "7cddc28c-ed46-447d-b2c7-70ccf490c649" + "b2461f7c-0966-4ee5-84aa-17ea0659271a" ], "x-ms-correlation-request-id": [ - "b31a40a0-6467-42ac-91dd-87487a257855" + "1db450da-d584-48e6-a4e8-b8013c70fc1d" ], "x-ms-arm-service-request-id": [ - "6325288a-3f44-40e7-9b14-ae1b2eb6b8d5" + "ff45b20c-a65b-4c7d-b4d4-27b7a3806838" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18683,16 +20026,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124020Z:b31a40a0-6467-42ac-91dd-87487a257855" + "WESTUS:20200413T181812Z:1db450da-d584-48e6-a4e8-b8013c70fc1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:19 GMT" + "Mon, 13 Apr 2020 18:18:12 GMT" ], "Content-Length": [ "30" @@ -18708,8 +20051,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/285eace2-81b6-4c8e-bb64-ecb667db49b3?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI4NWVhY2UyLTgxYjYtNGM4ZS1iYjY0LWVjYjY2N2RiNDliMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e2ecfe50-917b-47b2-92f2-7863511f1f33?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UyZWNmZTUwLTkxN2ItNDdiMi05MmYyLTc4NjM1MTFmMWYzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18717,7 +20060,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18728,13 +20071,13 @@ "no-cache" ], "x-ms-request-id": [ - "c8082627-840c-4bfe-b9dd-45e2a4032d4e" + "50593871-da2e-4a14-add1-db5ed2ee3126" ], "x-ms-correlation-request-id": [ - "d978be6a-8e3b-4414-a4a7-4b77f2921ed1" + "d2ffccb1-26c7-484e-bff1-33e14dd0f6f7" ], "x-ms-arm-service-request-id": [ - "38cac876-6622-4695-862b-b4f60f9877e8" + "46bc6be9-4d46-4d00-967e-c62f1d50a660" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18744,16 +20087,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124030Z:d978be6a-8e3b-4414-a4a7-4b77f2921ed1" + "WESTUS:20200413T181822Z:d2ffccb1-26c7-484e-bff1-33e14dd0f6f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:29 GMT" + "Mon, 13 Apr 2020 18:18:22 GMT" ], "Content-Length": [ "29" @@ -18769,8 +20112,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b285ebae-209a-47ae-bf93-1a9f99f3b641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyODVlYmFlLTIwOWEtNDdhZS1iZjkzLTFhOWY5OWYzYjY0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/ea40a3dc-153a-4e23-8442-a0529663ae8e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNDBhM2RjLTE1M2EtNGUyMy04NDQyLWEwNTI5NjYzYWU4ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18778,7 +20121,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18792,13 +20135,13 @@ "10" ], "x-ms-request-id": [ - "11d94fe2-720d-4d96-87c0-76a54bb68dfe" + "fede438d-3661-47c1-8cec-2d196d413d3f" ], "x-ms-correlation-request-id": [ - "f927c361-72a0-44d3-b99b-257a9c97e10c" + "92000609-4230-40e8-b800-0150022c2038" ], "x-ms-arm-service-request-id": [ - "b5868122-8eac-4b74-b08b-89d2a9d1412f" + "7f04eb0e-c6b0-4cff-a892-6a6b3df66c62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18811,13 +20154,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124047Z:f927c361-72a0-44d3-b99b-257a9c97e10c" + "WESTUS:20200413T181834Z:92000609-4230-40e8-b800-0150022c2038" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:47 GMT" + "Mon, 13 Apr 2020 18:18:34 GMT" ], "Content-Length": [ "30" @@ -18833,8 +20176,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b285ebae-209a-47ae-bf93-1a9f99f3b641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyODVlYmFlLTIwOWEtNDdhZS1iZjkzLTFhOWY5OWYzYjY0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/ea40a3dc-153a-4e23-8442-a0529663ae8e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNDBhM2RjLTE1M2EtNGUyMy04NDQyLWEwNTI5NjYzYWU4ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18842,7 +20185,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18856,13 +20199,13 @@ "10" ], "x-ms-request-id": [ - "2fdf473b-ac0a-4292-bb5e-2ba2f88c0b6d" + "e94ed931-b4fb-461f-9ad9-1e86ac0e01bc" ], "x-ms-correlation-request-id": [ - "40bdfb8d-f7c8-40ee-8b4e-bcabd8ae76cc" + "ec0233ed-d206-47d6-a4bf-8969782ad80d" ], "x-ms-arm-service-request-id": [ - "c78aea01-209a-4fd9-aa9a-f53e8f689036" + "6678aaad-4ad8-4a95-96b9-a853ff31a097" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18875,13 +20218,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124058Z:40bdfb8d-f7c8-40ee-8b4e-bcabd8ae76cc" + "WESTUS:20200413T181844Z:ec0233ed-d206-47d6-a4bf-8969782ad80d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:40:57 GMT" + "Mon, 13 Apr 2020 18:18:44 GMT" ], "Content-Length": [ "30" @@ -18897,8 +20240,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b285ebae-209a-47ae-bf93-1a9f99f3b641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IyODVlYmFlLTIwOWEtNDdhZS1iZjkzLTFhOWY5OWYzYjY0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/ea40a3dc-153a-4e23-8442-a0529663ae8e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2VhNDBhM2RjLTE1M2EtNGUyMy04NDQyLWEwNTI5NjYzYWU4ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18906,7 +20249,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18917,13 +20260,13 @@ "no-cache" ], "x-ms-request-id": [ - "febb2174-302b-4710-9d53-3b3aab2bcb88" + "f6a1972a-c0b4-4d4a-96af-198f91a1db14" ], "x-ms-correlation-request-id": [ - "df2a8578-263d-41ce-a485-f6be52dea004" + "418a849f-ebb3-4ee3-b77b-922bd57574cb" ], "x-ms-arm-service-request-id": [ - "b0e31831-60fc-49b8-a269-072a1c370396" + "de5e7fc4-4f4e-4ddd-b47c-59506e496e39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18936,13 +20279,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124108Z:df2a8578-263d-41ce-a485-f6be52dea004" + "WESTUS:20200413T181855Z:418a849f-ebb3-4ee3-b77b-922bd57574cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:07 GMT" + "Mon, 13 Apr 2020 18:18:54 GMT" ], "Content-Length": [ "29" @@ -18958,8 +20301,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e513cb8f-f05e-4a43-b180-dc41621beeb6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U1MTNjYjhmLWYwNWUtNGE0My1iMTgwLWRjNDE2MjFiZWViNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d71c4f60-0c0a-4815-ac73-80cc5b9b1327?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q3MWM0ZjYwLTBjMGEtNDgxNS1hYzczLTgwY2M1YjliMTMyNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18967,7 +20310,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18981,13 +20324,13 @@ "10" ], "x-ms-request-id": [ - "aa4516a6-ab86-4646-9415-53ed98c19b00" + "072f3e56-76f9-40f5-853c-5e018b978a8c" ], "x-ms-correlation-request-id": [ - "83ad1a9f-4ea0-4cf3-8564-87cae0c792bd" + "9cc55126-54ab-4bfb-8620-92194cd1d6b1" ], "x-ms-arm-service-request-id": [ - "f2788f9b-089b-4249-a921-feba3556aa8e" + "8695e51f-0b34-452b-8ba8-19d58681af12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19000,13 +20343,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124126Z:83ad1a9f-4ea0-4cf3-8564-87cae0c792bd" + "WESTUS:20200413T181908Z:9cc55126-54ab-4bfb-8620-92194cd1d6b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:26 GMT" + "Mon, 13 Apr 2020 18:19:08 GMT" ], "Content-Length": [ "30" @@ -19022,8 +20365,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e513cb8f-f05e-4a43-b180-dc41621beeb6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U1MTNjYjhmLWYwNWUtNGE0My1iMTgwLWRjNDE2MjFiZWViNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d71c4f60-0c0a-4815-ac73-80cc5b9b1327?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q3MWM0ZjYwLTBjMGEtNDgxNS1hYzczLTgwY2M1YjliMTMyNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19031,7 +20374,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19045,13 +20388,13 @@ "10" ], "x-ms-request-id": [ - "6a724603-0f57-4cd8-9d2c-1d2b5e1f14c4" + "d086b138-3fb5-4c43-8e02-0b554094087e" ], "x-ms-correlation-request-id": [ - "f47b0f2b-cf84-4498-b9a2-db88ef38de17" + "313d2490-c9d9-45cc-9ecc-850b6cc715a7" ], "x-ms-arm-service-request-id": [ - "b67c5225-a844-424e-b135-448e2898cf4c" + "4f82a6af-f455-4ccc-a39e-f342f867b157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19064,13 +20407,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124136Z:f47b0f2b-cf84-4498-b9a2-db88ef38de17" + "WESTUS:20200413T181918Z:313d2490-c9d9-45cc-9ecc-850b6cc715a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:36 GMT" + "Mon, 13 Apr 2020 18:19:18 GMT" ], "Content-Length": [ "30" @@ -19086,8 +20429,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e513cb8f-f05e-4a43-b180-dc41621beeb6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U1MTNjYjhmLWYwNWUtNGE0My1iMTgwLWRjNDE2MjFiZWViNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d71c4f60-0c0a-4815-ac73-80cc5b9b1327?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q3MWM0ZjYwLTBjMGEtNDgxNS1hYzczLTgwY2M1YjliMTMyNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19095,7 +20438,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19106,13 +20449,13 @@ "no-cache" ], "x-ms-request-id": [ - "91a26137-edd4-4abd-88f9-0f417af6c7f4" + "32204a4b-7fb2-48d2-b68c-1056907da83b" ], "x-ms-correlation-request-id": [ - "8c8ddfbe-6e6d-4a3d-ba82-47dde8ae390b" + "3a8673d3-48a7-43c1-9321-7fdcb04b6284" ], "x-ms-arm-service-request-id": [ - "f3bcacb2-45bf-4d7a-aa8f-c9c1f8f636ae" + "014cc195-6608-4b35-9157-61b12d998b7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19125,13 +20468,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124146Z:8c8ddfbe-6e6d-4a3d-ba82-47dde8ae390b" + "WESTUS:20200413T181928Z:3a8673d3-48a7-43c1-9321-7fdcb04b6284" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:41:46 GMT" + "Mon, 13 Apr 2020 18:19:28 GMT" ], "Content-Length": [ "29" @@ -19147,8 +20490,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6aa73d75-c3f7-4b6b-a392-8748f44ca522?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZhYTczZDc1LWMzZjctNGI2Yi1hMzkyLTg3NDhmNDRjYTUyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/658ac5e0-e71a-4541-b2e1-221f889dd18a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzY1OGFjNWUwLWU3MWEtNDU0MS1iMmUxLTIyMWY4ODlkZDE4YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19156,7 +20499,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19170,13 +20513,13 @@ "10" ], "x-ms-request-id": [ - "0179f56f-ea2c-4cb9-9229-a63436c577fe" + "654f164f-8a06-473a-bf57-4a02977f531b" ], "x-ms-correlation-request-id": [ - "b2695520-1f6f-4b04-9e2e-39cbcaba9520" + "1add39e9-429b-42e4-9b7a-deabce5e67ac" ], "x-ms-arm-service-request-id": [ - "00eb2842-a8b7-41a9-b940-959592327b58" + "706f7591-56d9-4540-ae10-195051bee9ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19189,13 +20532,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124204Z:b2695520-1f6f-4b04-9e2e-39cbcaba9520" + "WESTUS:20200413T181941Z:1add39e9-429b-42e4-9b7a-deabce5e67ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:03 GMT" + "Mon, 13 Apr 2020 18:19:40 GMT" ], "Content-Length": [ "30" @@ -19211,8 +20554,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6aa73d75-c3f7-4b6b-a392-8748f44ca522?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZhYTczZDc1LWMzZjctNGI2Yi1hMzkyLTg3NDhmNDRjYTUyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/658ac5e0-e71a-4541-b2e1-221f889dd18a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzY1OGFjNWUwLWU3MWEtNDU0MS1iMmUxLTIyMWY4ODlkZDE4YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19220,7 +20563,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19234,13 +20577,13 @@ "10" ], "x-ms-request-id": [ - "9117a9d2-3d6b-4df9-af03-df381fcbdfed" + "45be6fdb-6d20-4562-b9a5-b8d244c5e7b8" ], "x-ms-correlation-request-id": [ - "936cf383-c63f-4abe-8ebc-1dcadec76b00" + "1260a725-ea81-4d75-b92a-38c517d768ca" ], "x-ms-arm-service-request-id": [ - "5bf8f712-44f4-4e90-a3d9-9ffc5adb5594" + "4f307e7f-aa0d-4915-a4fe-38d14090d967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19253,13 +20596,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124214Z:936cf383-c63f-4abe-8ebc-1dcadec76b00" + "WESTUS:20200413T181951Z:1260a725-ea81-4d75-b92a-38c517d768ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:14 GMT" + "Mon, 13 Apr 2020 18:19:50 GMT" ], "Content-Length": [ "30" @@ -19275,8 +20618,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6aa73d75-c3f7-4b6b-a392-8748f44ca522?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZhYTczZDc1LWMzZjctNGI2Yi1hMzkyLTg3NDhmNDRjYTUyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/658ac5e0-e71a-4541-b2e1-221f889dd18a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzY1OGFjNWUwLWU3MWEtNDU0MS1iMmUxLTIyMWY4ODlkZDE4YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19284,7 +20627,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19295,13 +20638,13 @@ "no-cache" ], "x-ms-request-id": [ - "cd0eb827-eb04-4b47-b03f-f3401fc0abc2" + "a710c51b-95c4-4ff0-92de-bc8deed87cd0" ], "x-ms-correlation-request-id": [ - "dc64f85b-0505-481b-baa5-bc5432d07f86" + "0bac5022-a182-44d4-ab87-aa275640be7f" ], "x-ms-arm-service-request-id": [ - "ffa1bfc7-1ebb-4f5d-a5f7-03666b20fdca" + "5d3f0dab-9b2a-4f63-bb42-24fd80841ae3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19314,13 +20657,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124224Z:dc64f85b-0505-481b-baa5-bc5432d07f86" + "WESTUS:20200413T182001Z:0bac5022-a182-44d4-ab87-aa275640be7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:24 GMT" + "Mon, 13 Apr 2020 18:20:00 GMT" ], "Content-Length": [ "29" @@ -19336,8 +20679,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/ddf872d6-f068-4dab-8615-da363dce20a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RkZjg3MmQ2LWYwNjgtNGRhYi04NjE1LWRhMzYzZGNlMjBhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4c5df57b-f47c-47f9-9aae-a2a192ac920b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRjNWRmNTdiLWY0N2MtNDdmOS05YWFlLWEyYTE5MmFjOTIwYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19345,7 +20688,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19359,13 +20702,13 @@ "10" ], "x-ms-request-id": [ - "fc66b5ae-578d-49d0-98d0-d22ed054086a" + "630c264f-d424-4030-958c-38fc029890e7" ], "x-ms-correlation-request-id": [ - "e1f235f4-2187-460f-b791-b8e48702dce2" + "12981232-9566-4794-a1d5-e5ab4a98540b" ], "x-ms-arm-service-request-id": [ - "813f5528-9508-40ca-a983-36c37368ebf6" + "0bfa779c-cab4-407b-aa52-9ee21887c4ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19378,13 +20721,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124243Z:e1f235f4-2187-460f-b791-b8e48702dce2" + "WESTUS:20200413T182013Z:12981232-9566-4794-a1d5-e5ab4a98540b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:42 GMT" + "Mon, 13 Apr 2020 18:20:12 GMT" ], "Content-Length": [ "30" @@ -19400,8 +20743,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/ddf872d6-f068-4dab-8615-da363dce20a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RkZjg3MmQ2LWYwNjgtNGRhYi04NjE1LWRhMzYzZGNlMjBhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4c5df57b-f47c-47f9-9aae-a2a192ac920b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRjNWRmNTdiLWY0N2MtNDdmOS05YWFlLWEyYTE5MmFjOTIwYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19409,7 +20752,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19423,13 +20766,13 @@ "10" ], "x-ms-request-id": [ - "bb671c9d-0d6f-4f4d-991b-75b1a40cf601" + "9ebe3117-be7e-465f-af99-7392cf8ab2e0" ], "x-ms-correlation-request-id": [ - "2a51fd3f-b386-42c0-bfdd-a72ac97868f5" + "dbe7ee35-3006-4947-a78e-0c3f52d0df63" ], "x-ms-arm-service-request-id": [ - "524bad78-9303-44ab-91f2-715895ab06fc" + "b46b6045-3610-4ad4-a82e-a7d53898575e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19442,13 +20785,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124253Z:2a51fd3f-b386-42c0-bfdd-a72ac97868f5" + "WESTUS:20200413T182023Z:dbe7ee35-3006-4947-a78e-0c3f52d0df63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:42:52 GMT" + "Mon, 13 Apr 2020 18:20:22 GMT" ], "Content-Length": [ "30" @@ -19464,8 +20807,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/ddf872d6-f068-4dab-8615-da363dce20a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2RkZjg3MmQ2LWYwNjgtNGRhYi04NjE1LWRhMzYzZGNlMjBhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4c5df57b-f47c-47f9-9aae-a2a192ac920b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRjNWRmNTdiLWY0N2MtNDdmOS05YWFlLWEyYTE5MmFjOTIwYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19473,7 +20816,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19483,14 +20826,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "8f05ad8f-9747-4157-9f53-3e3b862d3e75" + "374b0b77-1887-43a0-ba22-1981bf460916" ], "x-ms-correlation-request-id": [ - "4064bc61-b77b-4bc9-8d81-278a7da29cb2" + "e61d19a0-e393-4b60-a6f1-d243e51cff47" ], "x-ms-arm-service-request-id": [ - "400753eb-3b48-4e08-8c19-54dd40e89927" + "1446bcb4-08ca-4018-9c21-86007b275a82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19503,16 +20849,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124303Z:4064bc61-b77b-4bc9-8d81-278a7da29cb2" + "WESTUS:20200413T182033Z:e61d19a0-e393-4b60-a6f1-d243e51cff47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:02 GMT" + "Mon, 13 Apr 2020 18:20:33 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -19521,12 +20867,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/701844a7-1ed9-40a2-be1d-8b7ee698b163?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcwMTg0NGE3LTFlZDktNDBhMi1iZTFkLThiN2VlNjk4YjE2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4c5df57b-f47c-47f9-9aae-a2a192ac920b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRjNWRmNTdiLWY0N2MtNDdmOS05YWFlLWEyYTE5MmFjOTIwYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19534,7 +20880,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19544,17 +20890,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "7dd14584-18f0-4b68-abe6-0db86868bc13" + "ff1b3052-317d-4c40-b413-186793632d00" ], "x-ms-correlation-request-id": [ - "b0150aec-0b87-43f9-86f0-fafb3d8fb600" + "70200631-5668-4764-984c-7f02114817b1" ], "x-ms-arm-service-request-id": [ - "5cd33f1a-e888-4a37-8ee1-aae6024b6ea6" + "826dc832-ad08-4924-9e38-d653baff6fe5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19564,19 +20907,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124321Z:b0150aec-0b87-43f9-86f0-fafb3d8fb600" + "WESTUS:20200413T182043Z:70200631-5668-4764-984c-7f02114817b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:20 GMT" + "Mon, 13 Apr 2020 18:20:43 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -19585,12 +20928,85 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/701844a7-1ed9-40a2-be1d-8b7ee698b163?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcwMTg0NGE3LTFlZDktNDBhMi1iZTFkLThiN2VlNjk4YjE2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjgvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a248576f-b51b-4fb9-913e-5ecf89229f26" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e96641be-7721-46ff-a474-b25ec3d3b651" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01" + ], + "x-ms-correlation-request-id": [ + "fe0b4266-8960-4032-b571-37340c357694" + ], + "x-ms-arm-service-request-id": [ + "31c08c58-51cb-41ea-9316-a32aabef7ed4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T182046Z:fe0b4266-8960-4032-b571-37340c357694" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 18:20:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19598,7 +21014,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19612,13 +21028,13 @@ "10" ], "x-ms-request-id": [ - "8791cbeb-bbcc-4cb2-9e35-3b36822201db" + "01056155-a4a4-4256-80df-898eebf91551" ], "x-ms-correlation-request-id": [ - "c5650b55-2cb7-47ca-9871-1f4be3b29c5d" + "0be7ec7d-7ff2-4cc8-a453-8cff72455c7d" ], "x-ms-arm-service-request-id": [ - "2c514c16-b929-4433-9a1d-dfd4784ecacc" + "df1fd925-8eee-4a9e-9a8f-19054398b119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19628,16 +21044,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124331Z:c5650b55-2cb7-47ca-9871-1f4be3b29c5d" + "WESTUS:20200413T182057Z:0be7ec7d-7ff2-4cc8-a453-8cff72455c7d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:31 GMT" + "Mon, 13 Apr 2020 18:20:56 GMT" ], "Content-Length": [ "30" @@ -19653,8 +21069,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/701844a7-1ed9-40a2-be1d-8b7ee698b163?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcwMTg0NGE3LTFlZDktNDBhMi1iZTFkLThiN2VlNjk4YjE2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19662,7 +21078,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19672,14 +21088,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "082d2612-080d-448f-9a2d-8a55a8594145" + "fd097ffd-a63f-4e6c-8f55-afd0be58fd39" ], "x-ms-correlation-request-id": [ - "622577dd-7e6a-4ca2-8a67-e381fca4a6b5" + "b3b7066a-fd65-44d9-80a6-683fdff0048c" ], "x-ms-arm-service-request-id": [ - "800207ac-3f2a-4193-aeca-0246bb15e5dd" + "86a48ebd-f275-4318-83f3-fc118a285357" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19689,19 +21108,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124341Z:622577dd-7e6a-4ca2-8a67-e381fca4a6b5" + "WESTUS:20200413T182107Z:b3b7066a-fd65-44d9-80a6-683fdff0048c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:41 GMT" + "Mon, 13 Apr 2020 18:21:06 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -19710,26 +21129,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjUvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a3077b10-3f02-48bb-b62f-c084af37d48b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19739,23 +21152,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "b554a1d8-57a0-4656-ab4c-3eb07c355635" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01" + "b24322a3-f95b-46b2-b572-1672b7d86330" ], "x-ms-correlation-request-id": [ - "5ba56948-d0ec-45f7-bd89-1e848f161b8c" + "8be82f8a-159e-48bc-b488-8828c9b2cf7c" ], "x-ms-arm-service-request-id": [ - "271fea8b-6868-4799-8e07-84de31d5663f" + "838e22c4-c428-4077-8a11-db23cc3edf4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19764,31 +21171,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124349Z:5ba56948-d0ec-45f7-bd89-1e848f161b8c" + "WESTUS:20200413T182117Z:8be82f8a-159e-48bc-b488-8828c9b2cf7c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:49 GMT" + "Mon, 13 Apr 2020 18:21:16 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19796,7 +21206,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19810,13 +21220,13 @@ "10" ], "x-ms-request-id": [ - "6c5b4b8a-5e75-481c-ba1e-ee11402fb5e7" + "12ae22b2-a42e-4294-a113-a2483843480b" ], "x-ms-correlation-request-id": [ - "da6f88f8-b5c7-486d-8e5a-7e3d7c118b08" + "2bcdd90d-a26c-4480-b9e0-f1e316fbce7b" ], "x-ms-arm-service-request-id": [ - "62e81658-932e-45e0-b383-68c8720c7117" + "8d0da36b-13a4-4e68-8f96-1f8e9528f3b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19826,16 +21236,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124400Z:da6f88f8-b5c7-486d-8e5a-7e3d7c118b08" + "WESTUS:20200413T182127Z:2bcdd90d-a26c-4480-b9e0-f1e316fbce7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:43:59 GMT" + "Mon, 13 Apr 2020 18:21:26 GMT" ], "Content-Length": [ "30" @@ -19851,8 +21261,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19860,7 +21270,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19874,13 +21284,13 @@ "10" ], "x-ms-request-id": [ - "c8f4af85-a9c0-4b97-81e7-10662af95ef5" + "37a9b64b-1c4a-4057-811a-7228b4456d2d" ], "x-ms-correlation-request-id": [ - "35dd0522-cd41-415f-9c1c-ab4c99eac3cd" + "72805262-eb73-444c-83f1-2b3329a3b980" ], "x-ms-arm-service-request-id": [ - "c50a6ad0-159e-4aa8-87be-ed5b9ff82227" + "86ec3b51-7bbf-4083-8c5f-ca4e77e16a43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19890,16 +21300,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124410Z:35dd0522-cd41-415f-9c1c-ab4c99eac3cd" + "WESTUS:20200413T182137Z:72805262-eb73-444c-83f1-2b3329a3b980" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:44:09 GMT" + "Mon, 13 Apr 2020 18:21:36 GMT" ], "Content-Length": [ "30" @@ -19915,8 +21325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19924,7 +21334,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19938,13 +21348,13 @@ "10" ], "x-ms-request-id": [ - "d0c321ae-894d-4f6a-99fd-3b4e2d54ec7a" + "9b18ae6a-49fd-4583-9efb-7f300f5a6afa" ], "x-ms-correlation-request-id": [ - "203ed987-46b2-443c-b713-e53d6abc95c3" + "6d475620-9ab7-4e7b-ab84-e02deb4227f1" ], "x-ms-arm-service-request-id": [ - "67caee37-3e15-41bc-8f85-c4dd26cbc970" + "86d97161-7568-440f-ad02-3f820aabb4d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19954,16 +21364,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124420Z:203ed987-46b2-443c-b713-e53d6abc95c3" + "WESTUS:20200413T182147Z:6d475620-9ab7-4e7b-ab84-e02deb4227f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:44:19 GMT" + "Mon, 13 Apr 2020 18:21:46 GMT" ], "Content-Length": [ "30" @@ -19979,8 +21389,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19988,7 +21398,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20002,32 +21412,32 @@ "10" ], "x-ms-request-id": [ - "38cd95bd-639d-4c4b-a920-f7f34ca0d00f" + "93592b31-6d45-43a9-9d98-b33722bdb67e" ], "x-ms-correlation-request-id": [ - "b32af8aa-d386-4878-bf22-46f08401abff" + "f8b3f47b-f893-4926-a8d3-8ab165b4edf7" ], "x-ms-arm-service-request-id": [ - "78b11a09-ceca-41ec-a095-e2cdf9848242" + "46ba4544-bdf1-4f8a-8e5f-4617b237791a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124430Z:b32af8aa-d386-4878-bf22-46f08401abff" + "WESTUS:20200413T182157Z:f8b3f47b-f893-4926-a8d3-8ab165b4edf7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:44:30 GMT" + "Mon, 13 Apr 2020 18:21:56 GMT" ], "Content-Length": [ "30" @@ -20043,8 +21453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20052,7 +21462,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20066,13 +21476,13 @@ "10" ], "x-ms-request-id": [ - "be6c2fb1-717b-4aca-8e40-0b5ae3fe82e5" + "db6307e8-91f5-421c-922f-85109b5df520" ], "x-ms-correlation-request-id": [ - "6c91a098-9bef-4097-86d0-22fd21fd5e97" + "58c6013c-14fb-4680-86f3-33bcd82eff19" ], "x-ms-arm-service-request-id": [ - "30f7e4f4-c75a-4652-94cf-fc94ab4a1887" + "53f77e3f-c680-440f-bc10-40efcf853bfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20082,16 +21492,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124440Z:6c91a098-9bef-4097-86d0-22fd21fd5e97" + "WESTUS:20200413T182207Z:58c6013c-14fb-4680-86f3-33bcd82eff19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:44:40 GMT" + "Mon, 13 Apr 2020 18:22:07 GMT" ], "Content-Length": [ "30" @@ -20107,8 +21517,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20116,7 +21526,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20130,32 +21540,32 @@ "10" ], "x-ms-request-id": [ - "fbc51ab5-40b8-48d8-9ac2-e2c2cda09787" + "bb6f8493-93b4-4655-9435-cc7e23c1f391" ], "x-ms-correlation-request-id": [ - "b50ef15c-1603-4eb9-8ec7-18a2b9ad8d38" + "fa09d87e-29ed-458d-9664-c1b125c399f6" ], "x-ms-arm-service-request-id": [ - "c5e48730-36bf-4b06-9600-3d04d492add9" + "63e2a7bc-b416-46b0-a088-57a36c731e56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124451Z:b50ef15c-1603-4eb9-8ec7-18a2b9ad8d38" + "WESTUS:20200413T182217Z:fa09d87e-29ed-458d-9664-c1b125c399f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:44:50 GMT" + "Mon, 13 Apr 2020 18:22:17 GMT" ], "Content-Length": [ "30" @@ -20171,8 +21581,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20180,7 +21590,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20194,13 +21604,13 @@ "10" ], "x-ms-request-id": [ - "6e346669-ead0-466f-abd3-09686b2afff2" + "c1fb431e-a35a-4ad6-85a5-45f34299e7a0" ], "x-ms-correlation-request-id": [ - "1bb64deb-307e-4190-b312-eb632759c8ae" + "bd6057ce-bcb7-4c66-b81c-d60b3a539479" ], "x-ms-arm-service-request-id": [ - "2bb4e218-c9ab-4c52-a9f9-b14fa57e4859" + "a930fc13-a796-4ccf-a166-d4998fea18d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20210,16 +21620,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124501Z:1bb64deb-307e-4190-b312-eb632759c8ae" + "WESTUS:20200413T182227Z:bd6057ce-bcb7-4c66-b81c-d60b3a539479" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:00 GMT" + "Mon, 13 Apr 2020 18:22:27 GMT" ], "Content-Length": [ "30" @@ -20235,8 +21645,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20244,7 +21654,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20258,13 +21668,13 @@ "10" ], "x-ms-request-id": [ - "8f750833-3325-415b-8466-be929252cbef" + "50db4c33-06ac-4222-a4cf-fc06dd8709c4" ], "x-ms-correlation-request-id": [ - "b9a1ffd8-9ecd-43dd-b5ac-b7a1766b2e1a" + "92a293c6-43cd-474f-be8b-e46b24eed015" ], "x-ms-arm-service-request-id": [ - "79eab0be-f154-4f68-8922-d2e4d5af3687" + "0110f579-a7ef-4505-92b6-d29947d436a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20274,16 +21684,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124511Z:b9a1ffd8-9ecd-43dd-b5ac-b7a1766b2e1a" + "WESTUS:20200413T182238Z:92a293c6-43cd-474f-be8b-e46b24eed015" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:10 GMT" + "Mon, 13 Apr 2020 18:22:37 GMT" ], "Content-Length": [ "30" @@ -20299,8 +21709,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20308,7 +21718,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20322,13 +21732,13 @@ "10" ], "x-ms-request-id": [ - "83ed35cd-89f9-4643-808e-c54d7167e2ef" + "5adf07dc-5c93-4427-849b-56a195dfd65d" ], "x-ms-correlation-request-id": [ - "1f37c2d3-4442-407e-94d9-7584c0d7cdd0" + "e3c86075-272f-4277-9274-bdae4414fa74" ], "x-ms-arm-service-request-id": [ - "bb32f924-135a-403f-b0c8-04a5788d8d25" + "ebbdbc08-f53f-4628-aa32-a845251e3145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20338,16 +21748,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124522Z:1f37c2d3-4442-407e-94d9-7584c0d7cdd0" + "WESTUS:20200413T182248Z:e3c86075-272f-4277-9274-bdae4414fa74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:22 GMT" + "Mon, 13 Apr 2020 18:22:47 GMT" ], "Content-Length": [ "30" @@ -20363,8 +21773,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20372,7 +21782,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20383,13 +21793,13 @@ "no-cache" ], "x-ms-request-id": [ - "99827b06-ac98-48ae-8333-e9fc6873fac9" + "d8fddacc-ac73-49f9-8355-744481b12b31" ], "x-ms-correlation-request-id": [ - "5d454b5e-0e74-4b21-a1e1-a3a1fc72054e" + "2f24b75a-b61e-433e-a397-23b4b99b19af" ], "x-ms-arm-service-request-id": [ - "a70f8d1b-d3a8-46d9-b7a1-99efc1fcb529" + "e17584c9-4aab-4b45-b2a2-cbfb4c9809bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20399,16 +21809,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124532Z:5d454b5e-0e74-4b21-a1e1-a3a1fc72054e" + "WESTUS:20200413T182258Z:2f24b75a-b61e-433e-a397-23b4b99b19af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:32 GMT" + "Mon, 13 Apr 2020 18:22:57 GMT" ], "Content-Length": [ "50" @@ -20424,8 +21834,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzL2I1NTRhMWQ4LTU3YTAtNDY1Ni1hYjRjLTNlYjA3YzM1NTYzNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzL2U5NjY0MWJlLTc3MjEtNDZmZi1hNDc0LWIyNWVjM2QzYjY1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20433,7 +21843,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20444,19 +21854,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01" ], "x-ms-request-id": [ - "b554a1d8-57a0-4656-ab4c-3eb07c355635" + "e96641be-7721-46ff-a474-b25ec3d3b651" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/b554a1d8-57a0-4656-ab4c-3eb07c355635?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/e96641be-7721-46ff-a474-b25ec3d3b651?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "5ba56948-d0ec-45f7-bd89-1e848f161b8c" + "fe0b4266-8960-4032-b571-37340c357694" ], "x-ms-arm-service-request-id": [ - "271fea8b-6868-4799-8e07-84de31d5663f" + "31c08c58-51cb-41ea-9316-a32aabef7ed4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20466,16 +21876,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124532Z:388baf22-369a-43ad-a40c-24ed04d585c7" + "WESTUS:20200413T182258Z:4b9065a2-1857-48d3-8872-7b422f340834" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:32 GMT" + "Mon, 13 Apr 2020 18:22:57 GMT" ], "Content-Length": [ "4" @@ -20491,13 +21901,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8309/providers/Microsoft.Network/applicationGateways/ps9225?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODMwOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkyMjU/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4062/providers/Microsoft.Network/applicationGateways/ps7028?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDA2Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczcwMjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d33778b-b601-4fd0-a19a-8d7d98f7ee1e" + "dee9f846-a757-42f0-8a3c-4b3b67f4e67c" ], "Accept-Language": [ "en-US" @@ -20506,7 +21916,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20517,44 +21927,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "2a242375-0562-46d8-b6a1-b832a922368d" + "79fe515d-147a-438f-83b6-c4c50a1edc47" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "075c866f-5f56-40c4-9fa2-ddd9862f277b" + "2f4516f9-8769-4f49-adfe-11bc89cb1c63" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1c67e1d8-b611-45cd-a57b-6d05b2e8bfe4" + "3fc3bb22-2f4d-4acb-8103-9bf5191decdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124534Z:075c866f-5f56-40c4-9fa2-ddd9862f277b" + "WESTUS:20200413T182258Z:2f4516f9-8769-4f49-adfe-11bc89cb1c63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:33 GMT" + "Mon, 13 Apr 2020 18:22:58 GMT" ], "Expires": [ "-1" @@ -20567,8 +21977,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20576,7 +21986,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20590,13 +22000,13 @@ "10" ], "x-ms-request-id": [ - "586ea871-b505-4f06-809c-27b8d923e0ad" + "1c2f5cfb-1251-4728-8fd1-d10e23504797" ], "x-ms-correlation-request-id": [ - "94bf3da0-d679-427c-8f0f-f3b601fe9522" + "279efec3-637c-423c-bb16-bc8cf2034bf7" ], "x-ms-arm-service-request-id": [ - "0d213450-3439-4d66-be9e-977974ace525" + "060e8831-8750-40fd-90fb-0df26abb48b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20606,16 +22016,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124544Z:94bf3da0-d679-427c-8f0f-f3b601fe9522" + "WESTUS:20200413T182309Z:279efec3-637c-423c-bb16-bc8cf2034bf7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:44 GMT" + "Mon, 13 Apr 2020 18:23:09 GMT" ], "Content-Length": [ "30" @@ -20631,8 +22041,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20640,7 +22050,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20654,13 +22064,13 @@ "10" ], "x-ms-request-id": [ - "438b5ad9-04f8-4d1d-8b7e-a4646dfbe963" + "8a6a481e-147c-4d58-9800-38b166808e61" ], "x-ms-correlation-request-id": [ - "1819fe98-5b5c-4d19-82e9-4b31cf81301b" + "5374dfc7-e07b-432c-9a38-1c3dc597f0c5" ], "x-ms-arm-service-request-id": [ - "463de29e-60c0-4245-87c5-a345238c1c76" + "b0fc4273-bed9-4951-9081-e67487b39bb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20670,16 +22080,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124554Z:1819fe98-5b5c-4d19-82e9-4b31cf81301b" + "WESTUS:20200413T182319Z:5374dfc7-e07b-432c-9a38-1c3dc597f0c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:45:54 GMT" + "Mon, 13 Apr 2020 18:23:19 GMT" ], "Content-Length": [ "30" @@ -20695,8 +22105,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20704,7 +22114,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20718,13 +22128,13 @@ "10" ], "x-ms-request-id": [ - "e716a7e5-015f-4d93-9909-3db0bff09ef5" + "e9e09323-1c35-451b-81b2-04640d225566" ], "x-ms-correlation-request-id": [ - "685ebd4b-0637-4fd7-8751-feb0d50fefeb" + "f55ae3f7-6f48-4322-92c2-1f80cac8de47" ], "x-ms-arm-service-request-id": [ - "86c87c29-1557-4d9e-ad95-f1fa45791d47" + "c394e1ea-2578-4dc2-8702-97c7bf64cfc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20734,16 +22144,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124605Z:685ebd4b-0637-4fd7-8751-feb0d50fefeb" + "WESTUS:20200413T182329Z:f55ae3f7-6f48-4322-92c2-1f80cac8de47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:05 GMT" + "Mon, 13 Apr 2020 18:23:29 GMT" ], "Content-Length": [ "30" @@ -20759,8 +22169,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20768,7 +22178,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20782,13 +22192,13 @@ "10" ], "x-ms-request-id": [ - "84514ae7-f417-4c63-9b0f-39c698a69371" + "5c80bc4d-0450-4414-8830-19021fd97a42" ], "x-ms-correlation-request-id": [ - "90072ef8-a4b4-4e4b-9f10-ca7e94c77cdb" + "b26ec32b-adbc-4039-a10c-8ef89a5fb0c3" ], "x-ms-arm-service-request-id": [ - "d28fec4c-8ddd-4e71-8707-36ca8364f56c" + "da011852-2c11-43af-8f9d-108594d236dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20798,16 +22208,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124615Z:90072ef8-a4b4-4e4b-9f10-ca7e94c77cdb" + "WESTUS:20200413T182339Z:b26ec32b-adbc-4039-a10c-8ef89a5fb0c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:15 GMT" + "Mon, 13 Apr 2020 18:23:39 GMT" ], "Content-Length": [ "30" @@ -20823,8 +22233,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20832,7 +22242,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20846,13 +22256,13 @@ "10" ], "x-ms-request-id": [ - "f5fbf162-59d0-4417-bf28-fe47e79d9278" + "f6abb2ea-1f1c-4038-aefd-7f53e3ac1f88" ], "x-ms-correlation-request-id": [ - "708ac0e9-7a7b-48a5-aaf8-d0315ef96a59" + "2c05df84-fef4-4b50-89ab-1374e0ee968c" ], "x-ms-arm-service-request-id": [ - "d3284147-58fb-4958-a3ef-48671baed0f1" + "dd8f23ed-5a22-4f1c-8a76-4a75fcb46267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20862,16 +22272,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124625Z:708ac0e9-7a7b-48a5-aaf8-d0315ef96a59" + "WESTUS:20200413T182349Z:2c05df84-fef4-4b50-89ab-1374e0ee968c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:25 GMT" + "Mon, 13 Apr 2020 18:23:49 GMT" ], "Content-Length": [ "30" @@ -20887,8 +22297,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20896,7 +22306,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20910,13 +22320,13 @@ "10" ], "x-ms-request-id": [ - "96428073-f3a8-4b19-b015-78e8b5cb6a0f" + "fe755516-a38d-4399-a418-c8b44c654e1b" ], "x-ms-correlation-request-id": [ - "9dea6bb8-aff3-40b7-9d5b-2c7720e85085" + "12bc9806-00da-4e2d-b6b7-895ffb09b53f" ], "x-ms-arm-service-request-id": [ - "eb8ef4ba-f955-471d-b134-89ec45f8d92b" + "8242557d-24cb-4bd8-a4fa-ad1a4f1ed6c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20926,16 +22336,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124635Z:9dea6bb8-aff3-40b7-9d5b-2c7720e85085" + "WESTUS:20200413T182359Z:12bc9806-00da-4e2d-b6b7-895ffb09b53f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:35 GMT" + "Mon, 13 Apr 2020 18:23:59 GMT" ], "Content-Length": [ "30" @@ -20951,8 +22361,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20960,7 +22370,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20971,32 +22381,32 @@ "no-cache" ], "x-ms-request-id": [ - "47f9cf0c-4753-40a9-b0a2-b6811e3e0681" + "89e2a7a1-9283-4124-adca-7f9dd382bede" ], "x-ms-correlation-request-id": [ - "10455215-17d9-48bb-a860-7bf063022546" + "facbea0b-a3f6-4e07-abfd-ab3653686681" ], "x-ms-arm-service-request-id": [ - "9f69add2-d5a1-4830-95ec-6be17068b898" + "7c840dd1-52e7-4aab-80a4-8940dcc83886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124645Z:10455215-17d9-48bb-a860-7bf063022546" + "WESTUS:20200413T182409Z:facbea0b-a3f6-4e07-abfd-ab3653686681" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:45 GMT" + "Mon, 13 Apr 2020 18:24:09 GMT" ], "Content-Length": [ "29" @@ -21012,8 +22422,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzJhMjQyMzc1LTA1NjItNDZkOC1iNmExLWI4MzJhOTIyMzY4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzc5ZmU1MTVkLTE0N2EtNDM4Zi04M2I2LWM0YzUwYTFlZGM0Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21021,7 +22431,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21032,22 +22442,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01" ], "x-ms-request-id": [ - "2a242375-0562-46d8-b6a1-b832a922368d" + "79fe515d-147a-438f-83b6-c4c50a1edc47" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/2a242375-0562-46d8-b6a1-b832a922368d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/79fe515d-147a-438f-83b6-c4c50a1edc47?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "075c866f-5f56-40c4-9fa2-ddd9862f277b" + "2f4516f9-8769-4f49-adfe-11bc89cb1c63" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1c67e1d8-b611-45cd-a57b-6d05b2e8bfe4" + "3fc3bb22-2f4d-4acb-8103-9bf5191decdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21057,16 +22467,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124646Z:3cb9ccf2-b796-4193-9cfb-18858319a83a" + "WESTUS:20200413T182409Z:0edaf9fd-0d77-4fd9-a5fb-6d414676a3bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:46 GMT" + "Mon, 13 Apr 2020 18:24:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -21079,13 +22489,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps8309?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzODMwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps4062?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNDA2Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c206a38-f829-41a6-b260-2040b12e5f8d" + "8f51d1b2-9fd2-42a5-8356-547306bfbd65" ], "Accept-Language": [ "en-US" @@ -21094,7 +22504,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21105,22 +22515,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "3eedd7f8-4456-4248-98e6-baa535129325" + "906cbdaa-7e67-492c-8b38-3100d10641c7" ], "x-ms-correlation-request-id": [ - "3eedd7f8-4456-4248-98e6-baa535129325" + "906cbdaa-7e67-492c-8b38-3100d10641c7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124651Z:3eedd7f8-4456-4248-98e6-baa535129325" + "WESTUS:20200413T182411Z:906cbdaa-7e67-492c-8b38-3100d10641c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21129,7 +22539,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:46:50 GMT" + "Mon, 13 Apr 2020 18:24:11 GMT" ], "Expires": [ "-1" @@ -21142,8 +22552,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21151,7 +22561,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21162,7 +22572,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21171,13 +22581,13 @@ "11999" ], "x-ms-request-id": [ - "36dfa350-792c-428d-979f-53637ae08ac8" + "337ac841-32bb-49ba-b480-48fbf0eb210c" ], "x-ms-correlation-request-id": [ - "36dfa350-792c-428d-979f-53637ae08ac8" + "337ac841-32bb-49ba-b480-48fbf0eb210c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124706Z:36dfa350-792c-428d-979f-53637ae08ac8" + "WESTUS:20200413T182426Z:337ac841-32bb-49ba-b480-48fbf0eb210c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21186,7 +22596,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:47:05 GMT" + "Mon, 13 Apr 2020 18:24:26 GMT" ], "Expires": [ "-1" @@ -21199,8 +22609,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21208,7 +22618,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21219,7 +22629,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21228,13 +22638,13 @@ "11998" ], "x-ms-request-id": [ - "02299e63-36e1-4a20-8ca3-e20e71353ae9" + "05a0eabf-127d-4a42-9a49-57cc2f50f13e" ], "x-ms-correlation-request-id": [ - "02299e63-36e1-4a20-8ca3-e20e71353ae9" + "05a0eabf-127d-4a42-9a49-57cc2f50f13e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124721Z:02299e63-36e1-4a20-8ca3-e20e71353ae9" + "WESTUS:20200413T182441Z:05a0eabf-127d-4a42-9a49-57cc2f50f13e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21243,7 +22653,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:47:20 GMT" + "Mon, 13 Apr 2020 18:24:41 GMT" ], "Expires": [ "-1" @@ -21256,8 +22666,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21265,7 +22675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21276,7 +22686,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21285,13 +22695,13 @@ "11997" ], "x-ms-request-id": [ - "09bbf093-5fea-4bf6-9d19-d35043d2c241" + "01b89268-a916-4ea0-b308-466e8caaefa8" ], "x-ms-correlation-request-id": [ - "09bbf093-5fea-4bf6-9d19-d35043d2c241" + "01b89268-a916-4ea0-b308-466e8caaefa8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124737Z:09bbf093-5fea-4bf6-9d19-d35043d2c241" + "WESTUS:20200413T182457Z:01b89268-a916-4ea0-b308-466e8caaefa8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21300,7 +22710,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:47:37 GMT" + "Mon, 13 Apr 2020 18:24:56 GMT" ], "Expires": [ "-1" @@ -21313,8 +22723,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21322,7 +22732,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21333,7 +22743,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21342,13 +22752,13 @@ "11996" ], "x-ms-request-id": [ - "bc2fbc07-9ea7-474d-827f-d2758a3d9881" + "280d74da-8edb-4bcf-84ba-8c5617c3bab7" ], "x-ms-correlation-request-id": [ - "bc2fbc07-9ea7-474d-827f-d2758a3d9881" + "280d74da-8edb-4bcf-84ba-8c5617c3bab7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124752Z:bc2fbc07-9ea7-474d-827f-d2758a3d9881" + "WESTUS:20200413T182512Z:280d74da-8edb-4bcf-84ba-8c5617c3bab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21357,7 +22767,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:47:52 GMT" + "Mon, 13 Apr 2020 18:25:11 GMT" ], "Expires": [ "-1" @@ -21370,8 +22780,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21379,7 +22789,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21390,7 +22800,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21399,13 +22809,13 @@ "11995" ], "x-ms-request-id": [ - "085e1af6-9642-44bf-8028-241df1ae62b6" + "c5589d89-ea1f-4568-9586-f7416d24a302" ], "x-ms-correlation-request-id": [ - "085e1af6-9642-44bf-8028-241df1ae62b6" + "c5589d89-ea1f-4568-9586-f7416d24a302" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124807Z:085e1af6-9642-44bf-8028-241df1ae62b6" + "WESTUS:20200413T182527Z:c5589d89-ea1f-4568-9586-f7416d24a302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21414,7 +22824,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:48:07 GMT" + "Mon, 13 Apr 2020 18:25:26 GMT" ], "Expires": [ "-1" @@ -21427,8 +22837,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21436,7 +22846,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21447,7 +22857,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21456,13 +22866,13 @@ "11994" ], "x-ms-request-id": [ - "2a81f561-c0e8-4f61-b319-067d5ff336ad" + "ee2f3c8f-2535-4128-bbdd-1fc4032bc4bb" ], "x-ms-correlation-request-id": [ - "2a81f561-c0e8-4f61-b319-067d5ff336ad" + "ee2f3c8f-2535-4128-bbdd-1fc4032bc4bb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124823Z:2a81f561-c0e8-4f61-b319-067d5ff336ad" + "WESTUS:20200413T182542Z:ee2f3c8f-2535-4128-bbdd-1fc4032bc4bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21471,7 +22881,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:48:22 GMT" + "Mon, 13 Apr 2020 18:25:41 GMT" ], "Expires": [ "-1" @@ -21484,8 +22894,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21493,7 +22903,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21504,7 +22914,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21513,13 +22923,13 @@ "11993" ], "x-ms-request-id": [ - "db9f32e3-3257-4281-bd32-06616060ef30" + "fef31743-bb1c-4da0-8b80-37fc11c92001" ], "x-ms-correlation-request-id": [ - "db9f32e3-3257-4281-bd32-06616060ef30" + "fef31743-bb1c-4da0-8b80-37fc11c92001" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124838Z:db9f32e3-3257-4281-bd32-06616060ef30" + "WESTUS:20200413T182557Z:fef31743-bb1c-4da0-8b80-37fc11c92001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21528,7 +22938,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:48:37 GMT" + "Mon, 13 Apr 2020 18:25:56 GMT" ], "Expires": [ "-1" @@ -21541,8 +22951,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21550,7 +22960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21561,7 +22971,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21570,13 +22980,13 @@ "11992" ], "x-ms-request-id": [ - "d3471964-6379-4313-9b9f-9dfe158e14a2" + "cf59ec0c-0a9f-4abc-80b1-56af9fbd2a11" ], "x-ms-correlation-request-id": [ - "d3471964-6379-4313-9b9f-9dfe158e14a2" + "cf59ec0c-0a9f-4abc-80b1-56af9fbd2a11" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124853Z:d3471964-6379-4313-9b9f-9dfe158e14a2" + "WESTUS:20200413T182612Z:cf59ec0c-0a9f-4abc-80b1-56af9fbd2a11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21585,7 +22995,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:48:53 GMT" + "Mon, 13 Apr 2020 18:26:11 GMT" ], "Expires": [ "-1" @@ -21598,8 +23008,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21607,7 +23017,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21618,7 +23028,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -21627,13 +23037,13 @@ "11991" ], "x-ms-request-id": [ - "270118d8-9799-4e5a-a83f-bc36e3da0178" + "04c9f41c-11d5-40c2-b8ee-bc8b32480163" ], "x-ms-correlation-request-id": [ - "270118d8-9799-4e5a-a83f-bc36e3da0178" + "04c9f41c-11d5-40c2-b8ee-bc8b32480163" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124909Z:270118d8-9799-4e5a-a83f-bc36e3da0178" + "WESTUS:20200413T182627Z:04c9f41c-11d5-40c2-b8ee-bc8b32480163" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21642,7 +23052,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:08 GMT" + "Mon, 13 Apr 2020 18:26:26 GMT" ], "Expires": [ "-1" @@ -21655,8 +23065,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21664,7 +23074,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21674,17 +23084,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-request-id": [ - "87cd87f4-2f6b-493b-9af0-2a4a309c2e62" + "ca712d91-2cf7-4f6a-9dae-47ce51f38241" ], "x-ms-correlation-request-id": [ - "87cd87f4-2f6b-493b-9af0-2a4a309c2e62" + "ca712d91-2cf7-4f6a-9dae-47ce51f38241" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124924Z:87cd87f4-2f6b-493b-9af0-2a4a309c2e62" + "WESTUS:20200413T182642Z:ca712d91-2cf7-4f6a-9dae-47ce51f38241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21693,7 +23109,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:23 GMT" + "Mon, 13 Apr 2020 18:26:42 GMT" ], "Expires": [ "-1" @@ -21703,11 +23119,11 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzMDktV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek1Ea3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21715,7 +23131,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -21729,13 +23145,64 @@ "11989" ], "x-ms-request-id": [ - "e3a9b873-5034-4355-9ed4-9176b21c1601" + "02710bed-b1f8-4c03-b073-737932332c12" + ], + "x-ms-correlation-request-id": [ + "02710bed-b1f8-4c03-b073-737932332c12" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T182657Z:02710bed-b1f8-4c03-b073-737932332c12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 18:26:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQwNjItV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRd05qSXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-request-id": [ + "2b6dafb0-fdf6-41a4-a37d-e50880d66592" ], "x-ms-correlation-request-id": [ - "e3a9b873-5034-4355-9ed4-9176b21c1601" + "2b6dafb0-fdf6-41a4-a37d-e50880d66592" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124924Z:e3a9b873-5034-4355-9ed4-9176b21c1601" + "WESTUS:20200413T182658Z:2b6dafb0-fdf6-41a4-a37d-e50880d66592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21744,7 +23211,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:23 GMT" + "Mon, 13 Apr 2020 18:26:57 GMT" ], "Expires": [ "-1" @@ -21759,41 +23226,41 @@ ], "Names": { "Test-ApplicationGatewayCRUD": [ - "ps8309", - "ps9225", - "ps3882", - "ps8870", - "ps7108", - "ps3148", - "ps1867", - "ps1055", - "ps61", - "ps758", - "ps7661", - "ps9685", - "ps894", - "ps8987", - "ps2586", - "ps7077", - "ps6724", - "ps5819", - "ps3355", - "ps6686", - "ps314", - "ps7617", - "ps3791", - "ps7944", - "ps8392", - "ps6958", - "ps7408", - "ps8823", - "ps5113", - "ps5022", - "ps208", - "ps9233" + "ps4062", + "ps7028", + "ps4695", + "ps9541", + "ps4924", + "ps2740", + "ps1480", + "ps1782", + "ps4977", + "ps7486", + "ps1845", + "ps4730", + "ps1255", + "ps8290", + "ps609", + "ps4513", + "ps2723", + "ps5715", + "ps6914", + "ps4621", + "ps7888", + "ps6362", + "ps350", + "ps7168", + "ps646", + "ps373", + "ps7556", + "ps6037", + "ps3214", + "ps4450", + "ps280", + "ps2330" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD2.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD2.json index 970eb483c70b..7d48d270e67f 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD2.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD2.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20db4c08-8e32-4bb7-9226-9e49f214aae7" + "ae6d033d-855f-400a-abc5-6fed5f2df63d" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "8bdd4604-1e7c-4da4-bea1-76bd476656b7" + "a9f7d6f9-af63-478a-8afd-998699bc80b9" ], "x-ms-correlation-request-id": [ - "8bdd4604-1e7c-4da4-bea1-76bd476656b7" + "a9f7d6f9-af63-478a-8afd-998699bc80b9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112716Z:8bdd4604-1e7c-4da4-bea1-76bd476656b7" + "WESTUS:20200413T183120Z:a9f7d6f9-af63-478a-8afd-998699bc80b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:16 GMT" + "Mon, 13 Apr 2020 18:31:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps6497?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNjQ5Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps137?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d49c68a-4572-419b-b0d6-469b865d38e0" + "60c4717f-9985-4590-990d-d008fdbd3c0b" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "ad3a50a7-c37c-4c20-877f-343f81420f77" + "1c624252-2d6a-4ca4-ad1c-28367f5e960d" ], "x-ms-correlation-request-id": [ - "ad3a50a7-c37c-4c20-877f-343f81420f77" + "1c624252-2d6a-4ca4-ad1c-28367f5e960d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112720Z:ad3a50a7-c37c-4c20-877f-343f81420f77" + "WESTUS:20200413T183122Z:1c624252-2d6a-4ca4-ad1c-28367f5e960d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:19 GMT" + "Mon, 13 Apr 2020 18:31:21 GMT" ], "Content-Length": [ - "172" + "170" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497\",\r\n \"name\": \"ps6497\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137\",\r\n \"name\": \"ps137\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQ2OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHMxNTU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc73fb4d-7dcf-4282-b974-b17f2aaf78f4" + "d92b1379-2bab-4be3-a3eb-9a2d2bd24b99" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "7a856f8c-bf44-4ea2-9eca-f722895bdc00" + "0fbf8693-a210-4514-a307-e38c6753ad59" ], "x-ms-correlation-request-id": [ - "7a856f8c-bf44-4ea2-9eca-f722895bdc00" + "0fbf8693-a210-4514-a307-e38c6753ad59" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112721Z:7a856f8c-bf44-4ea2-9eca-f722895bdc00" + "WESTUS:20200413T183122Z:0fbf8693-a210-4514-a307-e38c6753ad59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:20 GMT" + "Mon, 13 Apr 2020 18:31:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -180,15 +180,15 @@ "-1" ], "Content-Length": [ - "150" + "149" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps3468' under resource group 'ps6497' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps1556' under resource group 'ps137' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQ2OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHMxNTU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"829ba9f1-9430-47ae-9614-2ded59965b8a\"" + "W/\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\"" ], "x-ms-request-id": [ - "45946ea7-611b-4642-a979-a672825f2b8a" + "d6422cc8-ece9-4354-82cd-021822d0702a" ], "x-ms-correlation-request-id": [ - "7cdacafb-963d-4777-81a3-d3cdadf5aee2" + "db8d2efa-f0b6-43c9-bc38-cb1f3b54361e" ], "x-ms-arm-service-request-id": [ - "492dbb8d-bc14-4484-a568-dcd21c4d1ea4" + "9f76e3c5-07e6-4353-8a26-c27719dbe9f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,16 +229,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112731Z:7cdacafb-963d-4777-81a3-d3cdadf5aee2" + "WESTUS:20200413T183129Z:db8d2efa-f0b6-43c9-bc38-cb1f3b54361e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:30 GMT" + "Mon, 13 Apr 2020 18:31:28 GMT" ], "Content-Length": [ - "1907" + "1904" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3468\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ed952e6-3fa9-46de-83b5-c476a7e40938\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8074\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps5691\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps5691\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d1561942-1b11-4bf4-aa0d-0aab5b7527ee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps7226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps9680\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps9680\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQ2OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHMxNTU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45b063b0-7e3b-47f9-bc5f-4a305b3ed884" + "d0f92468-45b2-4ad5-a1d4-a3ae344d815b" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"829ba9f1-9430-47ae-9614-2ded59965b8a\"" + "W/\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\"" ], "x-ms-request-id": [ - "bfc149e8-ccbc-4385-ad3e-e9e92a86f5b2" + "b2836072-47eb-4e1d-89a3-9f427079711f" ], "x-ms-correlation-request-id": [ - "7583f58d-6773-42a1-8368-6d5094a35801" + "d953fb7c-b75e-42ba-935f-6cf7b8a81822" ], "x-ms-arm-service-request-id": [ - "e34e4bad-ea6c-4071-a91c-99be08b59b04" + "c29e8b34-23e9-4c80-b345-66ce0f9401ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,16 +299,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112731Z:7583f58d-6773-42a1-8368-6d5094a35801" + "WESTUS:20200413T183129Z:d953fb7c-b75e-42ba-935f-6cf7b8a81822" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:30 GMT" + "Mon, 13 Apr 2020 18:31:29 GMT" ], "Content-Length": [ - "1907" + "1904" ], "Content-Type": [ "application/json; charset=utf-8" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3468\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ed952e6-3fa9-46de-83b5-c476a7e40938\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8074\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps5691\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps5691\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d1561942-1b11-4bf4-aa0d-0aab5b7527ee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps7226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps9680\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps9680\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQ2OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHMxNTU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a88c8a7-464f-4ef1-80d3-946ac269a134" + "7680a12a-cd91-45db-9720-29f63b5b7f2b" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"829ba9f1-9430-47ae-9614-2ded59965b8a\"" + "W/\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\"" ], "x-ms-request-id": [ - "7847c62b-660c-48ca-8a38-3707d6d884ff" + "94ef2a0c-d8a2-46ca-a450-19882dc2aeb4" ], "x-ms-correlation-request-id": [ - "492e916c-9e1d-4a2e-8986-b6ba64c3f93a" + "99c34545-4610-4c8f-bcae-d7a4e4d8aadc" ], "x-ms-arm-service-request-id": [ - "963119dd-504b-45c8-83a5-eebc56ddcf02" + "050106ca-9029-418a-ac88-302ef6ad227d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,16 +369,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112731Z:492e916c-9e1d-4a2e-8986-b6ba64c3f93a" + "WESTUS:20200413T183130Z:99c34545-4610-4c8f-bcae-d7a4e4d8aadc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:31 GMT" + "Mon, 13 Apr 2020 18:31:30 GMT" ], "Content-Length": [ - "1907" + "1904" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3468\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3ed952e6-3fa9-46de-83b5-c476a7e40938\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8074\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps5691\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps5691\",\r\n \"etag\": \"W/\\\"829ba9f1-9430-47ae-9614-2ded59965b8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d1561942-1b11-4bf4-aa0d-0aab5b7527ee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps7226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps9680\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps9680\",\r\n \"etag\": \"W/\\\"89c8f047-8a11-432f-bedd-2cd0bae97cc1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQ2OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHMxNTU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps8074\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5691\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps7226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps9680\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2aa03fbc-83f9-4e37-8923-01e0ae3aa033" + "07a80ea5-9798-4d6b-877e-83c99d605e04" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,19 +426,19 @@ "3" ], "x-ms-request-id": [ - "6ba7f39a-cb04-4ca8-9594-be34f34be681" + "fe309cf1-bf6c-43a3-9e36-0e878aac779c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6ba7f39a-cb04-4ca8-9594-be34f34be681?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/fe309cf1-bf6c-43a3-9e36-0e878aac779c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "3aa92926-be5b-4ad0-9771-916fa4f6b7ac" + "cf88678c-e5ae-4cef-9ded-c312845e2f5a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eee42e50-4538-43f8-bc0c-c2ce1640e992" + "504c2319-cd7a-44e6-9efb-140ba657250e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -451,16 +451,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112727Z:3aa92926-be5b-4ad0-9771-916fa4f6b7ac" + "WESTUS:20200413T183126Z:cf88678c-e5ae-4cef-9ded-c312845e2f5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:26 GMT" + "Mon, 13 Apr 2020 18:31:25 GMT" ], "Content-Length": [ - "1904" + "1901" ], "Content-Type": [ "application/json; charset=utf-8" @@ -469,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3468\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468\",\r\n \"etag\": \"W/\\\"3b7263de-b48c-441e-8e14-5a1827903faf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3ed952e6-3fa9-46de-83b5-c476a7e40938\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8074\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\",\r\n \"etag\": \"W/\\\"3b7263de-b48c-441e-8e14-5a1827903faf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps5691\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps5691\",\r\n \"etag\": \"W/\\\"3b7263de-b48c-441e-8e14-5a1827903faf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1556\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556\",\r\n \"etag\": \"W/\\\"b7931462-5ffc-4298-a677-a64429e8366d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d1561942-1b11-4bf4-aa0d-0aab5b7527ee\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps7226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\",\r\n \"etag\": \"W/\\\"b7931462-5ffc-4298-a677-a64429e8366d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n {\r\n \"name\": \"ps9680\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps9680\",\r\n \"etag\": \"W/\\\"b7931462-5ffc-4298-a677-a64429e8366d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/6ba7f39a-cb04-4ca8-9594-be34f34be681?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzZiYTdmMzlhLWNiMDQtNGNhOC05NTk0LWJlMzRmMzRiZTY4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/fe309cf1-bf6c-43a3-9e36-0e878aac779c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZlMzA5Y2YxLWJmNmMtNDNhMy05ZTM2LTBlODc4YWFjNzc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -482,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -493,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "b2d73a7b-5d24-4787-8080-5557fda9b14e" + "cbd6df61-a872-4178-a951-839f6989d511" ], "x-ms-correlation-request-id": [ - "b010d515-963f-457f-a2d4-3aee884bd31b" + "bd51587f-145c-4890-8620-069d84be30b1" ], "x-ms-arm-service-request-id": [ - "0a532074-498e-45fc-86ec-517c77ffcc8e" + "8fd8fbf9-05ac-471a-b357-5ad6b5d0500a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112731Z:b010d515-963f-457f-a2d4-3aee884bd31b" + "WESTUS:20200413T183129Z:bd51587f-145c-4890-8620-069d84be30b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:30 GMT" + "Mon, 13 Apr 2020 18:31:28 GMT" ], "Content-Length": [ "29" @@ -534,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4OTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczEwNTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4af3a981-ae77-4428-b119-f9cd3368a733" + "ce2229cd-6294-44b0-af1c-5ee108aab3c8" ], "Accept-Language": [ "en-US" @@ -549,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -563,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "53bdd941-24e2-4755-8954-03620a64399f" + "86a2f5b4-5931-41ad-9030-840b50d1290e" ], "x-ms-correlation-request-id": [ - "53bdd941-24e2-4755-8954-03620a64399f" + "86a2f5b4-5931-41ad-9030-840b50d1290e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112732Z:53bdd941-24e2-4755-8954-03620a64399f" + "WESTUS:20200413T183130Z:86a2f5b4-5931-41ad-9030-840b50d1290e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -578,7 +578,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:31 GMT" + "Mon, 13 Apr 2020 18:31:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -587,15 +587,15 @@ "-1" ], "Content-Length": [ - "152" + "151" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps8945' under resource group 'ps6497' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps1059' under resource group 'ps137' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4OTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczEwNTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -603,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -614,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"90cf97e1-0182-4764-81c9-d3d3b73b82bd\"" + "W/\"8ea78fad-7f40-40ca-8183-8d86273a8b12\"" ], "x-ms-request-id": [ - "38067cd4-29d2-4b98-bd51-23b678ab56aa" + "240ce6dd-f274-4620-844b-e8571d5b8517" ], "x-ms-correlation-request-id": [ - "e3b72924-1d82-49e8-b964-a4a118a317cc" + "9e48c079-2eba-4e27-bbd4-376093e0e593" ], "x-ms-arm-service-request-id": [ - "d9267afa-1308-4051-bb97-b1ab47885355" + "bfaba872-f828-41ad-93fd-e9bf98b37060" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,19 +633,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112740Z:e3b72924-1d82-49e8-b964-a4a118a317cc" + "WESTUS:20200413T183133Z:9e48c079-2eba-4e27-bbd4-376093e0e593" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:39 GMT" + "Mon, 13 Apr 2020 18:31:33 GMT" ], "Content-Length": [ - "599" + "598" ], "Content-Type": [ "application/json; charset=utf-8" @@ -654,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps8945\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\",\r\n \"etag\": \"W/\\\"90cf97e1-0182-4764-81c9-d3d3b73b82bd\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ece3429f-82b7-4a1e-88cb-261cf521dd3b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1059\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\",\r\n \"etag\": \"W/\\\"8ea78fad-7f40-40ca-8183-8d86273a8b12\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"467f6a5e-d8ac-4005-b6aa-618a9a07a136\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4OTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczEwNTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7edc82b7-7ca2-4d80-8acf-af905c3bb3ed" + "531d4fe2-719e-440c-a6f1-31670a75043b" ], "Accept-Language": [ "en-US" @@ -673,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -684,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"90cf97e1-0182-4764-81c9-d3d3b73b82bd\"" + "W/\"8ea78fad-7f40-40ca-8183-8d86273a8b12\"" ], "x-ms-request-id": [ - "23b7682b-35b9-49ba-832c-8191e9d64f77" + "0d0b8007-ab5b-486e-b18d-27124356b3fc" ], "x-ms-correlation-request-id": [ - "0c0257f3-e027-456f-b3a7-55d653918318" + "a28de3d8-630a-43e1-833e-6d4432907d18" ], "x-ms-arm-service-request-id": [ - "8dd237e6-c4c8-48eb-9ce7-84a7ab5d1460" + "43c72c64-7dd1-42cb-8fc3-e6302d81f075" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -703,19 +703,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112740Z:0c0257f3-e027-456f-b3a7-55d653918318" + "WESTUS:20200413T183134Z:a28de3d8-630a-43e1-833e-6d4432907d18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:39 GMT" + "Mon, 13 Apr 2020 18:31:33 GMT" ], "Content-Length": [ - "599" + "598" ], "Content-Type": [ "application/json; charset=utf-8" @@ -724,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps8945\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\",\r\n \"etag\": \"W/\\\"90cf97e1-0182-4764-81c9-d3d3b73b82bd\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ece3429f-82b7-4a1e-88cb-261cf521dd3b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1059\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\",\r\n \"etag\": \"W/\\\"8ea78fad-7f40-40ca-8183-8d86273a8b12\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"467f6a5e-d8ac-4005-b6aa-618a9a07a136\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4OTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczEwNTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b18cc779-a141-4685-bb93-004fcdbb0c29" + "270eba6e-df5a-4771-bd96-a27758aeb63d" ], "Accept-Language": [ "en-US" @@ -743,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -763,19 +763,19 @@ "1" ], "x-ms-request-id": [ - "47b58261-6585-4831-9834-56f0dd7dd5d7" + "4ad1a939-e025-4254-b87f-c2f894653b55" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/47b58261-6585-4831-9834-56f0dd7dd5d7?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4ad1a939-e025-4254-b87f-c2f894653b55?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "1fa665e3-7842-4a7f-8945-02e3ba73c4b3" + "ffa14721-b63e-4a81-ba18-9e11ef48dffb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4a040a63-86d1-4f7e-b552-08cf7842fc26" + "ff2859b1-d49b-4f60-b3db-f88d0d600fcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -788,16 +788,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112738Z:1fa665e3-7842-4a7f-8945-02e3ba73c4b3" + "WESTUS:20200413T183132Z:ffa14721-b63e-4a81-ba18-9e11ef48dffb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:37 GMT" + "Mon, 13 Apr 2020 18:31:32 GMT" ], "Content-Length": [ - "598" + "597" ], "Content-Type": [ "application/json; charset=utf-8" @@ -806,12 +806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps8945\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\",\r\n \"etag\": \"W/\\\"c4b58f74-7fbf-4ec2-aa7b-f00b8cc85d87\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ece3429f-82b7-4a1e-88cb-261cf521dd3b\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1059\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\",\r\n \"etag\": \"W/\\\"74ad4935-c5b0-4e80-af39-6678f72744f3\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"467f6a5e-d8ac-4005-b6aa-618a9a07a136\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/47b58261-6585-4831-9834-56f0dd7dd5d7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzQ3YjU4MjYxLTY1ODUtNDgzMS05ODM0LTU2ZjBkZDdkZDVkNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4ad1a939-e025-4254-b87f-c2f894653b55?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRhZDFhOTM5LWUwMjUtNDI1NC1iODdmLWMyZjg5NDY1M2I1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -819,7 +819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -830,13 +830,13 @@ "no-cache" ], "x-ms-request-id": [ - "4bda860e-fd8e-44d7-aa0f-4ed01341081f" + "40579bbe-121b-4e34-a8a6-7a8bc24789a3" ], "x-ms-correlation-request-id": [ - "9771c5e0-a35a-492b-80e1-fe3af88b7dd9" + "174af336-0043-46c6-b53e-40ab901413e4" ], "x-ms-arm-service-request-id": [ - "420648bb-6a13-4e29-828a-1fe958a3ea54" + "30a10fc9-eacf-4a59-a10d-2525bb256e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,16 +846,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112739Z:9771c5e0-a35a-492b-80e1-fe3af88b7dd9" + "WESTUS:20200413T183133Z:174af336-0043-46c6-b53e-40ab901413e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:38 GMT" + "Mon, 13 Apr 2020 18:31:33 GMT" ], "Content-Length": [ "29" @@ -871,13 +871,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55e55f42-dc1a-4789-b99a-22f1cd4f5a3f" + "2ab36980-bcf8-47ec-865b-7d6aa6ba999f" ], "Accept-Language": [ "en-US" @@ -886,7 +886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -900,13 +900,13 @@ "gateway" ], "x-ms-request-id": [ - "767d1640-2d8e-4b76-b855-fec80e062afc" + "3678f492-01b5-47b1-ac96-d9553d668aa7" ], "x-ms-correlation-request-id": [ - "767d1640-2d8e-4b76-b855-fec80e062afc" + "3678f492-01b5-47b1-ac96-d9553d668aa7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112740Z:767d1640-2d8e-4b76-b855-fec80e062afc" + "WESTUS:20200413T183134Z:3678f492-01b5-47b1-ac96-d9553d668aa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +915,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:40 GMT" + "Mon, 13 Apr 2020 18:31:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -924,15 +924,15 @@ "-1" ], "Content-Length": [ - "154" + "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps1744' under resource group 'ps6497' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps270' under resource group 'ps137' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -940,7 +940,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -951,38 +951,38 @@ "no-cache" ], "ETag": [ - "W/\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\"" + "W/\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\"" ], "x-ms-request-id": [ - "6c9bd6d3-42d7-4361-92de-6840b02ad41b" + "329b6d9f-5f17-4a94-a266-e7438fa17147" ], "x-ms-correlation-request-id": [ - "4f50552f-e847-4558-aea0-58112983095b" + "98ceecc0-f436-44e7-8fc8-a1f003bceb8b" ], "x-ms-arm-service-request-id": [ - "faac8a68-591b-4b77-8c45-14bd527275a4" + "d25cf991-1082-4a06-b11e-574dcd0628b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11914" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114320Z:4f50552f-e847-4558-aea0-58112983095b" + "WESTUS:20200413T184545Z:98ceecc0-f436-44e7-8fc8-a1f003bceb8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:20 GMT" + "Mon, 13 Apr 2020 18:45:45 GMT" ], "Content-Length": [ - "15775" + "15699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -991,17 +991,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e9f3618-09fc-4afd-8313-768860a51592" + "7bf7ceec-7b2a-45b9-a4ab-302924dde0f0" ], "Accept-Language": [ "en-US" @@ -1010,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1021,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\"" + "W/\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\"" ], "x-ms-request-id": [ - "b8e9f9e6-ba79-4b52-bf3f-c1a7196157c7" + "34b6eca2-3eb7-4254-b002-d7cdfed3750c" ], "x-ms-correlation-request-id": [ - "5e710686-6369-4e66-886d-0eea258fc042" + "bcaa2620-dd73-48ee-b6fb-60214339c5d3" ], "x-ms-arm-service-request-id": [ - "ea1b133a-b8cc-4bd9-8121-9193d9c7c8f4" + "93df30b1-b8f7-43b0-9ae1-4e8e16930d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,19 +1040,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11913" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114320Z:5e710686-6369-4e66-886d-0eea258fc042" + "WESTUS:20200413T184545Z:bcaa2620-dd73-48ee-b6fb-60214339c5d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:20 GMT" + "Mon, 13 Apr 2020 18:45:45 GMT" ], "Content-Length": [ - "15775" + "15699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1061,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6be9da20-7f91-4d9a-b40b-083b9899af5c" + "f6280890-bec5-4601-9de1-5569700a5d1c" ], "Accept-Language": [ "en-US" @@ -1080,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1091,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\"" + "W/\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\"" ], "x-ms-request-id": [ - "dd51868a-3833-41f7-a2fc-9820feaea77b" + "5bda77c7-9087-4b76-93df-f7fbc697a570" ], "x-ms-correlation-request-id": [ - "aca2da6d-0020-4b8b-9f23-249a0fc06462" + "e5703e7e-fe5c-487f-b34a-f80a547dcc6b" ], "x-ms-arm-service-request-id": [ - "45a046e5-e315-4c28-89b1-f515c882ea06" + "f04d2b62-645b-4254-8209-5fc6036dd6c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1113,16 +1113,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114321Z:aca2da6d-0020-4b8b-9f23-249a0fc06462" + "WESTUS:20200413T184546Z:e5703e7e-fe5c-487f-b34a-f80a547dcc6b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:21 GMT" + "Mon, 13 Apr 2020 18:45:45 GMT" ], "Content-Length": [ - "15775" + "15699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1131,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dad34353-e176-45ce-b6cb-61a2c566da8c" + "7419456e-bfb8-48b2-aa39-8e3231c5e883" ], "Accept-Language": [ "en-US" @@ -1150,7 +1150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1161,16 +1161,16 @@ "no-cache" ], "ETag": [ - "W/\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\"" + "W/\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\"" ], "x-ms-request-id": [ - "99ab06ab-b1f3-4e69-ad7f-5eb71d851416" + "871a5f7d-bf0b-49e4-a991-529ba9044f49" ], "x-ms-correlation-request-id": [ - "f870a3ce-611e-4b46-b069-5304298bbba8" + "04283fdc-0437-43b4-8d3d-f9c7f417763f" ], "x-ms-arm-service-request-id": [ - "24d9819e-b838-4eeb-a1d4-06c4511de770" + "a0d544e3-22b2-4168-ae50-969253f5cd50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1180,19 +1180,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114322Z:f870a3ce-611e-4b46-b069-5304298bbba8" + "WESTUS:20200413T184546Z:04283fdc-0437-43b4-8d3d-f9c7f417763f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:22 GMT" + "Mon, 13 Apr 2020 18:45:46 GMT" ], "Content-Length": [ - "15775" + "15699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1201,12 +1201,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"bfc8129a-fff1-4bfc-b41f-5ff398530c03\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"03f4cdab-ef62-4ec2-a3a7-60ee3c29c4dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1214,7 +1214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1225,38 +1225,38 @@ "no-cache" ], "ETag": [ - "W/\"13734253-3601-49b9-9a6b-fed3a38ecd91\"" + "W/\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\"" ], "x-ms-request-id": [ - "0107977c-ceac-4dc6-9690-92157248963e" + "0e397828-674d-46bd-9211-b263a8c61c6b" ], "x-ms-correlation-request-id": [ - "a2f76b39-615c-48d7-8da8-e65ef8b09d77" + "e49e63a9-00f2-4d5c-8661-cf8d7760dd86" ], "x-ms-arm-service-request-id": [ - "6fa0e385-4f9e-4ab8-a321-15ca2c3d733d" + "1ff1f1cb-b575-4300-be1d-97d743694abc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115917Z:a2f76b39-615c-48d7-8da8-e65ef8b09d77" + "WESTUS:20200413T190132Z:e49e63a9-00f2-4d5c-8661-cf8d7760dd86" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:16 GMT" + "Mon, 13 Apr 2020 19:01:32 GMT" ], "Content-Length": [ - "17488" + "17412" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1265,17 +1265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e93fdc17-6cbe-4049-9946-095458a04145" + "712f8207-9992-431b-ba83-624ee3e50d8c" ], "Accept-Language": [ "en-US" @@ -1284,7 +1284,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1295,16 +1295,16 @@ "no-cache" ], "ETag": [ - "W/\"13734253-3601-49b9-9a6b-fed3a38ecd91\"" + "W/\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\"" ], "x-ms-request-id": [ - "0bf7b3e9-93c5-4839-916b-a0d8d63d0755" + "42f769d3-572a-4268-8652-8d9ecb32993a" ], "x-ms-correlation-request-id": [ - "10486e9d-319d-4eaf-a348-07ed6f37a4ff" + "2b94fc76-fc3c-4319-8b0c-0acd1e33ac20" ], "x-ms-arm-service-request-id": [ - "0c85e0ba-d6e6-4ec5-b4c9-b3179075c689" + "8faf42ef-7994-444e-b0a6-e4555fea126c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1314,19 +1314,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115917Z:10486e9d-319d-4eaf-a348-07ed6f37a4ff" + "WESTUS:20200413T190132Z:2b94fc76-fc3c-4319-8b0c-0acd1e33ac20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:17 GMT" + "Mon, 13 Apr 2020 19:01:32 GMT" ], "Content-Length": [ - "17488" + "17412" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1335,17 +1335,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d4cb482-2d5a-4b56-b06f-2110d916b88b" + "5d90f303-dec1-4cc5-ad76-be9d0ec174c8" ], "Accept-Language": [ "en-US" @@ -1354,7 +1354,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1365,16 +1365,16 @@ "no-cache" ], "ETag": [ - "W/\"13734253-3601-49b9-9a6b-fed3a38ecd91\"" + "W/\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\"" ], "x-ms-request-id": [ - "6d6ac948-86f2-42b0-8b1e-37388f04da7f" + "ab367fc5-7826-40b7-aa10-f39f2e8dc8ec" ], "x-ms-correlation-request-id": [ - "10ca21bf-682c-48b0-a75c-1ca875e57809" + "f3ddee74-e572-4121-aee5-b4c3f774399a" ], "x-ms-arm-service-request-id": [ - "e8042775-30e4-4dca-a74b-fa40c8c5d3b5" + "4acdf51f-39eb-45b2-acb5-969b21d7a953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1384,19 +1384,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115918Z:10ca21bf-682c-48b0-a75c-1ca875e57809" + "WESTUS:20200413T190132Z:f3ddee74-e572-4121-aee5-b4c3f774399a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:17 GMT" + "Mon, 13 Apr 2020 19:01:31 GMT" ], "Content-Length": [ - "17488" + "17412" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1405,17 +1405,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"13734253-3601-49b9-9a6b-fed3a38ecd91\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"8d5e8791-9b4a-4a66-baed-897aa8a77de9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99cdd083-51aa-45fb-8461-bf11a85fc185" + "b4a91400-f972-4fc6-8577-f303b943f524" ], "Accept-Language": [ "en-US" @@ -1424,7 +1424,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1435,16 +1435,16 @@ "no-cache" ], "ETag": [ - "W/\"36c3a1aa-660b-44db-8cad-126993debc40\"" + "W/\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\"" ], "x-ms-request-id": [ - "67e075d4-f7ff-46d5-82a0-d145ae0924fb" + "436d5b11-0dbb-47ca-b14e-b11af214c515" ], "x-ms-correlation-request-id": [ - "8087fa23-786c-4fc5-a4a4-0be69f02713e" + "57cd35f7-55da-4848-bdff-2db763f39e81" ], "x-ms-arm-service-request-id": [ - "d3f99376-88ce-48bc-852c-ff5287778e79" + "ac30e427-09e2-4a2e-92b1-e5a2a1c67568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,19 +1454,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120112Z:8087fa23-786c-4fc5-a4a4-0be69f02713e" + "WESTUS:20200413T190646Z:57cd35f7-55da-4848-bdff-2db763f39e81" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:11 GMT" + "Mon, 13 Apr 2020 19:06:46 GMT" ], "Content-Length": [ - "17488" + "17412" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1475,17 +1475,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"36c3a1aa-660b-44db-8cad-126993debc40\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"53f1a9fa-3666-44b3-9e47-e66def4a3f0c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIpConfigurations/ps7025\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n }\r\n },\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIpConfigurations/ps11\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIpConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIpConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n },\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ],\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIpConfigurations/ps3422\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n }\r\n },\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIpConfigurations/ps1966\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIpConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIpConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n },\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ],\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9bb5de39-c73b-4776-9041-d14b6873bd9f" + "21c70d72-cbe7-41d0-a4c1-6b1d438c5b7a" ], "Accept-Language": [ "en-US" @@ -1494,13 +1494,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "12595" + "12548" ] }, "ResponseHeaders": { @@ -1514,19 +1514,19 @@ "10" ], "x-ms-request-id": [ - "fdb8703f-e5be-4855-8ebb-069122c41319" + "32aee49c-f7aa-445c-8a2d-51c508beb3cb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "6b9c0f82-e791-4ab0-b3c7-d6346e6785ac" + "f176d2af-1420-4424-b8e7-1b143299b551" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "277f8666-1c29-4bb8-adfb-30b031632e62" + "1066a8f2-f79a-4bbf-900e-75e5031e2cb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1539,16 +1539,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112747Z:6b9c0f82-e791-4ab0-b3c7-d6346e6785ac" + "WESTUS:20200413T183136Z:f176d2af-1420-4424-b8e7-1b143299b551" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:46 GMT" + "Mon, 13 Apr 2020 18:31:36 GMT" ], "Content-Length": [ - "14480" + "14404" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1557,17 +1557,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"83fce5be-1d06-4749-8082-a101067965c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"b7073a84-a82b-41c7-a86e-5113832fbe1a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAjgmva0GA8xaAICB9AEggTYqyMQcKRHM5TKoXEK5CNOukBueUyEI8mlf80mBGsXy9mxfumUW8VJog/PW2tHQbDMZEzlo3xECzuOPgJQlW6ZBfC/eOMZxlGpQVjVI5UpBGZgl0fd09Su78X+ek5K1+DIae6G9W2tkCRPFdf0hGbPoCj9AizLPg7Zj7DBfdVfpKPPmZI29HsK33RjWXR31kwOMEnnCC2fJmELiAtk9nTXusoC+3I0cryeC7q1h/jPhUiEWZDZBNVD6n9JvW9LvdlthzjTpytt5BMBVZAgzdqjpYckV5CxVQoTZzYVa5W8QIHfXOHzHepvAly+kK+/I6e8lEO2DqN6IUZzd9XPaKAhEizZPeLJQAqWxO7Ivn7S3hdymkB+AREXair9JZwXA/63G5okWj7SdlvfhQ5plswmKfaU4DK2Mb4h23SoWxfvkUNcCedGlrK65b5bKhIQk8mubxBFE3o66IAmWTkb5olAM9OdWOBNxSvk5REp+Ydf4aqmkjJv/S5eO4IdHVj8xqUMBsa/n2cskUAaVmJcDj+T2cS0FyFsPVf3H/FreKVU+AjsIFf5pGlCTAzAQ1rg37+mhc/cMI5gS2t/dClCXLzE9nma6eSvywuAyxnHr43+C08i+8RaywcJBdfXYc2Sp2ngQvK0Czxk8iMYudarP4+tTZAhBUQQT3W/VnwdX5FclApbEx7sExcG6R0DM6+X3/Ao1u7iEaf4YwBmQnPQVBuxqB3yPYUn0XLn7+btV7sNdgK0J+SIi3tO0W01YVZ7QloRhRwgMUJxz5UBoDE930PgDZXnBicVKa6nKq14usdBrL7uJswv1djU74P5BaRbA3vfgzGCuEmlEhsQN1jW8AQqHanq8ds0CzVCqalpkhDMQxuwVlIJJoJuLhNMaQ075GUDNw8nzupn+/J1BmMSq4h2c2v5h1SM/870EBdElZ1Y301XJCChzwgKUOuhciIUnqg913ow0rdOHvYY6C5VhhI/OOXCkmSVx4QLmRGt/wxtZVuod/yPN5OaxoBP6eVuJtoJbB5C1FoZ5Nk7aPBWGaomp9RBPPbUEGIPp0yceca1DhMT2HRdFOSA57tfA+oX+BEO/jI1wDb6J7RFa1x3n3V2wE5lWar9KatIukgBzT7d0pki1cpiXOkeeN7GcaLIJPg/lGS6ogfkattXd0HXg0687oi2TtrxuvQQpwPP3KJFj5HRqAnwHWUKXWIG5x7p1JS0JECzg2kC/OTyItI+mn5aC6nndrfXIpW3x0JWdulLf7dd+t3dzP191US1+j4OBORMDfxea9pFPWA7HXWaxKhVJz9dm6+HprNK5jeOLegv+OdyhGsSIVuauMCQpj/2tOEMhpnXRD3/rmSagvgVd9wwaAAZ9R6h4HqClZXAkUoIp9VXJeumQcpgZZdytxwFKOedkxXDNeb8CN/IS+wk6/0bW3nUzYMGiaR9yq5Qf7TyZ0e3r4UgQyhz/zU2cCW2OKIhBeiWEC32rLM04TkZKLc7pxl5XOxY5i376nymZQ8qWdj04aXdkFcu8GErL0uPFIT2FvXRGBkQOckcuhPhbwkS9orT3v0jSKdNTgLkJIDYF6JVD8dW+t4XlLeTZwToAL5FqYfJSDiKhvrgWo0dryndU38K1FN6g0NqrtFurlJf1S20Juo2XPXrEjGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADcAYwBiADYANgAyADEAOQAtAGMANABiADUALQA0ADkAZQBmAC0AYQA3ADAAYgAtAGEAOQBhADgAMgBjADQAOABkAGIANQBhMF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECHCs2Ss24z3oAgIH0ICCBDhMHo3nqE6WvtoB3smsFndnBimeyUipa/FCHxAMnp+2RysR4bfF2KsrisNqUv7VhhirPbtV6mL9/Ram7O3YTg3L450XB+rbdaETcmrU3aU/py9VOya2pwGISLAbgWnfra8eKDrIq4UZehR43I0WVNvUEhnA+bp2UNh72FCbgR3UObIf0Rq45vW3p3bsiDYCRMY/HnQkAT6jVujF7CUhaCoQwPvQTZVhU7y+vGEOqj5kedqYqReNRdD1f1uCvzOwKU3IsQYbby0eRFyWD03YS1B8UVd9PCx+LZ82B+LDNRnSjJ4mdkbFZmhRw7e4145PCZrKb0h/quPt7O//OgNL66bvE7/D75OSdZ9kwPlyGy4hAfztSsOCrJWDjPKW1GZsg0SKFZbYPSZ3mGM9WWGavr5yEY63hrBQWcafsxpfp23a+i2Jv9wvHKudICbamHSkpPyavWStnlyk4e19jsvwefgOSBtG2hUHKAkRi5MBKCHJhmfXQC6LLvuma/Ev9127cCLZGrTfR6cLReqGaet1bFi+oc0GIFss6zomOhc6CTiZVhuwvGrB/k86itjvUKWpy8qEQcA5duPOmh4+SqNZ50WQ8ODfRrjED3G4+fqQVu6BPvP0fqT5A4bGlBHqGJ/s/GtCwHZc29jvQixMbzjOnSAUrXfOeJkuxis8mVRJYQTOEdejm3J2JTWCnqg8eBQoOfUlwKRGA4WMo0sixDVtR6koZ25f6FVEOb82Y2Z2Jh26MKSPsieEz7YtzEBxF1ZsO4oA0d41Tzu9hSMBoGeGdMZIC7Ir0ne/gbWlerMliiuw00B44RVLW9vojwps37YKRIwQ9QhL6q00abxCs6eQU8X3yK2u5/8WYHVXCzyHC3zlmYOtdmZ9P+BP5GGNhLnlWRYBG/1sHGN+5jC2AgW6+eOVasbG6/9vKhIKECLvIc8rTMIy0Lpwi2/8kabmvajEBZw1jhwA0IrUQEuAory1pITWQk5reHB6B8I8TEDZBdwGB0zCjL+K46KVL+J6jpaaw6CV49V1A28E0+EmqMparmexBVDKM1kjm1gqiu4LvIVKFTGyUn9/zX1gKe45ZJ6FzLYcKky1Qa97fN1uWCm2a4dj0qAkB6/xx32ojfKKC5a5x5RnYX4wIsIg0l/TTcgl7fc47Cbaaq4SuANMMqBHZ/6w44fBPKu8p/jaZ99dqj+sZSV3JiZpIKwkCwODjGT8M0DBkMml1OM7nCZ8Z/W4HbZ+Qo8KzWKjUQyHy3iYUpIBu/ps1agrpOd4SYGnPnehgLSdku9lk30lCamXpwb4dXwrs66aFBRvi3mwstl1xpt05ITv6pO3N9ops9oE9zcnOaUujkin5oLNw234j3eWw7IjdhLqJt6eB96YKt2z0W+HGHp+N3LvrY665nzAzl01etuqrkK3YbSFN1rRcSUOjAcL2XL0OCnmE7YwOzAfMAcGBSsOAwIaBBSV+/Qz/XsMp/XRFD4lRxrWZlHlzwQUw52OdH67aZUAiKnL00o3sYN64wkCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n }\r\n },\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n },\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ],\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAjgmva0GA8xaAICB9AEggTYqyMQcKRHM5TKoXEK5CNOukBueUyEI8mlf80mBGsXy9mxfumUW8VJog/PW2tHQbDMZEzlo3xECzuOPgJQlW6ZBfC/eOMZxlGpQVjVI5UpBGZgl0fd09Su78X+ek5K1+DIae6G9W2tkCRPFdf0hGbPoCj9AizLPg7Zj7DBfdVfpKPPmZI29HsK33RjWXR31kwOMEnnCC2fJmELiAtk9nTXusoC+3I0cryeC7q1h/jPhUiEWZDZBNVD6n9JvW9LvdlthzjTpytt5BMBVZAgzdqjpYckV5CxVQoTZzYVa5W8QIHfXOHzHepvAly+kK+/I6e8lEO2DqN6IUZzd9XPaKAhEizZPeLJQAqWxO7Ivn7S3hdymkB+AREXair9JZwXA/63G5okWj7SdlvfhQ5plswmKfaU4DK2Mb4h23SoWxfvkUNcCedGlrK65b5bKhIQk8mubxBFE3o66IAmWTkb5olAM9OdWOBNxSvk5REp+Ydf4aqmkjJv/S5eO4IdHVj8xqUMBsa/n2cskUAaVmJcDj+T2cS0FyFsPVf3H/FreKVU+AjsIFf5pGlCTAzAQ1rg37+mhc/cMI5gS2t/dClCXLzE9nma6eSvywuAyxnHr43+C08i+8RaywcJBdfXYc2Sp2ngQvK0Czxk8iMYudarP4+tTZAhBUQQT3W/VnwdX5FclApbEx7sExcG6R0DM6+X3/Ao1u7iEaf4YwBmQnPQVBuxqB3yPYUn0XLn7+btV7sNdgK0J+SIi3tO0W01YVZ7QloRhRwgMUJxz5UBoDE930PgDZXnBicVKa6nKq14usdBrL7uJswv1djU74P5BaRbA3vfgzGCuEmlEhsQN1jW8AQqHanq8ds0CzVCqalpkhDMQxuwVlIJJoJuLhNMaQ075GUDNw8nzupn+/J1BmMSq4h2c2v5h1SM/870EBdElZ1Y301XJCChzwgKUOuhciIUnqg913ow0rdOHvYY6C5VhhI/OOXCkmSVx4QLmRGt/wxtZVuod/yPN5OaxoBP6eVuJtoJbB5C1FoZ5Nk7aPBWGaomp9RBPPbUEGIPp0yceca1DhMT2HRdFOSA57tfA+oX+BEO/jI1wDb6J7RFa1x3n3V2wE5lWar9KatIukgBzT7d0pki1cpiXOkeeN7GcaLIJPg/lGS6ogfkattXd0HXg0687oi2TtrxuvQQpwPP3KJFj5HRqAnwHWUKXWIG5x7p1JS0JECzg2kC/OTyItI+mn5aC6nndrfXIpW3x0JWdulLf7dd+t3dzP191US1+j4OBORMDfxea9pFPWA7HXWaxKhVJz9dm6+HprNK5jeOLegv+OdyhGsSIVuauMCQpj/2tOEMhpnXRD3/rmSagvgVd9wwaAAZ9R6h4HqClZXAkUoIp9VXJeumQcpgZZdytxwFKOedkxXDNeb8CN/IS+wk6/0bW3nUzYMGiaR9yq5Qf7TyZ0e3r4UgQyhz/zU2cCW2OKIhBeiWEC32rLM04TkZKLc7pxl5XOxY5i376nymZQ8qWdj04aXdkFcu8GErL0uPFIT2FvXRGBkQOckcuhPhbwkS9orT3v0jSKdNTgLkJIDYF6JVD8dW+t4XlLeTZwToAL5FqYfJSDiKhvrgWo0dryndU38K1FN6g0NqrtFurlJf1S20Juo2XPXrEjGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADcAYwBiADYANgAyADEAOQAtAGMANABiADUALQA0ADkAZQBmAC0AYQA3ADAAYgAtAGEAOQBhADgAMgBjADQAOABkAGIANQBhMF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECHCs2Ss24z3oAgIH0ICCBDhMHo3nqE6WvtoB3smsFndnBimeyUipa/FCHxAMnp+2RysR4bfF2KsrisNqUv7VhhirPbtV6mL9/Ram7O3YTg3L450XB+rbdaETcmrU3aU/py9VOya2pwGISLAbgWnfra8eKDrIq4UZehR43I0WVNvUEhnA+bp2UNh72FCbgR3UObIf0Rq45vW3p3bsiDYCRMY/HnQkAT6jVujF7CUhaCoQwPvQTZVhU7y+vGEOqj5kedqYqReNRdD1f1uCvzOwKU3IsQYbby0eRFyWD03YS1B8UVd9PCx+LZ82B+LDNRnSjJ4mdkbFZmhRw7e4145PCZrKb0h/quPt7O//OgNL66bvE7/D75OSdZ9kwPlyGy4hAfztSsOCrJWDjPKW1GZsg0SKFZbYPSZ3mGM9WWGavr5yEY63hrBQWcafsxpfp23a+i2Jv9wvHKudICbamHSkpPyavWStnlyk4e19jsvwefgOSBtG2hUHKAkRi5MBKCHJhmfXQC6LLvuma/Ev9127cCLZGrTfR6cLReqGaet1bFi+oc0GIFss6zomOhc6CTiZVhuwvGrB/k86itjvUKWpy8qEQcA5duPOmh4+SqNZ50WQ8ODfRrjED3G4+fqQVu6BPvP0fqT5A4bGlBHqGJ/s/GtCwHZc29jvQixMbzjOnSAUrXfOeJkuxis8mVRJYQTOEdejm3J2JTWCnqg8eBQoOfUlwKRGA4WMo0sixDVtR6koZ25f6FVEOb82Y2Z2Jh26MKSPsieEz7YtzEBxF1ZsO4oA0d41Tzu9hSMBoGeGdMZIC7Ir0ne/gbWlerMliiuw00B44RVLW9vojwps37YKRIwQ9QhL6q00abxCs6eQU8X3yK2u5/8WYHVXCzyHC3zlmYOtdmZ9P+BP5GGNhLnlWRYBG/1sHGN+5jC2AgW6+eOVasbG6/9vKhIKECLvIc8rTMIy0Lpwi2/8kabmvajEBZw1jhwA0IrUQEuAory1pITWQk5reHB6B8I8TEDZBdwGB0zCjL+K46KVL+J6jpaaw6CV49V1A28E0+EmqMparmexBVDKM1kjm1gqiu4LvIVKFTGyUn9/zX1gKe45ZJ6FzLYcKky1Qa97fN1uWCm2a4dj0qAkB6/xx32ojfKKC5a5x5RnYX4wIsIg0l/TTcgl7fc47Cbaaq4SuANMMqBHZ/6w44fBPKu8p/jaZ99dqj+sZSV3JiZpIKwkCwODjGT8M0DBkMml1OM7nCZ8Z/W4HbZ+Qo8KzWKjUQyHy3iYUpIBu/ps1agrpOd4SYGnPnehgLSdku9lk30lCamXpwb4dXwrs66aFBRvi3mwstl1xpt05ITv6pO3N9ops9oE9zcnOaUujkin5oLNw234j3eWw7IjdhLqJt6eB96YKt2z0W+HGHp+N3LvrY665nzAzl01etuqrkK3YbSFN1rRcSUOjAcL2XL0OCnmE7YwOzAfMAcGBSsOAwIaBBSV+/Qz/XsMp/XRFD4lRxrWZlHlzwQUw52OdH67aZUAiKnL00o3sYN64wkCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n }\r\n },\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n }\r\n },\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n },\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ],\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af6b71d4-6bc6-43f7-9bed-3a4550c45305" + "f81783d7-8122-4c79-858a-416572c50be5" ], "Accept-Language": [ "en-US" @@ -1576,13 +1576,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "17111" + "17060" ] }, "ResponseHeaders": { @@ -1596,19 +1596,19 @@ "10" ], "x-ms-request-id": [ - "c66e1ac7-1c00-4c83-b238-fc25432ec4c4" + "4e135129-ffab-4e9f-8fa6-7494a704b682" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "28b0055b-ce5b-48bf-9234-1a43562ba685" + "14848c1d-d518-4695-8715-8aa52609440b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dd20806a-b9da-486f-b038-1b5874d17d2c" + "7a06056e-5458-4dd2-8971-e9899e904306" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1621,16 +1621,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114327Z:28b0055b-ce5b-48bf-9234-1a43562ba685" + "WESTUS:20200413T184548Z:14848c1d-d518-4695-8715-8aa52609440b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:26 GMT" + "Mon, 13 Apr 2020 18:45:47 GMT" ], "Content-Length": [ - "16192" + "16116" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1639,12 +1639,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1744\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2a315a8b-df9e-4df4-b403-0f273e3b85c4\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/gatewayIPConfigurations/ps7025\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/virtualNetworks/ps3468/subnets/ps8074\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8263\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps322\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps322\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps11\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/publicIPAddresses/ps8945\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps173\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1720\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6660\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5584\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps173\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/sslCertificates/ps8263\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9464\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendIPConfigurations/ps11\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/frontendPorts/ps8425\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3781\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps3781\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendAddressPools/ps1720\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps9464\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9104\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/probes/ps9104\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/backendHttpSettingsCollection/ps6660\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/redirectConfigurations/ps3925\",\r\n \"etag\": \"W/\\\"5838676b-6122-4577-9607-325b1bbda41b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/httpListeners/ps5584\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/requestRoutingRules/ps9376\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps270\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"25949b90-c9ec-43d6-8f6a-2f14bf7d5de6\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3422\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/gatewayIPConfigurations/ps3422\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/virtualNetworks/ps1556/subnets/ps7226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4138\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps3254\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps3254\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1966\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/publicIPAddresses/ps1059\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps907\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps4474\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4166\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6451\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2223\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps907\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/sslCertificates/ps4138\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps861\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendIPConfigurations/ps1966\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/frontendPorts/ps4474\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6592\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps6592\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendAddressPools/ps4166\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps7101\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps861\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9660\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/probes/ps9660\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/backendHttpSettingsCollection/ps6451\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2557\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/redirectConfigurations/ps2557\",\r\n \"etag\": \"W/\\\"ca573332-50fa-417a-a631-68456151b4db\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/httpListeners/ps2223\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/requestRoutingRules/ps7101\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1652,7 +1652,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1666,13 +1666,13 @@ "10" ], "x-ms-request-id": [ - "e7129d34-1b0a-4bda-9987-afd8e2e8ff13" + "e9e02c09-fdcb-4c47-8424-c8ef50a94d85" ], "x-ms-correlation-request-id": [ - "a1376a1f-5dd4-4086-8212-68d0aa7109d1" + "67e86a5a-7e5e-4619-a4fe-a749c8b0c30e" ], "x-ms-arm-service-request-id": [ - "0f3bd1db-d7fa-4bc1-b0e5-0243f09aae75" + "ec1f3392-4a18-4572-a345-9bbf7d1a537b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1685,13 +1685,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112757Z:a1376a1f-5dd4-4086-8212-68d0aa7109d1" + "WESTUS:20200413T183147Z:67e86a5a-7e5e-4619-a4fe-a749c8b0c30e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:56 GMT" + "Mon, 13 Apr 2020 18:31:46 GMT" ], "Content-Length": [ "30" @@ -1707,8 +1707,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1716,7 +1716,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1730,13 +1730,13 @@ "10" ], "x-ms-request-id": [ - "6130ca84-e7c4-47af-8413-65fb47e150be" + "37c0ee98-e2c6-4c73-a6db-f269e6d572a9" ], "x-ms-correlation-request-id": [ - "f02a3838-368b-487b-98cb-90efd5ee39e0" + "924d5fba-6f36-46ce-b848-443f63bb03ae" ], "x-ms-arm-service-request-id": [ - "1a013a77-6fd6-4a98-b716-9b37b1a02c46" + "2796b5c7-d1f2-4c1e-bac0-13a30e5dad1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1749,13 +1749,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112807Z:f02a3838-368b-487b-98cb-90efd5ee39e0" + "WESTUS:20200413T183157Z:924d5fba-6f36-46ce-b848-443f63bb03ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:07 GMT" + "Mon, 13 Apr 2020 18:31:56 GMT" ], "Content-Length": [ "30" @@ -1771,8 +1771,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1780,7 +1780,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1794,13 +1794,13 @@ "10" ], "x-ms-request-id": [ - "7824582e-644b-4de0-9748-3bc39684e4b8" + "ffe1ef11-bedd-495b-9c43-cf6afe8d027f" ], "x-ms-correlation-request-id": [ - "e96b96e1-1383-4c53-a880-be77d522da6d" + "f8b167ec-b733-4b4f-af4f-caa4934c9a67" ], "x-ms-arm-service-request-id": [ - "8b27e112-0b76-4e10-946a-9e40e27f69b9" + "eee94fef-0282-492c-841e-6442f72268cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1813,13 +1813,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112818Z:e96b96e1-1383-4c53-a880-be77d522da6d" + "WESTUS:20200413T183207Z:f8b167ec-b733-4b4f-af4f-caa4934c9a67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:17 GMT" + "Mon, 13 Apr 2020 18:32:06 GMT" ], "Content-Length": [ "30" @@ -1835,8 +1835,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1844,7 +1844,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1858,13 +1858,13 @@ "10" ], "x-ms-request-id": [ - "8cca3d4d-9967-48ef-ad42-1cd8845bfe10" + "a08aa2ab-4bbc-4564-9097-71566bb650f3" ], "x-ms-correlation-request-id": [ - "a8d45521-8e2f-42b6-9c14-f46a8b46422b" + "ef0a31ef-c7a0-44cb-8b7f-5a6c00f8947d" ], "x-ms-arm-service-request-id": [ - "c97765a3-8eaf-474a-b2d4-3f8ec2a340ab" + "432ed8fa-007d-42ed-a0e2-97854fde5789" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1877,13 +1877,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112828Z:a8d45521-8e2f-42b6-9c14-f46a8b46422b" + "WESTUS:20200413T183217Z:ef0a31ef-c7a0-44cb-8b7f-5a6c00f8947d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:27 GMT" + "Mon, 13 Apr 2020 18:32:16 GMT" ], "Content-Length": [ "30" @@ -1899,8 +1899,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1908,7 +1908,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1922,13 +1922,13 @@ "10" ], "x-ms-request-id": [ - "a90d27b5-8870-4c36-af48-338eccc7f019" + "47202c06-2065-4534-a393-0a572e06dfa8" ], "x-ms-correlation-request-id": [ - "bb7336a2-1801-4a17-a50f-b7e869760655" + "baf5ea12-8561-4d4a-b066-9e0164268f1f" ], "x-ms-arm-service-request-id": [ - "7e252770-583d-4371-86ac-280494a16dbf" + "223e64b1-1352-4e5b-bce2-d51963acfbe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1941,13 +1941,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112838Z:bb7336a2-1801-4a17-a50f-b7e869760655" + "WESTUS:20200413T183227Z:baf5ea12-8561-4d4a-b066-9e0164268f1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:38 GMT" + "Mon, 13 Apr 2020 18:32:26 GMT" ], "Content-Length": [ "30" @@ -1963,8 +1963,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1972,7 +1972,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1986,13 +1986,13 @@ "10" ], "x-ms-request-id": [ - "0f2f7ab0-8741-4cb5-a10c-4d495d5a5fa3" + "c7370593-0a00-43d4-8bf2-4cbcd47b3af5" ], "x-ms-correlation-request-id": [ - "a5aaf608-92ec-48f5-bcb5-ef4a696a0076" + "6b60d3a7-6b62-48bd-9da1-92337706e73a" ], "x-ms-arm-service-request-id": [ - "6d2f4890-8da1-4490-995c-5a11b0a139db" + "2fba4094-e580-4161-a843-2ba9a1af9daf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2005,13 +2005,13 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112848Z:a5aaf608-92ec-48f5-bcb5-ef4a696a0076" + "WESTUS:20200413T183237Z:6b60d3a7-6b62-48bd-9da1-92337706e73a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:48 GMT" + "Mon, 13 Apr 2020 18:32:37 GMT" ], "Content-Length": [ "30" @@ -2027,8 +2027,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2036,7 +2036,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2050,32 +2050,32 @@ "10" ], "x-ms-request-id": [ - "aebc4b8e-3ca6-4641-97c5-f0a25a1cab46" + "c5415758-7df3-416e-be91-4d488d1889c4" ], "x-ms-correlation-request-id": [ - "627c04d9-88cf-4055-afdb-d8eae313998b" + "09f3c9ca-9938-4d27-a7e4-b972f5886138" ], "x-ms-arm-service-request-id": [ - "b1d0ab54-5764-4f07-988e-0adcfaa742aa" + "49e6e21e-3a08-4729-9cf5-788c22477b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112858Z:627c04d9-88cf-4055-afdb-d8eae313998b" + "WESTUS:20200413T183247Z:09f3c9ca-9938-4d27-a7e4-b972f5886138" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:28:58 GMT" + "Mon, 13 Apr 2020 18:32:47 GMT" ], "Content-Length": [ "30" @@ -2091,8 +2091,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2100,7 +2100,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2114,32 +2114,32 @@ "10" ], "x-ms-request-id": [ - "1e5b6801-8c4b-4fb6-b280-a9960fa685fa" + "2494916a-9153-4672-b06b-a9197574ca0f" ], "x-ms-correlation-request-id": [ - "93492f2f-b601-4f3e-b9a8-e5fe8a5f205c" + "be3e3018-01a7-41d1-8de1-8f23b61bbd3c" ], "x-ms-arm-service-request-id": [ - "e7d92b56-88b2-46b2-8c7e-1b8936bbf670" + "996bd70e-72f3-4077-bdb8-dec615a42b12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112909Z:93492f2f-b601-4f3e-b9a8-e5fe8a5f205c" + "WESTUS:20200413T183257Z:be3e3018-01a7-41d1-8de1-8f23b61bbd3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:08 GMT" + "Mon, 13 Apr 2020 18:32:57 GMT" ], "Content-Length": [ "30" @@ -2155,8 +2155,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2164,7 +2164,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2178,13 +2178,13 @@ "10" ], "x-ms-request-id": [ - "26ab6d74-0d34-42e7-a60b-8be2d6edfcff" + "b2967f87-2384-4a9b-bb64-52ba9027d7d6" ], "x-ms-correlation-request-id": [ - "d1e167ff-404b-4148-b2ba-1cfa73c92f5a" + "9294ab8c-3089-4da2-9bdf-20e7dde5c7b5" ], "x-ms-arm-service-request-id": [ - "4d66a858-684a-40b3-b345-d99559138756" + "14787971-a9f7-410e-88b1-9c810d8531c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2197,13 +2197,13 @@ "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112919Z:d1e167ff-404b-4148-b2ba-1cfa73c92f5a" + "WESTUS:20200413T183307Z:9294ab8c-3089-4da2-9bdf-20e7dde5c7b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:19 GMT" + "Mon, 13 Apr 2020 18:33:07 GMT" ], "Content-Length": [ "30" @@ -2219,8 +2219,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2228,7 +2228,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2242,13 +2242,13 @@ "10" ], "x-ms-request-id": [ - "1f6f44d8-d6cd-44c1-8dc3-4a46c6ef8e21" + "d6ea5ce7-855e-4ecd-a24e-eda29c0b869c" ], "x-ms-correlation-request-id": [ - "b490593b-fa1c-4394-afe1-a057f4b638ee" + "ed5c750e-5559-42c3-9eb7-9f57286a592c" ], "x-ms-arm-service-request-id": [ - "286610fd-83fb-4379-a098-e55aae77fa86" + "856ba506-30df-4b01-b8db-da6a48ec8a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2261,13 +2261,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112929Z:b490593b-fa1c-4394-afe1-a057f4b638ee" + "WESTUS:20200413T183318Z:ed5c750e-5559-42c3-9eb7-9f57286a592c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:29 GMT" + "Mon, 13 Apr 2020 18:33:17 GMT" ], "Content-Length": [ "30" @@ -2283,8 +2283,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2292,7 +2292,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2306,13 +2306,13 @@ "10" ], "x-ms-request-id": [ - "3bdeca40-5369-4c47-b7d2-a07fa5e168e9" + "8eedebdc-3394-4d86-b9ce-e457780a97f1" ], "x-ms-correlation-request-id": [ - "cc3c6248-881e-431c-ba51-3b5b8b74122e" + "e473b5f5-e01f-4348-bbe9-aad450dfdb9f" ], "x-ms-arm-service-request-id": [ - "8057860f-cb62-490d-879b-ff88e7ea1358" + "b938e790-2689-4e3a-bf77-9bf0e8cc08e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2325,13 +2325,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112939Z:cc3c6248-881e-431c-ba51-3b5b8b74122e" + "WESTUS:20200413T183328Z:e473b5f5-e01f-4348-bbe9-aad450dfdb9f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:39 GMT" + "Mon, 13 Apr 2020 18:33:27 GMT" ], "Content-Length": [ "30" @@ -2347,8 +2347,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2356,7 +2356,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2370,13 +2370,13 @@ "10" ], "x-ms-request-id": [ - "246fda58-bbdf-44c5-b542-66c1edbe1912" + "0c74fa28-85ed-41f5-b04b-a47d054ac0ce" ], "x-ms-correlation-request-id": [ - "829d8bd1-99f9-47f5-8d07-b50b9d9bc5a6" + "c4117128-3183-4980-90a5-5699007440a7" ], "x-ms-arm-service-request-id": [ - "1c25843b-2f20-47a7-9445-dda0e9ecbefa" + "7fba47bf-50c6-41f5-9f23-fe7db6690d48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2389,13 +2389,13 @@ "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112950Z:829d8bd1-99f9-47f5-8d07-b50b9d9bc5a6" + "WESTUS:20200413T183338Z:c4117128-3183-4980-90a5-5699007440a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:49 GMT" + "Mon, 13 Apr 2020 18:33:37 GMT" ], "Content-Length": [ "30" @@ -2411,8 +2411,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2420,7 +2420,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2434,13 +2434,13 @@ "10" ], "x-ms-request-id": [ - "8e94d4f2-8219-4b53-8dd1-2d890a9dcc5e" + "c3bb3c5a-e212-4167-9246-63772ede9e56" ], "x-ms-correlation-request-id": [ - "90a1a061-8be6-42b8-9e93-9239633d24f9" + "7d076412-a601-45a3-81d4-d6cd47ad6c75" ], "x-ms-arm-service-request-id": [ - "a2379aa4-2936-477d-8737-e3dbe5011a05" + "d7f643ec-f1e6-4b7e-b930-059b7a6701b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2453,13 +2453,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113000Z:90a1a061-8be6-42b8-9e93-9239633d24f9" + "WESTUS:20200413T183348Z:7d076412-a601-45a3-81d4-d6cd47ad6c75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:29:59 GMT" + "Mon, 13 Apr 2020 18:33:48 GMT" ], "Content-Length": [ "30" @@ -2475,8 +2475,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2484,7 +2484,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2498,32 +2498,32 @@ "10" ], "x-ms-request-id": [ - "59dab8eb-603e-41a3-882b-d34e9b377173" + "cef2be69-2203-4986-b742-c92fb7c72063" ], "x-ms-correlation-request-id": [ - "2047b3a6-54f6-414d-9ef8-791aa0f35cc9" + "8d047564-869a-49c1-afdd-5d9b756b8a35" ], "x-ms-arm-service-request-id": [ - "d81ad81a-1f70-4ed1-b4e2-db7a5f8de2f2" + "ac1a73d3-af37-464f-8784-b9b6d2cb381e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113010Z:2047b3a6-54f6-414d-9ef8-791aa0f35cc9" + "WESTUS:20200413T183358Z:8d047564-869a-49c1-afdd-5d9b756b8a35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:30:09 GMT" + "Mon, 13 Apr 2020 18:33:58 GMT" ], "Content-Length": [ "30" @@ -2539,8 +2539,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2548,7 +2548,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2562,13 +2562,13 @@ "10" ], "x-ms-request-id": [ - "ccfe93ee-d69c-4dcf-8d71-1bf0e9394da1" + "507c346c-db07-4808-8ca6-0d78a489dc42" ], "x-ms-correlation-request-id": [ - "da3967fc-147e-4c9b-996f-69ccc2c08b2f" + "e5b3ec66-49fd-4eef-be38-4e666889f661" ], "x-ms-arm-service-request-id": [ - "a9753a55-a2e1-446c-8f0e-498bb127d777" + "3f187182-54aa-4010-909f-dc80bb4942ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2581,13 +2581,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113020Z:da3967fc-147e-4c9b-996f-69ccc2c08b2f" + "WESTUS:20200413T183408Z:e5b3ec66-49fd-4eef-be38-4e666889f661" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:30:19 GMT" + "Mon, 13 Apr 2020 18:34:08 GMT" ], "Content-Length": [ "30" @@ -2603,8 +2603,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2612,7 +2612,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2626,32 +2626,32 @@ "10" ], "x-ms-request-id": [ - "0900630d-b3cd-4de7-8883-99aa5209f7fc" + "e673af71-ea68-474f-96bf-d59718bf4a79" ], "x-ms-correlation-request-id": [ - "bf6ae620-baa7-4d11-a80b-20d09e39f8db" + "abfa28c2-696f-43ba-badd-506052cbc4a7" ], "x-ms-arm-service-request-id": [ - "f9af2ad2-1850-41f2-8262-b82d87bcf5c9" + "34bc32e9-c4f1-4695-b4a8-5ed9bd4df090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113031Z:bf6ae620-baa7-4d11-a80b-20d09e39f8db" + "WESTUS:20200413T183418Z:abfa28c2-696f-43ba-badd-506052cbc4a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:30:30 GMT" + "Mon, 13 Apr 2020 18:34:18 GMT" ], "Content-Length": [ "30" @@ -2667,8 +2667,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2676,7 +2676,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2690,13 +2690,13 @@ "10" ], "x-ms-request-id": [ - "4f6c90e5-b7c5-4560-818f-116ae5165804" + "1b0c990a-4c47-40b3-b2b4-fae195d56438" ], "x-ms-correlation-request-id": [ - "c6ca5c2e-16ab-48da-8da2-764a9bc5ca0f" + "c234c428-f1ca-4cb8-ad6c-87f62dc2dd8f" ], "x-ms-arm-service-request-id": [ - "7e71419e-e612-4dd9-af44-f48b40e7de7c" + "232bed5d-d758-462b-bd76-ce75861dcfa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2709,13 +2709,13 @@ "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113041Z:c6ca5c2e-16ab-48da-8da2-764a9bc5ca0f" + "WESTUS:20200413T183428Z:c234c428-f1ca-4cb8-ad6c-87f62dc2dd8f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:30:41 GMT" + "Mon, 13 Apr 2020 18:34:28 GMT" ], "Content-Length": [ "30" @@ -2731,8 +2731,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2740,7 +2740,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2754,13 +2754,13 @@ "10" ], "x-ms-request-id": [ - "c5048be8-1291-4407-80b7-00c8063b389d" + "59e911d9-eb24-424a-bfd0-b2a94603a449" ], "x-ms-correlation-request-id": [ - "4316c304-36b6-4ec8-8f0c-e11db8a553c5" + "bf451444-3e00-4c02-a0f3-d829783f48b2" ], "x-ms-arm-service-request-id": [ - "8f6deb7a-db9d-4746-8e0c-d1737d707d27" + "d4a6136e-05ab-489d-8d25-b02c2649e49c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2773,13 +2773,13 @@ "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113051Z:4316c304-36b6-4ec8-8f0c-e11db8a553c5" + "WESTUS:20200413T183438Z:bf451444-3e00-4c02-a0f3-d829783f48b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:30:51 GMT" + "Mon, 13 Apr 2020 18:34:38 GMT" ], "Content-Length": [ "30" @@ -2795,8 +2795,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2804,7 +2804,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2818,13 +2818,13 @@ "10" ], "x-ms-request-id": [ - "29a3dc19-207e-4ab6-bb0e-f80a93d37b0b" + "ec1a0a38-a386-4664-b033-19602ed71cf6" ], "x-ms-correlation-request-id": [ - "91c718f5-28fb-4fd6-b26f-9dae2659ab54" + "9a4ada38-ecdc-4b77-bf4e-877eca5ab0b0" ], "x-ms-arm-service-request-id": [ - "7632b756-f54f-474d-b87a-63922b3f13ba" + "7053d075-3a05-48de-8bd0-8c46d83b7d8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2837,13 +2837,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113102Z:91c718f5-28fb-4fd6-b26f-9dae2659ab54" + "WESTUS:20200413T183448Z:9a4ada38-ecdc-4b77-bf4e-877eca5ab0b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:01 GMT" + "Mon, 13 Apr 2020 18:34:48 GMT" ], "Content-Length": [ "30" @@ -2859,8 +2859,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2868,7 +2868,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2882,13 +2882,13 @@ "10" ], "x-ms-request-id": [ - "c5b2a331-81f4-4a90-82ff-5ea919a2c36f" + "eea14c5c-9ecc-4005-ab5c-a090c6ab6e23" ], "x-ms-correlation-request-id": [ - "71b29668-bcb1-4906-83ae-b2b26627c093" + "55e72543-d6d2-4c58-a700-26feab658e95" ], "x-ms-arm-service-request-id": [ - "24f362c3-414a-49b1-89b6-f178a3e5f66a" + "0204b43a-1e6c-4f6d-acc2-8248c53e8267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2901,13 +2901,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113112Z:71b29668-bcb1-4906-83ae-b2b26627c093" + "WESTUS:20200413T183458Z:55e72543-d6d2-4c58-a700-26feab658e95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:11 GMT" + "Mon, 13 Apr 2020 18:34:58 GMT" ], "Content-Length": [ "30" @@ -2923,8 +2923,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2932,7 +2932,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2946,32 +2946,32 @@ "10" ], "x-ms-request-id": [ - "858dc513-8483-4eb6-a1cd-53295e631f91" + "75322887-c1e3-4211-a7f0-88944ec488db" ], "x-ms-correlation-request-id": [ - "9a3d50d2-1ec1-4d85-8eea-6d7e3ca2de7c" + "463b31e7-3cac-41bb-b17f-689ad7479907" ], "x-ms-arm-service-request-id": [ - "4ebd7191-0bc9-4518-b03d-f2c3d773279d" + "2358c2dc-20fe-4986-96be-7973090f1aec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113122Z:9a3d50d2-1ec1-4d85-8eea-6d7e3ca2de7c" + "WESTUS:20200413T183509Z:463b31e7-3cac-41bb-b17f-689ad7479907" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:22 GMT" + "Mon, 13 Apr 2020 18:35:08 GMT" ], "Content-Length": [ "30" @@ -2987,8 +2987,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2996,7 +2996,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3010,13 +3010,13 @@ "10" ], "x-ms-request-id": [ - "7cda78b2-28df-493f-bdd4-6ce5ff3ddac1" + "8dd99507-0c88-492b-9f92-eea3fcacd187" ], "x-ms-correlation-request-id": [ - "89d10754-155f-479f-a692-321437f8e1e4" + "070fc208-5c39-47f4-b74e-56ee818839d3" ], "x-ms-arm-service-request-id": [ - "9fc3b761-dab2-4ef0-a086-214e9e2272f7" + "b09cdd58-7b55-4297-82ee-8b15ab52b138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3029,13 +3029,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113132Z:89d10754-155f-479f-a692-321437f8e1e4" + "WESTUS:20200413T183519Z:070fc208-5c39-47f4-b74e-56ee818839d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:32 GMT" + "Mon, 13 Apr 2020 18:35:18 GMT" ], "Content-Length": [ "30" @@ -3051,8 +3051,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3060,7 +3060,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3074,13 +3074,13 @@ "10" ], "x-ms-request-id": [ - "df10e80f-10cd-4afd-9a45-bf18924aabed" + "28bb719f-ff81-4ccc-b471-c113c3df6561" ], "x-ms-correlation-request-id": [ - "54406c87-3b11-45f4-adce-c9de8d8c3adb" + "f453ff0b-21f0-43f9-b5f8-6a1a1ec8c744" ], "x-ms-arm-service-request-id": [ - "531b783d-543e-47cb-97f7-0b225ea9e940" + "ed9cd79f-6cdc-475b-84b2-de2a3c7f0cf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3093,13 +3093,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113142Z:54406c87-3b11-45f4-adce-c9de8d8c3adb" + "WESTUS:20200413T183529Z:f453ff0b-21f0-43f9-b5f8-6a1a1ec8c744" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:42 GMT" + "Mon, 13 Apr 2020 18:35:28 GMT" ], "Content-Length": [ "30" @@ -3115,8 +3115,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3124,7 +3124,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3138,32 +3138,32 @@ "10" ], "x-ms-request-id": [ - "7b92ce65-4b12-4855-8dc7-0467831d7654" + "30e362bf-faaf-4316-8357-c86d3b7e587e" ], "x-ms-correlation-request-id": [ - "d6e73c09-5866-4d5d-a428-b0f55dd9ebab" + "64372302-12ec-40e1-bafb-8a690e13914a" ], "x-ms-arm-service-request-id": [ - "ead16afa-5213-49d0-adcb-a87f983f42f3" + "1cc1d4c6-2094-4550-b76c-db9c2a9ce26e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113153Z:d6e73c09-5866-4d5d-a428-b0f55dd9ebab" + "WESTUS:20200413T183539Z:64372302-12ec-40e1-bafb-8a690e13914a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:31:52 GMT" + "Mon, 13 Apr 2020 18:35:38 GMT" ], "Content-Length": [ "30" @@ -3179,8 +3179,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3188,7 +3188,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3202,13 +3202,13 @@ "10" ], "x-ms-request-id": [ - "4e70d49f-ccfd-43bc-8c9b-4b4e96f96774" + "9b2f07fd-e671-4f02-9186-72be749e09cd" ], "x-ms-correlation-request-id": [ - "f15be400-1e3a-4de9-98ff-91b2b8e4c9c9" + "60b1eebd-50db-494c-af36-b373e2e825d6" ], "x-ms-arm-service-request-id": [ - "48313d05-9a6d-42c0-b0be-5c82e5499050" + "10c64aa9-b18c-4f44-99fc-3fff4f86497f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3221,13 +3221,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113203Z:f15be400-1e3a-4de9-98ff-91b2b8e4c9c9" + "WESTUS:20200413T183549Z:60b1eebd-50db-494c-af36-b373e2e825d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:02 GMT" + "Mon, 13 Apr 2020 18:35:48 GMT" ], "Content-Length": [ "30" @@ -3243,8 +3243,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3252,7 +3252,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3266,13 +3266,13 @@ "10" ], "x-ms-request-id": [ - "af1e694e-ccc3-4c97-97ce-27f794de0226" + "95e6bf06-b328-46f4-86af-74cb82d70de5" ], "x-ms-correlation-request-id": [ - "3d155d31-6d9c-4ad9-a5e3-b5f1c5dbd3fb" + "a935ad0f-d715-454f-89cb-e3e1b41249f9" ], "x-ms-arm-service-request-id": [ - "04a85140-d968-4d18-8ac5-f65ae333242a" + "a2812882-577a-4f07-ab03-70cd38949f3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3285,13 +3285,13 @@ "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113213Z:3d155d31-6d9c-4ad9-a5e3-b5f1c5dbd3fb" + "WESTUS:20200413T183559Z:a935ad0f-d715-454f-89cb-e3e1b41249f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:13 GMT" + "Mon, 13 Apr 2020 18:35:59 GMT" ], "Content-Length": [ "30" @@ -3307,8 +3307,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3316,7 +3316,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3330,13 +3330,13 @@ "10" ], "x-ms-request-id": [ - "88b6781a-29cc-4d46-ac0e-02d33a599dde" + "2ff703f6-928e-45df-84ed-3613b665304d" ], "x-ms-correlation-request-id": [ - "d279dfcb-7f7f-4fae-8db4-34718874e66e" + "1defc338-862f-4105-b40c-302766fba3f0" ], "x-ms-arm-service-request-id": [ - "ea12ec68-8e95-47bb-b956-86841177917d" + "d43e9228-e663-4397-9bff-d3e3afe56ab0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3349,13 +3349,13 @@ "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113224Z:d279dfcb-7f7f-4fae-8db4-34718874e66e" + "WESTUS:20200413T183609Z:1defc338-862f-4105-b40c-302766fba3f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:23 GMT" + "Mon, 13 Apr 2020 18:36:09 GMT" ], "Content-Length": [ "30" @@ -3371,8 +3371,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3380,7 +3380,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3394,32 +3394,32 @@ "10" ], "x-ms-request-id": [ - "3f3dbe97-7060-4cf4-844f-b8031e3782e6" + "28a9db01-df34-4e84-956d-0c3e7d8251b7" ], "x-ms-correlation-request-id": [ - "c11df894-19e8-4540-9a6d-e022c91a25c4" + "62c91bf9-d21e-47c7-8454-bd1ab4c50f27" ], "x-ms-arm-service-request-id": [ - "8db54689-aa4c-4315-9789-f8ca4cfc9938" + "bdca5e2d-c3aa-4825-89b0-a7f06ef397c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113234Z:c11df894-19e8-4540-9a6d-e022c91a25c4" + "WESTUS:20200413T183619Z:62c91bf9-d21e-47c7-8454-bd1ab4c50f27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:34 GMT" + "Mon, 13 Apr 2020 18:36:19 GMT" ], "Content-Length": [ "30" @@ -3435,8 +3435,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3444,7 +3444,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3458,13 +3458,13 @@ "10" ], "x-ms-request-id": [ - "2648c59f-9202-45ef-a500-a8bd51743d38" + "89ac313e-fa84-4dbf-b0d2-1facc0ed9be9" ], "x-ms-correlation-request-id": [ - "dfa95f34-583e-47c3-a6d6-9149aa317bab" + "50eb2f26-b6d3-4daf-ad77-64f8084227ee" ], "x-ms-arm-service-request-id": [ - "3d31ea38-dffe-48ef-9f0d-8cabce21778e" + "db3e2955-4a75-4bff-b13c-985ebe0fa465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3477,13 +3477,13 @@ "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113244Z:dfa95f34-583e-47c3-a6d6-9149aa317bab" + "WESTUS:20200413T183629Z:50eb2f26-b6d3-4daf-ad77-64f8084227ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:44 GMT" + "Mon, 13 Apr 2020 18:36:29 GMT" ], "Content-Length": [ "30" @@ -3499,8 +3499,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3508,7 +3508,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3522,13 +3522,13 @@ "10" ], "x-ms-request-id": [ - "0fd38731-d73b-4423-8fdc-783deb66473a" + "1b06e08c-e612-4ac1-8015-a415fb4ff6e7" ], "x-ms-correlation-request-id": [ - "81898cd3-8593-4006-a40e-94150fd0f072" + "d45453ba-7bc2-49ee-aed5-4902de76e96b" ], "x-ms-arm-service-request-id": [ - "0bef934d-304e-4ec6-8648-27d82cc1e096" + "bed2eebb-1262-4455-830d-b54bb7aded24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3541,13 +3541,13 @@ "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113254Z:81898cd3-8593-4006-a40e-94150fd0f072" + "WESTUS:20200413T183640Z:d45453ba-7bc2-49ee-aed5-4902de76e96b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:32:54 GMT" + "Mon, 13 Apr 2020 18:36:39 GMT" ], "Content-Length": [ "30" @@ -3563,8 +3563,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3572,7 +3572,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3586,13 +3586,13 @@ "10" ], "x-ms-request-id": [ - "d4857b0d-a8f0-442f-bfef-ed619c79a89b" + "de3002ad-a5ee-4ff5-9095-53bdd112d4c6" ], "x-ms-correlation-request-id": [ - "e9cfc43f-07e6-4711-94d4-ff6cb9cf0b3d" + "7322d611-ec8b-4e4a-acc1-1ea0e32afdd9" ], "x-ms-arm-service-request-id": [ - "57643c5a-9e47-44e6-a79b-8c3df83cf4a1" + "0bdd4e1a-d6b1-4946-84e3-30f2c68f39ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3605,13 +3605,13 @@ "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113304Z:e9cfc43f-07e6-4711-94d4-ff6cb9cf0b3d" + "WESTUS:20200413T183650Z:7322d611-ec8b-4e4a-acc1-1ea0e32afdd9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:04 GMT" + "Mon, 13 Apr 2020 18:36:49 GMT" ], "Content-Length": [ "30" @@ -3627,8 +3627,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3636,7 +3636,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3650,32 +3650,32 @@ "10" ], "x-ms-request-id": [ - "ea24dc68-05ac-4ea2-869a-0d61551754db" + "1894fe7d-4e08-4b7b-90d5-2582d9a106b3" ], "x-ms-correlation-request-id": [ - "ff8fc187-39b9-4a92-ab9d-e494a21c72d9" + "ab342bd5-6d68-4333-8b1e-e23433dd0648" ], "x-ms-arm-service-request-id": [ - "21b176c2-3241-48a7-b5f4-76e850b84e72" + "a67dba80-d6b8-4d49-a43c-21a30473c984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113315Z:ff8fc187-39b9-4a92-ab9d-e494a21c72d9" + "WESTUS:20200413T183700Z:ab342bd5-6d68-4333-8b1e-e23433dd0648" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:14 GMT" + "Mon, 13 Apr 2020 18:36:59 GMT" ], "Content-Length": [ "30" @@ -3691,8 +3691,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3700,7 +3700,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3714,13 +3714,13 @@ "10" ], "x-ms-request-id": [ - "07af66cd-2f25-45ce-aeac-b778b55e9017" + "aac08fa7-c8ca-4525-95c9-dda9af62454b" ], "x-ms-correlation-request-id": [ - "48f94b6b-bc58-4f69-bbcc-c795729be6aa" + "73a1d761-4b9f-4ee8-90e9-0231c20521e3" ], "x-ms-arm-service-request-id": [ - "1259089b-211d-4740-96b8-581dab3619fe" + "f1db2622-9f59-4500-8248-6c9f0f85aade" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3733,13 +3733,13 @@ "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113325Z:48f94b6b-bc58-4f69-bbcc-c795729be6aa" + "WESTUS:20200413T183710Z:73a1d761-4b9f-4ee8-90e9-0231c20521e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:25 GMT" + "Mon, 13 Apr 2020 18:37:09 GMT" ], "Content-Length": [ "30" @@ -3755,8 +3755,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3764,7 +3764,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3778,13 +3778,13 @@ "10" ], "x-ms-request-id": [ - "f1cec9e9-44a2-44ca-84b2-31ef54ec6c6d" + "52c2f33b-396c-42c3-bfe4-3b2ebba8fad6" ], "x-ms-correlation-request-id": [ - "57d26186-d984-475a-8a86-767299e531da" + "53a786a0-68ea-4a71-b42a-f495ee6cfb25" ], "x-ms-arm-service-request-id": [ - "caea1e73-4ab1-452e-82d3-29dec052ff36" + "ed11daf4-b481-4b4a-8453-08919b0ba122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3797,13 +3797,13 @@ "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113335Z:57d26186-d984-475a-8a86-767299e531da" + "WESTUS:20200413T183720Z:53a786a0-68ea-4a71-b42a-f495ee6cfb25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:35 GMT" + "Mon, 13 Apr 2020 18:37:19 GMT" ], "Content-Length": [ "30" @@ -3819,8 +3819,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3828,7 +3828,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3842,32 +3842,32 @@ "10" ], "x-ms-request-id": [ - "383ce5dc-5e3e-48bb-9818-ecc3eb27847b" + "071912a0-10ca-44e8-824a-84c522470eed" ], "x-ms-correlation-request-id": [ - "4d6b2826-e72c-49bf-afd2-aaa0e856a2a1" + "9d461c9f-2673-4cb0-8483-4eac45a91933" ], "x-ms-arm-service-request-id": [ - "af7753e0-fde0-4350-a990-784e5fbd44d8" + "7d6a0480-f59a-4683-b9e8-92b3b8c7f38e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113346Z:4d6b2826-e72c-49bf-afd2-aaa0e856a2a1" + "WESTUS:20200413T183730Z:9d461c9f-2673-4cb0-8483-4eac45a91933" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:45 GMT" + "Mon, 13 Apr 2020 18:37:29 GMT" ], "Content-Length": [ "30" @@ -3883,8 +3883,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3892,7 +3892,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3906,13 +3906,13 @@ "10" ], "x-ms-request-id": [ - "3aabcda5-0d07-4667-a120-326ed2345dbb" + "a2b8a455-ce10-4b54-aeea-1f2132498bd0" ], "x-ms-correlation-request-id": [ - "0e3a47f7-f28b-4539-a930-4849ff0d03da" + "c46ee2a6-a34f-4b7e-90ce-c451491417e3" ], "x-ms-arm-service-request-id": [ - "c6fee718-72c9-4dfe-b182-ce8c4fe09750" + "4b2f2c8f-e502-40ca-8806-b28226682f58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3925,13 +3925,13 @@ "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113356Z:0e3a47f7-f28b-4539-a930-4849ff0d03da" + "WESTUS:20200413T183740Z:c46ee2a6-a34f-4b7e-90ce-c451491417e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:33:55 GMT" + "Mon, 13 Apr 2020 18:37:39 GMT" ], "Content-Length": [ "30" @@ -3947,8 +3947,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3956,7 +3956,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3970,13 +3970,13 @@ "10" ], "x-ms-request-id": [ - "187847be-6c56-4a3c-8664-c749f315bad9" + "50366419-aee5-4bd1-aeb6-2deb0b871828" ], "x-ms-correlation-request-id": [ - "76654834-1393-4455-8308-10925e98796e" + "0617d60a-222e-447c-a5f8-f24530888b2f" ], "x-ms-arm-service-request-id": [ - "e738b076-db63-4409-bc2f-29342debc2e8" + "75a4e24e-4dca-4d08-9a69-427e6c3fd9eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3989,13 +3989,13 @@ "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113406Z:76654834-1393-4455-8308-10925e98796e" + "WESTUS:20200413T183750Z:0617d60a-222e-447c-a5f8-f24530888b2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:05 GMT" + "Mon, 13 Apr 2020 18:37:49 GMT" ], "Content-Length": [ "30" @@ -4011,8 +4011,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4020,7 +4020,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4034,13 +4034,13 @@ "10" ], "x-ms-request-id": [ - "9cde1c85-67d7-4087-baa8-ea7e24642a6a" + "d6ae4320-355f-4e53-a865-09039b68aa6f" ], "x-ms-correlation-request-id": [ - "cb92fd01-d17c-4d99-b18c-95151a8cf1e2" + "a62f52dd-914a-423d-8a80-73df86c35a58" ], "x-ms-arm-service-request-id": [ - "b83567ea-683d-4b5d-ba5c-a075af1d2497" + "f49d91c9-fd43-4fcb-af83-16442759ed8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4053,13 +4053,13 @@ "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113416Z:cb92fd01-d17c-4d99-b18c-95151a8cf1e2" + "WESTUS:20200413T183800Z:a62f52dd-914a-423d-8a80-73df86c35a58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:15 GMT" + "Mon, 13 Apr 2020 18:38:00 GMT" ], "Content-Length": [ "30" @@ -4075,8 +4075,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4084,7 +4084,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4098,13 +4098,13 @@ "10" ], "x-ms-request-id": [ - "8dce9098-1b6f-4239-acf0-a119f16a7497" + "e326763d-115e-4299-a0ea-2fdf3da20952" ], "x-ms-correlation-request-id": [ - "025575b4-7180-4da1-9f7a-6ddf78599571" + "c2bf2ecf-d79b-40b3-bdfc-00a6f1ced5b6" ], "x-ms-arm-service-request-id": [ - "f092a506-073e-4e35-9ee7-17b2f56e2108" + "3fcd52d1-6b3b-40c4-b727-24366a74e485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4117,13 +4117,13 @@ "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113426Z:025575b4-7180-4da1-9f7a-6ddf78599571" + "WESTUS:20200413T183810Z:c2bf2ecf-d79b-40b3-bdfc-00a6f1ced5b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:25 GMT" + "Mon, 13 Apr 2020 18:38:10 GMT" ], "Content-Length": [ "30" @@ -4139,8 +4139,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4148,7 +4148,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4162,32 +4162,32 @@ "10" ], "x-ms-request-id": [ - "d0c96be1-9443-41d9-8abd-6b28bf61d098" + "31f6256b-2c60-4296-b2af-2c6847eea728" ], "x-ms-correlation-request-id": [ - "bde8f0c6-af1c-48b5-a37b-f348f614e03b" + "eab2de5f-7f26-4e3e-9ac3-62f95014d289" ], "x-ms-arm-service-request-id": [ - "9403f1ca-b1c2-4108-a39b-e9795f7197a4" + "e2508b48-2d6d-4e48-8a22-a21250929afb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113437Z:bde8f0c6-af1c-48b5-a37b-f348f614e03b" + "WESTUS:20200413T183820Z:eab2de5f-7f26-4e3e-9ac3-62f95014d289" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:37 GMT" + "Mon, 13 Apr 2020 18:38:20 GMT" ], "Content-Length": [ "30" @@ -4203,8 +4203,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4212,7 +4212,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4226,13 +4226,13 @@ "10" ], "x-ms-request-id": [ - "f9741dc8-38e2-4352-bb1f-a371ee08f7fd" + "04bf05aa-fe1a-47c3-a4b7-2d7ff80f87db" ], "x-ms-correlation-request-id": [ - "6d6f86e9-637c-40b3-a7e8-ea68f9a0af01" + "5fc475d3-ff55-44bf-b216-f7cb7c185cdc" ], "x-ms-arm-service-request-id": [ - "c12507ef-ab9d-4f5e-81ff-869434268e5f" + "9d6065aa-9f99-4e0e-99bd-be61cff12260" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4245,13 +4245,13 @@ "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113447Z:6d6f86e9-637c-40b3-a7e8-ea68f9a0af01" + "WESTUS:20200413T183831Z:5fc475d3-ff55-44bf-b216-f7cb7c185cdc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:47 GMT" + "Mon, 13 Apr 2020 18:38:31 GMT" ], "Content-Length": [ "30" @@ -4267,8 +4267,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4276,7 +4276,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4290,32 +4290,32 @@ "10" ], "x-ms-request-id": [ - "1af4aca8-da0b-4634-bc82-d5fd8788b058" + "382e2837-5277-474e-8ca0-9e82ee9cb99c" ], "x-ms-correlation-request-id": [ - "0fa1d5f3-7b36-4a20-93f5-cf7ba1e36edb" + "67f69e29-6274-4fc3-baa2-2ca5fac23f4e" ], "x-ms-arm-service-request-id": [ - "10cb2eb2-a5ca-4c05-a449-fb12c085284f" + "569f5003-4597-4153-a0f9-7347900942da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113457Z:0fa1d5f3-7b36-4a20-93f5-cf7ba1e36edb" + "WESTUS:20200413T183841Z:67f69e29-6274-4fc3-baa2-2ca5fac23f4e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:34:57 GMT" + "Mon, 13 Apr 2020 18:38:41 GMT" ], "Content-Length": [ "30" @@ -4331,8 +4331,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4340,7 +4340,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4354,13 +4354,13 @@ "10" ], "x-ms-request-id": [ - "a65b7595-07bd-4f61-81b9-002b4441959d" + "adb66399-6174-4f49-916f-fe8843139fca" ], "x-ms-correlation-request-id": [ - "17933877-85c7-4a30-9d8f-b5fc846a9d2c" + "319fb30a-191d-41c6-8760-be304ffd3bbf" ], "x-ms-arm-service-request-id": [ - "f0574b7b-0cea-4114-90b4-ad598102e90e" + "ae266135-d3ce-4fb0-a491-fd955d3cf97c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4373,13 +4373,13 @@ "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113508Z:17933877-85c7-4a30-9d8f-b5fc846a9d2c" + "WESTUS:20200413T183851Z:319fb30a-191d-41c6-8760-be304ffd3bbf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:07 GMT" + "Mon, 13 Apr 2020 18:38:51 GMT" ], "Content-Length": [ "30" @@ -4395,8 +4395,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4404,7 +4404,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4418,13 +4418,13 @@ "10" ], "x-ms-request-id": [ - "1ad58a4f-9947-4953-af80-a2224633bb2f" + "2f20b9b2-73da-4dc5-ae94-c2d44f569c1b" ], "x-ms-correlation-request-id": [ - "645e0f02-7b3a-4286-aca1-1e90ca50e34a" + "a764e382-7537-43d8-ad09-ddb448b53a95" ], "x-ms-arm-service-request-id": [ - "4d72a2d1-ff3f-4e8b-af51-c8b06e2113d1" + "b053be07-c9c7-4800-9873-b47a8f841373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4437,13 +4437,13 @@ "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113518Z:645e0f02-7b3a-4286-aca1-1e90ca50e34a" + "WESTUS:20200413T183901Z:a764e382-7537-43d8-ad09-ddb448b53a95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:17 GMT" + "Mon, 13 Apr 2020 18:39:01 GMT" ], "Content-Length": [ "30" @@ -4459,8 +4459,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4468,7 +4468,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4482,13 +4482,13 @@ "10" ], "x-ms-request-id": [ - "9cadc96c-381a-416c-8922-5ebd5083bd17" + "f83bd763-4f4e-451c-80db-1f3a884b3926" ], "x-ms-correlation-request-id": [ - "25645b8b-946b-4a29-bac0-7b877ccac684" + "601dc96f-a5f2-462f-a7ae-b2a54df2654b" ], "x-ms-arm-service-request-id": [ - "0606c2f1-1528-431c-b155-228a5a9a99d4" + "708c9a1b-7e58-472d-ace2-9296f7636388" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4501,13 +4501,13 @@ "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113528Z:25645b8b-946b-4a29-bac0-7b877ccac684" + "WESTUS:20200413T183911Z:601dc96f-a5f2-462f-a7ae-b2a54df2654b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:28 GMT" + "Mon, 13 Apr 2020 18:39:11 GMT" ], "Content-Length": [ "30" @@ -4523,8 +4523,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4532,7 +4532,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4546,13 +4546,13 @@ "10" ], "x-ms-request-id": [ - "1e4c5f43-ce6f-4cfe-8652-32901aaea9d0" + "12371fc2-f5e4-4906-b97e-6d3c7a81fad1" ], "x-ms-correlation-request-id": [ - "fab53b0b-009d-4a6b-a0a2-e1fd95af3dc3" + "b803676a-1987-4761-97b7-355f2a494543" ], "x-ms-arm-service-request-id": [ - "fc38de4d-4395-433d-8d92-1bd52cbe08e7" + "84b2d996-1527-47b7-8415-d932f33f1286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4565,13 +4565,13 @@ "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113538Z:fab53b0b-009d-4a6b-a0a2-e1fd95af3dc3" + "WESTUS:20200413T183921Z:b803676a-1987-4761-97b7-355f2a494543" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:38 GMT" + "Mon, 13 Apr 2020 18:39:21 GMT" ], "Content-Length": [ "30" @@ -4587,8 +4587,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4596,7 +4596,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4610,13 +4610,13 @@ "10" ], "x-ms-request-id": [ - "5ce909a3-74d1-446b-a72f-66e0a7add957" + "e2815a9b-11eb-44d1-a936-317aef27fc86" ], "x-ms-correlation-request-id": [ - "8435ad28-9b12-4d66-afb9-f00543f291da" + "44d50162-2fce-43f4-9a7c-7c3ee9e10905" ], "x-ms-arm-service-request-id": [ - "bbcce2ae-160d-4e00-b523-689301536220" + "0b112003-4d10-4f63-9322-b31baba3e978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4629,13 +4629,13 @@ "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113548Z:8435ad28-9b12-4d66-afb9-f00543f291da" + "WESTUS:20200413T183931Z:44d50162-2fce-43f4-9a7c-7c3ee9e10905" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:48 GMT" + "Mon, 13 Apr 2020 18:39:31 GMT" ], "Content-Length": [ "30" @@ -4651,8 +4651,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4660,7 +4660,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4674,32 +4674,32 @@ "10" ], "x-ms-request-id": [ - "59d09b4d-0124-49e4-9c9d-85f6e6c7fab0" + "0439338e-ccf4-4ce6-801a-477b491edf71" ], "x-ms-correlation-request-id": [ - "57b660d7-466b-44d5-8bd4-38615c9e4bd5" + "5b1db0a7-6311-4093-a502-67fdd78cef4f" ], "x-ms-arm-service-request-id": [ - "23974b5a-6ed5-4b4b-bdc3-7cca32510b68" + "0454c56c-87c0-40a5-9089-454c146d4f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113559Z:57b660d7-466b-44d5-8bd4-38615c9e4bd5" + "WESTUS:20200413T183941Z:5b1db0a7-6311-4093-a502-67fdd78cef4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:35:58 GMT" + "Mon, 13 Apr 2020 18:39:41 GMT" ], "Content-Length": [ "30" @@ -4715,8 +4715,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4724,7 +4724,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4738,32 +4738,32 @@ "10" ], "x-ms-request-id": [ - "237301de-e917-4834-b2ac-692bc43b2d81" + "09177edd-90a2-4fd1-be3f-a3f68617330d" ], "x-ms-correlation-request-id": [ - "9dfdd048-2ad9-4efa-b358-f1b05d131146" + "fb302209-3717-4803-83ab-c7ef4437a5c1" ], "x-ms-arm-service-request-id": [ - "d740562e-7c42-466c-b3fa-46dc773d2a7f" + "24951db0-c0df-42c6-9036-3ccf4be46ab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113609Z:9dfdd048-2ad9-4efa-b358-f1b05d131146" + "WESTUS:20200413T183951Z:fb302209-3717-4803-83ab-c7ef4437a5c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:36:09 GMT" + "Mon, 13 Apr 2020 18:39:51 GMT" ], "Content-Length": [ "30" @@ -4779,8 +4779,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4788,7 +4788,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4802,13 +4802,13 @@ "10" ], "x-ms-request-id": [ - "02c87d45-64a1-4cc9-8666-a57d00c72201" + "77dae2b7-b534-4d71-b775-28f875232f75" ], "x-ms-correlation-request-id": [ - "03b3c19d-c467-4956-83d3-35825cf94181" + "b78d6624-b0ba-4a8d-9886-4c8754e8b44a" ], "x-ms-arm-service-request-id": [ - "653f731d-e95c-490e-9e95-90ddcce85880" + "2087fe38-d086-44f9-b55a-ec1950751850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4821,13 +4821,13 @@ "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113620Z:03b3c19d-c467-4956-83d3-35825cf94181" + "WESTUS:20200413T184002Z:b78d6624-b0ba-4a8d-9886-4c8754e8b44a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:36:19 GMT" + "Mon, 13 Apr 2020 18:40:01 GMT" ], "Content-Length": [ "30" @@ -4843,8 +4843,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4852,7 +4852,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4866,13 +4866,13 @@ "10" ], "x-ms-request-id": [ - "03480007-9b4d-4dc0-b2d9-702822fcaf85" + "3e9afeac-3553-4351-9e57-c515d2e8ed4f" ], "x-ms-correlation-request-id": [ - "51078985-987c-489d-9468-3d3b62e85288" + "21560cd5-3b27-48e6-bc4c-d1c88fc5bba1" ], "x-ms-arm-service-request-id": [ - "d37c216b-c01c-4238-ad59-5994ae692efc" + "0058d557-4c38-4019-bdce-7da304e3a223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4885,13 +4885,13 @@ "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113630Z:51078985-987c-489d-9468-3d3b62e85288" + "WESTUS:20200413T184012Z:21560cd5-3b27-48e6-bc4c-d1c88fc5bba1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:36:29 GMT" + "Mon, 13 Apr 2020 18:40:11 GMT" ], "Content-Length": [ "30" @@ -4907,8 +4907,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4916,7 +4916,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4930,13 +4930,13 @@ "10" ], "x-ms-request-id": [ - "81195050-e353-4191-9ec9-9911859d075d" + "6eef0c85-b1e0-4c1d-b59b-83f906aef678" ], "x-ms-correlation-request-id": [ - "a9fb3ffd-8b87-4267-8f0a-a0ccf013f6bf" + "237dbfeb-268f-4711-968d-685b2a280f08" ], "x-ms-arm-service-request-id": [ - "fa24af48-9ba5-4799-87c8-48c9775468dc" + "843e8942-6f11-4061-83ec-1cd36e150430" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4949,13 +4949,13 @@ "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113640Z:a9fb3ffd-8b87-4267-8f0a-a0ccf013f6bf" + "WESTUS:20200413T184022Z:237dbfeb-268f-4711-968d-685b2a280f08" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:36:39 GMT" + "Mon, 13 Apr 2020 18:40:21 GMT" ], "Content-Length": [ "30" @@ -4971,8 +4971,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4980,7 +4980,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4994,13 +4994,13 @@ "10" ], "x-ms-request-id": [ - "005d5610-0d2d-4582-a9a2-06e9d5325cd9" + "b2e29140-c0d5-49b7-b600-7c59b1bb5c94" ], "x-ms-correlation-request-id": [ - "57ed0def-2e9d-4e0d-b5e0-507f897dcb83" + "f4430c8d-c89a-4e13-9003-b1b9d8c7e9fe" ], "x-ms-arm-service-request-id": [ - "6aa4b4c2-259f-478f-a835-46bbaf5326d0" + "e49ba2e1-76c2-40b2-b59b-e78cde4e487e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5013,13 +5013,13 @@ "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113650Z:57ed0def-2e9d-4e0d-b5e0-507f897dcb83" + "WESTUS:20200413T184032Z:f4430c8d-c89a-4e13-9003-b1b9d8c7e9fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:36:50 GMT" + "Mon, 13 Apr 2020 18:40:31 GMT" ], "Content-Length": [ "30" @@ -5035,8 +5035,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5044,7 +5044,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5058,13 +5058,13 @@ "10" ], "x-ms-request-id": [ - "ea4ad0fe-efb0-473d-8cb5-9a1bcc1857d8" + "6601aff9-1d5d-4faf-ab7d-4c969f69d865" ], "x-ms-correlation-request-id": [ - "5cf91b7e-05ca-499a-b3e8-9d443c75514f" + "08dcdb19-2d66-40c5-9766-ab8f67560cf3" ], "x-ms-arm-service-request-id": [ - "2be85f80-9715-46aa-a29f-95f683aa9920" + "977d6ad5-0f55-45a2-adcc-e989db1d7872" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5077,13 +5077,13 @@ "11945" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113700Z:5cf91b7e-05ca-499a-b3e8-9d443c75514f" + "WESTUS:20200413T184042Z:08dcdb19-2d66-40c5-9766-ab8f67560cf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:00 GMT" + "Mon, 13 Apr 2020 18:40:41 GMT" ], "Content-Length": [ "30" @@ -5099,8 +5099,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5108,7 +5108,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5122,13 +5122,13 @@ "10" ], "x-ms-request-id": [ - "7d723c2f-c2ee-4c01-b4a0-c581bfb1f250" + "0d8b6b86-d6f6-4e29-b703-63a8dc6fa387" ], "x-ms-correlation-request-id": [ - "a36fd06c-36fd-4063-b684-69420713f86f" + "b2a298fc-010b-48ca-8339-171611ec34a3" ], "x-ms-arm-service-request-id": [ - "34de55da-7adc-4a47-b0a5-1bbbc8da5914" + "9951036e-6281-489a-9493-f1c37900218e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5141,13 +5141,13 @@ "11944" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113711Z:a36fd06c-36fd-4063-b684-69420713f86f" + "WESTUS:20200413T184052Z:b2a298fc-010b-48ca-8339-171611ec34a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:10 GMT" + "Mon, 13 Apr 2020 18:40:52 GMT" ], "Content-Length": [ "30" @@ -5163,8 +5163,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5172,7 +5172,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5186,13 +5186,13 @@ "10" ], "x-ms-request-id": [ - "ff1d04aa-af59-43d0-887f-8b0117009e39" + "57c71f53-2c08-4996-a70d-6f6531c8e786" ], "x-ms-correlation-request-id": [ - "991ee988-b1ce-4a91-a120-f3ff625ca206" + "d538a98f-ab74-4bbf-898d-ff9e9eb695e4" ], "x-ms-arm-service-request-id": [ - "0bf909d8-fb2a-40aa-995c-2857e17a11a3" + "f558a4d0-b692-4bc0-8e6e-a7cacc862d92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5205,13 +5205,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113721Z:991ee988-b1ce-4a91-a120-f3ff625ca206" + "WESTUS:20200413T184102Z:d538a98f-ab74-4bbf-898d-ff9e9eb695e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:20 GMT" + "Mon, 13 Apr 2020 18:41:02 GMT" ], "Content-Length": [ "30" @@ -5227,8 +5227,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5236,7 +5236,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5250,13 +5250,13 @@ "10" ], "x-ms-request-id": [ - "a1b2441c-2370-4354-ab49-c691ee50390c" + "3bc551e8-a0ba-458f-84e6-7e535f132666" ], "x-ms-correlation-request-id": [ - "561c6e2f-5860-476f-b83d-56d796a480f2" + "36bdbc4d-063e-4e51-a124-222574d30475" ], "x-ms-arm-service-request-id": [ - "e676f1be-e55f-41f3-ba1c-60a9e2f3a3e5" + "6ecbdedc-7b84-4d08-b6c8-a15839d1a6de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5269,13 +5269,13 @@ "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113731Z:561c6e2f-5860-476f-b83d-56d796a480f2" + "WESTUS:20200413T184112Z:36bdbc4d-063e-4e51-a124-222574d30475" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:31 GMT" + "Mon, 13 Apr 2020 18:41:12 GMT" ], "Content-Length": [ "30" @@ -5291,8 +5291,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5300,7 +5300,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5314,13 +5314,13 @@ "10" ], "x-ms-request-id": [ - "75c00cfb-b06a-4f10-b73e-5187e9bfa3d5" + "a30fcfb7-5b14-4f10-9691-5e397723ac57" ], "x-ms-correlation-request-id": [ - "b0e7ef76-e278-4f53-9370-f8cb71cedd9d" + "a3f796f4-44f8-4e7d-8d6b-d9242c900a9c" ], "x-ms-arm-service-request-id": [ - "6a9de737-e7cf-4d99-81a8-a1d29a6b6ee7" + "0dc27a8c-7f54-4136-8846-20f2580b8a05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5333,13 +5333,13 @@ "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113742Z:b0e7ef76-e278-4f53-9370-f8cb71cedd9d" + "WESTUS:20200413T184122Z:a3f796f4-44f8-4e7d-8d6b-d9242c900a9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:41 GMT" + "Mon, 13 Apr 2020 18:41:22 GMT" ], "Content-Length": [ "30" @@ -5355,8 +5355,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5364,7 +5364,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5378,13 +5378,13 @@ "10" ], "x-ms-request-id": [ - "cba53126-47bf-47f0-874d-809084a86754" + "cd095db7-f136-4820-b43a-25dea0383b23" ], "x-ms-correlation-request-id": [ - "02b9e98f-bcbb-4721-a0ec-b64ac2ef7cb4" + "4aabf111-9718-4c7b-ae13-9965768e4db1" ], "x-ms-arm-service-request-id": [ - "f6c5f814-54df-4086-8cf4-232292a735e8" + "a6d16a08-b842-4c67-8765-548140659c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5397,13 +5397,13 @@ "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113752Z:02b9e98f-bcbb-4721-a0ec-b64ac2ef7cb4" + "WESTUS:20200413T184132Z:4aabf111-9718-4c7b-ae13-9965768e4db1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:37:51 GMT" + "Mon, 13 Apr 2020 18:41:32 GMT" ], "Content-Length": [ "30" @@ -5419,8 +5419,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5428,7 +5428,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5442,13 +5442,13 @@ "10" ], "x-ms-request-id": [ - "103a1e93-8e0c-400c-aa38-fdf6dd98152d" + "17d7c15e-a8ba-4aac-bb75-75026b5e9673" ], "x-ms-correlation-request-id": [ - "79e41776-7d6c-4785-af0b-86349861410d" + "abec1eb8-bc58-4bac-a98a-036ba5923f03" ], "x-ms-arm-service-request-id": [ - "5bb9d118-7cfe-46bd-a918-f0c7e49afbc4" + "993f6727-9bd3-4a8b-b8ef-9b6b345d0399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5461,13 +5461,13 @@ "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113802Z:79e41776-7d6c-4785-af0b-86349861410d" + "WESTUS:20200413T184143Z:abec1eb8-bc58-4bac-a98a-036ba5923f03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:01 GMT" + "Mon, 13 Apr 2020 18:41:42 GMT" ], "Content-Length": [ "30" @@ -5483,8 +5483,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5492,7 +5492,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5506,13 +5506,13 @@ "10" ], "x-ms-request-id": [ - "8a144f6e-db41-4bf6-a608-fdf5a404de0e" + "acc32667-7c3b-49a5-a848-3a67415ab0cb" ], "x-ms-correlation-request-id": [ - "afc9eed9-ac67-40c5-bd44-f4a76a8669f5" + "b41d67f4-1084-465f-93d8-8db5d40d5e5d" ], "x-ms-arm-service-request-id": [ - "25acd5dc-9303-4ccf-a92c-eda4b53a9fbd" + "3d833876-e0f3-4b81-aa7c-fb16e0470eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5525,13 +5525,13 @@ "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113812Z:afc9eed9-ac67-40c5-bd44-f4a76a8669f5" + "WESTUS:20200413T184153Z:b41d67f4-1084-465f-93d8-8db5d40d5e5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:11 GMT" + "Mon, 13 Apr 2020 18:41:52 GMT" ], "Content-Length": [ "30" @@ -5547,8 +5547,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5556,7 +5556,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5570,13 +5570,13 @@ "10" ], "x-ms-request-id": [ - "711f9f06-2bad-4db3-8694-1524cd467242" + "6487f4ec-875d-4797-b235-5bc04e0bbb1e" ], "x-ms-correlation-request-id": [ - "56f2f3b7-ff83-46bb-a2b6-73701875dffb" + "9be9ab01-f1d6-41f4-9460-e560d317551e" ], "x-ms-arm-service-request-id": [ - "ef9fff2c-c368-4894-803a-87f745b470c0" + "ef2ed6e5-e513-46c2-98ba-fada49c11e03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5589,13 +5589,13 @@ "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113822Z:56f2f3b7-ff83-46bb-a2b6-73701875dffb" + "WESTUS:20200413T184203Z:9be9ab01-f1d6-41f4-9460-e560d317551e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:21 GMT" + "Mon, 13 Apr 2020 18:42:02 GMT" ], "Content-Length": [ "30" @@ -5611,8 +5611,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5620,7 +5620,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5634,32 +5634,32 @@ "10" ], "x-ms-request-id": [ - "700b71ec-39ef-47f7-baea-7e8cd45277cb" + "9b132461-2da3-40a7-a809-89b02dc710e0" ], "x-ms-correlation-request-id": [ - "7e88045c-b7cc-470b-aef5-1cc0baffbc12" + "96b879e5-eb08-4d66-afbb-949daa4d8303" ], "x-ms-arm-service-request-id": [ - "615364bc-33c5-4a95-b2fd-972037238277" + "6e00c8bd-f44e-4d16-8d40-4dd067555de9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113832Z:7e88045c-b7cc-470b-aef5-1cc0baffbc12" + "WESTUS:20200413T184213Z:96b879e5-eb08-4d66-afbb-949daa4d8303" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:32 GMT" + "Mon, 13 Apr 2020 18:42:12 GMT" ], "Content-Length": [ "30" @@ -5675,8 +5675,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5684,7 +5684,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5698,32 +5698,32 @@ "10" ], "x-ms-request-id": [ - "529e0cb0-0dd2-4e85-a4ca-44d89a59d700" + "cd07119f-3be6-494b-ae56-ed23228050d6" ], "x-ms-correlation-request-id": [ - "35d41ef5-e91c-4a44-8026-09ff24216a39" + "e536f025-2683-4061-afdb-28387266cf8c" ], "x-ms-arm-service-request-id": [ - "32731b4a-6f38-4219-963a-2cb37253f9e9" + "70004337-9069-48d4-9549-3926c70a7c1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113843Z:35d41ef5-e91c-4a44-8026-09ff24216a39" + "WESTUS:20200413T184223Z:e536f025-2683-4061-afdb-28387266cf8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:43 GMT" + "Mon, 13 Apr 2020 18:42:22 GMT" ], "Content-Length": [ "30" @@ -5739,8 +5739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5748,7 +5748,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5762,13 +5762,13 @@ "10" ], "x-ms-request-id": [ - "38454d95-738f-4efd-8901-a05be5a25b75" + "99483474-b37c-4318-83ea-c3f8fa27d051" ], "x-ms-correlation-request-id": [ - "ae38e54d-279a-4103-9d62-2e36285cf200" + "ee9d11b7-dd4f-49ff-8f07-22f1c1a18a05" ], "x-ms-arm-service-request-id": [ - "8d438349-e476-456a-a236-6530cd6d9838" + "2856842a-e1be-4f77-bbf3-804d148a86c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5781,13 +5781,13 @@ "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113853Z:ae38e54d-279a-4103-9d62-2e36285cf200" + "WESTUS:20200413T184233Z:ee9d11b7-dd4f-49ff-8f07-22f1c1a18a05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:38:53 GMT" + "Mon, 13 Apr 2020 18:42:32 GMT" ], "Content-Length": [ "30" @@ -5803,8 +5803,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5812,7 +5812,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5826,13 +5826,13 @@ "10" ], "x-ms-request-id": [ - "0b463a52-ae70-4e0e-ac83-66cc9b97ecb6" + "42c6831f-5b1b-4880-9064-a85ce3d8d856" ], "x-ms-correlation-request-id": [ - "82db3eb0-a9b3-452f-8b36-683ad06118a0" + "827d67d6-1dd5-4a38-8860-8c26923092a8" ], "x-ms-arm-service-request-id": [ - "22c2efe9-8ff7-4999-a936-f0b0b7928196" + "80905db7-6fdf-4b58-a69e-53f1e57fc950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5845,13 +5845,13 @@ "11933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113903Z:82db3eb0-a9b3-452f-8b36-683ad06118a0" + "WESTUS:20200413T184243Z:827d67d6-1dd5-4a38-8860-8c26923092a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:03 GMT" + "Mon, 13 Apr 2020 18:42:42 GMT" ], "Content-Length": [ "30" @@ -5867,8 +5867,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5876,7 +5876,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5890,13 +5890,13 @@ "10" ], "x-ms-request-id": [ - "21e79210-519f-4a1a-af7b-5bcc4290cf87" + "bb3ae8c3-5f3d-4fef-a576-5cf2bd0a95c0" ], "x-ms-correlation-request-id": [ - "779e38d8-5940-4991-a9ca-20df0f6b6b0c" + "30c1da28-fe46-4cbf-91db-345deb3af2fb" ], "x-ms-arm-service-request-id": [ - "f0063134-9e6a-4e89-bde7-c7fb622b75ba" + "71821661-ea67-4178-9e19-98f3059edd19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5909,13 +5909,13 @@ "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113914Z:779e38d8-5940-4991-a9ca-20df0f6b6b0c" + "WESTUS:20200413T184253Z:30c1da28-fe46-4cbf-91db-345deb3af2fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:13 GMT" + "Mon, 13 Apr 2020 18:42:52 GMT" ], "Content-Length": [ "30" @@ -5931,8 +5931,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5940,7 +5940,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5954,13 +5954,13 @@ "10" ], "x-ms-request-id": [ - "90cca25b-e853-4e82-a67a-d6aab4abc333" + "4eeadcd3-4cbf-4c43-8c75-33b700d187ff" ], "x-ms-correlation-request-id": [ - "65c99be2-32fc-4177-aa1c-5a65ebe2d7f5" + "2c976f4d-3451-42ac-a6a4-bceb192c1c19" ], "x-ms-arm-service-request-id": [ - "2a4987bd-d2d2-4ef4-b4e1-ff1a61a52c63" + "f1d92a21-f51c-4fd4-b4f6-c0257560d485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5973,13 +5973,13 @@ "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113924Z:65c99be2-32fc-4177-aa1c-5a65ebe2d7f5" + "WESTUS:20200413T184303Z:2c976f4d-3451-42ac-a6a4-bceb192c1c19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:24 GMT" + "Mon, 13 Apr 2020 18:43:02 GMT" ], "Content-Length": [ "30" @@ -5995,8 +5995,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6004,7 +6004,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6018,13 +6018,13 @@ "10" ], "x-ms-request-id": [ - "b092f2a8-5d7d-4ed8-a55d-6bc3b643251c" + "1a941fa2-cca3-4708-b45a-c4927402918a" ], "x-ms-correlation-request-id": [ - "7deb3df4-1598-4f86-b8e2-da818dfb6029" + "38660350-ea86-478c-a1f7-72152f46d21a" ], "x-ms-arm-service-request-id": [ - "f0d220f7-4ca4-4cfe-9285-d42dbcf2c9ff" + "4767cf6b-c2c4-49d6-8efd-311dc72db98a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6037,13 +6037,13 @@ "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113934Z:7deb3df4-1598-4f86-b8e2-da818dfb6029" + "WESTUS:20200413T184313Z:38660350-ea86-478c-a1f7-72152f46d21a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:34 GMT" + "Mon, 13 Apr 2020 18:43:13 GMT" ], "Content-Length": [ "30" @@ -6059,8 +6059,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6068,7 +6068,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6082,32 +6082,32 @@ "10" ], "x-ms-request-id": [ - "6a436456-add6-4140-a7f0-0b8b4176599b" + "1a123c8e-82c1-4328-b9a0-b62e5d10646e" ], "x-ms-correlation-request-id": [ - "254dd401-76d5-4513-a7b8-19f105335d8f" + "8a72ea08-ee2d-43ef-a0a1-c0500a50029d" ], "x-ms-arm-service-request-id": [ - "7acab8a3-7a66-4e93-a52b-c9f496c229f9" + "d74657f9-dc1b-4b41-8124-7beb413930a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11929" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113944Z:254dd401-76d5-4513-a7b8-19f105335d8f" + "WESTUS:20200413T184323Z:8a72ea08-ee2d-43ef-a0a1-c0500a50029d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:44 GMT" + "Mon, 13 Apr 2020 18:43:23 GMT" ], "Content-Length": [ "30" @@ -6123,8 +6123,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6132,7 +6132,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6146,13 +6146,13 @@ "10" ], "x-ms-request-id": [ - "410d5058-7669-4a7d-ab24-65dee92d1552" + "bab38e0f-4295-427d-a169-2a24f7a5c630" ], "x-ms-correlation-request-id": [ - "b0e5afae-2336-42ed-ba66-d70564b749d4" + "3b95f3fd-39b4-41de-9a73-3acc6e326744" ], "x-ms-arm-service-request-id": [ - "1a55a67b-6604-4f07-a9a5-27f25d4959a8" + "fd6b9256-24f9-4a0e-830c-08c9c214cf49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6165,13 +6165,13 @@ "11928" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T113954Z:b0e5afae-2336-42ed-ba66-d70564b749d4" + "WESTUS:20200413T184334Z:3b95f3fd-39b4-41de-9a73-3acc6e326744" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:39:54 GMT" + "Mon, 13 Apr 2020 18:43:33 GMT" ], "Content-Length": [ "30" @@ -6187,8 +6187,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6196,7 +6196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6210,32 +6210,32 @@ "10" ], "x-ms-request-id": [ - "6a492f19-aba1-459d-8dda-85a7ca7e243e" + "6f16459e-182e-4ebf-b9a7-c5fd24a71843" ], "x-ms-correlation-request-id": [ - "562bee5c-2061-402f-bd3e-ef6420aae2ba" + "a667eb87-4829-43ae-aa16-22743f1569f7" ], "x-ms-arm-service-request-id": [ - "8862f8a4-dc63-4ed6-8e31-e6bf8eae2215" + "bc0dc577-7f2d-4d2b-b040-190cbd936a1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114005Z:562bee5c-2061-402f-bd3e-ef6420aae2ba" + "WESTUS:20200413T184344Z:a667eb87-4829-43ae-aa16-22743f1569f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:04 GMT" + "Mon, 13 Apr 2020 18:43:44 GMT" ], "Content-Length": [ "30" @@ -6251,8 +6251,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6260,7 +6260,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6274,13 +6274,13 @@ "10" ], "x-ms-request-id": [ - "679effe9-7c7a-4544-b950-15b1630a4d31" + "d3627673-856f-4c05-963c-c3e6038862a3" ], "x-ms-correlation-request-id": [ - "2b815255-3abe-4b5e-8d3f-bab9e5eeb259" + "b097513b-4f89-4e37-bfc5-277c776ad4ed" ], "x-ms-arm-service-request-id": [ - "bab59309-ff81-4caf-a1da-c06b0dc61134" + "f435ce75-6d5a-41c0-99eb-e3c5404a5292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6293,13 +6293,13 @@ "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114015Z:2b815255-3abe-4b5e-8d3f-bab9e5eeb259" + "WESTUS:20200413T184354Z:b097513b-4f89-4e37-bfc5-277c776ad4ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:14 GMT" + "Mon, 13 Apr 2020 18:43:54 GMT" ], "Content-Length": [ "30" @@ -6315,8 +6315,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6324,7 +6324,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6338,13 +6338,13 @@ "10" ], "x-ms-request-id": [ - "18caa0bd-3215-43a3-9f13-f082d700c04b" + "7e8c035b-6225-4487-9e26-45f150af1673" ], "x-ms-correlation-request-id": [ - "5e487455-58a1-4d9f-9ec0-72afdb3564f0" + "79b78310-7ac0-4504-afed-0e5a9e96f801" ], "x-ms-arm-service-request-id": [ - "6289b54d-c079-403c-a088-64a7557d4ceb" + "45e8a4b6-f8b2-4d00-997a-b587fc5cd007" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6357,13 +6357,13 @@ "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114025Z:5e487455-58a1-4d9f-9ec0-72afdb3564f0" + "WESTUS:20200413T184404Z:79b78310-7ac0-4504-afed-0e5a9e96f801" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:25 GMT" + "Mon, 13 Apr 2020 18:44:04 GMT" ], "Content-Length": [ "30" @@ -6379,8 +6379,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6388,7 +6388,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6402,13 +6402,13 @@ "10" ], "x-ms-request-id": [ - "b584ceb3-ec3c-4634-9602-5fc7691ecd17" + "c79df126-a583-4fa6-8d33-418747c89bae" ], "x-ms-correlation-request-id": [ - "2fcb5b6d-d52c-4e8a-b69e-1e29b90513b0" + "c0a764e6-d5bb-4cf3-a015-debfff00b5c4" ], "x-ms-arm-service-request-id": [ - "a3561150-6397-4418-accc-65ef337c7c29" + "139147c8-52af-4bdc-81cb-214fee216cbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6421,13 +6421,13 @@ "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114036Z:2fcb5b6d-d52c-4e8a-b69e-1e29b90513b0" + "WESTUS:20200413T184414Z:c0a764e6-d5bb-4cf3-a015-debfff00b5c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:35 GMT" + "Mon, 13 Apr 2020 18:44:14 GMT" ], "Content-Length": [ "30" @@ -6443,8 +6443,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6452,7 +6452,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6466,13 +6466,13 @@ "10" ], "x-ms-request-id": [ - "d9cbe2ce-cb6f-4585-8832-f9c5a39ec29a" + "f98e7383-f26f-403f-b12e-ac5ddbfa14a3" ], "x-ms-correlation-request-id": [ - "5f8be5bc-700d-4b4a-807d-e79069b25611" + "5e41577d-f2f8-423b-b64e-810df9b62d82" ], "x-ms-arm-service-request-id": [ - "f71b3b99-45d4-4e8b-960c-ae35ddb22c32" + "8dbb55d4-3e82-4039-871c-799401bded26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6485,13 +6485,13 @@ "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114046Z:5f8be5bc-700d-4b4a-807d-e79069b25611" + "WESTUS:20200413T184424Z:5e41577d-f2f8-423b-b64e-810df9b62d82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:45 GMT" + "Mon, 13 Apr 2020 18:44:24 GMT" ], "Content-Length": [ "30" @@ -6507,8 +6507,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6516,7 +6516,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6530,32 +6530,32 @@ "10" ], "x-ms-request-id": [ - "08b8dbd8-ca5a-4637-ada0-31dbd8bc1972" + "41369a04-f970-4a92-b987-2f1ebe0ce4b5" ], "x-ms-correlation-request-id": [ - "9833e244-b570-4ab5-9a4f-53df4974fd89" + "6aaf8c27-c142-4516-933c-c28c4c5bc3d9" ], "x-ms-arm-service-request-id": [ - "6e96f633-b31f-4508-b1e0-12d1da3b9ed0" + "1f8f971c-7977-4397-8c52-df379cd56811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11922" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114056Z:9833e244-b570-4ab5-9a4f-53df4974fd89" + "WESTUS:20200413T184434Z:6aaf8c27-c142-4516-933c-c28c4c5bc3d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:40:56 GMT" + "Mon, 13 Apr 2020 18:44:33 GMT" ], "Content-Length": [ "30" @@ -6571,8 +6571,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6580,7 +6580,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6594,13 +6594,13 @@ "10" ], "x-ms-request-id": [ - "94c38783-fd04-4ed1-98fa-69a4130d87d3" + "8d2930d6-a220-4c2b-99a3-058fd07caa20" ], "x-ms-correlation-request-id": [ - "0fa55a22-e924-4b61-9f06-394f4bb4b41a" + "20fb403e-7658-45f2-ac63-8f2bc9b25381" ], "x-ms-arm-service-request-id": [ - "da613419-8155-4fb6-9c39-d382af4c5f9c" + "bb1b410d-8d27-4595-98c0-a754fcce08e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6613,13 +6613,13 @@ "11921" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114106Z:0fa55a22-e924-4b61-9f06-394f4bb4b41a" + "WESTUS:20200413T184444Z:20fb403e-7658-45f2-ac63-8f2bc9b25381" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:06 GMT" + "Mon, 13 Apr 2020 18:44:44 GMT" ], "Content-Length": [ "30" @@ -6635,8 +6635,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6644,7 +6644,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6658,13 +6658,13 @@ "10" ], "x-ms-request-id": [ - "a600d915-a987-4394-b73c-01c5d64d651e" + "a0cbbbf3-f019-4ebf-b70e-0caffe0bd3bd" ], "x-ms-correlation-request-id": [ - "3c78b67a-e467-4260-9ee0-77bcf70821d1" + "71f4abb6-ea26-457d-a1ed-c3903545b422" ], "x-ms-arm-service-request-id": [ - "60e63124-6773-4200-bf9f-8fd9f91507de" + "0896853e-a294-461a-a98a-043b57c669f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6677,13 +6677,13 @@ "11920" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114116Z:3c78b67a-e467-4260-9ee0-77bcf70821d1" + "WESTUS:20200413T184455Z:71f4abb6-ea26-457d-a1ed-c3903545b422" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:16 GMT" + "Mon, 13 Apr 2020 18:44:54 GMT" ], "Content-Length": [ "30" @@ -6699,8 +6699,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6708,7 +6708,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6722,32 +6722,32 @@ "10" ], "x-ms-request-id": [ - "1b9ed8d8-2876-4d10-a623-f5603a33864a" + "f0a91ced-3728-48a7-bf5b-b2c11be1d22b" ], "x-ms-correlation-request-id": [ - "dd45c939-0c4c-4b74-bcae-85201548b180" + "6cf29241-bd3d-4158-9f92-2fff3c58efaa" ], "x-ms-arm-service-request-id": [ - "9b468e22-8474-4499-a23a-780d49b6a656" + "78480298-5869-46a5-a030-ae5d34097ede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11919" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114127Z:dd45c939-0c4c-4b74-bcae-85201548b180" + "WESTUS:20200413T184505Z:6cf29241-bd3d-4158-9f92-2fff3c58efaa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:26 GMT" + "Mon, 13 Apr 2020 18:45:05 GMT" ], "Content-Length": [ "30" @@ -6763,8 +6763,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6772,7 +6772,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6786,13 +6786,13 @@ "10" ], "x-ms-request-id": [ - "b1543112-584c-43bf-8a43-df5e7221a86d" + "ee7de7a6-ea47-4d53-8c79-44367cd69bd5" ], "x-ms-correlation-request-id": [ - "dcda1855-88fc-4804-adc7-f79ad09e29c9" + "ed7a1db8-6a4b-40fd-b813-aa5ba8eaa9a9" ], "x-ms-arm-service-request-id": [ - "726f7404-7288-4e70-9264-fb449a175b5e" + "4572e944-6140-4a06-aea6-8f59296d21c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6805,13 +6805,13 @@ "11918" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114137Z:dcda1855-88fc-4804-adc7-f79ad09e29c9" + "WESTUS:20200413T184515Z:ed7a1db8-6a4b-40fd-b813-aa5ba8eaa9a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:37 GMT" + "Mon, 13 Apr 2020 18:45:15 GMT" ], "Content-Length": [ "30" @@ -6827,8 +6827,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6836,7 +6836,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6850,13 +6850,13 @@ "10" ], "x-ms-request-id": [ - "def205d9-c799-4066-9db6-ef3cf7a4db73" + "cee49ecf-8288-45d4-ba4a-66a4c9406276" ], "x-ms-correlation-request-id": [ - "c9ea344b-757a-4a07-a24d-56244c470343" + "92a63d79-f038-4e95-a77d-d60716d6c643" ], "x-ms-arm-service-request-id": [ - "c6dda902-2664-4627-88ac-e48cfa0c7a56" + "583071cd-8268-4b60-8977-37b55ca12a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6869,13 +6869,13 @@ "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114147Z:c9ea344b-757a-4a07-a24d-56244c470343" + "WESTUS:20200413T184525Z:92a63d79-f038-4e95-a77d-d60716d6c643" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:47 GMT" + "Mon, 13 Apr 2020 18:45:25 GMT" ], "Content-Length": [ "30" @@ -6891,8 +6891,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6900,7 +6900,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6914,13 +6914,13 @@ "10" ], "x-ms-request-id": [ - "5436f3e6-00d5-4dbc-889e-70359ac2f8dd" + "4592c2c6-565a-4601-b127-3ed136d384bc" ], "x-ms-correlation-request-id": [ - "95c1deff-48ee-4e56-81db-5fa8742a2556" + "8cfed22c-6369-474b-bf3b-f232ac222e23" ], "x-ms-arm-service-request-id": [ - "dc4ed826-a59c-4630-8cd3-7fe2c1548e7d" + "6886e51d-6c95-4f40-a50f-964cdd4b09ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6933,13 +6933,13 @@ "11916" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114157Z:95c1deff-48ee-4e56-81db-5fa8742a2556" + "WESTUS:20200413T184535Z:8cfed22c-6369-474b-bf3b-f232ac222e23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:41:57 GMT" + "Mon, 13 Apr 2020 18:45:35 GMT" ], "Content-Length": [ "30" @@ -6955,8 +6955,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/32aee49c-f7aa-445c-8a2d-51c508beb3cb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMyYWVlNDljLWY3YWEtNDQ1Yy04YTJkLTUxYzUwOGJlYjNjYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6964,7 +6964,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6974,39 +6974,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "11e757ae-601e-4eb4-b3f3-6a6ac8ed6563" + "8de534e9-429f-4c05-a402-318234e7d5d9" ], "x-ms-correlation-request-id": [ - "6c217fb2-1f4b-40f9-8883-c93fa127dadc" + "73e9e807-3d88-4295-b60f-567ff2e51678" ], "x-ms-arm-service-request-id": [ - "e680fdd5-c934-45bd-b076-d5ef9907e98f" + "cbd45931-f716-48f7-b821-8796ed656518" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114208Z:6c217fb2-1f4b-40f9-8883-c93fa127dadc" + "WESTUS:20200413T184545Z:73e9e807-3d88-4295-b60f-567ff2e51678" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:07 GMT" + "Mon, 13 Apr 2020 18:45:45 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7015,12 +7012,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7028,7 +7025,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7042,13 +7039,13 @@ "10" ], "x-ms-request-id": [ - "730df0b4-92e4-440a-be53-cd374116b77a" + "ab63b4e8-d825-4deb-918e-a99830b035fa" ], "x-ms-correlation-request-id": [ - "4a84d8e7-a518-42bf-8b31-9a77d135f8ef" + "f67eda3a-e006-4252-b277-92d5fe5f5e99" ], "x-ms-arm-service-request-id": [ - "33222e36-03ca-45c4-85fe-a03c5962ac22" + "610832e5-889e-4597-b33a-ca9de07bfdc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7058,16 +7055,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114218Z:4a84d8e7-a518-42bf-8b31-9a77d135f8ef" + "WESTUS:20200413T184558Z:f67eda3a-e006-4252-b277-92d5fe5f5e99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:17 GMT" + "Mon, 13 Apr 2020 18:45:57 GMT" ], "Content-Length": [ "30" @@ -7083,8 +7080,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7092,7 +7089,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7106,13 +7103,13 @@ "10" ], "x-ms-request-id": [ - "f99a63da-244d-4a17-8770-c098d7c5ba4f" + "faf5f6a4-fc53-4d50-a5b2-39b7ec483c59" ], "x-ms-correlation-request-id": [ - "4dac45b2-e0ce-4812-818d-6109d5eb1ec5" + "020e7e76-c285-4053-958a-6a115488e0b6" ], "x-ms-arm-service-request-id": [ - "34f36010-5cdd-45a5-9568-cc7229040cdc" + "8a318f27-fa16-4b01-86be-9d19b52b455e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7122,16 +7119,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114228Z:4dac45b2-e0ce-4812-818d-6109d5eb1ec5" + "WESTUS:20200413T184608Z:020e7e76-c285-4053-958a-6a115488e0b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:27 GMT" + "Mon, 13 Apr 2020 18:46:07 GMT" ], "Content-Length": [ "30" @@ -7147,8 +7144,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7156,7 +7153,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7170,13 +7167,13 @@ "10" ], "x-ms-request-id": [ - "5e48ec0a-b6ae-4696-88a4-e81810b7d71f" + "3e068ea5-e8a3-4906-9536-bbcd091b06cb" ], "x-ms-correlation-request-id": [ - "20ceefe3-c144-489e-8634-8e91d8d8ef13" + "ef1da7f5-6788-4654-9527-880b167a9dbf" ], "x-ms-arm-service-request-id": [ - "092619d8-4a45-48cb-8e7c-dbe0adb51330" + "0ccb40d9-8e87-4485-b1b2-d0717e289434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7186,16 +7183,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114238Z:20ceefe3-c144-489e-8634-8e91d8d8ef13" + "WESTUS:20200413T184618Z:ef1da7f5-6788-4654-9527-880b167a9dbf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:38 GMT" + "Mon, 13 Apr 2020 18:46:17 GMT" ], "Content-Length": [ "30" @@ -7211,8 +7208,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7220,7 +7217,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7234,32 +7231,32 @@ "10" ], "x-ms-request-id": [ - "8146708b-b29c-497c-9170-5591214f0da5" + "39250a70-f418-48ab-a9ad-cae477877908" ], "x-ms-correlation-request-id": [ - "19a2085b-9fe3-4066-afa1-1447df961724" + "b300426d-3e3d-4404-a58f-f3aa6236d718" ], "x-ms-arm-service-request-id": [ - "98ecddd2-7dc2-4f37-83d2-05f4adef4da5" + "fced1c65-2141-4aa1-b030-9d0e65e7d7cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114248Z:19a2085b-9fe3-4066-afa1-1447df961724" + "WESTUS:20200413T184628Z:b300426d-3e3d-4404-a58f-f3aa6236d718" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:48 GMT" + "Mon, 13 Apr 2020 18:46:27 GMT" ], "Content-Length": [ "30" @@ -7275,8 +7272,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7284,7 +7281,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7298,13 +7295,13 @@ "10" ], "x-ms-request-id": [ - "c3a43e76-7ecd-4f93-8744-3dcf57486d33" + "c758fa6e-03d4-45d3-966f-b8a3326c592d" ], "x-ms-correlation-request-id": [ - "6d3c26a2-3c24-4735-946e-2b9da1473994" + "40f4735f-0ff1-4649-9413-73bd4cc1843b" ], "x-ms-arm-service-request-id": [ - "59b930bc-88eb-4ba2-b5dc-a4ad42bc49cb" + "bb7a5a01-8e88-4e86-b5c2-09f7bd0ca814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7314,16 +7311,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114259Z:6d3c26a2-3c24-4735-946e-2b9da1473994" + "WESTUS:20200413T184638Z:40f4735f-0ff1-4649-9413-73bd4cc1843b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:42:59 GMT" + "Mon, 13 Apr 2020 18:46:37 GMT" ], "Content-Length": [ "30" @@ -7339,8 +7336,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7348,7 +7345,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7362,13 +7359,13 @@ "10" ], "x-ms-request-id": [ - "51b391f4-5936-4bd8-88f9-6468f9ce570a" + "4057b6f0-7d4c-45ca-a1b2-dea903339b3e" ], "x-ms-correlation-request-id": [ - "3ac60833-a534-4c43-9a2a-305c523e80cc" + "61a7c588-fe1a-4943-818a-e21655af847f" ], "x-ms-arm-service-request-id": [ - "528b2ea2-d4bf-473e-be1c-a98fe03a2075" + "e3ae377e-0dc3-4920-be8b-a4c2f3fb8719" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7378,16 +7375,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114309Z:3ac60833-a534-4c43-9a2a-305c523e80cc" + "WESTUS:20200413T184648Z:61a7c588-fe1a-4943-818a-e21655af847f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:09 GMT" + "Mon, 13 Apr 2020 18:46:47 GMT" ], "Content-Length": [ "30" @@ -7403,8 +7400,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fdb8703f-e5be-4855-8ebb-069122c41319?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZkYjg3MDNmLWU1YmUtNDg1NS04ZWJiLTA2OTEyMmM0MTMxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7412,7 +7409,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7422,14 +7419,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "7ac34c96-3f47-4e53-bbad-c762d3973021" + "789118fe-70f7-4935-aad5-a73dcb6236d7" ], "x-ms-correlation-request-id": [ - "3c5f8506-cf64-413a-a111-632e4106afbe" + "9d70d0f1-5463-4b97-966b-5b63b84cda53" ], "x-ms-arm-service-request-id": [ - "535e68b1-1d14-48b8-98f3-2f9132a711c2" + "fb604567-b028-423f-975d-141f7b13e629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7439,19 +7439,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114319Z:3c5f8506-cf64-413a-a111-632e4106afbe" + "WESTUS:20200413T184659Z:9d70d0f1-5463-4b97-966b-5b63b84cda53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:19 GMT" + "Mon, 13 Apr 2020 18:46:59 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7460,12 +7460,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7473,7 +7473,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7487,32 +7487,32 @@ "10" ], "x-ms-request-id": [ - "ae9ab84a-5731-4c11-aa69-b09052efcd5b" + "7b89bcc9-1429-4b05-a058-cc04635c4c1d" ], "x-ms-correlation-request-id": [ - "88fbdcbf-29f2-49bf-984e-49f4d16a1c45" + "4d15ee38-1ee4-422a-af19-35d45901cea3" ], "x-ms-arm-service-request-id": [ - "435f8080-d3f8-42d8-aaa3-5de13a1fc486" + "c9dd4b52-e38d-449d-99a3-98d9da1248eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114337Z:88fbdcbf-29f2-49bf-984e-49f4d16a1c45" + "WESTUS:20200413T184709Z:4d15ee38-1ee4-422a-af19-35d45901cea3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:37 GMT" + "Mon, 13 Apr 2020 18:47:08 GMT" ], "Content-Length": [ "30" @@ -7528,8 +7528,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7537,7 +7537,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7551,13 +7551,13 @@ "10" ], "x-ms-request-id": [ - "c0523f15-7ede-4513-8a93-58f43b65ae8e" + "9384c75c-9300-4434-a49e-339360ea0a9b" ], "x-ms-correlation-request-id": [ - "55213b44-01cd-41af-8bac-1ddc9c2a11a7" + "7ae1464b-dc44-4052-a943-404759b9a089" ], "x-ms-arm-service-request-id": [ - "3122abde-49d6-4d0c-89c9-e2677bf23434" + "6804d2af-bde3-4d19-acd0-7df2b73d34a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7567,16 +7567,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114348Z:55213b44-01cd-41af-8bac-1ddc9c2a11a7" + "WESTUS:20200413T184719Z:7ae1464b-dc44-4052-a943-404759b9a089" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:47 GMT" + "Mon, 13 Apr 2020 18:47:19 GMT" ], "Content-Length": [ "30" @@ -7592,8 +7592,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7601,7 +7601,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7615,13 +7615,13 @@ "10" ], "x-ms-request-id": [ - "d03b2ed2-9fc6-4515-9ff9-83e47c35a115" + "3cc42459-9138-49e9-a549-d8a16279de92" ], "x-ms-correlation-request-id": [ - "e44441c3-f0db-4f70-b548-7facaa9b2ac6" + "fdc9376a-b23d-4d2d-b67c-854c32fad3ee" ], "x-ms-arm-service-request-id": [ - "4fa5444b-7873-47e5-8b88-c55016a3391a" + "e6136654-41f4-46ea-aa0b-9117921b2b2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7631,16 +7631,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114358Z:e44441c3-f0db-4f70-b548-7facaa9b2ac6" + "WESTUS:20200413T184729Z:fdc9376a-b23d-4d2d-b67c-854c32fad3ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:43:57 GMT" + "Mon, 13 Apr 2020 18:47:29 GMT" ], "Content-Length": [ "30" @@ -7656,8 +7656,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7665,7 +7665,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7679,13 +7679,13 @@ "10" ], "x-ms-request-id": [ - "0e295ee4-dad4-4c1f-a1db-3d527d7643d9" + "a48dd694-8eec-4527-9adc-bbb73ccc3496" ], "x-ms-correlation-request-id": [ - "4a859689-7754-481a-8b69-04fd3c19a809" + "d533a2b5-a017-409a-9568-0542eb68d12d" ], "x-ms-arm-service-request-id": [ - "d0898dbe-7977-48e3-a4e9-efd8c71c3236" + "03fdabfe-4179-4ddc-a118-0c668d741e07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7695,16 +7695,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114408Z:4a859689-7754-481a-8b69-04fd3c19a809" + "WESTUS:20200413T184739Z:d533a2b5-a017-409a-9568-0542eb68d12d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:07 GMT" + "Mon, 13 Apr 2020 18:47:39 GMT" ], "Content-Length": [ "30" @@ -7720,8 +7720,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7729,7 +7729,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7743,13 +7743,13 @@ "10" ], "x-ms-request-id": [ - "bc620007-19da-4b03-996c-9dbc12b11080" + "13fceef4-9ef5-409f-b921-7eb4f6c089be" ], "x-ms-correlation-request-id": [ - "d26b86c7-c440-4dec-b000-eece4d1b643a" + "774b302f-7100-456d-b87d-34e0172298a0" ], "x-ms-arm-service-request-id": [ - "639ba693-98f1-4c09-a454-97ddc29301af" + "a4948a98-e2c0-44d8-a37a-10c43a3236a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7759,16 +7759,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114418Z:d26b86c7-c440-4dec-b000-eece4d1b643a" + "WESTUS:20200413T184749Z:774b302f-7100-456d-b87d-34e0172298a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:18 GMT" + "Mon, 13 Apr 2020 18:47:49 GMT" ], "Content-Length": [ "30" @@ -7784,8 +7784,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7793,7 +7793,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7807,13 +7807,13 @@ "10" ], "x-ms-request-id": [ - "42036867-e3ba-4c37-9333-c9fdee6d6e4c" + "9868cb06-5eff-4efc-b616-1f9d29f0df17" ], "x-ms-correlation-request-id": [ - "91434787-ecbc-4089-82cb-ec3e61527caa" + "e92bb978-4ef9-4adf-ba98-ebde8d151d24" ], "x-ms-arm-service-request-id": [ - "b630db98-3f38-4ae4-8fef-d2dbe5a1ad13" + "b0d1ce8c-25db-41dc-9db3-6961e1e2076f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7823,16 +7823,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114429Z:91434787-ecbc-4089-82cb-ec3e61527caa" + "WESTUS:20200413T184759Z:e92bb978-4ef9-4adf-ba98-ebde8d151d24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:28 GMT" + "Mon, 13 Apr 2020 18:47:58 GMT" ], "Content-Length": [ "30" @@ -7848,8 +7848,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7857,7 +7857,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7871,32 +7871,32 @@ "10" ], "x-ms-request-id": [ - "daebb9af-cb42-4c81-a687-c205c9d98a4a" + "fe7de902-bfd1-4461-b32a-5ec8e7d40373" ], "x-ms-correlation-request-id": [ - "22c6c9d2-7aaa-4b85-96ec-5377f5c0cc3b" + "63581cc8-065a-4e2b-ae00-5f40740f8765" ], "x-ms-arm-service-request-id": [ - "6103649e-1e4c-4699-93c0-d0ebf1a583d4" + "f34206a7-6d49-4816-bc95-53295fe801a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114439Z:22c6c9d2-7aaa-4b85-96ec-5377f5c0cc3b" + "WESTUS:20200413T184809Z:63581cc8-065a-4e2b-ae00-5f40740f8765" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:39 GMT" + "Mon, 13 Apr 2020 18:48:09 GMT" ], "Content-Length": [ "30" @@ -7912,8 +7912,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7921,7 +7921,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7935,13 +7935,13 @@ "10" ], "x-ms-request-id": [ - "dfd29ccf-5f0c-4815-b9c1-977520a1e295" + "a6077df8-1e40-484a-be15-f68a2ce90dd2" ], "x-ms-correlation-request-id": [ - "34578962-2fd6-4976-9814-b546bc501bbf" + "221951ec-b213-4e52-9c0a-d9023a66a5c0" ], "x-ms-arm-service-request-id": [ - "b5abde80-5872-4dc6-83c8-0208728aeca0" + "a0b8062a-e001-42ef-bacf-19aa8a76f72d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7951,16 +7951,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114449Z:34578962-2fd6-4976-9814-b546bc501bbf" + "WESTUS:20200413T184819Z:221951ec-b213-4e52-9c0a-d9023a66a5c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:49 GMT" + "Mon, 13 Apr 2020 18:48:19 GMT" ], "Content-Length": [ "30" @@ -7976,8 +7976,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7985,7 +7985,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7999,32 +7999,32 @@ "10" ], "x-ms-request-id": [ - "57aacd52-fb00-4567-9d6f-da9a1a26997a" + "29385987-f05a-4bf5-a9bf-c76ff83b71a8" ], "x-ms-correlation-request-id": [ - "14b01686-b0c1-4c1c-ab9b-211acb0d5bd0" + "f601168e-1ca6-4875-a733-aa90c72b69b5" ], "x-ms-arm-service-request-id": [ - "c6367b9f-bbfb-4c99-bd30-8a8c090a040a" + "6754f784-9889-4deb-bb85-eb5bee951e74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114500Z:14b01686-b0c1-4c1c-ab9b-211acb0d5bd0" + "WESTUS:20200413T184829Z:f601168e-1ca6-4875-a733-aa90c72b69b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:44:59 GMT" + "Mon, 13 Apr 2020 18:48:29 GMT" ], "Content-Length": [ "30" @@ -8040,8 +8040,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8049,7 +8049,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8063,13 +8063,13 @@ "10" ], "x-ms-request-id": [ - "649a8a6f-3fa8-420b-afbe-8fb282c83397" + "95c24472-a54f-4cc7-bc6f-c62f25d23049" ], "x-ms-correlation-request-id": [ - "7eb8c7a6-839c-4f06-a3ec-c27c722a945f" + "5f9cbb4e-766a-44f2-a9ef-11c40c8abb1e" ], "x-ms-arm-service-request-id": [ - "902a8130-856c-4143-bb54-90ea25f1487a" + "2b881462-5bcf-4d4f-9468-b391f821a8ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8079,16 +8079,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114510Z:7eb8c7a6-839c-4f06-a3ec-c27c722a945f" + "WESTUS:20200413T184840Z:5f9cbb4e-766a-44f2-a9ef-11c40c8abb1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:45:09 GMT" + "Mon, 13 Apr 2020 18:48:39 GMT" ], "Content-Length": [ "30" @@ -8104,8 +8104,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8113,7 +8113,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8127,13 +8127,13 @@ "10" ], "x-ms-request-id": [ - "524cc156-d1b5-43a0-a99d-990d17ebf442" + "0e3f1dce-62c2-4186-8904-93d87128bd78" ], "x-ms-correlation-request-id": [ - "3c959cac-fada-4f0a-8ad4-20aa753a2649" + "4df1c0f0-1699-47e7-8b77-09ab79643fe8" ], "x-ms-arm-service-request-id": [ - "624a9ccd-cd34-4229-9e21-ae489123d03e" + "e1525ec1-9d3d-4e78-a931-6f3f687ae1a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8143,16 +8143,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114520Z:3c959cac-fada-4f0a-8ad4-20aa753a2649" + "WESTUS:20200413T184850Z:4df1c0f0-1699-47e7-8b77-09ab79643fe8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:45:20 GMT" + "Mon, 13 Apr 2020 18:48:49 GMT" ], "Content-Length": [ "30" @@ -8168,8 +8168,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8177,7 +8177,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8191,13 +8191,13 @@ "10" ], "x-ms-request-id": [ - "0c0e0b14-e947-42b9-b699-302f1c786bfc" + "b6756bce-7c63-46b3-9bba-6819220a2aa6" ], "x-ms-correlation-request-id": [ - "ca4b0c65-ffab-4a68-87a5-c0b76938736d" + "2e265fa6-606a-4dac-8e13-9fc92a13e93a" ], "x-ms-arm-service-request-id": [ - "46641145-8bf7-4379-b394-1a45bbce5211" + "b2539029-8dcb-4db2-9b82-e47913567871" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8207,16 +8207,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114530Z:ca4b0c65-ffab-4a68-87a5-c0b76938736d" + "WESTUS:20200413T184900Z:2e265fa6-606a-4dac-8e13-9fc92a13e93a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:45:30 GMT" + "Mon, 13 Apr 2020 18:49:00 GMT" ], "Content-Length": [ "30" @@ -8232,8 +8232,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8241,7 +8241,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8255,13 +8255,13 @@ "10" ], "x-ms-request-id": [ - "88a9cbf0-4516-47e6-9e5a-5dc3cf638c87" + "f99cb22c-e7c0-4bab-92ba-682130b61676" ], "x-ms-correlation-request-id": [ - "8638f72d-5727-40f9-bc77-692e39150e00" + "6cae3652-f971-40c8-9010-7d75891af3f2" ], "x-ms-arm-service-request-id": [ - "c23484cd-583d-4dbe-bf57-27318f240db0" + "1b5cba7d-c28d-44b8-b6d3-e41b3bc272fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8271,16 +8271,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114540Z:8638f72d-5727-40f9-bc77-692e39150e00" + "WESTUS:20200413T184910Z:6cae3652-f971-40c8-9010-7d75891af3f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:45:40 GMT" + "Mon, 13 Apr 2020 18:49:10 GMT" ], "Content-Length": [ "30" @@ -8296,8 +8296,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8305,7 +8305,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8319,32 +8319,32 @@ "10" ], "x-ms-request-id": [ - "b8bcd63d-f0fa-4294-907c-c66f9dfdbefa" + "f4ee505f-16fe-4955-a28b-6f4f0284d3de" ], "x-ms-correlation-request-id": [ - "85079eb9-648c-425f-907d-dc5f24649047" + "9f9de6b1-6f33-4393-b9e3-d380ce5fb567" ], "x-ms-arm-service-request-id": [ - "cd931ab0-c29c-4666-bb49-beddb655073b" + "cd9360c1-7c88-430a-854b-6dc1a01c4c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114551Z:85079eb9-648c-425f-907d-dc5f24649047" + "WESTUS:20200413T184920Z:9f9de6b1-6f33-4393-b9e3-d380ce5fb567" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:45:50 GMT" + "Mon, 13 Apr 2020 18:49:20 GMT" ], "Content-Length": [ "30" @@ -8360,8 +8360,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8369,7 +8369,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8383,13 +8383,13 @@ "10" ], "x-ms-request-id": [ - "26d10069-dc84-45f5-94fe-c1b91ad41b49" + "936c7ce6-ccfa-4f77-b9b1-433c0fb10c21" ], "x-ms-correlation-request-id": [ - "efbfb20c-1378-43a0-a42f-d9ee032e3edb" + "59a03894-95d0-49e7-9f95-fadda2988dfd" ], "x-ms-arm-service-request-id": [ - "1f6d3423-5dbf-44d9-9c0f-f390e8336e6a" + "e3141eb5-a7cf-4fb1-a737-0bcd6725e77f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8399,16 +8399,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114601Z:efbfb20c-1378-43a0-a42f-d9ee032e3edb" + "WESTUS:20200413T184930Z:59a03894-95d0-49e7-9f95-fadda2988dfd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:01 GMT" + "Mon, 13 Apr 2020 18:49:30 GMT" ], "Content-Length": [ "30" @@ -8424,8 +8424,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8433,7 +8433,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8447,13 +8447,13 @@ "10" ], "x-ms-request-id": [ - "048fd8df-8e68-4502-a988-78de242098d7" + "7cbb4c8e-b05f-47d0-a931-0964459f7afa" ], "x-ms-correlation-request-id": [ - "ef51ce69-7424-4c43-bac1-e5b94d9ee482" + "3f1db18e-8c07-4bfb-8204-45d6a183bcab" ], "x-ms-arm-service-request-id": [ - "8ef1e1bf-6fb6-4511-a04f-849522f63683" + "644b8991-b03a-4525-9362-06920f988efc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8463,16 +8463,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114611Z:ef51ce69-7424-4c43-bac1-e5b94d9ee482" + "WESTUS:20200413T184940Z:3f1db18e-8c07-4bfb-8204-45d6a183bcab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:11 GMT" + "Mon, 13 Apr 2020 18:49:40 GMT" ], "Content-Length": [ "30" @@ -8488,8 +8488,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8497,7 +8497,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8511,32 +8511,32 @@ "10" ], "x-ms-request-id": [ - "d54b2d55-d318-44d2-bad9-e317e5bb08f9" + "0b174e54-2ba5-48db-bfdf-d23f189ad24b" ], "x-ms-correlation-request-id": [ - "3fb29972-5a8e-45af-b65e-0b2146635a66" + "ff99424d-0f3f-4c86-8be1-d45ae334c5e5" ], "x-ms-arm-service-request-id": [ - "ccc3ee53-966e-425b-a20c-805d564fe56e" + "f3d71389-37e5-40ee-9f87-db9f30bc0796" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114622Z:3fb29972-5a8e-45af-b65e-0b2146635a66" + "WESTUS:20200413T184950Z:ff99424d-0f3f-4c86-8be1-d45ae334c5e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:21 GMT" + "Mon, 13 Apr 2020 18:49:50 GMT" ], "Content-Length": [ "30" @@ -8552,8 +8552,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8561,7 +8561,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8575,13 +8575,13 @@ "10" ], "x-ms-request-id": [ - "6ef39725-16e8-4268-8a9a-7bde074b343b" + "0d28ac90-b492-4b63-9b8c-fc21204f8b0b" ], "x-ms-correlation-request-id": [ - "bd38ce30-1272-4366-86de-314a31866209" + "891375a6-fd4d-49f2-8061-e6b7577d569e" ], "x-ms-arm-service-request-id": [ - "c4ae3ce0-0372-4435-bd55-8ac9e1174528" + "8b6c058b-2136-41d7-9182-2c1bade32b99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8591,16 +8591,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114632Z:bd38ce30-1272-4366-86de-314a31866209" + "WESTUS:20200413T185000Z:891375a6-fd4d-49f2-8061-e6b7577d569e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:32 GMT" + "Mon, 13 Apr 2020 18:50:00 GMT" ], "Content-Length": [ "30" @@ -8616,8 +8616,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8625,7 +8625,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8639,13 +8639,13 @@ "10" ], "x-ms-request-id": [ - "103ee881-9dce-47c4-9c41-87e31606de06" + "ac1f3ac9-dee1-43b2-8a74-2fe84d99893d" ], "x-ms-correlation-request-id": [ - "bce0bae7-fc76-4803-a240-e2f749d3e614" + "bfb92d94-8e64-49f4-9d67-56a4590ac353" ], "x-ms-arm-service-request-id": [ - "fa08f0b4-2e4c-40cb-b78c-f9029be260c6" + "04ffe4af-b997-48f2-8cf8-48d7829152b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8655,16 +8655,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114642Z:bce0bae7-fc76-4803-a240-e2f749d3e614" + "WESTUS:20200413T185011Z:bfb92d94-8e64-49f4-9d67-56a4590ac353" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:42 GMT" + "Mon, 13 Apr 2020 18:50:10 GMT" ], "Content-Length": [ "30" @@ -8680,8 +8680,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8689,7 +8689,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8703,13 +8703,13 @@ "10" ], "x-ms-request-id": [ - "073bc549-c1bc-4573-bedf-25fb9cce5a15" + "cd5e7c8f-d551-4767-8932-36bd0c2af96d" ], "x-ms-correlation-request-id": [ - "4fb48918-f4a3-4fdf-9b52-79cbf367be78" + "fe461f1e-d8f5-49f2-81f3-962fbfb8ecb7" ], "x-ms-arm-service-request-id": [ - "f4b1554d-f406-4cbf-840f-c824dc0c0b3a" + "5a5cf194-8d5a-49dd-9b52-80f9285927f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8719,16 +8719,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114652Z:4fb48918-f4a3-4fdf-9b52-79cbf367be78" + "WESTUS:20200413T185021Z:fe461f1e-d8f5-49f2-81f3-962fbfb8ecb7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:46:52 GMT" + "Mon, 13 Apr 2020 18:50:20 GMT" ], "Content-Length": [ "30" @@ -8744,8 +8744,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8753,7 +8753,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8767,32 +8767,32 @@ "10" ], "x-ms-request-id": [ - "fc40e41b-d483-4d75-bd7d-4c3733c1ba93" + "2edf792b-4195-480d-8a52-dac2ce6c1ddd" ], "x-ms-correlation-request-id": [ - "f222b058-b2da-440b-8b53-36e29348d649" + "9864dda9-a0d3-4179-ada4-e4b20170a886" ], "x-ms-arm-service-request-id": [ - "67ecae35-c040-4378-8edb-a941d9393cca" + "953d251f-a80c-4892-ad5c-e1bd55068967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114703Z:f222b058-b2da-440b-8b53-36e29348d649" + "WESTUS:20200413T185031Z:9864dda9-a0d3-4179-ada4-e4b20170a886" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:02 GMT" + "Mon, 13 Apr 2020 18:50:30 GMT" ], "Content-Length": [ "30" @@ -8808,8 +8808,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8817,7 +8817,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8831,13 +8831,13 @@ "10" ], "x-ms-request-id": [ - "b1d99aac-61fb-4867-83bf-678ca448132e" + "6ab2c2ae-6f9e-4bf9-ba0e-a35b9e917fa5" ], "x-ms-correlation-request-id": [ - "481f48d8-4358-4fb0-9aa9-6a213f062021" + "656f56f9-12af-43e9-aa5f-9b26ea39647b" ], "x-ms-arm-service-request-id": [ - "d9d85869-676a-44e9-adc6-0dd480ce28a1" + "d20332f3-3453-41af-a6dd-12a035ef415a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8847,16 +8847,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114713Z:481f48d8-4358-4fb0-9aa9-6a213f062021" + "WESTUS:20200413T185041Z:656f56f9-12af-43e9-aa5f-9b26ea39647b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:13 GMT" + "Mon, 13 Apr 2020 18:50:40 GMT" ], "Content-Length": [ "30" @@ -8872,8 +8872,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8881,7 +8881,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8895,13 +8895,13 @@ "10" ], "x-ms-request-id": [ - "c11afa58-9401-4f02-afe5-43af9afba2db" + "d2f7a640-c4ec-4b8e-8ca8-6109266fd3ee" ], "x-ms-correlation-request-id": [ - "55b95acb-1e6e-4d6d-a786-6c28153b5f63" + "f44de3ce-9809-4d5a-85aa-ae9a4f1614f8" ], "x-ms-arm-service-request-id": [ - "cf47098d-801c-4a7b-9ce4-209c72ed06fc" + "5410718f-f34d-4f69-ab1b-8835171976cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8911,16 +8911,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114723Z:55b95acb-1e6e-4d6d-a786-6c28153b5f63" + "WESTUS:20200413T185051Z:f44de3ce-9809-4d5a-85aa-ae9a4f1614f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:23 GMT" + "Mon, 13 Apr 2020 18:50:50 GMT" ], "Content-Length": [ "30" @@ -8936,8 +8936,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8945,7 +8945,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8959,13 +8959,13 @@ "10" ], "x-ms-request-id": [ - "9d79eba5-85cb-49fa-ab30-26d42a4fc9d9" + "f575f1fe-d1cc-428b-891e-6f37fab2eb0f" ], "x-ms-correlation-request-id": [ - "e88553c9-b0a1-4157-b473-f8799e37dd74" + "d78f5655-a8a1-485e-b6e5-1cc55afbdde8" ], "x-ms-arm-service-request-id": [ - "61222fff-4b9a-476b-a807-6d6dd2c241bc" + "df978bd8-2eff-4e53-8011-71bd9273d8a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8975,16 +8975,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114734Z:e88553c9-b0a1-4157-b473-f8799e37dd74" + "WESTUS:20200413T185101Z:d78f5655-a8a1-485e-b6e5-1cc55afbdde8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:33 GMT" + "Mon, 13 Apr 2020 18:51:00 GMT" ], "Content-Length": [ "30" @@ -9000,8 +9000,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9009,7 +9009,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9023,32 +9023,32 @@ "10" ], "x-ms-request-id": [ - "11574dfa-9541-4628-a8df-dd7c4a040a64" + "0050ed7e-5569-417c-b614-2486244519f2" ], "x-ms-correlation-request-id": [ - "20aef447-d24c-4dda-8a5e-9cf823a67d10" + "ff0cd82c-224d-41ba-bc39-59e14c2eafef" ], "x-ms-arm-service-request-id": [ - "0a598f0a-97a5-471b-8514-590ef3e68abf" + "2a7118d5-5ec1-4a45-9551-d28ab2fc3980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114744Z:20aef447-d24c-4dda-8a5e-9cf823a67d10" + "WESTUS:20200413T185111Z:ff0cd82c-224d-41ba-bc39-59e14c2eafef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:43 GMT" + "Mon, 13 Apr 2020 18:51:10 GMT" ], "Content-Length": [ "30" @@ -9064,8 +9064,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9073,7 +9073,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9087,13 +9087,13 @@ "10" ], "x-ms-request-id": [ - "4868644c-c747-4aba-a880-587efebbd86e" + "6f1319e1-fae8-4695-bfcf-314e3f533926" ], "x-ms-correlation-request-id": [ - "62c73e42-a951-4a81-824f-a3a5a9bb7a31" + "a569eb02-ef31-4a8e-9de9-ccbb95f2a291" ], "x-ms-arm-service-request-id": [ - "4c5a2ea7-400e-4940-b63c-8942247aa3d9" + "0f480f82-e92f-40ee-b669-ac5fb3edcb32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9103,16 +9103,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114754Z:62c73e42-a951-4a81-824f-a3a5a9bb7a31" + "WESTUS:20200413T185121Z:a569eb02-ef31-4a8e-9de9-ccbb95f2a291" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:47:53 GMT" + "Mon, 13 Apr 2020 18:51:21 GMT" ], "Content-Length": [ "30" @@ -9128,8 +9128,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9137,7 +9137,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9151,13 +9151,13 @@ "10" ], "x-ms-request-id": [ - "cafba828-a8b1-4603-b594-a60ce1e00721" + "dbed9337-0f42-456e-8b9c-64b0246c993d" ], "x-ms-correlation-request-id": [ - "905cf548-74e5-4f16-a08c-6ef368ed736b" + "3141c7aa-bd41-4622-94ff-788609829ffb" ], "x-ms-arm-service-request-id": [ - "a55f4a0d-28a4-4cf0-acf3-f08357e160c9" + "0d56652e-efa6-41d4-8a09-add00d33f44a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9167,16 +9167,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114804Z:905cf548-74e5-4f16-a08c-6ef368ed736b" + "WESTUS:20200413T185131Z:3141c7aa-bd41-4622-94ff-788609829ffb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:03 GMT" + "Mon, 13 Apr 2020 18:51:31 GMT" ], "Content-Length": [ "30" @@ -9192,8 +9192,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9201,7 +9201,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9215,32 +9215,32 @@ "10" ], "x-ms-request-id": [ - "86be69b9-c4c5-4366-be93-1a5e41a1a8fd" + "1d067017-7ed9-4c31-860a-3c8bdd941332" ], "x-ms-correlation-request-id": [ - "347ff8a2-dbf3-43ac-b536-3837f35e9058" + "165ef421-d341-44f0-8bc6-dd89044622e7" ], "x-ms-arm-service-request-id": [ - "c922baf7-cac0-4db2-8667-ccfa96c3f665" + "c4d544e8-f235-4d95-ad2b-f0c3e3e7cab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114814Z:347ff8a2-dbf3-43ac-b536-3837f35e9058" + "WESTUS:20200413T185141Z:165ef421-d341-44f0-8bc6-dd89044622e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:13 GMT" + "Mon, 13 Apr 2020 18:51:41 GMT" ], "Content-Length": [ "30" @@ -9256,8 +9256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9265,7 +9265,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9279,13 +9279,13 @@ "10" ], "x-ms-request-id": [ - "f58406d1-67b1-4c62-8f02-e8cc6446293e" + "29e8538e-2607-4e5b-bee6-de8cf8b8ff97" ], "x-ms-correlation-request-id": [ - "2f7ea7c1-b2be-432d-9b8d-8230196f2818" + "e2c42ac2-18ce-430e-b861-e370193d91f9" ], "x-ms-arm-service-request-id": [ - "31e10f86-61f9-4c4f-8288-8dd94761eae1" + "19e1391d-06e1-403f-87b7-a2c2ec2d9bed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9295,16 +9295,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114825Z:2f7ea7c1-b2be-432d-9b8d-8230196f2818" + "WESTUS:20200413T185152Z:e2c42ac2-18ce-430e-b861-e370193d91f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:24 GMT" + "Mon, 13 Apr 2020 18:51:51 GMT" ], "Content-Length": [ "30" @@ -9320,8 +9320,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9329,7 +9329,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9343,13 +9343,13 @@ "10" ], "x-ms-request-id": [ - "bd6ff6b3-1cc6-4e3f-9d8b-2d09f86941b3" + "542661f3-f7f5-4173-8b52-c6ebf38df4cf" ], "x-ms-correlation-request-id": [ - "315f6679-1758-4c51-b16e-382f4addd4a8" + "57bbd862-d1f3-43b4-b7c8-355fbe01e005" ], "x-ms-arm-service-request-id": [ - "7dd4bede-a019-41de-bfbf-d44c018358ff" + "f79f3129-b602-43a2-af33-5d1d3258d01e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9359,16 +9359,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114835Z:315f6679-1758-4c51-b16e-382f4addd4a8" + "WESTUS:20200413T185202Z:57bbd862-d1f3-43b4-b7c8-355fbe01e005" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:34 GMT" + "Mon, 13 Apr 2020 18:52:01 GMT" ], "Content-Length": [ "30" @@ -9384,8 +9384,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9393,7 +9393,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9407,13 +9407,13 @@ "10" ], "x-ms-request-id": [ - "7d30d43b-af4f-48df-980d-29894a7dd2f0" + "fb38d061-4246-4ef4-9cf6-2801c4d9d548" ], "x-ms-correlation-request-id": [ - "a2ae4a8f-9278-43a0-9241-15b618d6b7e8" + "f2bddf63-48cd-420a-87a3-f2d109967736" ], "x-ms-arm-service-request-id": [ - "1c722418-1084-45a7-82fb-5fd97b44c9f0" + "0e158079-1098-44ad-8e64-d01033012b4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9423,16 +9423,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114845Z:a2ae4a8f-9278-43a0-9241-15b618d6b7e8" + "WESTUS:20200413T185212Z:f2bddf63-48cd-420a-87a3-f2d109967736" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:45 GMT" + "Mon, 13 Apr 2020 18:52:11 GMT" ], "Content-Length": [ "30" @@ -9448,8 +9448,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9457,7 +9457,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9471,13 +9471,13 @@ "10" ], "x-ms-request-id": [ - "791bf1ae-0b10-4f01-9097-eea2948eb2ad" + "cff9a864-ef9b-467f-876b-3ac983560683" ], "x-ms-correlation-request-id": [ - "0d206bb9-fb71-49b9-a4e2-c2e98899d262" + "3abea079-4394-4a2e-9ad6-16971f0dbef5" ], "x-ms-arm-service-request-id": [ - "37f5dfc0-9b04-44ba-98b5-e1a48501fb2d" + "ea6ccdfc-32ac-4fda-a19c-80c2968f6507" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9487,16 +9487,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114856Z:0d206bb9-fb71-49b9-a4e2-c2e98899d262" + "WESTUS:20200413T185222Z:3abea079-4394-4a2e-9ad6-16971f0dbef5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:48:55 GMT" + "Mon, 13 Apr 2020 18:52:21 GMT" ], "Content-Length": [ "30" @@ -9512,8 +9512,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9521,7 +9521,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9535,32 +9535,32 @@ "10" ], "x-ms-request-id": [ - "6ac761c1-8c65-4d29-a2b8-00ab80124904" + "edfc8bee-b6a1-4b95-8fc6-874f2f4fac73" ], "x-ms-correlation-request-id": [ - "9fe5a495-ad06-4d30-8636-7e502dd535c7" + "0b58c11b-9e46-4951-bcf3-baaa4e506962" ], "x-ms-arm-service-request-id": [ - "6b627cdf-4c58-4f5c-b481-d14cfb85d08c" + "3e06fd88-9423-4f6b-8aa6-9a1133ad8089" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114906Z:9fe5a495-ad06-4d30-8636-7e502dd535c7" + "WESTUS:20200413T185232Z:0b58c11b-9e46-4951-bcf3-baaa4e506962" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:05 GMT" + "Mon, 13 Apr 2020 18:52:31 GMT" ], "Content-Length": [ "30" @@ -9576,8 +9576,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9585,7 +9585,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9599,13 +9599,13 @@ "10" ], "x-ms-request-id": [ - "237c13d1-a79a-43aa-afce-b645eff55255" + "5d43353a-413a-42d9-bf5c-6265bafb5cbf" ], "x-ms-correlation-request-id": [ - "72541ceb-eaa1-45b8-85d4-b9454e60963e" + "5f6ba2df-469f-4545-86ae-4e291a79cb49" ], "x-ms-arm-service-request-id": [ - "b9485a12-7485-411d-81a0-45cc5dbbfc06" + "a24bcce7-5eff-40c6-94c0-d644b9cdbde2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9615,16 +9615,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114916Z:72541ceb-eaa1-45b8-85d4-b9454e60963e" + "WESTUS:20200413T185242Z:5f6ba2df-469f-4545-86ae-4e291a79cb49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:16 GMT" + "Mon, 13 Apr 2020 18:52:41 GMT" ], "Content-Length": [ "30" @@ -9640,8 +9640,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9649,7 +9649,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9663,32 +9663,32 @@ "10" ], "x-ms-request-id": [ - "a2417d0e-2b26-4ef7-8dd3-5f4e5b34478c" + "a4bb3ca9-0519-4a2f-b522-620163e13fe5" ], "x-ms-correlation-request-id": [ - "a90ab1c3-6ad8-475c-8190-0fa5e90b8a31" + "568a9a70-dd51-4d18-98c7-71d42103b7bf" ], "x-ms-arm-service-request-id": [ - "3afeac19-57e1-4992-a2eb-0ab375446f7b" + "d6e769ba-7a34-4548-afac-48e8bab6f11f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114926Z:a90ab1c3-6ad8-475c-8190-0fa5e90b8a31" + "WESTUS:20200413T185317Z:568a9a70-dd51-4d18-98c7-71d42103b7bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:26 GMT" + "Mon, 13 Apr 2020 18:53:17 GMT" ], "Content-Length": [ "30" @@ -9704,8 +9704,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9713,7 +9713,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9727,13 +9727,13 @@ "10" ], "x-ms-request-id": [ - "1ba5572d-27bb-4a9b-be3e-8742707e45e7" + "d568a284-c89f-44a4-afad-195a1535c92f" ], "x-ms-correlation-request-id": [ - "f60b03c4-13a7-42e9-a0b7-5f67ac072292" + "6322de37-c81b-4316-ab2f-09f72226ca42" ], "x-ms-arm-service-request-id": [ - "be8d8a82-6e1f-47e7-bd86-fc073983f118" + "6636751f-0283-4b02-b674-8e5a1ca43446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9743,16 +9743,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114937Z:f60b03c4-13a7-42e9-a0b7-5f67ac072292" + "WESTUS:20200413T185327Z:6322de37-c81b-4316-ab2f-09f72226ca42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:36 GMT" + "Mon, 13 Apr 2020 18:53:27 GMT" ], "Content-Length": [ "30" @@ -9768,8 +9768,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9777,7 +9777,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9791,13 +9791,13 @@ "10" ], "x-ms-request-id": [ - "82c30ba0-eed4-410c-b000-5a78e20bd24a" + "03672eeb-8e6c-46cb-9306-7303c6ca2302" ], "x-ms-correlation-request-id": [ - "c6dd1023-1ca6-412d-a54c-e91d182980f4" + "9dd52a22-8986-4351-84f6-0edb0e2a6fae" ], "x-ms-arm-service-request-id": [ - "607aaf16-6ca9-4fcd-9804-66835e676ac9" + "7c036a3d-8200-4c2a-adbc-3da6a2a48913" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9807,16 +9807,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114947Z:c6dd1023-1ca6-412d-a54c-e91d182980f4" + "WESTUS:20200413T185337Z:9dd52a22-8986-4351-84f6-0edb0e2a6fae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:46 GMT" + "Mon, 13 Apr 2020 18:53:37 GMT" ], "Content-Length": [ "30" @@ -9832,8 +9832,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9841,7 +9841,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9855,13 +9855,13 @@ "10" ], "x-ms-request-id": [ - "327c0a53-67c7-4339-87f5-8d50fb286386" + "fa86b8ae-10a7-40af-98de-9b84b5051cdc" ], "x-ms-correlation-request-id": [ - "45d6748b-ba96-4e60-809e-9de5b2c4e0fd" + "9ef7caee-c191-46c9-acdc-25d305b97edc" ], "x-ms-arm-service-request-id": [ - "0025899a-b58e-4091-95bf-36eb9c544ee7" + "dfb7c63a-8f6b-40c1-a732-28a7adff002a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9871,16 +9871,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T114957Z:45d6748b-ba96-4e60-809e-9de5b2c4e0fd" + "WESTUS:20200413T185347Z:9ef7caee-c191-46c9-acdc-25d305b97edc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:49:56 GMT" + "Mon, 13 Apr 2020 18:53:47 GMT" ], "Content-Length": [ "30" @@ -9896,8 +9896,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9905,7 +9905,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9919,13 +9919,13 @@ "10" ], "x-ms-request-id": [ - "b032bd16-a6c0-4e26-814e-2e7959b85173" + "041c9e56-e9e9-47a6-9e0a-2c1960bea90e" ], "x-ms-correlation-request-id": [ - "227e69f0-f9ee-4aed-bf40-3b766341ce27" + "c13590af-9376-4f63-afe8-685359bacae5" ], "x-ms-arm-service-request-id": [ - "466cf099-e80b-4736-bfa4-f20b17cd8d1b" + "6fb24aa9-b656-47d8-81d9-2d5704b5fb2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9935,16 +9935,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115007Z:227e69f0-f9ee-4aed-bf40-3b766341ce27" + "WESTUS:20200413T185357Z:c13590af-9376-4f63-afe8-685359bacae5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:07 GMT" + "Mon, 13 Apr 2020 18:53:57 GMT" ], "Content-Length": [ "30" @@ -9960,8 +9960,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9969,7 +9969,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9983,13 +9983,13 @@ "10" ], "x-ms-request-id": [ - "690cfebd-cf67-486f-b0f4-e3ffc606634f" + "d085f81b-e4f0-4bec-86e4-0e92aa6f620a" ], "x-ms-correlation-request-id": [ - "c458d733-6dad-47c1-b648-5df6ae8e0358" + "604dd99e-f4e7-4314-b599-db9477b75c1d" ], "x-ms-arm-service-request-id": [ - "e71b4bec-7650-4241-bbc6-ef46fb9963c8" + "fc138e99-f784-4a8f-a9b9-8bc1a1933fb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9999,16 +9999,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115018Z:c458d733-6dad-47c1-b648-5df6ae8e0358" + "WESTUS:20200413T185408Z:604dd99e-f4e7-4314-b599-db9477b75c1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:17 GMT" + "Mon, 13 Apr 2020 18:54:07 GMT" ], "Content-Length": [ "30" @@ -10024,8 +10024,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10033,7 +10033,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10047,13 +10047,13 @@ "10" ], "x-ms-request-id": [ - "cfa235a9-802f-41c9-a1ce-1efe56d3553e" + "3a3818ca-e650-4b63-8e5a-cf38c1bd8432" ], "x-ms-correlation-request-id": [ - "be6087c7-a6ea-415a-8a30-b5a1661ed9d7" + "a138e980-de0b-41ef-97b1-86ae23b2bcd8" ], "x-ms-arm-service-request-id": [ - "b23826ba-76a6-45af-971c-be5d2e2d20eb" + "54c39c1d-4af4-46eb-8635-2b56aa0134f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10063,16 +10063,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115028Z:be6087c7-a6ea-415a-8a30-b5a1661ed9d7" + "WESTUS:20200413T185418Z:a138e980-de0b-41ef-97b1-86ae23b2bcd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:27 GMT" + "Mon, 13 Apr 2020 18:54:17 GMT" ], "Content-Length": [ "30" @@ -10088,8 +10088,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10097,7 +10097,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10111,32 +10111,32 @@ "10" ], "x-ms-request-id": [ - "e8ccecd3-619c-4291-995f-05679a5f9adc" + "8347ac0e-03e9-47a3-86d9-537e94e03c11" ], "x-ms-correlation-request-id": [ - "6a199371-88da-4549-b8e9-22d73da301c2" + "f7976a43-2a41-481d-aacb-d3f9ced54584" ], "x-ms-arm-service-request-id": [ - "229e02b1-cdbc-423f-bcf8-2e52bf1cf5b2" + "77b3fb6c-95c6-4289-a9e3-9414ac1996ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115038Z:6a199371-88da-4549-b8e9-22d73da301c2" + "WESTUS:20200413T185428Z:f7976a43-2a41-481d-aacb-d3f9ced54584" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:38 GMT" + "Mon, 13 Apr 2020 18:54:27 GMT" ], "Content-Length": [ "30" @@ -10152,8 +10152,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10161,7 +10161,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10175,13 +10175,13 @@ "10" ], "x-ms-request-id": [ - "c70553ac-5d10-4405-82bf-130591287d6d" + "2cf25f18-46c6-4dee-a717-d940c5494a96" ], "x-ms-correlation-request-id": [ - "ea742059-6cae-4636-a246-ece962859e2d" + "5267ca8a-ac32-4ac0-a5a1-7da950981d67" ], "x-ms-arm-service-request-id": [ - "06d9e8bb-2066-4245-b270-0a92e4511033" + "a5301783-3123-4fca-93a4-7d19b641d8c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10191,16 +10191,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115049Z:ea742059-6cae-4636-a246-ece962859e2d" + "WESTUS:20200413T185438Z:5267ca8a-ac32-4ac0-a5a1-7da950981d67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:48 GMT" + "Mon, 13 Apr 2020 18:54:37 GMT" ], "Content-Length": [ "30" @@ -10216,8 +10216,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10225,7 +10225,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10239,32 +10239,32 @@ "10" ], "x-ms-request-id": [ - "3b38be14-507b-4850-925d-5ea90da5e20b" + "471cd6e9-a286-4109-8f19-a8a3a995366a" ], "x-ms-correlation-request-id": [ - "d363fc4c-a467-4d0e-890a-77a2c0e241f5" + "c85909b9-511c-40f1-81e0-39adee55c41d" ], "x-ms-arm-service-request-id": [ - "d4e75b48-cf10-42af-9f36-8aac45bac1a7" + "625d259b-bf4d-4d80-b0fc-ed138c00753b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115059Z:d363fc4c-a467-4d0e-890a-77a2c0e241f5" + "WESTUS:20200413T185448Z:c85909b9-511c-40f1-81e0-39adee55c41d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:50:58 GMT" + "Mon, 13 Apr 2020 18:54:48 GMT" ], "Content-Length": [ "30" @@ -10280,8 +10280,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10289,7 +10289,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10303,13 +10303,13 @@ "10" ], "x-ms-request-id": [ - "e2214ee4-473a-4d8e-8a17-2b1b46058391" + "3ca438c6-b366-4372-8f79-f1f3895ba3cd" ], "x-ms-correlation-request-id": [ - "ffddcdde-6ac7-4aa1-92d8-6748ede8cc94" + "4e8cfce5-b32f-48ca-a452-165b284ec356" ], "x-ms-arm-service-request-id": [ - "a227e32b-ed05-4633-8fb9-cce68cd64316" + "934a089b-0af7-4c29-a459-86fb191e9ec2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10319,16 +10319,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115109Z:ffddcdde-6ac7-4aa1-92d8-6748ede8cc94" + "WESTUS:20200413T185458Z:4e8cfce5-b32f-48ca-a452-165b284ec356" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:51:09 GMT" + "Mon, 13 Apr 2020 18:54:58 GMT" ], "Content-Length": [ "30" @@ -10344,8 +10344,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10353,7 +10353,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10367,13 +10367,13 @@ "10" ], "x-ms-request-id": [ - "cf8d9aa8-4d08-409f-bde9-0bf632776a0e" + "243e3190-bcb1-4550-abb5-4289e9d87d0a" ], "x-ms-correlation-request-id": [ - "123bfad4-6585-476e-a0ca-de7f0abb4dbc" + "6e07baa1-cc7b-4dd4-b674-249bb606c281" ], "x-ms-arm-service-request-id": [ - "e818e6e3-8bbc-4fa0-9803-690149cd7954" + "39c571db-8f90-4ad2-a3c6-84ed1ede2f4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10383,16 +10383,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115119Z:123bfad4-6585-476e-a0ca-de7f0abb4dbc" + "WESTUS:20200413T185508Z:6e07baa1-cc7b-4dd4-b674-249bb606c281" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:51:19 GMT" + "Mon, 13 Apr 2020 18:55:08 GMT" ], "Content-Length": [ "30" @@ -10408,8 +10408,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10417,7 +10417,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10431,13 +10431,13 @@ "10" ], "x-ms-request-id": [ - "f647a318-0913-4236-ae76-d60f529ba294" + "2f25f413-836f-4bf0-a51d-bfb2e45eaff9" ], "x-ms-correlation-request-id": [ - "9702f1e4-5b02-42f2-9322-ac37829d6da7" + "7bce9884-4bb7-4596-b92a-7de8975b4347" ], "x-ms-arm-service-request-id": [ - "9d2ca751-2c3c-4cc5-b0f9-18118953b1ba" + "51d13f5a-0518-456e-ba13-c2347e796190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10447,16 +10447,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115129Z:9702f1e4-5b02-42f2-9322-ac37829d6da7" + "WESTUS:20200413T185518Z:7bce9884-4bb7-4596-b92a-7de8975b4347" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:51:29 GMT" + "Mon, 13 Apr 2020 18:55:18 GMT" ], "Content-Length": [ "30" @@ -10472,8 +10472,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10481,7 +10481,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10495,13 +10495,13 @@ "10" ], "x-ms-request-id": [ - "da91d1f8-e02e-43ec-8838-99157bb7b456" + "879614bb-c60f-4bae-97a1-918980e20eb1" ], "x-ms-correlation-request-id": [ - "f057c8d2-019c-44ba-8caf-8e7578f459bf" + "b3aeef5f-f91d-4c37-87cc-96890668ff13" ], "x-ms-arm-service-request-id": [ - "254e1857-19ca-45bc-954d-3c5c712f733c" + "e2a110b0-7d53-4405-8800-92287048178e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10511,16 +10511,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115140Z:f057c8d2-019c-44ba-8caf-8e7578f459bf" + "WESTUS:20200413T185528Z:b3aeef5f-f91d-4c37-87cc-96890668ff13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:51:39 GMT" + "Mon, 13 Apr 2020 18:55:28 GMT" ], "Content-Length": [ "30" @@ -10536,8 +10536,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10545,7 +10545,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10559,32 +10559,32 @@ "10" ], "x-ms-request-id": [ - "491324ba-5a68-4dac-adc0-cef08ba90b04" + "7eaa4086-b081-4438-a31f-241a2e8e5b4a" ], "x-ms-correlation-request-id": [ - "e2cfa186-af84-4155-81fa-f4094200b25b" + "0a20a614-1e91-48d5-93ca-1966a199edc8" ], "x-ms-arm-service-request-id": [ - "966b69ea-c7d8-43fb-ad7c-19e88f065a8a" + "f184af32-c0c8-402f-b5ae-f9cf6b36d80b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115150Z:e2cfa186-af84-4155-81fa-f4094200b25b" + "WESTUS:20200413T185538Z:0a20a614-1e91-48d5-93ca-1966a199edc8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:51:49 GMT" + "Mon, 13 Apr 2020 18:55:38 GMT" ], "Content-Length": [ "30" @@ -10600,8 +10600,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10609,7 +10609,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10623,13 +10623,13 @@ "10" ], "x-ms-request-id": [ - "065be796-062a-4267-970b-ba0d5944f8c5" + "edd37db0-c0a2-444c-856b-950d060992bd" ], "x-ms-correlation-request-id": [ - "f6f18c69-ad58-4d68-8449-372735e745bc" + "8671daa1-7118-4ebb-852f-5b554a70f33a" ], "x-ms-arm-service-request-id": [ - "58747819-950e-426f-95aa-86bf26705514" + "bca64634-39e9-4a7e-8f2f-ae17e45fac62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10639,16 +10639,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115200Z:f6f18c69-ad58-4d68-8449-372735e745bc" + "WESTUS:20200413T185548Z:8671daa1-7118-4ebb-852f-5b554a70f33a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:00 GMT" + "Mon, 13 Apr 2020 18:55:48 GMT" ], "Content-Length": [ "30" @@ -10664,8 +10664,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10673,7 +10673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10687,13 +10687,13 @@ "10" ], "x-ms-request-id": [ - "cc9e5348-d72a-4931-9f4c-c04e590a15fd" + "e6e2f19b-07b4-4613-b9d7-106c114a5089" ], "x-ms-correlation-request-id": [ - "d61edc2b-3053-413a-a3ea-0f7b66dcb5fd" + "6b7b6d76-2464-4873-8431-0074aca33c56" ], "x-ms-arm-service-request-id": [ - "8a046946-ea5f-444d-8aef-f16606bddabb" + "5e4e1164-adbd-4def-9a4c-4ccb915e045d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10703,16 +10703,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115211Z:d61edc2b-3053-413a-a3ea-0f7b66dcb5fd" + "WESTUS:20200413T185558Z:6b7b6d76-2464-4873-8431-0074aca33c56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:10 GMT" + "Mon, 13 Apr 2020 18:55:58 GMT" ], "Content-Length": [ "30" @@ -10728,8 +10728,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10737,7 +10737,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10751,13 +10751,13 @@ "10" ], "x-ms-request-id": [ - "d844ac2d-e2d3-404a-b8ad-b837e3a3ba21" + "0a8e33a4-2595-4ae6-825a-cdfb9d1ab477" ], "x-ms-correlation-request-id": [ - "48e01609-0740-43d4-b9fc-259e1f6dcf67" + "f7bdbe82-ec33-455a-acb5-9798edb98555" ], "x-ms-arm-service-request-id": [ - "b0a9a0ee-29c7-461a-827a-9a82acc8c2b9" + "c8db3f26-41e6-4c20-ac28-5e6c30d302d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10767,16 +10767,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115221Z:48e01609-0740-43d4-b9fc-259e1f6dcf67" + "WESTUS:20200413T185609Z:f7bdbe82-ec33-455a-acb5-9798edb98555" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:21 GMT" + "Mon, 13 Apr 2020 18:56:08 GMT" ], "Content-Length": [ "30" @@ -10792,8 +10792,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10801,7 +10801,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10815,32 +10815,32 @@ "10" ], "x-ms-request-id": [ - "63a05daf-ebcf-4612-8086-d7fded8f4cb7" + "b0a85501-77e1-42af-aef1-47ef497e9f09" ], "x-ms-correlation-request-id": [ - "9a326cab-e2ec-4d18-af01-7ef2e4018765" + "11bb6f00-b292-4952-8c5e-d7d50f2661a7" ], "x-ms-arm-service-request-id": [ - "3659ec4b-675e-42f1-934b-64e7778c9938" + "2d288a99-3344-44b8-8248-968e472574ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115231Z:9a326cab-e2ec-4d18-af01-7ef2e4018765" + "WESTUS:20200413T185619Z:11bb6f00-b292-4952-8c5e-d7d50f2661a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:31 GMT" + "Mon, 13 Apr 2020 18:56:18 GMT" ], "Content-Length": [ "30" @@ -10856,8 +10856,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10865,7 +10865,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10879,13 +10879,13 @@ "10" ], "x-ms-request-id": [ - "dd33dbb8-034e-4457-b1c4-bf5804ff7d31" + "4e63e90f-bbbe-4c1e-93b5-7fedaf4a6bb7" ], "x-ms-correlation-request-id": [ - "decc14b1-af63-4105-a506-048b2fc7c6c6" + "1d0c87af-ac6a-48cf-8413-fd9f68d056f3" ], "x-ms-arm-service-request-id": [ - "599ad6ed-8efd-4cea-89ef-dcfc0e296098" + "edd7071f-d7f5-418a-a15a-c6a760817d42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10895,16 +10895,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115241Z:decc14b1-af63-4105-a506-048b2fc7c6c6" + "WESTUS:20200413T185629Z:1d0c87af-ac6a-48cf-8413-fd9f68d056f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:41 GMT" + "Mon, 13 Apr 2020 18:56:28 GMT" ], "Content-Length": [ "30" @@ -10920,8 +10920,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10929,7 +10929,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10943,13 +10943,13 @@ "10" ], "x-ms-request-id": [ - "576b168d-1d3a-46d8-8bcd-e496c7988bd7" + "4d579bca-25e4-4ada-9e43-222abf07e931" ], "x-ms-correlation-request-id": [ - "f1cbefdc-35d3-4a2f-ab5c-eaf92c9b3948" + "198767b5-32a3-45c6-8d09-2f650eeb62b7" ], "x-ms-arm-service-request-id": [ - "f6c99be2-d5a5-489d-a81a-100f68ae5504" + "ceae5699-6e02-425e-ab67-38247a3dd851" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10959,16 +10959,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115251Z:f1cbefdc-35d3-4a2f-ab5c-eaf92c9b3948" + "WESTUS:20200413T185639Z:198767b5-32a3-45c6-8d09-2f650eeb62b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:52:51 GMT" + "Mon, 13 Apr 2020 18:56:38 GMT" ], "Content-Length": [ "30" @@ -10984,8 +10984,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10993,7 +10993,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11007,32 +11007,32 @@ "10" ], "x-ms-request-id": [ - "fd59f9ef-1b76-4795-a758-a4f12b4fdbe2" + "eee53121-5ffe-408a-8185-b0c36b66f54b" ], "x-ms-correlation-request-id": [ - "44a8fe4b-18cc-4d1e-954d-e7ef012eaf73" + "6c46fa95-774b-4169-86f9-a14d0a3a7f36" ], "x-ms-arm-service-request-id": [ - "e696e669-56cc-4e0b-8b8c-845025df956e" + "6f7ab94f-60c3-4269-9f41-fffc545ebd6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115302Z:44a8fe4b-18cc-4d1e-954d-e7ef012eaf73" + "WESTUS:20200413T185649Z:6c46fa95-774b-4169-86f9-a14d0a3a7f36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:01 GMT" + "Mon, 13 Apr 2020 18:56:49 GMT" ], "Content-Length": [ "30" @@ -11048,8 +11048,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11057,7 +11057,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11071,13 +11071,13 @@ "10" ], "x-ms-request-id": [ - "de537d3d-e370-4780-a992-a33f0a2e9305" + "37a85876-6ee2-4252-ad4c-213f3d4fe706" ], "x-ms-correlation-request-id": [ - "4ebdbd0f-7510-4aed-bdd9-d8cd0b131103" + "2bbd83f8-6bd4-4c5c-b762-8c862efb3a25" ], "x-ms-arm-service-request-id": [ - "0c72eae2-d5df-4239-b3af-c2fe5b813156" + "9e2b4ff1-0f32-487a-9561-af58ef208b76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11087,16 +11087,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115312Z:4ebdbd0f-7510-4aed-bdd9-d8cd0b131103" + "WESTUS:20200413T185659Z:2bbd83f8-6bd4-4c5c-b762-8c862efb3a25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:12 GMT" + "Mon, 13 Apr 2020 18:56:59 GMT" ], "Content-Length": [ "30" @@ -11112,8 +11112,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11121,7 +11121,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11135,13 +11135,13 @@ "10" ], "x-ms-request-id": [ - "4411ffe6-b4bf-4359-a45a-b41369b213cc" + "ba0e759b-92c6-4b04-9fd1-fbcd6c1a32a6" ], "x-ms-correlation-request-id": [ - "dcb8072d-ca4f-48b8-9a89-168ed0e4b77d" + "5c09a4e8-6ae3-46e8-aceb-3d161adba38c" ], "x-ms-arm-service-request-id": [ - "cbd47dc0-7d48-4a87-98fc-18691620ca05" + "b3c68337-cde9-4e2f-8c49-a1003ed54a27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11151,16 +11151,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115322Z:dcb8072d-ca4f-48b8-9a89-168ed0e4b77d" + "WESTUS:20200413T185709Z:5c09a4e8-6ae3-46e8-aceb-3d161adba38c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:22 GMT" + "Mon, 13 Apr 2020 18:57:09 GMT" ], "Content-Length": [ "30" @@ -11176,8 +11176,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11185,7 +11185,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11199,13 +11199,13 @@ "10" ], "x-ms-request-id": [ - "73d0ea32-14cd-4f46-bde2-5b61af115f9b" + "460124cb-26d0-4bd2-a47c-b943112387a6" ], "x-ms-correlation-request-id": [ - "ae6ef947-1321-4b94-90e6-c61b267dcc65" + "03c26213-153a-4517-b6b3-6e8147e15e3f" ], "x-ms-arm-service-request-id": [ - "0ea172cc-e7f0-4d0a-914c-738c9533d60c" + "95ec99e6-1dbc-4937-812a-01e69a70f4fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11215,16 +11215,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115333Z:ae6ef947-1321-4b94-90e6-c61b267dcc65" + "WESTUS:20200413T185719Z:03c26213-153a-4517-b6b3-6e8147e15e3f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:32 GMT" + "Mon, 13 Apr 2020 18:57:19 GMT" ], "Content-Length": [ "30" @@ -11240,8 +11240,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11249,7 +11249,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11263,13 +11263,13 @@ "10" ], "x-ms-request-id": [ - "f2ff33d1-ec8b-490a-b31c-0797dcc2a281" + "b70eab20-1dee-4a3e-8160-19bd72c80787" ], "x-ms-correlation-request-id": [ - "3e3b98e4-5815-4fbd-ba8a-e506f715b333" + "29112ff0-ab1e-47bd-bba0-25783a53e217" ], "x-ms-arm-service-request-id": [ - "32304e34-bb21-4016-acc3-8444b5a383d7" + "362db9ac-f73f-401e-803d-87f5f8b4c2f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11279,16 +11279,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115343Z:3e3b98e4-5815-4fbd-ba8a-e506f715b333" + "WESTUS:20200413T185729Z:29112ff0-ab1e-47bd-bba0-25783a53e217" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:42 GMT" + "Mon, 13 Apr 2020 18:57:29 GMT" ], "Content-Length": [ "30" @@ -11304,8 +11304,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11313,7 +11313,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11327,13 +11327,13 @@ "10" ], "x-ms-request-id": [ - "54861077-1408-4e1e-b927-19a3b7d0717b" + "8e7083ef-c556-49dc-9b62-44bffea5e20b" ], "x-ms-correlation-request-id": [ - "5dce0ea3-04a2-4cf9-9de8-5b4931558b8e" + "130ef742-e947-4380-a75f-97a6f942b8fd" ], "x-ms-arm-service-request-id": [ - "bd24b464-de3b-4fd7-9363-e62cce999c09" + "0bca41c2-32e1-47f5-b047-bd757dc2ffab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11343,16 +11343,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115353Z:5dce0ea3-04a2-4cf9-9de8-5b4931558b8e" + "WESTUS:20200413T185739Z:130ef742-e947-4380-a75f-97a6f942b8fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:53:52 GMT" + "Mon, 13 Apr 2020 18:57:39 GMT" ], "Content-Length": [ "30" @@ -11368,8 +11368,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11377,7 +11377,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11391,32 +11391,32 @@ "10" ], "x-ms-request-id": [ - "6fac46e0-bb31-4df1-ba63-84bdcf0ea3a7" + "51281af2-c204-426e-94a3-f05560900976" ], "x-ms-correlation-request-id": [ - "9413a9c5-ab73-492c-b2e0-26a599b87a6f" + "af5ee97f-7f51-4f35-aada-9e93328ced50" ], "x-ms-arm-service-request-id": [ - "40dd1346-c85c-4b1d-9075-38b23e87f310" + "bb5e4368-c166-4c65-9a3f-503541f8a0bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115403Z:9413a9c5-ab73-492c-b2e0-26a599b87a6f" + "WESTUS:20200413T185749Z:af5ee97f-7f51-4f35-aada-9e93328ced50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:54:02 GMT" + "Mon, 13 Apr 2020 18:57:49 GMT" ], "Content-Length": [ "30" @@ -11432,8 +11432,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11441,7 +11441,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11455,32 +11455,32 @@ "10" ], "x-ms-request-id": [ - "9a371b70-b919-42dc-8914-07f3b5fbde39" + "49157f75-1906-4f74-bdec-34170b07b800" ], "x-ms-correlation-request-id": [ - "1ef30b14-736d-4748-b083-f6829e87f9dd" + "baf53104-6289-424f-bdd3-31adb1ed5680" ], "x-ms-arm-service-request-id": [ - "2a444c8a-6a02-4f7d-a16b-84f09227272a" + "2c7c5304-e64f-4476-97c7-21f1c8b14975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115414Z:1ef30b14-736d-4748-b083-f6829e87f9dd" + "WESTUS:20200413T185800Z:baf53104-6289-424f-bdd3-31adb1ed5680" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:54:13 GMT" + "Mon, 13 Apr 2020 18:57:59 GMT" ], "Content-Length": [ "30" @@ -11496,8 +11496,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11505,7 +11505,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11519,13 +11519,13 @@ "10" ], "x-ms-request-id": [ - "69e33edf-daaa-41f4-bc5c-c5971319b40f" + "5489a3ef-9219-4b47-a9a0-212bee640c30" ], "x-ms-correlation-request-id": [ - "60f4368b-981e-4e76-80c5-322564fbe843" + "d8703240-360a-4238-8273-925e35e747ea" ], "x-ms-arm-service-request-id": [ - "76f843d4-ba92-4d3d-95f9-ea43f02fbb93" + "c7bb1df4-e5e5-406a-9ee8-315a1ee6009b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11535,16 +11535,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115424Z:60f4368b-981e-4e76-80c5-322564fbe843" + "WESTUS:20200413T185810Z:d8703240-360a-4238-8273-925e35e747ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:54:24 GMT" + "Mon, 13 Apr 2020 18:58:09 GMT" ], "Content-Length": [ "30" @@ -11560,8 +11560,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11569,7 +11569,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11583,13 +11583,13 @@ "10" ], "x-ms-request-id": [ - "19a0b8ba-d51a-453d-87d0-5d973bc4ce5f" + "0b79ea9f-be07-4fd6-b211-edf83f479048" ], "x-ms-correlation-request-id": [ - "db9ec37c-9746-470c-90c5-01c1bb28a935" + "e79c6aad-0226-4b9c-8b9a-20fd36ccf6f0" ], "x-ms-arm-service-request-id": [ - "38dbe3ec-c75c-40e9-ba48-1b2533c7d903" + "87dd80f3-396d-4b89-bc2c-7dc842259581" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11599,16 +11599,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115435Z:db9ec37c-9746-470c-90c5-01c1bb28a935" + "WESTUS:20200413T185820Z:e79c6aad-0226-4b9c-8b9a-20fd36ccf6f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:54:35 GMT" + "Mon, 13 Apr 2020 18:58:19 GMT" ], "Content-Length": [ "30" @@ -11624,8 +11624,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11633,7 +11633,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11647,13 +11647,13 @@ "10" ], "x-ms-request-id": [ - "f2e8b389-be1a-459d-98bb-8ad058268dc2" + "10ed9ff0-e902-4eab-9c00-a5151f8f7f82" ], "x-ms-correlation-request-id": [ - "4f4f827c-63cc-4b8b-9cce-6b236ddbe1d7" + "7c463715-50ed-48a6-88f0-0304e803a9d2" ], "x-ms-arm-service-request-id": [ - "60bf515a-4a86-4ec0-8c67-b6f02ab17d04" + "02726289-800f-4835-a63a-748dc8a4e287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11663,16 +11663,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115510Z:4f4f827c-63cc-4b8b-9cce-6b236ddbe1d7" + "WESTUS:20200413T185830Z:7c463715-50ed-48a6-88f0-0304e803a9d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:55:10 GMT" + "Mon, 13 Apr 2020 18:58:29 GMT" ], "Content-Length": [ "30" @@ -11688,8 +11688,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11697,7 +11697,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11711,13 +11711,13 @@ "10" ], "x-ms-request-id": [ - "073f7a1f-21dc-4fd7-b6cc-359a5215e279" + "ecd10eeb-7815-42dd-a3ce-36ba395cd0b7" ], "x-ms-correlation-request-id": [ - "098227b7-d87a-42e1-8b1b-b20986bcb73f" + "778a9b57-ec15-46da-8e95-5ac411266e0a" ], "x-ms-arm-service-request-id": [ - "c5213f4f-5605-48eb-8429-7b3b3e5a10c8" + "24ed3ae9-84db-44ac-b5b4-1bbc329fe6b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11727,16 +11727,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115521Z:098227b7-d87a-42e1-8b1b-b20986bcb73f" + "WESTUS:20200413T185840Z:778a9b57-ec15-46da-8e95-5ac411266e0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:55:20 GMT" + "Mon, 13 Apr 2020 18:58:40 GMT" ], "Content-Length": [ "30" @@ -11752,8 +11752,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11761,7 +11761,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11775,13 +11775,13 @@ "10" ], "x-ms-request-id": [ - "47b955d3-e738-492b-9878-dd131f3df01c" + "fa4d6f35-93ac-44e4-9a30-362d6470e245" ], "x-ms-correlation-request-id": [ - "60305a61-33a6-4079-a487-2481e68bc167" + "fe10bb97-af7b-46c6-a18b-6bd2b84b221d" ], "x-ms-arm-service-request-id": [ - "9f24c2ac-9bfa-4954-ab59-761780c83651" + "f8c48e7f-a795-47a2-ba0a-1b0de4820132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11791,16 +11791,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115531Z:60305a61-33a6-4079-a487-2481e68bc167" + "WESTUS:20200413T185850Z:fe10bb97-af7b-46c6-a18b-6bd2b84b221d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:55:30 GMT" + "Mon, 13 Apr 2020 18:58:50 GMT" ], "Content-Length": [ "30" @@ -11816,8 +11816,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11825,7 +11825,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11839,13 +11839,13 @@ "10" ], "x-ms-request-id": [ - "a6d6a415-b30c-418d-a7eb-206b288adf48" + "927aa5db-1e8d-46eb-a86c-11f1742022cb" ], "x-ms-correlation-request-id": [ - "150dec18-fd47-4d85-93d0-e4ee4a9538e5" + "b1c46fe2-f37f-4fb8-b1bd-2cb863f39215" ], "x-ms-arm-service-request-id": [ - "c9eaeb8e-73c1-45ce-9dee-326a00258f24" + "01bd1616-5663-40a7-8084-464646245176" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11855,16 +11855,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115541Z:150dec18-fd47-4d85-93d0-e4ee4a9538e5" + "WESTUS:20200413T185900Z:b1c46fe2-f37f-4fb8-b1bd-2cb863f39215" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:55:41 GMT" + "Mon, 13 Apr 2020 18:59:00 GMT" ], "Content-Length": [ "30" @@ -11880,8 +11880,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11889,7 +11889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11903,13 +11903,13 @@ "10" ], "x-ms-request-id": [ - "274b70d6-a4a0-45b6-9e76-3990331d2a8e" + "1d655f78-00d3-4b72-b30e-d959ffe32b64" ], "x-ms-correlation-request-id": [ - "9821ac22-fc58-4622-b8c8-298987092dd3" + "1d3306de-1571-4dfd-877f-d9ad2fe8e3d4" ], "x-ms-arm-service-request-id": [ - "63725f95-d3f1-4c41-a9f3-44d2cd1fa66e" + "b1d046e5-9f88-4775-beaf-5523c1fb79dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11919,16 +11919,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115551Z:9821ac22-fc58-4622-b8c8-298987092dd3" + "WESTUS:20200413T185911Z:1d3306de-1571-4dfd-877f-d9ad2fe8e3d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:55:51 GMT" + "Mon, 13 Apr 2020 18:59:10 GMT" ], "Content-Length": [ "30" @@ -11944,8 +11944,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11953,7 +11953,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11967,32 +11967,32 @@ "10" ], "x-ms-request-id": [ - "4029a865-6704-45c5-b0e9-773f9b23c8d9" + "514efb61-5778-48f3-bfff-8a8c45a75748" ], "x-ms-correlation-request-id": [ - "189b882e-b604-4cb5-866a-02b5414007d4" + "9f95f7d4-9fa9-4554-8205-382c032f15e7" ], "x-ms-arm-service-request-id": [ - "873fe0ba-53bc-4d1f-85b4-02dc2b0dc34a" + "c2ed6719-b0de-47ed-868a-98ad496baf2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115602Z:189b882e-b604-4cb5-866a-02b5414007d4" + "WESTUS:20200413T185921Z:9f95f7d4-9fa9-4554-8205-382c032f15e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:01 GMT" + "Mon, 13 Apr 2020 18:59:20 GMT" ], "Content-Length": [ "30" @@ -12008,8 +12008,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12017,7 +12017,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12031,13 +12031,13 @@ "10" ], "x-ms-request-id": [ - "56872c98-d68d-436e-ae97-f1702f4d79b6" + "7908f911-c866-4b44-b226-30df7014d5af" ], "x-ms-correlation-request-id": [ - "4bc19f5f-836e-463c-9199-cd2e543fa076" + "1f90b777-e489-4262-9628-42faf75d1d84" ], "x-ms-arm-service-request-id": [ - "684c8242-38c0-4e12-a96e-58d251fe36d3" + "a3913569-373d-491f-9702-921273ea7f2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12047,16 +12047,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115612Z:4bc19f5f-836e-463c-9199-cd2e543fa076" + "WESTUS:20200413T185931Z:1f90b777-e489-4262-9628-42faf75d1d84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:11 GMT" + "Mon, 13 Apr 2020 18:59:30 GMT" ], "Content-Length": [ "30" @@ -12072,8 +12072,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12081,7 +12081,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12095,13 +12095,13 @@ "10" ], "x-ms-request-id": [ - "71e62170-d997-49c3-9682-74f8f9fe5b7c" + "baf0ddfb-febb-4e46-89a0-3b398d66724c" ], "x-ms-correlation-request-id": [ - "a2dce494-3455-48be-a760-2fc6b3ddc5b8" + "12405149-9b3b-41fb-803d-649b27911292" ], "x-ms-arm-service-request-id": [ - "c7092985-5c27-41f2-804e-ab3491edc1d7" + "8824d789-df74-4f29-a505-2ebaea7ee699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12111,16 +12111,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115622Z:a2dce494-3455-48be-a760-2fc6b3ddc5b8" + "WESTUS:20200413T185941Z:12405149-9b3b-41fb-803d-649b27911292" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:21 GMT" + "Mon, 13 Apr 2020 18:59:40 GMT" ], "Content-Length": [ "30" @@ -12136,8 +12136,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12145,7 +12145,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12159,32 +12159,32 @@ "10" ], "x-ms-request-id": [ - "2e6dec78-1588-45aa-b225-a28a6a9b0f20" + "268ff75b-2cfb-42e9-ab10-2d108e8a88e6" ], "x-ms-correlation-request-id": [ - "223ca4da-f99f-49e6-af23-cdae293b5825" + "cce104ec-5255-4814-9512-c2530cd1c1d9" ], "x-ms-arm-service-request-id": [ - "96e64ceb-4ecd-43af-ab19-3330d9a57d91" + "bb79e592-4903-48d8-8800-08df7a8bf8d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115632Z:223ca4da-f99f-49e6-af23-cdae293b5825" + "WESTUS:20200413T185951Z:cce104ec-5255-4814-9512-c2530cd1c1d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:31 GMT" + "Mon, 13 Apr 2020 18:59:50 GMT" ], "Content-Length": [ "30" @@ -12200,8 +12200,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12209,7 +12209,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12223,13 +12223,13 @@ "10" ], "x-ms-request-id": [ - "ccaf65e3-8acb-408e-aea3-b63d01655230" + "c606b3c0-30df-48cd-9ada-ebfc359fc07c" ], "x-ms-correlation-request-id": [ - "542dec9b-6415-43fc-9744-31f227bbbc9f" + "0c092520-3a25-4ba8-a7d5-6ec2884be23f" ], "x-ms-arm-service-request-id": [ - "af039362-b9a6-448b-9aaf-30a3cf424950" + "8774b2bb-0679-42aa-a286-2ab5585603ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12239,16 +12239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115643Z:542dec9b-6415-43fc-9744-31f227bbbc9f" + "WESTUS:20200413T190001Z:0c092520-3a25-4ba8-a7d5-6ec2884be23f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:43 GMT" + "Mon, 13 Apr 2020 19:00:00 GMT" ], "Content-Length": [ "30" @@ -12264,8 +12264,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12273,7 +12273,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12287,13 +12287,13 @@ "10" ], "x-ms-request-id": [ - "0cd5a4ed-6a7b-457d-8f47-f29e60560958" + "4717c321-c232-43af-acc5-e74d09a4ce93" ], "x-ms-correlation-request-id": [ - "b306afde-9c44-4753-88c1-6398da8ac838" + "f697f3a3-e04f-436c-9a8f-6833c1f66d57" ], "x-ms-arm-service-request-id": [ - "8c5b37a2-c91b-4e20-8098-dcb7353af817" + "44ca3925-365e-4ff3-bca5-5da64176956a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12303,16 +12303,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115653Z:b306afde-9c44-4753-88c1-6398da8ac838" + "WESTUS:20200413T190011Z:f697f3a3-e04f-436c-9a8f-6833c1f66d57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:56:53 GMT" + "Mon, 13 Apr 2020 19:00:10 GMT" ], "Content-Length": [ "30" @@ -12328,8 +12328,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12337,7 +12337,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12351,13 +12351,13 @@ "10" ], "x-ms-request-id": [ - "27fe3537-79c7-44be-a0d5-a28d6f970508" + "d75a1c60-4d82-4a2f-9c45-79c034bf1de7" ], "x-ms-correlation-request-id": [ - "bbb985c2-3033-49e0-b031-189fd89b7f59" + "37a8a248-ad45-43bf-bc6a-15080e032791" ], "x-ms-arm-service-request-id": [ - "2291cc07-4911-498f-bfaa-887773e128d2" + "034e249e-0a17-4e96-80cc-e53c3c571f16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12367,16 +12367,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115703Z:bbb985c2-3033-49e0-b031-189fd89b7f59" + "WESTUS:20200413T190021Z:37a8a248-ad45-43bf-bc6a-15080e032791" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:03 GMT" + "Mon, 13 Apr 2020 19:00:20 GMT" ], "Content-Length": [ "30" @@ -12392,8 +12392,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12401,7 +12401,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12415,13 +12415,13 @@ "10" ], "x-ms-request-id": [ - "fd77a911-5246-4721-a89b-552a5afebf04" + "93f433c6-2af9-43ea-ae02-ce3bc0e0d6c7" ], "x-ms-correlation-request-id": [ - "1b67dff1-8a71-4053-955c-bc26600869c0" + "c2589c98-7760-4d02-a2ea-d53d7d4f2f98" ], "x-ms-arm-service-request-id": [ - "2e3e792d-eca4-4a70-a020-76e84282d478" + "681498e2-3abc-430a-8efb-435562f8a0a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12431,16 +12431,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11957" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115713Z:1b67dff1-8a71-4053-955c-bc26600869c0" + "WESTUS:20200413T190031Z:c2589c98-7760-4d02-a2ea-d53d7d4f2f98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:13 GMT" + "Mon, 13 Apr 2020 19:00:30 GMT" ], "Content-Length": [ "30" @@ -12456,8 +12456,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12465,7 +12465,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12479,13 +12479,13 @@ "10" ], "x-ms-request-id": [ - "3e1966d6-b596-4d0e-8e75-3bea8e07dbab" + "db9bc2a6-1b83-4d50-8711-f135904d88f1" ], "x-ms-correlation-request-id": [ - "431ea42f-6244-4bd5-9c76-d8240677476e" + "8499df39-4310-4b84-bd54-0ae6063c89d0" ], "x-ms-arm-service-request-id": [ - "ae2b3dde-57e4-4caf-bdb5-ff333ad0f9c7" + "2a0c4519-3246-464a-97e0-475d7e2cbcd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12495,16 +12495,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115724Z:431ea42f-6244-4bd5-9c76-d8240677476e" + "WESTUS:20200413T190041Z:8499df39-4310-4b84-bd54-0ae6063c89d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:23 GMT" + "Mon, 13 Apr 2020 19:00:40 GMT" ], "Content-Length": [ "30" @@ -12520,8 +12520,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12529,7 +12529,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12543,32 +12543,32 @@ "10" ], "x-ms-request-id": [ - "43f3838d-2d9a-4176-8f3a-e237f8e8b2b1" + "7d8472d0-e552-4ca0-a8f4-68464c3bb18b" ], "x-ms-correlation-request-id": [ - "0b2fc018-423d-469e-9a70-ca3db60096ae" + "44d56a88-92f5-4e9d-bd4f-f8e407234f99" ], "x-ms-arm-service-request-id": [ - "c0990a82-51e4-4fac-ac9c-e91b570c8e16" + "778143b3-3daa-44f8-9d98-f2f65ec9d6ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115734Z:0b2fc018-423d-469e-9a70-ca3db60096ae" + "WESTUS:20200413T190051Z:44d56a88-92f5-4e9d-bd4f-f8e407234f99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:33 GMT" + "Mon, 13 Apr 2020 19:00:50 GMT" ], "Content-Length": [ "30" @@ -12584,8 +12584,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12593,7 +12593,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12607,13 +12607,13 @@ "10" ], "x-ms-request-id": [ - "c6e0b2e6-e6c5-4cbc-bf46-f2e22513f84d" + "13e6fbda-9938-4a83-befd-aa9f0acb14bd" ], "x-ms-correlation-request-id": [ - "d70c5b73-1b72-486f-98cf-73e9bddd6c6d" + "051f9aa2-9a9e-43e1-a5c3-72a667ff4396" ], "x-ms-arm-service-request-id": [ - "13ab479c-8614-4539-8309-1074757097ac" + "f8c4ce46-8328-42a8-a8c4-1780038d1c06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12623,16 +12623,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115744Z:d70c5b73-1b72-486f-98cf-73e9bddd6c6d" + "WESTUS:20200413T190102Z:051f9aa2-9a9e-43e1-a5c3-72a667ff4396" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:44 GMT" + "Mon, 13 Apr 2020 19:01:02 GMT" ], "Content-Length": [ "30" @@ -12648,8 +12648,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12657,7 +12657,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12671,32 +12671,32 @@ "10" ], "x-ms-request-id": [ - "6e5dab0e-aff2-4723-a43e-c80438797566" + "6d61792c-0bfb-4085-bf9a-fdaa8ad325cb" ], "x-ms-correlation-request-id": [ - "91f402eb-7f9a-42af-92dc-40c4958f34e6" + "34418473-73e6-4c6a-bdd7-defd0bd6c0c5" ], "x-ms-arm-service-request-id": [ - "95444575-0db5-4122-a5c9-38a87a205d2c" + "0f435b89-bbf5-4599-9893-b413b3473ee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115754Z:91f402eb-7f9a-42af-92dc-40c4958f34e6" + "WESTUS:20200413T190112Z:34418473-73e6-4c6a-bdd7-defd0bd6c0c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:57:54 GMT" + "Mon, 13 Apr 2020 19:01:12 GMT" ], "Content-Length": [ "30" @@ -12712,8 +12712,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12721,7 +12721,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12735,13 +12735,13 @@ "10" ], "x-ms-request-id": [ - "26bcb319-76a0-4510-81cb-15e237281c53" + "d900d089-c61a-499e-b1d8-87a7453aa076" ], "x-ms-correlation-request-id": [ - "317e9403-1520-4192-866a-d78dbcbc0b35" + "3e499ca2-79e0-4dd0-b169-0ee353607b78" ], "x-ms-arm-service-request-id": [ - "952ca999-dcbb-4c4a-b24e-cfd61b31f4af" + "48fe6eac-982e-47ec-9ec6-77fb61f81180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12751,16 +12751,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115805Z:317e9403-1520-4192-866a-d78dbcbc0b35" + "WESTUS:20200413T190122Z:3e499ca2-79e0-4dd0-b169-0ee353607b78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:04 GMT" + "Mon, 13 Apr 2020 19:01:22 GMT" ], "Content-Length": [ "30" @@ -12776,8 +12776,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/4e135129-ffab-4e9f-8fa6-7494a704b682?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzRlMTM1MTI5LWZmYWItNGU5Zi04ZmE2LTc0OTRhNzA0YjY4Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12785,7 +12785,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12795,17 +12795,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "b438098a-d196-40f8-a8fb-462588039023" + "c6a1a65b-485a-46e8-9344-2acd29fd766c" ], "x-ms-correlation-request-id": [ - "c3965a39-b80c-4893-ac66-dee7356faa60" + "fd0cbb48-99a5-4fbe-ba6d-90cadb8ecbf6" ], "x-ms-arm-service-request-id": [ - "fb2ac83e-8769-45c0-973a-e4705da557ad" + "cd20a408-0355-4853-be93-5eb86bfd5cd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12815,19 +12812,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115815Z:c3965a39-b80c-4893-ac66-dee7356faa60" + "WESTUS:20200413T190132Z:fd0cbb48-99a5-4fbe-ba6d-90cadb8ecbf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:14 GMT" + "Mon, 13 Apr 2020 19:01:32 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -12836,20 +12833,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwL3N0b3A/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "94d4851e-62ba-4d74-a5e2-891a0dc806b2" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12859,17 +12862,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "7cb149ad-5d68-42c4-949f-622bf4939d12" + "c089844a-f5f7-4084-a9b8-ec73040a966c" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "a45a88ab-0028-408e-900c-3a98d9889652" + "7c7c743b-0dbb-4858-9bc4-d33ba8ec14af" ], "x-ms-arm-service-request-id": [ - "8a12ec08-3992-4a13-9543-bd72483be9b6" + "62c654f0-061f-4ece-9e64-8ce7c8c5779b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12878,34 +12887,31 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115825Z:a45a88ab-0028-408e-900c-3a98d9889652" + "WESTUS:20200413T190132Z:7c7c743b-0dbb-4858-9bc4-d33ba8ec14af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:24 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 19:01:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12913,7 +12919,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12927,13 +12933,13 @@ "10" ], "x-ms-request-id": [ - "9880e83c-b4c1-4d43-b2bc-67a82d63b357" + "9481af14-b7a9-4ade-b4c5-523d93e71775" ], "x-ms-correlation-request-id": [ - "c0589619-e6c4-43fb-b81e-042e0efc6182" + "400232f7-50a7-4e40-a99a-26b63c270c0b" ], "x-ms-arm-service-request-id": [ - "700f1223-9edb-4c57-b9d7-76cfbdeb007c" + "4f201c23-928e-4404-a801-6378776aa427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12943,16 +12949,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115835Z:c0589619-e6c4-43fb-b81e-042e0efc6182" + "WESTUS:20200413T190143Z:400232f7-50a7-4e40-a99a-26b63c270c0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:35 GMT" + "Mon, 13 Apr 2020 19:01:42 GMT" ], "Content-Length": [ "30" @@ -12968,8 +12974,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12977,7 +12983,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12991,13 +12997,13 @@ "10" ], "x-ms-request-id": [ - "5fd33675-bd18-489e-a2e4-010e4d0da0bc" + "58963b7c-a0ca-4c8d-9ee8-143b6b055a9f" ], "x-ms-correlation-request-id": [ - "26ada82b-d070-40e2-ae56-6c54ea97727c" + "26a02788-0f19-4986-b61a-c8a89fa04080" ], "x-ms-arm-service-request-id": [ - "8b7fdf78-c7cc-4096-b10c-90e58a4a65a3" + "e3386e87-ab26-48ac-bf4f-c006688dbeed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13007,16 +13013,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115846Z:26ada82b-d070-40e2-ae56-6c54ea97727c" + "WESTUS:20200413T190153Z:26a02788-0f19-4986-b61a-c8a89fa04080" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:46 GMT" + "Mon, 13 Apr 2020 19:01:52 GMT" ], "Content-Length": [ "30" @@ -13032,8 +13038,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13041,7 +13047,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13055,13 +13061,13 @@ "10" ], "x-ms-request-id": [ - "d80b2cb8-552a-42a6-9db6-1bc0ede64814" + "3597a89c-03d8-46d2-826d-925ccecb7120" ], "x-ms-correlation-request-id": [ - "32c26375-c0eb-454a-9cde-f2352b5a80a2" + "8614ab5f-d464-4352-90ef-ea09de0ad060" ], "x-ms-arm-service-request-id": [ - "7658a28b-1f35-41e6-979b-1e8667649249" + "ab521f1b-bc8c-45c8-ab75-39e32b328811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13071,16 +13077,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115856Z:32c26375-c0eb-454a-9cde-f2352b5a80a2" + "WESTUS:20200413T190203Z:8614ab5f-d464-4352-90ef-ea09de0ad060" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:58:56 GMT" + "Mon, 13 Apr 2020 19:02:02 GMT" ], "Content-Length": [ "30" @@ -13096,8 +13102,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13105,7 +13111,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13119,13 +13125,13 @@ "10" ], "x-ms-request-id": [ - "1afe3f74-535e-430c-9397-fe77bded3aaa" + "5aa6fded-253d-4c6d-9c46-ca1a317915bf" ], "x-ms-correlation-request-id": [ - "67066dec-96d7-49c2-8711-e486d8d83183" + "ff8822d5-adc1-4907-8cea-6a46be4bae7c" ], "x-ms-arm-service-request-id": [ - "d3cdc088-3148-490a-85ad-82b3127de92a" + "2edf92af-43ab-411b-9669-6e0332a20bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13135,16 +13141,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115906Z:67066dec-96d7-49c2-8711-e486d8d83183" + "WESTUS:20200413T190213Z:ff8822d5-adc1-4907-8cea-6a46be4bae7c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:06 GMT" + "Mon, 13 Apr 2020 19:02:13 GMT" ], "Content-Length": [ "30" @@ -13160,8 +13166,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/c66e1ac7-1c00-4c83-b238-fc25432ec4c4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2M2NmUxYWM3LTFjMDAtNGM4My1iMjM4LWZjMjU0MzJlYzRjND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13169,7 +13175,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13179,36 +13185,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "4a3a062e-cca8-434e-901e-3db4615b7e21" + "1eeb372d-2ade-409e-b087-772cacc8c20e" ], "x-ms-correlation-request-id": [ - "dfc2304c-275a-4f9f-8362-eca532799612" + "cdb04541-a0be-4d43-8fcb-50a0b6e85c8f" ], "x-ms-arm-service-request-id": [ - "7ee644c4-bb2b-4d4d-a351-350c76599bbb" + "dfeb2c5e-0877-40ce-8e6e-a8425959d399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115916Z:dfc2304c-275a-4f9f-8362-eca532799612" + "WESTUS:20200413T190223Z:cdb04541-a0be-4d43-8fcb-50a0b6e85c8f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:16 GMT" + "Mon, 13 Apr 2020 19:02:23 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13217,26 +13226,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "57c2c5c8-a269-4d16-8922-1d9a45d26a18" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13246,23 +13249,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "fabea120-72a0-4d05-a96a-658f4b2121c7" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01" + "b58045b8-3024-496d-83a8-34c64f3b1060" ], "x-ms-correlation-request-id": [ - "7dbd45ea-56d1-4e54-898d-9a4d9f134510" + "dbd1327a-7267-4c3b-b7e0-4d7402ff0116" ], "x-ms-arm-service-request-id": [ - "2f31f47d-b6eb-4d94-958c-d7a12a3abc8b" + "d8143293-a4f7-4a17-a6f8-0bc24c2116fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13271,31 +13268,802 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115918Z:7dbd45ea-56d1-4e54-898d-9a4d9f134510" + "WESTUS:20200413T190233Z:dbd1327a-7267-4c3b-b7e0-4d7402ff0116" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:17 GMT" + "Mon, 13 Apr 2020 19:02:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "032131b0-bec5-446c-8500-d5f0a61ee93c" + ], + "x-ms-correlation-request-id": [ + "3f76757e-dcc3-483d-b7b7-a8ea8c71f2cd" + ], + "x-ms-arm-service-request-id": [ + "d412075e-eaa4-4977-a240-cfc96cebdf12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190243Z:3f76757e-dcc3-483d-b7b7-a8ea8c71f2cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:02:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b19bea7a-7749-4b9c-8e26-8103ab370817" + ], + "x-ms-correlation-request-id": [ + "c5ecd3ef-26e5-4b66-9c86-2cb8c08543fb" + ], + "x-ms-arm-service-request-id": [ + "4897497a-671d-4ce7-b699-5349316b7932" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190253Z:c5ecd3ef-26e5-4b66-9c86-2cb8c08543fb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:02:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "18a11597-559c-4799-831c-edc14c098f88" + ], + "x-ms-correlation-request-id": [ + "2c438706-4dc2-431c-93b2-1f5cbdf68150" + ], + "x-ms-arm-service-request-id": [ + "a7764516-0c3f-4a5e-8fc4-7cf945e88f12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190304Z:2c438706-4dc2-431c-93b2-1f5cbdf68150" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "54e6e544-2b2f-4630-bc42-0b116a8ef62e" + ], + "x-ms-correlation-request-id": [ + "4c988646-86da-4524-a403-dc8dd58c5ec2" + ], + "x-ms-arm-service-request-id": [ + "5142718b-2c9b-47d6-a242-299d3caea8f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190314Z:4c988646-86da-4524-a403-dc8dd58c5ec2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "069b688c-9f3b-48b6-9536-d8be384de6e2" + ], + "x-ms-correlation-request-id": [ + "4c1d18d2-c42e-4a21-8976-4ef899943dd2" + ], + "x-ms-arm-service-request-id": [ + "9413788f-f16a-4815-b44c-cbea51de0a67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190324Z:4c1d18d2-c42e-4a21-8976-4ef899943dd2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f35b6253-32c9-4da6-a459-0f94f42dc72b" + ], + "x-ms-correlation-request-id": [ + "583926d4-dfbf-41e0-a629-00f67f3c9d1a" + ], + "x-ms-arm-service-request-id": [ + "3293477b-315e-42ec-a978-30db8c59a68a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190334Z:583926d4-dfbf-41e0-a629-00f67f3c9d1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3c169c68-5b1f-4d5d-a78d-714b3d96322c" + ], + "x-ms-correlation-request-id": [ + "7faedc20-5ab2-470e-8104-d62d6eeec899" + ], + "x-ms-arm-service-request-id": [ + "ff17ba40-035c-4d8a-9d5e-7fff0dc764b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190344Z:7faedc20-5ab2-470e-8104-d62d6eeec899" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "12466db1-e4d8-4dda-a607-b2349cab747c" + ], + "x-ms-correlation-request-id": [ + "b7e882e2-880f-41b1-aef4-21e204e53877" + ], + "x-ms-arm-service-request-id": [ + "00263208-aa50-4a0e-9460-ad4cec2389ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190354Z:b7e882e2-880f-41b1-aef4-21e204e53877" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:03:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a08e28a7-ea83-4455-8928-c88a40520f8c" + ], + "x-ms-correlation-request-id": [ + "8bba8b45-c77c-4bc5-8b00-dcde85877c32" + ], + "x-ms-arm-service-request-id": [ + "5c448085-8aba-405d-a6cc-66c9c7b26fb5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190404Z:8bba8b45-c77c-4bc5-8b00-dcde85877c32" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:04:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "19f08eb9-a4e7-4c9e-b8b6-590329528319" + ], + "x-ms-correlation-request-id": [ + "845432ac-1580-43a5-a106-cc5c88ca468c" + ], + "x-ms-arm-service-request-id": [ + "8113530f-a0b8-451f-9097-7dc67a9d26c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190414Z:845432ac-1580-43a5-a106-cc5c88ca468c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:04:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8efe788c-79da-4a35-8580-891023c63e4d" + ], + "x-ms-correlation-request-id": [ + "4ad015d4-f4bf-4f7e-b975-ba14c48e8427" + ], + "x-ms-arm-service-request-id": [ + "676be39d-3e1b-4069-8536-21f42e28320c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190424Z:4ad015d4-f4bf-4f7e-b975-ba14c48e8427" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:04:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3328d415-d7ee-48fe-8068-89d86d6b11d4" + ], + "x-ms-correlation-request-id": [ + "5d437d2a-4696-45f8-9c02-1fe1991481a3" + ], + "x-ms-arm-service-request-id": [ + "f67422a8-d519-49de-af57-af8eb888e7e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190434Z:5d437d2a-4696-45f8-9c02-1fe1991481a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:04:34 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13303,7 +14071,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13317,13 +14085,13 @@ "10" ], "x-ms-request-id": [ - "8260aba9-8221-409e-bd30-7e243721be79" + "c7bbf881-3f70-4e8c-ba22-6abb550e833a" ], "x-ms-correlation-request-id": [ - "14ff4cb5-b91f-44ab-bc86-5f25ab90abbe" + "0b66d109-aa51-42c6-acbd-b2a7fef1b4da" ], "x-ms-arm-service-request-id": [ - "902d932a-fa6c-4d3f-a097-d41f43ac95e2" + "49ae7ed0-42e4-4d1f-bbca-b2e39cd70235" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13333,16 +14101,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115929Z:14ff4cb5-b91f-44ab-bc86-5f25ab90abbe" + "WESTUS:20200413T190444Z:0b66d109-aa51-42c6-acbd-b2a7fef1b4da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:28 GMT" + "Mon, 13 Apr 2020 19:04:44 GMT" ], "Content-Length": [ "30" @@ -13358,8 +14126,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13367,7 +14135,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13381,13 +14149,13 @@ "10" ], "x-ms-request-id": [ - "a07e325d-44a6-4b67-8f7a-2f1b083c1275" + "5f266fa3-b0d2-44c3-ab03-cbfe8c14d2f3" ], "x-ms-correlation-request-id": [ - "097ac86c-8593-4419-a263-b1079b96d52b" + "42051edb-5e1b-4c64-8dbc-5a2d7e1e03aa" ], "x-ms-arm-service-request-id": [ - "9e5946ad-206f-4421-a1c6-c2ed7541c43d" + "350e0358-5c57-4147-870d-d1fb4e1a0a1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13397,16 +14165,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115939Z:097ac86c-8593-4419-a263-b1079b96d52b" + "WESTUS:20200413T190455Z:42051edb-5e1b-4c64-8dbc-5a2d7e1e03aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:38 GMT" + "Mon, 13 Apr 2020 19:04:54 GMT" ], "Content-Length": [ "30" @@ -13422,8 +14190,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13431,7 +14199,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13445,13 +14213,13 @@ "10" ], "x-ms-request-id": [ - "931708c7-8784-4c4c-8c90-9842049f361d" + "dbf07308-a9b4-4667-96da-7fb09172a9fd" ], "x-ms-correlation-request-id": [ - "17ff58ff-5a6f-4c31-8b9c-c5ba0001db82" + "1377cf7d-f8a6-4e98-ac42-7871f3f34602" ], "x-ms-arm-service-request-id": [ - "ac8b81c6-eaf1-4a97-97c8-4f99d275b7ea" + "bdcec2c9-c692-40d5-91a2-d06b4c6dfa9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13461,16 +14229,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115949Z:17ff58ff-5a6f-4c31-8b9c-c5ba0001db82" + "WESTUS:20200413T190505Z:1377cf7d-f8a6-4e98-ac42-7871f3f34602" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:49 GMT" + "Mon, 13 Apr 2020 19:05:04 GMT" ], "Content-Length": [ "30" @@ -13486,8 +14254,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13495,7 +14263,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13509,13 +14277,13 @@ "10" ], "x-ms-request-id": [ - "6294197e-a388-4261-b126-f4b279506824" + "e81ec4c3-6e06-4a94-8663-d51f08bb8985" ], "x-ms-correlation-request-id": [ - "a2ac6f88-9617-4531-8d46-77ee413f2ffe" + "a01f1a78-711e-4d2f-9647-1caa732c4ea9" ], "x-ms-arm-service-request-id": [ - "e62af9ba-aaab-416e-910d-95481546abe6" + "c253ab75-ed80-41cd-b86c-6c2c6599350a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13525,16 +14293,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T115959Z:a2ac6f88-9617-4531-8d46-77ee413f2ffe" + "WESTUS:20200413T190515Z:a01f1a78-711e-4d2f-9647-1caa732c4ea9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:59:59 GMT" + "Mon, 13 Apr 2020 19:05:14 GMT" ], "Content-Length": [ "30" @@ -13550,8 +14318,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13559,7 +14327,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13573,13 +14341,13 @@ "10" ], "x-ms-request-id": [ - "e4f367d0-d16c-4d7c-91bf-b812f66efcdc" + "2916b4c6-fc87-4877-b7f6-5c1883cfe771" ], "x-ms-correlation-request-id": [ - "4e56b247-49c5-49ea-84e8-ea8287f6836e" + "52dc5033-8fe0-4bd3-9729-c76080097440" ], "x-ms-arm-service-request-id": [ - "dea2bbf2-ce4f-48d1-8200-152564591ae7" + "72432740-dca2-4950-bcd5-12ffefcbae58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13589,16 +14357,80 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" + "11976" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190525Z:52dc5033-8fe0-4bd3-9729-c76080097440" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:05:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e880761d-1969-4ea2-98e1-e1b8ce9e2be6" + ], + "x-ms-correlation-request-id": [ + "cbc5bd50-965a-446b-a811-b99b1e3feef4" + ], + "x-ms-arm-service-request-id": [ + "0e76bf64-1d4e-41eb-974d-2c86ecaa7ce1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120010Z:4e56b247-49c5-49ea-84e8-ea8287f6836e" + "WESTUS:20200413T190535Z:cbc5bd50-965a-446b-a811-b99b1e3feef4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:00:09 GMT" + "Mon, 13 Apr 2020 19:05:34 GMT" ], "Content-Length": [ "30" @@ -13614,8 +14446,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13623,7 +14455,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13637,32 +14469,96 @@ "10" ], "x-ms-request-id": [ - "d6b2752b-5100-449e-9831-fbcac78ef6cd" + "7f48c983-f4f5-4f34-95af-c6caffe05486" ], "x-ms-correlation-request-id": [ - "21ddae5d-6e77-407d-a44a-08b920ccedad" + "b7c45588-12be-4f9d-b003-e83e9e7f928d" ], "x-ms-arm-service-request-id": [ - "aab6ebf2-49e4-44c1-abca-40004be370d7" + "601af6b4-c293-460a-9dc2-9b5de5f9f203" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" + "11974" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190545Z:b7c45588-12be-4f9d-b003-e83e9e7f928d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:05:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "bee2e79a-aeb8-4b83-a21e-d06316582979" + ], + "x-ms-correlation-request-id": [ + "314e2320-7319-4abf-bbaf-c634d99de9e9" + ], + "x-ms-arm-service-request-id": [ + "b4a49549-6d37-4490-9ef3-0cc65999bd91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120020Z:21ddae5d-6e77-407d-a44a-08b920ccedad" + "WESTUS:20200413T190555Z:314e2320-7319-4abf-bbaf-c634d99de9e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:00:20 GMT" + "Mon, 13 Apr 2020 19:05:54 GMT" ], "Content-Length": [ "30" @@ -13678,8 +14574,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13687,7 +14583,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13701,13 +14597,13 @@ "10" ], "x-ms-request-id": [ - "ea253435-5287-4f9e-a863-15b7bf122818" + "3baba53c-f196-4737-b47e-ecefbe0a2c08" ], "x-ms-correlation-request-id": [ - "870091e8-c280-4a78-b695-e0637c99d3a3" + "56a3b61c-22b0-48e8-a31a-7752eb69d5e0" ], "x-ms-arm-service-request-id": [ - "1a0bbc9e-83f0-478f-bf63-194dcc54496d" + "dcb32471-0060-491a-8e0c-bf894be05236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13717,16 +14613,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120030Z:870091e8-c280-4a78-b695-e0637c99d3a3" + "WESTUS:20200413T190605Z:56a3b61c-22b0-48e8-a31a-7752eb69d5e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:00:30 GMT" + "Mon, 13 Apr 2020 19:06:04 GMT" ], "Content-Length": [ "30" @@ -13742,8 +14638,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13751,7 +14647,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13765,13 +14661,13 @@ "10" ], "x-ms-request-id": [ - "6a6993a1-6965-4f71-a817-46070468014e" + "332143b3-8824-4ef2-836c-1d368fd56aee" ], "x-ms-correlation-request-id": [ - "f3d4a292-82c5-4b9d-a8cb-e5202733afe3" + "af4fe118-1d4e-4ad3-a68a-9ecdd26547cd" ], "x-ms-arm-service-request-id": [ - "051fb27b-5460-457b-8b15-c319384a80ee" + "b32f1036-6e83-47b4-9e0a-5c06532866e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13781,16 +14677,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120041Z:f3d4a292-82c5-4b9d-a8cb-e5202733afe3" + "WESTUS:20200413T190615Z:af4fe118-1d4e-4ad3-a68a-9ecdd26547cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:00:40 GMT" + "Mon, 13 Apr 2020 19:06:14 GMT" ], "Content-Length": [ "30" @@ -13806,8 +14702,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13815,7 +14711,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13829,13 +14725,13 @@ "10" ], "x-ms-request-id": [ - "92fa6c20-2858-47a3-aeba-53e7b831c1ce" + "16726824-11f8-4c81-b52f-f2cf7076a25a" ], "x-ms-correlation-request-id": [ - "14bb6a90-198f-4428-9b8f-d58051704018" + "9d0c2c89-e4bc-49a4-a096-53d5e275cfa8" ], "x-ms-arm-service-request-id": [ - "82e35f94-4571-46cd-9cab-a66c22441588" + "5ece373f-3164-48aa-8735-dfb9bb5f12e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13845,16 +14741,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120051Z:14bb6a90-198f-4428-9b8f-d58051704018" + "WESTUS:20200413T190625Z:9d0c2c89-e4bc-49a4-a096-53d5e275cfa8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:00:50 GMT" + "Mon, 13 Apr 2020 19:06:25 GMT" ], "Content-Length": [ "30" @@ -13870,8 +14766,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13879,7 +14775,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13893,13 +14789,13 @@ "10" ], "x-ms-request-id": [ - "2035e8e5-34d2-4061-aaf2-eb10d71180f7" + "21b5beef-ec93-4cf4-bfd8-462751b024a2" ], "x-ms-correlation-request-id": [ - "c214f2d1-ecbf-44bb-a7a1-38ec638783fd" + "cb9c513d-46c3-47cd-8366-aaa7953e121c" ], "x-ms-arm-service-request-id": [ - "f5bcfef2-baa3-4f38-af2d-5b888c9de400" + "f82a4202-9002-4ba3-9feb-d173ea3262e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13909,16 +14805,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120101Z:c214f2d1-ecbf-44bb-a7a1-38ec638783fd" + "WESTUS:20200413T190635Z:cb9c513d-46c3-47cd-8366-aaa7953e121c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:00 GMT" + "Mon, 13 Apr 2020 19:06:35 GMT" ], "Content-Length": [ "30" @@ -13934,8 +14830,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13943,7 +14839,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13954,13 +14850,13 @@ "no-cache" ], "x-ms-request-id": [ - "45956d5b-f926-40de-ae4c-64b442454cc8" + "f0a084c7-c6b8-4cda-8986-39a6908b1931" ], "x-ms-correlation-request-id": [ - "7d66ed72-ff94-4bfc-82ef-437648504cb6" + "381a6ab8-c52e-48f1-876a-fd86985fa558" ], "x-ms-arm-service-request-id": [ - "453bd40a-0db7-4934-bb4c-1d0ef6995d5f" + "a19fd095-ee51-4253-a53a-370d185776db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13970,16 +14866,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120111Z:7d66ed72-ff94-4bfc-82ef-437648504cb6" + "WESTUS:20200413T190646Z:381a6ab8-c52e-48f1-876a-fd86985fa558" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:10 GMT" + "Mon, 13 Apr 2020 19:06:45 GMT" ], "Content-Length": [ "50" @@ -13995,8 +14891,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzL2ZhYmVhMTIwLTcyYTAtNGQwNS1hOTZhLTY1OGY0YjIxMjFjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzL2MwODk4NDRhLWY1ZjctNDA4NC1hOWI4LWVjNzMwNDBhOTY2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14004,7 +14900,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14015,19 +14911,19 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01" ], "x-ms-request-id": [ - "fabea120-72a0-4d05-a96a-658f4b2121c7" + "c089844a-f5f7-4084-a9b8-ec73040a966c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/fabea120-72a0-4d05-a96a-658f4b2121c7?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/c089844a-f5f7-4084-a9b8-ec73040a966c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7dbd45ea-56d1-4e54-898d-9a4d9f134510" + "7c7c743b-0dbb-4858-9bc4-d33ba8ec14af" ], "x-ms-arm-service-request-id": [ - "2f31f47d-b6eb-4d94-958c-d7a12a3abc8b" + "62c654f0-061f-4ece-9e64-8ce7c8c5779b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14037,16 +14933,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120111Z:c4f33fec-76b7-4735-981c-25abc51152b4" + "WESTUS:20200413T190646Z:3b56651f-e07c-4dd1-8ed5-a4d3f8bd1b63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:11 GMT" + "Mon, 13 Apr 2020 19:06:45 GMT" ], "Content-Length": [ "4" @@ -14062,13 +14958,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps6497/providers/Microsoft.Network/applicationGateways/ps1744?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNjQ5Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE3NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps137/providers/Microsoft.Network/applicationGateways/ps270?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzMjcwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af7ed71d-395e-43cb-a339-aa418c398794" + "0d3166e8-cfbe-4da0-abd1-00539b85d206" ], "Accept-Language": [ "en-US" @@ -14077,7 +14973,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14088,25 +14984,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55" + "d8f3637a-f34b-4aea-982e-ebdaf9116c94" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c2bd5fc8-a6b7-48f4-809a-d49f8bf3201c" + "254514f3-b61f-4a83-8e0b-c18575dbf616" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c4ffa6e4-3ad4-461e-8338-df05dd5824c6" + "5c971121-8ae8-4632-a3ca-a49c8826c333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14119,13 +15015,13 @@ "14999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120113Z:c2bd5fc8-a6b7-48f4-809a-d49f8bf3201c" + "WESTUS:20200413T190646Z:254514f3-b61f-4a83-8e0b-c18575dbf616" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:13 GMT" + "Mon, 13 Apr 2020 19:06:46 GMT" ], "Expires": [ "-1" @@ -14138,8 +15034,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14147,7 +15043,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14161,13 +15057,13 @@ "10" ], "x-ms-request-id": [ - "e3691075-c416-4e03-9ba1-91cef4ffedc8" + "5b5c510a-b28c-41ab-8939-76a44493d9a6" ], "x-ms-correlation-request-id": [ - "0a24ab6c-c937-469a-a885-4573133c9d34" + "d14a9414-9f74-4cab-8629-6ec2c4bf05d5" ], "x-ms-arm-service-request-id": [ - "d1142900-23bd-4c32-8bde-827962db3db2" + "e690b86c-470f-44c3-93b5-fd676b2fa042" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14180,13 +15076,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120123Z:0a24ab6c-c937-469a-a885-4573133c9d34" + "WESTUS:20200413T190657Z:d14a9414-9f74-4cab-8629-6ec2c4bf05d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:23 GMT" + "Mon, 13 Apr 2020 19:06:56 GMT" ], "Content-Length": [ "30" @@ -14202,8 +15098,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14211,7 +15107,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14225,13 +15121,13 @@ "10" ], "x-ms-request-id": [ - "2835999b-c0b7-405c-81ad-dc6837f456de" + "db9c199e-3958-4062-a8e5-e279ef024951" ], "x-ms-correlation-request-id": [ - "e18d1d5c-5515-476f-a135-a85e4c082f2a" + "6fd86062-f50c-47e4-ae5d-bc340d28e69e" ], "x-ms-arm-service-request-id": [ - "3de56f27-6aef-4f84-a2b4-84df0cd4ef52" + "5d4edf14-7941-43c2-8381-959e9bc87859" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14244,13 +15140,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120134Z:e18d1d5c-5515-476f-a135-a85e4c082f2a" + "WESTUS:20200413T190707Z:6fd86062-f50c-47e4-ae5d-bc340d28e69e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:33 GMT" + "Mon, 13 Apr 2020 19:07:06 GMT" ], "Content-Length": [ "30" @@ -14266,8 +15162,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14275,7 +15171,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14289,13 +15185,13 @@ "10" ], "x-ms-request-id": [ - "46bbde77-5c55-4eeb-a497-7dd58214a970" + "788f73fe-9626-439d-a9f5-f39ef22b0c87" ], "x-ms-correlation-request-id": [ - "9f7b023b-a747-497c-b497-0025e19f1433" + "5cb1f456-0336-4744-b973-70d2dd39ce94" ], "x-ms-arm-service-request-id": [ - "8dd8fdd6-cea4-43e2-99c0-8dc003297c33" + "1036bf38-eb26-422c-818d-f07b55d590bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14308,13 +15204,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120144Z:9f7b023b-a747-497c-b497-0025e19f1433" + "WESTUS:20200413T190717Z:5cb1f456-0336-4744-b973-70d2dd39ce94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:44 GMT" + "Mon, 13 Apr 2020 19:07:16 GMT" ], "Content-Length": [ "30" @@ -14330,8 +15226,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14339,7 +15235,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14353,13 +15249,13 @@ "10" ], "x-ms-request-id": [ - "2f594a94-898c-45ac-b7b1-c9a16eb6b1bc" + "d63c76a7-9d76-496e-8dd6-82257deaf1c6" ], "x-ms-correlation-request-id": [ - "5e128740-15ba-4078-a057-8520b7519b01" + "4ad3bc92-8d1c-44e6-afcb-95ebb095f3ac" ], "x-ms-arm-service-request-id": [ - "be17ac85-48d9-40f8-a144-eebf1f54ec28" + "4c5d7851-b9ef-4501-b20d-af3618da8b6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14372,13 +15268,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120154Z:5e128740-15ba-4078-a057-8520b7519b01" + "WESTUS:20200413T190727Z:4ad3bc92-8d1c-44e6-afcb-95ebb095f3ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:01:54 GMT" + "Mon, 13 Apr 2020 19:07:26 GMT" ], "Content-Length": [ "30" @@ -14394,8 +15290,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14403,7 +15299,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14417,13 +15313,13 @@ "10" ], "x-ms-request-id": [ - "a98e3947-b64a-4960-a2d9-1e88d9939101" + "49a62808-48ee-427b-865b-a0f57c12be47" ], "x-ms-correlation-request-id": [ - "8fdcbce3-4d0e-4838-a38b-fa3b8f810c73" + "07e7ff62-d76d-4c92-8f13-c4b9beb66450" ], "x-ms-arm-service-request-id": [ - "39ab090a-e6ee-4185-a9d1-3e0a5d33fa93" + "9a720d68-530d-4d0f-b5d4-ec8dc861d426" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14436,13 +15332,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120205Z:8fdcbce3-4d0e-4838-a38b-fa3b8f810c73" + "WESTUS:20200413T190737Z:07e7ff62-d76d-4c92-8f13-c4b9beb66450" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:04 GMT" + "Mon, 13 Apr 2020 19:07:36 GMT" ], "Content-Length": [ "30" @@ -14458,8 +15354,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14467,7 +15363,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14481,13 +15377,13 @@ "10" ], "x-ms-request-id": [ - "f81e33e7-c05d-491d-a51e-3e70548ce89c" + "a4df6200-9b59-48d4-9f05-f430a4a2651c" ], "x-ms-correlation-request-id": [ - "646d73cc-5ce3-4ff9-80a0-038fc29ca6da" + "ea73b29b-d2a8-4350-92dd-cc5c48184e1d" ], "x-ms-arm-service-request-id": [ - "1512b0bc-1bc2-44aa-9a27-9c0f14e68cd1" + "17aa37ab-6d20-4b83-99b2-e11a6853330f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14500,13 +15396,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120215Z:646d73cc-5ce3-4ff9-80a0-038fc29ca6da" + "WESTUS:20200413T190747Z:ea73b29b-d2a8-4350-92dd-cc5c48184e1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:14 GMT" + "Mon, 13 Apr 2020 19:07:46 GMT" ], "Content-Length": [ "30" @@ -14522,8 +15418,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14531,7 +15427,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14542,32 +15438,32 @@ "no-cache" ], "x-ms-request-id": [ - "82978f36-ac10-4486-a7a3-af9af773b5c6" + "4274e52e-f495-4abe-a05b-57e4eae82fe5" ], "x-ms-correlation-request-id": [ - "9b597303-bdb1-404a-b05d-42a828044201" + "6210b90f-ce40-4610-8fb9-f31828791426" ], "x-ms-arm-service-request-id": [ - "dec94c05-86a3-4355-9ba9-2900ead20edd" + "b7d5385f-ff34-4363-8f2e-d515da80cad7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120225Z:9b597303-bdb1-404a-b05d-42a828044201" + "WESTUS:20200413T190757Z:6210b90f-ce40-4610-8fb9-f31828791426" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:24 GMT" + "Mon, 13 Apr 2020 19:07:56 GMT" ], "Content-Length": [ "29" @@ -14583,8 +15479,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzA4NDFkNGE2LWNkOWEtNDNkMy04YzdhLWVmZWIyZmE0ZWQ1NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzL2Q4ZjM2MzdhLWYzNGItNGFlYS05ODJlLWViZGFmOTExNmM5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14592,7 +15488,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14603,22 +15499,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operationResults/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01" ], "x-ms-request-id": [ - "0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55" + "d8f3637a-f34b-4aea-982e-ebdaf9116c94" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/0841d4a6-cd9a-43d3-8c7a-efeb2fa4ed55?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westcentralus/operations/d8f3637a-f34b-4aea-982e-ebdaf9116c94?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c2bd5fc8-a6b7-48f4-809a-d49f8bf3201c" + "254514f3-b61f-4a83-8e0b-c18575dbf616" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c4ffa6e4-3ad4-461e-8338-df05dd5824c6" + "5c971121-8ae8-4632-a3ca-a49c8826c333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14631,13 +15527,13 @@ "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120225Z:2a436867-668f-4cc1-b7c5-6e3f252bc9c2" + "WESTUS:20200413T190757Z:04223ba4-b77b-4c52-b04d-f32361382e77" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:25 GMT" + "Mon, 13 Apr 2020 19:07:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14650,13 +15546,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps6497?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNjQ5Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps137?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTM3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f64fba8-fbf5-4482-83ef-650da273fcdf" + "4be17bf5-be3e-4d62-a59d-822dfb36e306" ], "Accept-Language": [ "en-US" @@ -14665,7 +15561,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14676,7 +15572,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14685,13 +15581,13 @@ "14999" ], "x-ms-request-id": [ - "6b9adc3e-fc45-4e15-ad6c-bb4417c167f7" + "5e7e0e79-6f23-4a35-8faa-dbfcc42873bf" ], "x-ms-correlation-request-id": [ - "6b9adc3e-fc45-4e15-ad6c-bb4417c167f7" + "5e7e0e79-6f23-4a35-8faa-dbfcc42873bf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120231Z:6b9adc3e-fc45-4e15-ad6c-bb4417c167f7" + "WESTUS:20200413T190759Z:5e7e0e79-6f23-4a35-8faa-dbfcc42873bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14700,7 +15596,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:30 GMT" + "Mon, 13 Apr 2020 19:07:58 GMT" ], "Expires": [ "-1" @@ -14713,8 +15609,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14722,7 +15618,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14733,7 +15629,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14742,13 +15638,13 @@ "11999" ], "x-ms-request-id": [ - "37254005-c0d3-42bc-a460-7b144b3d6bcb" + "a2d6eee4-d900-4acd-b9ea-9ce64fe1173c" ], "x-ms-correlation-request-id": [ - "37254005-c0d3-42bc-a460-7b144b3d6bcb" + "a2d6eee4-d900-4acd-b9ea-9ce64fe1173c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120246Z:37254005-c0d3-42bc-a460-7b144b3d6bcb" + "WESTUS:20200413T190814Z:a2d6eee4-d900-4acd-b9ea-9ce64fe1173c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14757,7 +15653,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:02:45 GMT" + "Mon, 13 Apr 2020 19:08:14 GMT" ], "Expires": [ "-1" @@ -14770,8 +15666,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14779,7 +15675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14790,7 +15686,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14799,13 +15695,13 @@ "11998" ], "x-ms-request-id": [ - "f668237e-fa48-40e3-8eef-74735d1436f2" + "1e46fb79-388c-4cfd-a788-8f844556e06e" ], "x-ms-correlation-request-id": [ - "f668237e-fa48-40e3-8eef-74735d1436f2" + "1e46fb79-388c-4cfd-a788-8f844556e06e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120302Z:f668237e-fa48-40e3-8eef-74735d1436f2" + "WESTUS:20200413T190829Z:1e46fb79-388c-4cfd-a788-8f844556e06e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14814,7 +15710,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:03:02 GMT" + "Mon, 13 Apr 2020 19:08:29 GMT" ], "Expires": [ "-1" @@ -14827,8 +15723,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14836,7 +15732,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14847,7 +15743,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14856,13 +15752,13 @@ "11997" ], "x-ms-request-id": [ - "d4675b2b-b331-4a6e-b586-5ef9970723dd" + "946a15e7-5565-47d2-881b-a2c9a8c08599" ], "x-ms-correlation-request-id": [ - "d4675b2b-b331-4a6e-b586-5ef9970723dd" + "946a15e7-5565-47d2-881b-a2c9a8c08599" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120317Z:d4675b2b-b331-4a6e-b586-5ef9970723dd" + "WESTUS:20200413T190844Z:946a15e7-5565-47d2-881b-a2c9a8c08599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14871,7 +15767,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:03:17 GMT" + "Mon, 13 Apr 2020 19:08:44 GMT" ], "Expires": [ "-1" @@ -14884,8 +15780,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14893,7 +15789,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14904,7 +15800,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14913,13 +15809,13 @@ "11996" ], "x-ms-request-id": [ - "15f71e5b-44a6-45cb-8985-2a258df224b6" + "bc250839-df68-429b-9f94-2707dc9fc92e" ], "x-ms-correlation-request-id": [ - "15f71e5b-44a6-45cb-8985-2a258df224b6" + "bc250839-df68-429b-9f94-2707dc9fc92e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120332Z:15f71e5b-44a6-45cb-8985-2a258df224b6" + "WESTUS:20200413T190900Z:bc250839-df68-429b-9f94-2707dc9fc92e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14928,7 +15824,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:03:32 GMT" + "Mon, 13 Apr 2020 19:08:59 GMT" ], "Expires": [ "-1" @@ -14941,8 +15837,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14950,7 +15846,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -14961,7 +15857,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -14970,13 +15866,13 @@ "11995" ], "x-ms-request-id": [ - "9d447628-fa95-4d74-a8bb-5751d53b9bc8" + "8f3fbf8d-b524-412d-ac63-cb93886f64d7" ], "x-ms-correlation-request-id": [ - "9d447628-fa95-4d74-a8bb-5751d53b9bc8" + "8f3fbf8d-b524-412d-ac63-cb93886f64d7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120349Z:9d447628-fa95-4d74-a8bb-5751d53b9bc8" + "WESTUS:20200413T190915Z:8f3fbf8d-b524-412d-ac63-cb93886f64d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14985,7 +15881,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:03:48 GMT" + "Mon, 13 Apr 2020 19:09:14 GMT" ], "Expires": [ "-1" @@ -14998,8 +15894,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15007,7 +15903,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -15017,17 +15913,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-request-id": [ - "13929675-8c5e-4b65-91a5-4718169429da" + "bf2e48b7-96d8-486e-9877-8b2b588f5858" ], "x-ms-correlation-request-id": [ - "13929675-8c5e-4b65-91a5-4718169429da" + "bf2e48b7-96d8-486e-9877-8b2b588f5858" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120404Z:13929675-8c5e-4b65-91a5-4718169429da" + "WESTUS:20200413T190930Z:bf2e48b7-96d8-486e-9877-8b2b588f5858" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15036,7 +15938,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:03 GMT" + "Mon, 13 Apr 2020 19:09:29 GMT" ], "Expires": [ "-1" @@ -15046,11 +15948,11 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY0OTctV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZME9UY3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15058,7 +15960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -15072,13 +15974,64 @@ "11993" ], "x-ms-request-id": [ - "cd01b786-1612-4621-b26a-cc99aa988f8e" + "a2c7baa4-e301-4275-bf46-6a6a057369b7" + ], + "x-ms-correlation-request-id": [ + "a2c7baa4-e301-4275-bf46-6a6a057369b7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T190945Z:a2c7baa4-e301-4275-bf46-6a6a057369b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:09:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNy1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek55MVhSVk5VUTBWT1ZGSkJURlZUSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMFkyVnVkSEpoYkhWekluMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-request-id": [ + "2ba621d2-45e4-44ca-8db3-dface13182ad" ], "x-ms-correlation-request-id": [ - "cd01b786-1612-4621-b26a-cc99aa988f8e" + "2ba621d2-45e4-44ca-8db3-dface13182ad" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120404Z:cd01b786-1612-4621-b26a-cc99aa988f8e" + "WESTUS:20200413T190945Z:2ba621d2-45e4-44ca-8db3-dface13182ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15087,7 +16040,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:04 GMT" + "Mon, 13 Apr 2020 19:09:45 GMT" ], "Expires": [ "-1" @@ -15102,31 +16055,31 @@ ], "Names": { "Test-ApplicationGatewayCRUD2": [ - "ps6497", - "ps1744", - "ps3468", - "ps8074", - "ps5691", - "ps8945", - "ps7025", - "ps173", - "ps8425", - "ps11", - "ps5584", - "ps9464", - "ps8263", - "ps322", - "ps1720", - "ps6660", - "ps3925", - "ps6713", - "ps1060", - "ps3781", - "ps9376", - "ps9104" + "ps137", + "ps270", + "ps1556", + "ps7226", + "ps9680", + "ps1059", + "ps3422", + "ps907", + "ps4474", + "ps1966", + "ps2223", + "ps861", + "ps4138", + "ps3254", + "ps4166", + "ps6451", + "ps2557", + "ps5004", + "ps1466", + "ps6592", + "ps7101", + "ps9660" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD3.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD3.json index d4f9e0562270..271a36028a3c 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD3.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUD3.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5eecf12e-d222-4441-9cbb-fd4faa463c91" + "4281d69c-05ea-49e6-a4e0-3b777f15d8ba" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "c20c632d-1581-4c6d-9c47-ede6eb01e910" + "bc87a211-8f93-4684-9c1c-3f7b56cf09e5" ], "x-ms-correlation-request-id": [ - "c20c632d-1581-4c6d-9c47-ede6eb01e910" + "bc87a211-8f93-4684-9c1c-3f7b56cf09e5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091238Z:c20c632d-1581-4c6d-9c47-ede6eb01e910" + "WESTUS:20200413T045440Z:bc87a211-8f93-4684-9c1c-3f7b56cf09e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:38 GMT" + "Mon, 13 Apr 2020 04:54:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMjcxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMzgyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0886dbff-fc19-4d17-934a-de7cc31b7a81" + "9cbd1e00-0f13-4b90-bd0b-87693fcad204" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "44fe8567-28af-43ec-96d8-55b489c68cc2" + "d6cb64e5-30ea-4c51-874e-8b8b68ed8383" ], "x-ms-correlation-request-id": [ - "44fe8567-28af-43ec-96d8-55b489c68cc2" + "d6cb64e5-30ea-4c51-874e-8b8b68ed8383" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091242Z:44fe8567-28af-43ec-96d8-55b489c68cc2" + "WESTUS:20200413T045441Z:d6cb64e5-30ea-4c51-874e-8b8b68ed8383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:41 GMT" + "Mon, 13 Apr 2020 04:54:40 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715\",\r\n \"name\": \"ps2715\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826\",\r\n \"name\": \"ps3826\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTgyNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQ3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d9612f8-521e-4aa4-9c46-f948786a3fc6" + "435249b2-1184-45db-b6b6-f0ac699da564" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "3dc3ac3e-d2c2-4eef-8e6f-95fe08f6bcd8" + "8d60aeb6-02ee-422e-9aa8-933b71c5f6ab" ], "x-ms-correlation-request-id": [ - "3dc3ac3e-d2c2-4eef-8e6f-95fe08f6bcd8" + "8d60aeb6-02ee-422e-9aa8-933b71c5f6ab" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091243Z:3dc3ac3e-d2c2-4eef-8e6f-95fe08f6bcd8" + "WESTUS:20200413T045441Z:8d60aeb6-02ee-422e-9aa8-933b71c5f6ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:42 GMT" + "Mon, 13 Apr 2020 04:54:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5826' under resource group 'ps2715' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps7472' under resource group 'ps3826' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTgyNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQ3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"c17a16c8-507c-46e0-b829-9d087a357b85\"" + "W/\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\"" ], "x-ms-request-id": [ - "35980c92-6bce-41e2-ae8e-09c5478838ca" + "d4a4587c-ed77-4546-84af-f1ace4c02229" ], "x-ms-correlation-request-id": [ - "355fdc85-bf04-4b1c-961b-6067c5e00c5d" + "29387232-3deb-434c-81df-12470dfa00cc" ], "x-ms-arm-service-request-id": [ - "aaebb85e-fb13-4b42-b774-12eff467bcd1" + "d17b8709-917b-41b4-92de-78056ef9b419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,13 +229,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091254Z:355fdc85-bf04-4b1c-961b-6067c5e00c5d" + "WESTUS:20200413T045445Z:29387232-3deb-434c-81df-12470dfa00cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:53 GMT" + "Mon, 13 Apr 2020 04:54:45 GMT" ], "Content-Length": [ "1269" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5826\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f6c5619e-a167-49e4-a7f1-b014ad1cb247\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4164\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7472\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"449e490c-312b-442e-a220-d309c036eba9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTgyNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQ3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25076baf-dece-4ffd-9bd6-86f016462b1e" + "3e7b73d4-d944-4d82-ad6a-9d60dc1fe261" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"c17a16c8-507c-46e0-b829-9d087a357b85\"" + "W/\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\"" ], "x-ms-request-id": [ - "a5ba19ac-0085-4573-87d2-2a0d2d2b1d92" + "6b143eae-b756-46f8-a3db-ca526a873a45" ], "x-ms-correlation-request-id": [ - "f36d7f56-a255-47a9-8711-513bef572d62" + "fc74a9d9-718e-4ce4-b968-47cd5b562f8e" ], "x-ms-arm-service-request-id": [ - "279b2e76-e047-4c82-af82-988a96234cff" + "f5542caa-b76c-4a10-b7c1-6298255335c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,13 +299,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091254Z:f36d7f56-a255-47a9-8711-513bef572d62" + "WESTUS:20200413T045445Z:fc74a9d9-718e-4ce4-b968-47cd5b562f8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:53 GMT" + "Mon, 13 Apr 2020 04:54:45 GMT" ], "Content-Length": [ "1269" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5826\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f6c5619e-a167-49e4-a7f1-b014ad1cb247\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4164\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7472\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"449e490c-312b-442e-a220-d309c036eba9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTgyNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQ3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a64efb4-d3e8-487b-8561-4c57156dafb4" + "67c7141f-50ac-4a11-a4f6-70457f0b3af6" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"c17a16c8-507c-46e0-b829-9d087a357b85\"" + "W/\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\"" ], "x-ms-request-id": [ - "3ae2bb8f-536e-400b-a851-931caf503945" + "45646de0-17fc-42b3-b049-e8313ccf0ffc" ], "x-ms-correlation-request-id": [ - "02afbf77-d495-4f95-bf1b-e241f1a41a44" + "24128cc8-5b8f-4e10-b282-0aa813895bf7" ], "x-ms-arm-service-request-id": [ - "3837a645-112f-4999-bdcf-6f56e7a4eeb2" + "2c2a8993-7e21-4df4-bdbc-e7241ada2538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,13 +369,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091255Z:02afbf77-d495-4f95-bf1b-e241f1a41a44" + "WESTUS:20200413T045446Z:24128cc8-5b8f-4e10-b282-0aa813895bf7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:54 GMT" + "Mon, 13 Apr 2020 04:54:45 GMT" ], "Content-Length": [ "1269" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5826\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f6c5619e-a167-49e4-a7f1-b014ad1cb247\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4164\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\",\r\n \"etag\": \"W/\\\"c17a16c8-507c-46e0-b829-9d087a357b85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7472\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"449e490c-312b-442e-a220-d309c036eba9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\",\r\n \"etag\": \"W/\\\"d0b6548f-8121-4c12-9e2c-cc388c5803f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTgyNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQ3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps4164\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps9603\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "150c8da0-2079-48bc-84ca-80c5e911c877" + "36464e6b-4513-45c1-bd0d-0d2a26980d22" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "d42a8e00-7155-4e72-bd16-06d009120bfe" + "9b19e6f8-4627-4f6b-aeaa-f3a35acb04f7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d42a8e00-7155-4e72-bd16-06d009120bfe?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9b19e6f8-4627-4f6b-aeaa-f3a35acb04f7?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "3a5eae78-f0f9-4aeb-9618-78e620da241c" + "ac5a9cee-7dc5-44f8-8d54-ee8ba96c9c7c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "4a75351b-7b1e-42bc-a927-f3c89847c2a1" + "d931eb79-fe04-4269-98ff-0b64f85a0c51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,13 +451,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091250Z:3a5eae78-f0f9-4aeb-9618-78e620da241c" + "WESTUS:20200413T045442Z:ac5a9cee-7dc5-44f8-8d54-ee8ba96c9c7c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:49 GMT" + "Mon, 13 Apr 2020 04:54:42 GMT" ], "Content-Length": [ "1267" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5826\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826\",\r\n \"etag\": \"W/\\\"0cc5c5e3-a257-45da-88a5-309d7e60c29d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f6c5619e-a167-49e4-a7f1-b014ad1cb247\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4164\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\",\r\n \"etag\": \"W/\\\"0cc5c5e3-a257-45da-88a5-309d7e60c29d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7472\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472\",\r\n \"etag\": \"W/\\\"13918b9c-b8a8-47f2-b71f-54e3bca3270e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"449e490c-312b-442e-a220-d309c036eba9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\",\r\n \"etag\": \"W/\\\"13918b9c-b8a8-47f2-b71f-54e3bca3270e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d42a8e00-7155-4e72-bd16-06d009120bfe?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q0MmE4ZTAwLTcxNTUtNGU3Mi1iZDE2LTA2ZDAwOTEyMGJmZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9b19e6f8-4627-4f6b-aeaa-f3a35acb04f7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzliMTllNmY4LTQ2MjctNGY2Yi1hZWFhLWYzYTM1YWNiMDRmNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "3deba9f7-4e5e-4bde-b147-4c7ed674cc51" + "0cb754f8-f2a0-4410-a02d-3da6e262d127" ], "x-ms-correlation-request-id": [ - "fbfb7103-e442-467b-a29b-8fcdc3b54ae3" + "d1ec67d4-a51c-4a9c-a599-b7af2a3398f4" ], "x-ms-arm-service-request-id": [ - "5efd44e6-17a1-4257-883f-0a5e64b84ac2" + "2db429c1-a5d0-4a5c-8c19-872e9e18d81d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -509,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091254Z:fbfb7103-e442-467b-a29b-8fcdc3b54ae3" + "WESTUS:20200413T045445Z:d1ec67d4-a51c-4a9c-a599-b7af2a3398f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:12:53 GMT" + "Mon, 13 Apr 2020 04:54:45 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131?api-version=2015-08-31-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWRJZGVudGl0eS91c2VyQXNzaWduZWRJZGVudGl0aWVzL3BzOTEzMT9hcGktdmVyc2lvbj0yMDE1LTA4LTMxLXByZXZpZXc=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444?api-version=2015-08-31-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWRJZGVudGl0eS91c2VyQXNzaWduZWRJZGVudGl0aWVzL3BzMTQ0ND9hcGktdmVyc2lvbj0yMDE1LTA4LTMxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36be7375-06a7-4bd4-8ed3-fa267e16bb79" + "0c13b53c-c2b5-4f19-9521-d21d867585d0" ], "Accept-Language": [ "en-US" @@ -563,7 +566,7 @@ "no-cache" ], "Location": [ - "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131" + "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,19 +578,19 @@ "1199" ], "x-ms-request-id": [ - "2a38abd9-5dae-4228-abac-c2aa20bb8c57" + "6f168b84-a75a-4b4d-a6e9-41db937f511a" ], "x-ms-correlation-request-id": [ - "2a38abd9-5dae-4228-abac-c2aa20bb8c57" + "6f168b84-a75a-4b4d-a6e9-41db937f511a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091303Z:2a38abd9-5dae-4228-abac-c2aa20bb8c57" + "WESTUS:20200413T045450Z:6f168b84-a75a-4b4d-a6e9-41db937f511a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:03 GMT" + "Mon, 13 Apr 2020 04:54:49 GMT" ], "Content-Length": [ "758" @@ -599,17 +602,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\",\r\n \"name\": \"ps9131\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\",\r\n \"clientSecretUrl\": \"https://control-westus2.identity.azure.net/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131/credentials?tid=72f988bf-86f1-41af-91ab-2d7cd011db47&oid=f023690d-8b30-43af-99db-325368550337&aid=6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\",\r\n \"name\": \"ps1444\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\",\r\n \"clientSecretUrl\": \"https://control-westus2.identity.azure.net/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444/credentials?tid=72f988bf-86f1-41af-91ab-2d7cd011db47&oid=323272f7-1fcc-449c-9fba-37d951674995&aid=1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MjM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0MzUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00c40c2b-c18c-4d68-a2fc-e10d6b8566ba" + "6c9ff4c7-051e-4f37-9da5-8113de1bb2e9" ], "Accept-Language": [ "en-US" @@ -618,7 +621,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -632,13 +635,13 @@ "gateway" ], "x-ms-request-id": [ - "0e54b3be-1349-4f35-ae79-0c661ec01da4" + "0fdc674a-ec37-4b1a-a6ae-b3fd689391b3" ], "x-ms-correlation-request-id": [ - "0e54b3be-1349-4f35-ae79-0c661ec01da4" + "0fdc674a-ec37-4b1a-a6ae-b3fd689391b3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091304Z:0e54b3be-1349-4f35-ae79-0c661ec01da4" + "WESTUS:20200413T045450Z:0fdc674a-ec37-4b1a-a6ae-b3fd689391b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -647,7 +650,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:03 GMT" + "Mon, 13 Apr 2020 04:54:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -659,12 +662,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps6236' under resource group 'ps2715' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps4352' under resource group 'ps3826' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MjM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0MzUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -672,7 +675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -683,16 +686,16 @@ "no-cache" ], "ETag": [ - "W/\"78a8107b-ee41-4a7a-9d17-fedbb8b4c1ae\"" + "W/\"b895cf96-8508-4732-8581-a5cd2ceb5bfd\"" ], "x-ms-request-id": [ - "ddb21b65-6db9-47b3-8b19-560bcab667b3" + "4e4948cf-e168-4f8b-ab97-edb21780bea0" ], "x-ms-correlation-request-id": [ - "3027ce93-1f7a-4340-aa72-9c97a1fe500d" + "0dbe88fb-7800-476f-9224-4c349deaa238" ], "x-ms-arm-service-request-id": [ - "d169912f-5326-4858-afe8-a9b0ec9efdc1" + "3b75f6bc-7d47-42cd-90fa-0d0a902793f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,19 +705,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091312Z:3027ce93-1f7a-4340-aa72-9c97a1fe500d" + "WESTUS:20200413T045454Z:0dbe88fb-7800-476f-9224-4c349deaa238" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:12 GMT" + "Mon, 13 Apr 2020 04:54:54 GMT" ], "Content-Length": [ - "630" + "629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -723,17 +726,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\",\r\n \"etag\": \"W/\\\"78a8107b-ee41-4a7a-9d17-fedbb8b4c1ae\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1fb32534-b2bb-4d64-84a6-ce5d9224fd8d\",\r\n \"ipAddress\": \"52.149.20.206\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\",\r\n \"etag\": \"W/\\\"b895cf96-8508-4732-8581-a5cd2ceb5bfd\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8942aa51-849e-4ab4-b938-d9d16cff84a1\",\r\n \"ipAddress\": \"40.91.80.195\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MjM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0MzUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32ed1265-0ab9-428c-b7d1-1d727ec0845e" + "267a22a9-1753-43ec-b6ad-6a157601a7b1" ], "Accept-Language": [ "en-US" @@ -742,7 +745,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -753,16 +756,16 @@ "no-cache" ], "ETag": [ - "W/\"78a8107b-ee41-4a7a-9d17-fedbb8b4c1ae\"" + "W/\"b895cf96-8508-4732-8581-a5cd2ceb5bfd\"" ], "x-ms-request-id": [ - "1d38b718-e29b-4b5e-a04f-8bf45c61c15e" + "970074df-e93e-43b2-975e-aecb4e491e4b" ], "x-ms-correlation-request-id": [ - "660387e8-c1b9-4d15-b1bf-751945288aa8" + "c65a987a-b534-4fe9-85dc-44fe7d7fe1dd" ], "x-ms-arm-service-request-id": [ - "5f50075e-dc04-4849-aed0-782e257e8866" + "31672505-7ac5-4fc5-bd72-3c3d460de540" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -772,19 +775,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091312Z:660387e8-c1b9-4d15-b1bf-751945288aa8" + "WESTUS:20200413T045454Z:c65a987a-b534-4fe9-85dc-44fe7d7fe1dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:12 GMT" + "Mon, 13 Apr 2020 04:54:54 GMT" ], "Content-Length": [ - "630" + "629" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,17 +796,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\",\r\n \"etag\": \"W/\\\"78a8107b-ee41-4a7a-9d17-fedbb8b4c1ae\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1fb32534-b2bb-4d64-84a6-ce5d9224fd8d\",\r\n \"ipAddress\": \"52.149.20.206\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\",\r\n \"etag\": \"W/\\\"b895cf96-8508-4732-8581-a5cd2ceb5bfd\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8942aa51-849e-4ab4-b938-d9d16cff84a1\",\r\n \"ipAddress\": \"40.91.80.195\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MjM2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0MzUyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea904314-fa38-4211-bbab-60e80a849302" + "89985830-87df-4bd5-ab10-f351c085fb67" ], "Accept-Language": [ "en-US" @@ -812,7 +815,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -832,35 +835,38 @@ "1" ], "x-ms-request-id": [ - "5c7c16f4-4168-4343-8a17-0575de2d86fd" + "93d1ed03-72ca-495b-867c-4559e3998dbb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5c7c16f4-4168-4343-8a17-0575de2d86fd?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93d1ed03-72ca-495b-867c-4559e3998dbb?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "e2ce8d55-e2da-49e4-a12b-1f033b1d5e57" + "bf1eff42-758d-4647-b088-f4ad5058ed2e" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "36b61294-df10-45b5-8ec6-d692a40eef42" + "024fab77-1157-4b27-96b2-f13ced1217f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091310Z:e2ce8d55-e2da-49e4-a12b-1f033b1d5e57" + "WESTUS:20200413T045451Z:bf1eff42-758d-4647-b088-f4ad5058ed2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:10 GMT" + "Mon, 13 Apr 2020 04:54:50 GMT" ], "Content-Length": [ "594" @@ -872,12 +878,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\",\r\n \"etag\": \"W/\\\"001732ae-5b45-4f2c-812e-fa7e27c7b6ea\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1fb32534-b2bb-4d64-84a6-ce5d9224fd8d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\",\r\n \"etag\": \"W/\\\"0598dc65-5d79-4d70-abe7-da95bddb7fdc\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8942aa51-849e-4ab4-b938-d9d16cff84a1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5c7c16f4-4168-4343-8a17-0575de2d86fd?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVjN2MxNmY0LTQxNjgtNDM0My04YTE3LTA1NzVkZTJkODZmZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93d1ed03-72ca-495b-867c-4559e3998dbb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzZDFlZDAzLTcyY2EtNDk1Yi04NjdjLTQ1NTllMzk5OGRiYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -885,7 +891,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -895,14 +901,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], "x-ms-request-id": [ - "d66191ec-733e-42cc-acb8-eb7ed6205a0f" + "3f1b973e-0a94-4e13-8419-cbe63bcb73f5" ], "x-ms-correlation-request-id": [ - "8b4b9eb8-d62a-482f-99df-8fec7464f2b1" + "3abdd8cd-d77d-4cc9-9d9b-ad1b62415d14" ], "x-ms-arm-service-request-id": [ - "8f269abc-fe2c-4ce8-9f6a-46fa3edcd40b" + "cb2195b6-2f1d-41db-9cf9-def5bc4b3180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,13 +924,74 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091311Z:8b4b9eb8-d62a-482f-99df-8fec7464f2b1" + "WESTUS:20200413T045452Z:3abdd8cd-d77d-4cc9-9d9b-ad1b62415d14" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 04:54:51 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93d1ed03-72ca-495b-867c-4559e3998dbb?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzZDFlZDAzLTcyY2EtNDk1Yi04NjdjLTQ1NTllMzk5OGRiYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d897bb29-833d-4ff3-b208-65bc37ec8922" + ], + "x-ms-correlation-request-id": [ + "94637db6-f0eb-4951-afb5-b85aff8c8a8e" + ], + "x-ms-arm-service-request-id": [ + "a19522ca-99ee-4d6b-ae49-f7c2a5dfe169" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T045454Z:94637db6-f0eb-4951-afb5-b85aff8c8a8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:11 GMT" + "Mon, 13 Apr 2020 04:54:54 GMT" ], "Content-Length": [ "29" @@ -937,13 +1007,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "753d628d-c16a-49d3-a984-5300a8cb09b1" + "c7f66d8d-551d-425e-b95c-3df2d1c980af" ], "Accept-Language": [ "en-US" @@ -952,7 +1022,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -966,13 +1036,13 @@ "gateway" ], "x-ms-request-id": [ - "5cbab3ec-d0ab-414b-97ea-dff5ff48cede" + "f20f321a-e6eb-4828-92ac-37e82c32d1f1" ], "x-ms-correlation-request-id": [ - "5cbab3ec-d0ab-414b-97ea-dff5ff48cede" + "f20f321a-e6eb-4828-92ac-37e82c32d1f1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091313Z:5cbab3ec-d0ab-414b-97ea-dff5ff48cede" + "WESTUS:20200413T045454Z:f20f321a-e6eb-4828-92ac-37e82c32d1f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -981,7 +1051,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:12 GMT" + "Mon, 13 Apr 2020 04:54:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -993,12 +1063,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps9078' under resource group 'ps2715' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2392' under resource group 'ps3826' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1006,7 +1076,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1017,16 +1087,16 @@ "no-cache" ], "ETag": [ - "W/\"2951b915-2401-487d-b8ab-1c66ef60a631\"" + "W/\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\"" ], "x-ms-request-id": [ - "fe5231c7-3bbb-495e-9bc0-f6986179626a" + "00eb7d26-f9d4-4b49-af3d-44aaf6b5d2f9" ], "x-ms-correlation-request-id": [ - "3522606c-a550-4976-af0c-865316babc2a" + "6173173b-b5fc-4f5d-ac3b-3139ad25a195" ], "x-ms-arm-service-request-id": [ - "278bbecb-a378-49b3-9be3-6aa0ffc4a4b4" + "ea1dae1f-3121-4b1e-b8a5-2730d0e4dc72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1036,19 +1106,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091748Z:3522606c-a550-4976-af0c-865316babc2a" + "WESTUS:20200413T050008Z:6173173b-b5fc-4f5d-ac3b-3139ad25a195" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:47 GMT" + "Mon, 13 Apr 2020 05:00:07 GMT" ], "Content-Length": [ - "11786" + "11822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1057,17 +1127,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c61571fd-b492-417d-b89f-8c7d4f85904e" + "fce41809-629a-4536-ad7f-91d413420e5d" ], "Accept-Language": [ "en-US" @@ -1076,7 +1146,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1087,16 +1157,16 @@ "no-cache" ], "ETag": [ - "W/\"2951b915-2401-487d-b8ab-1c66ef60a631\"" + "W/\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\"" ], "x-ms-request-id": [ - "4e6a4ab2-6ec4-4fe6-946b-cb34f151c985" + "11ad1f8f-f8d6-4091-83d0-ccee6960c182" ], "x-ms-correlation-request-id": [ - "f8b33192-faa9-4169-8e26-d4f7ee354bc5" + "a18a5d9b-d65c-4bac-bc69-1e7a1cdf9106" ], "x-ms-arm-service-request-id": [ - "37964330-47c6-49ed-a3ee-178ec5697e8f" + "2bb6ca68-333c-4cd0-8b2b-28c6b0407a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1106,19 +1176,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091748Z:f8b33192-faa9-4169-8e26-d4f7ee354bc5" + "WESTUS:20200413T050008Z:a18a5d9b-d65c-4bac-bc69-1e7a1cdf9106" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:47 GMT" + "Mon, 13 Apr 2020 05:00:07 GMT" ], "Content-Length": [ - "11786" + "11822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1127,17 +1197,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c5170b5-5884-46b7-98b9-1db151e501ff" + "75fbf6ff-377d-4364-aa29-d3c3bd43cf7e" ], "Accept-Language": [ "en-US" @@ -1146,7 +1216,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1157,16 +1227,16 @@ "no-cache" ], "ETag": [ - "W/\"2951b915-2401-487d-b8ab-1c66ef60a631\"" + "W/\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\"" ], "x-ms-request-id": [ - "2a63315a-a88d-4f91-855d-e326e1bea006" + "69b5c0ad-a3ce-44ce-a049-7e2221d2f22f" ], "x-ms-correlation-request-id": [ - "3b0e90d7-705c-451b-a40b-41175548f11b" + "5313db56-7437-44b7-963f-50107b249702" ], "x-ms-arm-service-request-id": [ - "8b1f3c6f-2f63-4c48-bc44-6945b847c4b2" + "a777f243-47de-45f3-b3a0-bdfff45ca2e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1179,16 +1249,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091749Z:3b0e90d7-705c-451b-a40b-41175548f11b" + "WESTUS:20200413T050008Z:5313db56-7437-44b7-963f-50107b249702" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:49 GMT" + "Mon, 13 Apr 2020 05:00:08 GMT" ], "Content-Length": [ - "11786" + "11822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1197,17 +1267,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fa70ecc-bbb4-40e4-b70f-5c5df402cc96" + "f55e94d6-607d-47f9-9431-e7e8977efd7d" ], "Accept-Language": [ "en-US" @@ -1216,7 +1286,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1227,38 +1297,38 @@ "no-cache" ], "ETag": [ - "W/\"2951b915-2401-487d-b8ab-1c66ef60a631\"" + "W/\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\"" ], "x-ms-request-id": [ - "6a72044d-e7f0-4622-ad18-de9170ab1b5a" + "7e273469-7947-4fda-96cd-86b2f1b0a5f6" ], "x-ms-correlation-request-id": [ - "3aba18d5-0973-47cc-8bb2-5e01b56211d1" + "6df4bd04-dbd5-447f-a42d-37cac21ba8fb" ], "x-ms-arm-service-request-id": [ - "3c1229ff-9ade-4e27-b792-ad66092c5277" + "095f7e85-647e-4b68-96aa-ff29d044088e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091750Z:3aba18d5-0973-47cc-8bb2-5e01b56211d1" + "WESTUS:20200413T050008Z:6df4bd04-dbd5-447f-a42d-37cac21ba8fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:49 GMT" + "Mon, 13 Apr 2020 05:00:08 GMT" ], "Content-Length": [ - "11786" + "11822" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1267,12 +1337,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"2951b915-2401-487d-b8ab-1c66ef60a631\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"e9f5c6aa-b025-4d5e-ad61-afdd8f3ce7e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1280,7 +1350,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1291,16 +1361,16 @@ "no-cache" ], "ETag": [ - "W/\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\"" + "W/\"46aa9bc4-aef6-49a0-9c31-cdf781400191\"" ], "x-ms-request-id": [ - "8ac2f55d-0ae3-4d3d-9b77-8e9d516ceaea" + "be419959-0c1c-4fdb-b0b2-17175c935c63" ], "x-ms-correlation-request-id": [ - "89a4d0b9-d0b9-4ec3-91f1-8698d9cf13d8" + "73656bcf-3f72-4a60-9432-9dd8f5ca147e" ], "x-ms-arm-service-request-id": [ - "00507f9b-eb28-45f7-9404-f93cbcb8a1cc" + "06ca46d7-e734-40cb-89c6-49a0b62d4b31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1310,19 +1380,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091941Z:89a4d0b9-d0b9-4ec3-91f1-8698d9cf13d8" + "WESTUS:20200413T050200Z:73656bcf-3f72-4a60-9432-9dd8f5ca147e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:40 GMT" + "Mon, 13 Apr 2020 05:02:00 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1331,17 +1401,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e2a557b-ee39-4c4c-96ee-ba693dcda539" + "250c4e93-c4e0-4dcb-bd33-c51be0aed3e5" ], "Accept-Language": [ "en-US" @@ -1350,7 +1420,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1361,16 +1431,16 @@ "no-cache" ], "ETag": [ - "W/\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\"" + "W/\"46aa9bc4-aef6-49a0-9c31-cdf781400191\"" ], "x-ms-request-id": [ - "5623c17a-3862-406a-a0d5-f1dcf347996e" + "ea7f7783-6c2e-4400-8070-3570fb9d92fd" ], "x-ms-correlation-request-id": [ - "7a61ba0d-af6d-4c90-adc8-2b822fe75483" + "44682625-5ef5-4413-a783-540e1b65df6b" ], "x-ms-arm-service-request-id": [ - "26c4433d-86b7-459d-aedf-5da018741b15" + "7dad27f9-8f6c-4e19-b22c-95cf2d579f12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1380,19 +1450,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091941Z:7a61ba0d-af6d-4c90-adc8-2b822fe75483" + "WESTUS:20200413T050200Z:44682625-5ef5-4413-a783-540e1b65df6b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:40 GMT" + "Mon, 13 Apr 2020 05:02:00 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1401,17 +1471,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26eae368-de71-4f09-a820-c22a97f8af52" + "5f009b34-e20a-483a-bc33-49a6e1e48ff8" ], "Accept-Language": [ "en-US" @@ -1420,7 +1490,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1431,16 +1501,16 @@ "no-cache" ], "ETag": [ - "W/\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\"" + "W/\"46aa9bc4-aef6-49a0-9c31-cdf781400191\"" ], "x-ms-request-id": [ - "9b751969-3a7e-4532-84b6-38883e37aebd" + "9c7c6810-9757-43fd-b6e7-f8f8b98343ad" ], "x-ms-correlation-request-id": [ - "3110b8dc-21e6-4ed3-972f-c79cdae33d4d" + "a8d0f237-ac28-4e6e-bb99-df592f53064f" ], "x-ms-arm-service-request-id": [ - "5f313282-9228-4e19-a57d-7c82923af602" + "abf5b4c4-d60a-4b4d-90f7-bc19d632f630" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1453,16 +1523,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091941Z:3110b8dc-21e6-4ed3-972f-c79cdae33d4d" + "WESTUS:20200413T050200Z:a8d0f237-ac28-4e6e-bb99-df592f53064f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:41 GMT" + "Mon, 13 Apr 2020 05:02:00 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1471,12 +1541,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"7bd2aa6e-9c3f-42d0-8360-069a9cb3e437\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"46aa9bc4-aef6-49a0-9c31-cdf781400191\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1484,7 +1554,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1495,16 +1565,16 @@ "no-cache" ], "ETag": [ - "W/\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\"" + "W/\"560c11b5-0e1d-4900-b000-97352c6ebbe8\"" ], "x-ms-request-id": [ - "5dd63358-4ded-46b5-b54e-84ee92006ccc" + "2264a399-aeb8-4ba2-94f6-e55e96c348d3" ], "x-ms-correlation-request-id": [ - "f49d35e5-2c9a-4ee0-96a3-01e3b3972d2d" + "3ff332ee-c7ef-4e30-8f0b-fde6744e2182" ], "x-ms-arm-service-request-id": [ - "d238fe56-ca58-49a3-915a-8b0eab35ebc6" + "fa9b8148-4d8c-4c89-8632-bafe9fc934e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1517,16 +1587,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092007Z:f49d35e5-2c9a-4ee0-96a3-01e3b3972d2d" + "WESTUS:20200413T050222Z:3ff332ee-c7ef-4e30-8f0b-fde6744e2182" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:07 GMT" + "Mon, 13 Apr 2020 05:02:21 GMT" ], "Content-Length": [ - "11366" + "11402" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1535,17 +1605,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c0ef196-e965-4bfa-82f4-c382f6d131bd" + "c59220ef-24c4-4e86-8a35-6d8c38584438" ], "Accept-Language": [ "en-US" @@ -1554,7 +1624,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1565,16 +1635,16 @@ "no-cache" ], "ETag": [ - "W/\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\"" + "W/\"560c11b5-0e1d-4900-b000-97352c6ebbe8\"" ], "x-ms-request-id": [ - "6ffa3b1e-06aa-4711-bd44-31c8f2b31c2b" + "78e27dc2-e3ae-4ba2-a66b-11ff7ccfa107" ], "x-ms-correlation-request-id": [ - "96033515-2c40-427a-b734-f2d16bb382f9" + "b0b46683-2a2d-47ab-887c-d2ed99508a84" ], "x-ms-arm-service-request-id": [ - "a43602a5-c976-4743-a4a3-4a80ba816821" + "d4b48677-a4df-481b-84de-dc8bcc6d71ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1587,16 +1657,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092007Z:96033515-2c40-427a-b734-f2d16bb382f9" + "WESTUS:20200413T050222Z:b0b46683-2a2d-47ab-887c-d2ed99508a84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:07 GMT" + "Mon, 13 Apr 2020 05:02:21 GMT" ], "Content-Length": [ - "11366" + "11402" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1605,17 +1675,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2da59b0-66aa-49b3-a944-4358f9fa3ecf" + "fc7fee43-1990-4ffe-ad89-35e982108bd1" ], "Accept-Language": [ "en-US" @@ -1624,7 +1694,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1635,16 +1705,16 @@ "no-cache" ], "ETag": [ - "W/\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\"" + "W/\"560c11b5-0e1d-4900-b000-97352c6ebbe8\"" ], "x-ms-request-id": [ - "13be0e5a-cb19-4fcf-8dae-64b170be3a8d" + "1accd863-155c-4611-ae04-c80a968edf38" ], "x-ms-correlation-request-id": [ - "6aed83dc-293f-4293-b7c1-004a3e2d2c6c" + "22c2226a-821a-491e-9a68-a93bcb7ea053" ], "x-ms-arm-service-request-id": [ - "2f59fd77-c472-4bda-b173-d848c69826cc" + "d7f9f36f-f823-4c50-9fbe-ee5b2b57bf5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1657,16 +1727,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092008Z:6aed83dc-293f-4293-b7c1-004a3e2d2c6c" + "WESTUS:20200413T050222Z:22c2226a-821a-491e-9a68-a93bcb7ea053" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:07 GMT" + "Mon, 13 Apr 2020 05:02:21 GMT" ], "Content-Length": [ - "11366" + "11402" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1675,12 +1745,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"c32b4813-c1ca-4cf7-a40a-217842d1d69e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"560c11b5-0e1d-4900-b000-97352c6ebbe8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1688,7 +1758,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1699,16 +1769,16 @@ "no-cache" ], "ETag": [ - "W/\"130e269a-326e-4507-80d9-f346fa084911\"" + "W/\"f73fd11b-9633-4e0f-92cd-0c61c613e499\"" ], "x-ms-request-id": [ - "3096ba73-0df5-4b76-add5-495bef0d36bb" + "b6bcf88b-432c-4f28-9e9e-d3cfd0c8752e" ], "x-ms-correlation-request-id": [ - "5803078c-0eb4-4636-b2a7-233cbf2b201c" + "a7f28388-ef01-442a-9f0f-847238a97a90" ], "x-ms-arm-service-request-id": [ - "8b3638eb-0872-4973-a6b5-7579020fe581" + "443a7579-a3c3-424e-a957-a73c5ea15046" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1721,16 +1791,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092035Z:5803078c-0eb4-4636-b2a7-233cbf2b201c" + "WESTUS:20200413T050243Z:a7f28388-ef01-442a-9f0f-847238a97a90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:34 GMT" + "Mon, 13 Apr 2020 05:02:43 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1739,17 +1809,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd809d10-d62f-48f7-a4d6-9c20f97d27b9" + "ed981406-7af4-4922-82d4-a8af76c53166" ], "Accept-Language": [ "en-US" @@ -1758,7 +1828,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1769,16 +1839,16 @@ "no-cache" ], "ETag": [ - "W/\"130e269a-326e-4507-80d9-f346fa084911\"" + "W/\"f73fd11b-9633-4e0f-92cd-0c61c613e499\"" ], "x-ms-request-id": [ - "71c1d855-7a00-477c-9eda-5ae9d002fe73" + "e40dfce8-aa77-4f95-ba69-5b50eabd885b" ], "x-ms-correlation-request-id": [ - "49f9ba80-5d1c-4580-8547-aa0c9e8baa48" + "26f68242-8c9a-492f-be0d-4781aa68fedc" ], "x-ms-arm-service-request-id": [ - "4e8ed8ed-0a84-4087-9e99-df054f305906" + "36ae1952-c32f-4564-8523-11a8fc0e1c81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1791,16 +1861,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092035Z:49f9ba80-5d1c-4580-8547-aa0c9e8baa48" + "WESTUS:20200413T050243Z:26f68242-8c9a-492f-be0d-4781aa68fedc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:34 GMT" + "Mon, 13 Apr 2020 05:02:43 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1809,17 +1879,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6164a487-c8a5-42ca-9317-dbc771039479" + "7c6395f4-2d23-4253-8523-d786c5a92966" ], "Accept-Language": [ "en-US" @@ -1828,7 +1898,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1839,16 +1909,16 @@ "no-cache" ], "ETag": [ - "W/\"130e269a-326e-4507-80d9-f346fa084911\"" + "W/\"f73fd11b-9633-4e0f-92cd-0c61c613e499\"" ], "x-ms-request-id": [ - "ddc52794-69ff-426b-803b-c75b256b0f3a" + "ed612a02-cf35-4fe2-8c91-906b7015abca" ], "x-ms-correlation-request-id": [ - "bfca6623-7b36-468f-8122-26db383f640d" + "28e73977-26eb-49b5-a659-5f2f78711656" ], "x-ms-arm-service-request-id": [ - "d4e6b4b3-f519-44f0-bde5-35c09e114433" + "a39077b9-c299-4e0b-93b9-19a600b5375a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1858,19 +1928,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092035Z:bfca6623-7b36-468f-8122-26db383f640d" + "WESTUS:20200413T050243Z:28e73977-26eb-49b5-a659-5f2f78711656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:35 GMT" + "Mon, 13 Apr 2020 05:02:43 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1879,17 +1949,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"130e269a-326e-4507-80d9-f346fa084911\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"f73fd11b-9633-4e0f-92cd-0c61c613e499\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd123ac6-f7a9-4286-a856-79fa36e587fe" + "240ebd08-4a2d-4443-a789-182acfb9f94c" ], "Accept-Language": [ "en-US" @@ -1898,7 +1968,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1909,16 +1979,16 @@ "no-cache" ], "ETag": [ - "W/\"d39c4d94-bbed-48b2-ba95-602775383995\"" + "W/\"bd352e2b-6bd9-4918-a31f-42df504aec5e\"" ], "x-ms-request-id": [ - "377632db-b87c-49b9-a060-c94be39db1f3" + "dce37fe9-33f7-4148-99c3-23cb2b983a29" ], "x-ms-correlation-request-id": [ - "b8dd9ce1-96d5-42d7-9920-fc94079aa753" + "cbfc7bc1-164b-4577-b626-cfe2c7f48f1e" ], "x-ms-arm-service-request-id": [ - "e79c8794-85f1-4f97-b522-8f7b6bf22860" + "64f7105b-4a16-4523-badd-9f68617b4555" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1928,19 +1998,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092220Z:b8dd9ce1-96d5-42d7-9920-fc94079aa753" + "WESTUS:20200413T050354Z:cbfc7bc1-164b-4577-b626-cfe2c7f48f1e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:19 GMT" + "Mon, 13 Apr 2020 05:03:54 GMT" ], "Content-Length": [ - "11743" + "11779" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1949,17 +2019,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {\r\n \"principalId\": \"f023690d-8b30-43af-99db-325368550337\",\r\n \"clientId\": \"6b8ee677-1452-4d12-a4d1-b0f3f7bf92a1\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"d39c4d94-bbed-48b2-ba95-602775383995\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {\r\n \"principalId\": \"323272f7-1fcc-449c-9fba-37d951674995\",\r\n \"clientId\": \"1f93a5e6-1c05-49fd-9715-ea34e2fb0db0\"\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"bd352e2b-6bd9-4918-a31f-42df504aec5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIpConfigurations/ps7845\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n }\r\n },\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIpConfigurations/ps8602\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIpConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n },\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIpConfigurations/ps2317\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n }\r\n },\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIpConfigurations/ps4387\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIpConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "086c5063-5918-484f-a01c-0b268422a186" + "15bdd450-88b6-4392-a3b2-2cf33272d598" ], "Accept-Language": [ "en-US" @@ -1968,13 +2038,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "7621" + "7624" ] }, "ResponseHeaders": { @@ -1988,16 +2058,19 @@ "10" ], "x-ms-request-id": [ - "50ed9485-c72a-4316-ad4c-7723032fdb60" + "158abc09-5de7-4e10-8896-de3c0930bd71" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "fef5edc0-516a-4e41-820b-f5f06bd35cdd" + "57a267d3-5c46-49e6-a56b-4cd8ac0f5148" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "77765b34-c324-403f-b955-b20d5d0509dd" + "3c880485-e9d1-46b9-a98f-5053046ce83f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2007,19 +2080,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091320Z:fef5edc0-516a-4e41-820b-f5f06bd35cdd" + "WESTUS:20200413T045456Z:57a267d3-5c46-49e6-a56b-4cd8ac0f5148" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:19 GMT" + "Mon, 13 Apr 2020 04:54:55 GMT" ], "Content-Length": [ - "11644" + "11680" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2028,17 +2101,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"6ac4b2ac-fd38-4598-bea5-5258fc6df779\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"3086a44a-8358-4cd6-af59-f637e8231a5e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n }\r\n },\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n },\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n }\r\n },\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c9ca1d8d-f4b0-4f8d-8d8d-3317960f14ed" + "4911b726-2d7c-4a0e-9683-59180b11b807" ], "Accept-Language": [ "en-US" @@ -2047,13 +2120,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "7849" + "7852" ] }, "ResponseHeaders": { @@ -2067,16 +2140,19 @@ "10" ], "x-ms-request-id": [ - "1845d69a-564c-4bb9-898f-4f254aed53a0" + "249095ce-2473-4cc6-96ce-728fd0dfd917" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ff87c8e3-61e4-4b01-98cf-d6b352dcb119" + "b8595b5d-2ea0-466c-88ca-4f92002a00c7" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "8865c37a-4443-4a5c-b4b1-995a28b1e689" + "04fb0ba6-48a2-4a15-8cd3-4afe451e7bd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2089,16 +2165,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091757Z:ff87c8e3-61e4-4b01-98cf-d6b352dcb119" + "WESTUS:20200413T050009Z:b8595b5d-2ea0-466c-88ca-4f92002a00c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:56 GMT" + "Mon, 13 Apr 2020 05:00:09 GMT" ], "Content-Length": [ - "11601" + "11637" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2107,17 +2183,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"7625da07-53a4-42ab-85c0-4eb9eb0cdd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"7926e110-3493-46b4-afd5-3bb396311e61\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n }\r\n },\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n },\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n }\r\n },\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db36674b-1277-45fa-9f7f-c205cbd7d572" + "55c2bbcc-7e3f-46eb-b1f4-de4cb87e16da" ], "Accept-Language": [ "en-US" @@ -2126,13 +2202,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "7604" + "7607" ] }, "ResponseHeaders": { @@ -2146,16 +2222,19 @@ "10" ], "x-ms-request-id": [ - "ec5e444f-5e55-455d-ab3b-8db0b219617a" + "f8c6323b-41f6-419f-8fc6-fc033cdd1cc7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ec5e444f-5e55-455d-ab3b-8db0b219617a?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f8c6323b-41f6-419f-8fc6-fc033cdd1cc7?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "f51c7ee8-3050-4baa-9dce-e648e7cd3548" + "355175c1-1202-4d3a-a210-84b18a2cfbc4" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "fda6ad0c-8cd3-4406-b5f6-fc90bad68054" + "d917941e-6805-4022-9fb8-fed87463abe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2168,16 +2247,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091946Z:f51c7ee8-3050-4baa-9dce-e648e7cd3548" + "WESTUS:20200413T050201Z:355175c1-1202-4d3a-a210-84b18a2cfbc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:46 GMT" + "Mon, 13 Apr 2020 05:02:01 GMT" ], "Content-Length": [ - "11356" + "11392" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2186,17 +2265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"49e41553-e6b7-4120-89e8-5264fd95fe77\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"dc9e913c-f43b-4361-8ddb-8cc135eb6ab1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n }\r\n },\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n },\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n }\r\n },\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n },\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1c132315-f391-44eb-970d-acf3472eed13" + "eaf0dd6b-92b6-4dea-beb2-f7a403eb4fc6" ], "Accept-Language": [ "en-US" @@ -2205,13 +2284,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "7849" + "7852" ] }, "ResponseHeaders": { @@ -2225,16 +2304,19 @@ "10" ], "x-ms-request-id": [ - "08dce425-c937-4c4a-8cf3-2c1d77726056" + "cfd54046-3bb1-4003-8bc3-9826167e5cc7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/08dce425-c937-4c4a-8cf3-2c1d77726056?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/cfd54046-3bb1-4003-8bc3-9826167e5cc7?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "8f4a86cd-07d3-4cad-b59e-c46dd8350a01" + "15b8eb71-cf93-4e75-84e0-ca940a5d2867" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "03e19c49-e6cd-4990-b9a2-befd75fe1b34" + "8183b75b-a7bf-4549-a085-d1a03f9a8fde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2247,16 +2329,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092014Z:8f4a86cd-07d3-4cad-b59e-c46dd8350a01" + "WESTUS:20200413T050223Z:15b8eb71-cf93-4e75-84e0-ca940a5d2867" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:13 GMT" + "Mon, 13 Apr 2020 05:02:23 GMT" ], "Content-Length": [ - "11601" + "11637" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2265,12 +2347,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps9078\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps9131\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf426380-0087-42f3-8110-b00704544dcf\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps7845\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/gatewayIPConfigurations/ps7845\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/virtualNetworks/ps5826/subnets/ps4164\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4389\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8602\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/publicIPAddresses/ps6236\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5939\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps5528\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/trustedRootCertificates/ps4389\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1293\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendIPConfigurations/ps8602\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/frontendPorts/ps5939\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7352\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/requestRoutingRules/ps7352\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/httpListeners/ps1293\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendAddressPools/ps5528\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps96\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/probes/ps96\",\r\n \"etag\": \"W/\\\"35a5aaab-14b9-4e14-8068-38d9a695dcf4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/backendHttpSettingsCollection/ps2279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2392\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"identity\": {\r\n \"type\": \"userAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ps1444\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d7a52a1a-d595-488e-9462-0e1fe2b9d033\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2317\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/gatewayIPConfigurations/ps2317\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/virtualNetworks/ps7472/subnets/ps9603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps107\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4387\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/publicIPAddresses/ps4352\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2040\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1405\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6723\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/trustedRootCertificates/ps107\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendIPConfigurations/ps4387\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/frontendPorts/ps2040\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7661\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/requestRoutingRules/ps7661\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/httpListeners/ps5213\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendAddressPools/ps1405\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5899\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/probes/ps5899\",\r\n \"etag\": \"W/\\\"7150a541-b641-4aa2-90a3-02290da1762e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/backendHttpSettingsCollection/ps6723\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2278,7 +2360,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2292,13 +2374,13 @@ "10" ], "x-ms-request-id": [ - "0e97f66f-c2e2-4731-a0a3-16243c09ae78" + "cafc90f6-0cbf-4f6e-8b16-7d6eac366d30" ], "x-ms-correlation-request-id": [ - "c9c461dd-bbba-4501-aaec-aabbda63300c" + "40813dfd-1dd2-41e4-80c1-0eb9c93cbaf8" ], "x-ms-arm-service-request-id": [ - "8905c533-da45-40ad-8cbc-4a3c84b8ce9e" + "59e20e77-4f80-44c8-ab89-3d896c2e8500" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2308,16 +2390,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091330Z:c9c461dd-bbba-4501-aaec-aabbda63300c" + "WESTUS:20200413T045506Z:40813dfd-1dd2-41e4-80c1-0eb9c93cbaf8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:30 GMT" + "Mon, 13 Apr 2020 04:55:05 GMT" ], "Content-Length": [ "30" @@ -2333,8 +2415,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2342,7 +2424,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2356,13 +2438,13 @@ "10" ], "x-ms-request-id": [ - "24c5a217-aabc-4ed6-95b8-d6819c2f842e" + "a1041bf2-5d1e-45e7-86bd-5439885d9eec" ], "x-ms-correlation-request-id": [ - "0af54e07-f81a-4d2c-b329-d07f584b8836" + "fb70ccfb-100d-4b0c-b508-968a2ddafe1a" ], "x-ms-arm-service-request-id": [ - "5e1b328a-4f6a-47c3-b52f-4930dc60f337" + "197e9a9c-f877-4281-a79c-32a344d4c141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2372,16 +2454,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091341Z:0af54e07-f81a-4d2c-b329-d07f584b8836" + "WESTUS:20200413T045516Z:fb70ccfb-100d-4b0c-b508-968a2ddafe1a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:40 GMT" + "Mon, 13 Apr 2020 04:55:15 GMT" ], "Content-Length": [ "30" @@ -2397,8 +2479,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2406,7 +2488,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2420,13 +2502,13 @@ "10" ], "x-ms-request-id": [ - "89f0d323-f6ae-4bf9-8eb0-e88bd45e6e1c" + "ce010753-bda8-4c3f-83f2-c9deeb564c4a" ], "x-ms-correlation-request-id": [ - "b3373352-d015-4cb4-a071-82d2fb7aba60" + "680f65c2-10ad-46f5-b56b-2637272d0ca8" ], "x-ms-arm-service-request-id": [ - "e4503a06-6ed3-4dda-9850-06565c862e8c" + "adc8bca7-1928-4f6f-a67f-691d1c18713d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2436,16 +2518,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091351Z:b3373352-d015-4cb4-a071-82d2fb7aba60" + "WESTUS:20200413T045526Z:680f65c2-10ad-46f5-b56b-2637272d0ca8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:13:50 GMT" + "Mon, 13 Apr 2020 04:55:26 GMT" ], "Content-Length": [ "30" @@ -2461,8 +2543,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2470,7 +2552,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2484,32 +2566,32 @@ "10" ], "x-ms-request-id": [ - "fba2687e-d429-4118-86c9-219baca989ff" + "eb6bc0a9-ed49-4dce-8ac2-b607630618ae" ], "x-ms-correlation-request-id": [ - "be735b20-9ddb-4304-a7bf-7fa44309be6d" + "5664350b-c9ee-4952-ab1a-b648074c1b1c" ], "x-ms-arm-service-request-id": [ - "709f3cf3-f696-4991-8a2b-c03ed6387bed" + "09367f0b-6697-4037-8e17-631b6c433701" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091401Z:be735b20-9ddb-4304-a7bf-7fa44309be6d" + "WESTUS:20200413T045536Z:5664350b-c9ee-4952-ab1a-b648074c1b1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:00 GMT" + "Mon, 13 Apr 2020 04:55:36 GMT" ], "Content-Length": [ "30" @@ -2525,8 +2607,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2534,7 +2616,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2548,13 +2630,13 @@ "10" ], "x-ms-request-id": [ - "b5a2d431-26b0-47ba-b619-15cebac1d110" + "e0c92be0-b6aa-4b80-bdef-dd50b5434901" ], "x-ms-correlation-request-id": [ - "d3dc2b45-2fc9-4a10-9ea1-62e3bd1822f1" + "6ba2cc5a-0d8c-4606-8736-0ec8d0a9ff3e" ], "x-ms-arm-service-request-id": [ - "c040b3c3-59e6-42d0-9ca8-37a9d2aa276f" + "367868bb-e7f5-480a-a8fa-5e421b1eee86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2564,16 +2646,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091411Z:d3dc2b45-2fc9-4a10-9ea1-62e3bd1822f1" + "WESTUS:20200413T045546Z:6ba2cc5a-0d8c-4606-8736-0ec8d0a9ff3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:11 GMT" + "Mon, 13 Apr 2020 04:55:46 GMT" ], "Content-Length": [ "30" @@ -2589,8 +2671,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2598,7 +2680,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2612,13 +2694,13 @@ "10" ], "x-ms-request-id": [ - "ec317cf5-c4e9-4f63-a5b0-aa34d0d160e4" + "4f365f26-840a-40ee-8365-5b3a0e02e6fe" ], "x-ms-correlation-request-id": [ - "5b784bc0-9916-429d-9739-435e07ed29c4" + "8c4ba4bf-2632-4fdb-b028-ee7c400deee0" ], "x-ms-arm-service-request-id": [ - "e6935771-f4b8-481b-b21e-edf39fe2025a" + "23b2aa7d-b916-4326-8955-b056a6248e6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2628,16 +2710,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091422Z:5b784bc0-9916-429d-9739-435e07ed29c4" + "WESTUS:20200413T045556Z:8c4ba4bf-2632-4fdb-b028-ee7c400deee0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:21 GMT" + "Mon, 13 Apr 2020 04:55:56 GMT" ], "Content-Length": [ "30" @@ -2653,8 +2735,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2662,7 +2744,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2676,32 +2758,32 @@ "10" ], "x-ms-request-id": [ - "8eb47b8f-a71d-4391-b06a-d1f7f075108a" + "db021288-7ac1-4fc3-969f-74199c2fbbbd" ], "x-ms-correlation-request-id": [ - "69acbb7b-ec2e-4122-abd4-791945fdab77" + "c5c416cd-0e94-490c-8e19-9b67196cad3b" ], "x-ms-arm-service-request-id": [ - "f53e77dc-0f52-4d6c-a5dc-ea2978f9d9d0" + "553768a9-922b-419e-9048-d65cbd8e3537" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091432Z:69acbb7b-ec2e-4122-abd4-791945fdab77" + "WESTUS:20200413T045606Z:c5c416cd-0e94-490c-8e19-9b67196cad3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:32 GMT" + "Mon, 13 Apr 2020 04:56:05 GMT" ], "Content-Length": [ "30" @@ -2717,8 +2799,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2726,7 +2808,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2740,13 +2822,13 @@ "10" ], "x-ms-request-id": [ - "610d9988-e74c-41a5-814f-8690f7882ce2" + "7898a2c9-abe3-457d-9a37-faec2ba0a69c" ], "x-ms-correlation-request-id": [ - "8723e0f4-9a25-4918-8f47-f487b7f3b47a" + "b949c88f-c84d-4835-9111-662f60cdd96e" ], "x-ms-arm-service-request-id": [ - "bf274304-e3d5-4452-9244-688b8cacaa15" + "a16f0a14-23b3-458d-8a4c-b8589389b1b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2756,16 +2838,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091442Z:8723e0f4-9a25-4918-8f47-f487b7f3b47a" + "WESTUS:20200413T045616Z:b949c88f-c84d-4835-9111-662f60cdd96e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:42 GMT" + "Mon, 13 Apr 2020 04:56:15 GMT" ], "Content-Length": [ "30" @@ -2781,8 +2863,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2790,7 +2872,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2804,13 +2886,13 @@ "10" ], "x-ms-request-id": [ - "53094102-7c34-478f-98e6-0bfe8d2c1b4c" + "aeaf303d-a0a0-426a-8330-40fb95b9099b" ], "x-ms-correlation-request-id": [ - "fa0464f7-87fa-4bf5-bd17-644cb304ded0" + "ee213134-c4f5-467c-8b78-f091d4191ac0" ], "x-ms-arm-service-request-id": [ - "a5a1a8bb-5926-492c-8677-650e9753e537" + "12b4abc0-5d41-4474-8138-50c59d1a3f79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2820,16 +2902,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091453Z:fa0464f7-87fa-4bf5-bd17-644cb304ded0" + "WESTUS:20200413T045626Z:ee213134-c4f5-467c-8b78-f091d4191ac0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:14:52 GMT" + "Mon, 13 Apr 2020 04:56:25 GMT" ], "Content-Length": [ "30" @@ -2845,8 +2927,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2854,7 +2936,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2868,13 +2950,13 @@ "10" ], "x-ms-request-id": [ - "519327b0-1956-42ba-8e79-b2f9c3290d1d" + "09aba9f2-8d3c-468c-91fc-494edf34ee9b" ], "x-ms-correlation-request-id": [ - "70d45b71-f5e2-47e5-a8b8-9cffdfc22c4a" + "6cfd75f4-20ef-43c5-b2bc-cacee9296e58" ], "x-ms-arm-service-request-id": [ - "8c9f1ab3-cb3c-4cd9-a621-92e494069fa7" + "cdc40852-d73e-44d9-aceb-fd9107588473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2884,16 +2966,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091503Z:70d45b71-f5e2-47e5-a8b8-9cffdfc22c4a" + "WESTUS:20200413T045636Z:6cfd75f4-20ef-43c5-b2bc-cacee9296e58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:02 GMT" + "Mon, 13 Apr 2020 04:56:35 GMT" ], "Content-Length": [ "30" @@ -2909,8 +2991,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2918,7 +3000,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2932,32 +3014,32 @@ "10" ], "x-ms-request-id": [ - "5a78d275-b255-4ea0-8dce-2cf4e1b3d0cc" + "eacff620-8135-4de5-b74d-0c2642fe555d" ], "x-ms-correlation-request-id": [ - "9e976824-ca6d-42ac-a5be-d50ca93ef94a" + "8f48a690-3937-479b-8d3e-12bfd2544ddb" ], "x-ms-arm-service-request-id": [ - "bce0411f-44c6-4978-9592-d7f7275b4c36" + "bb9e2767-2805-442a-a2be-78887a489d87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091513Z:9e976824-ca6d-42ac-a5be-d50ca93ef94a" + "WESTUS:20200413T045646Z:8f48a690-3937-479b-8d3e-12bfd2544ddb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:13 GMT" + "Mon, 13 Apr 2020 04:56:45 GMT" ], "Content-Length": [ "30" @@ -2973,8 +3055,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2982,7 +3064,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2996,13 +3078,13 @@ "10" ], "x-ms-request-id": [ - "f1ec42cb-b046-4c21-a277-087d1712dd96" + "fdf9f572-533b-44f0-9a3d-2fc5a4848302" ], "x-ms-correlation-request-id": [ - "0f911d68-03e5-456c-91cf-16d737580d9b" + "a22925ad-08aa-414b-83a7-c9bb1820763a" ], "x-ms-arm-service-request-id": [ - "e3a12e87-ef86-4bbb-b370-5d2184370c9f" + "14a616b1-dfc1-445a-ad88-5362d2336c42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3012,16 +3094,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091523Z:0f911d68-03e5-456c-91cf-16d737580d9b" + "WESTUS:20200413T045656Z:a22925ad-08aa-414b-83a7-c9bb1820763a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:23 GMT" + "Mon, 13 Apr 2020 04:56:56 GMT" ], "Content-Length": [ "30" @@ -3037,8 +3119,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3046,7 +3128,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3060,13 +3142,13 @@ "10" ], "x-ms-request-id": [ - "49c238f1-e1a4-41ee-b289-7c4453702a14" + "6f03dc1f-9cf3-41b9-a218-b90d5b1dfa30" ], "x-ms-correlation-request-id": [ - "e70e0afc-e70a-4a92-85ac-a6fa590398b5" + "056ad2b4-900e-40fe-a700-ff4477672fcf" ], "x-ms-arm-service-request-id": [ - "9615a97d-b6ba-4928-b060-0a726b57f437" + "4b4e1faa-72ea-466a-97fd-3465b21a700a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3076,16 +3158,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091534Z:e70e0afc-e70a-4a92-85ac-a6fa590398b5" + "WESTUS:20200413T045706Z:056ad2b4-900e-40fe-a700-ff4477672fcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:33 GMT" + "Mon, 13 Apr 2020 04:57:06 GMT" ], "Content-Length": [ "30" @@ -3101,8 +3183,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3110,7 +3192,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3124,32 +3206,32 @@ "10" ], "x-ms-request-id": [ - "c0fc28d2-4d82-4777-bf88-a365592454a3" + "a7ce936a-3dab-465c-bfe0-cb09b57b97af" ], "x-ms-correlation-request-id": [ - "21be937d-bd5e-499e-b94b-912f3a3181b5" + "1408262f-f59c-40d8-9f15-5e8e8cd9a109" ], "x-ms-arm-service-request-id": [ - "5d563bb1-1bab-4909-b4e9-8877caae4a14" + "631f7cbc-61af-4e4a-a9f9-39599027719f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091544Z:21be937d-bd5e-499e-b94b-912f3a3181b5" + "WESTUS:20200413T045716Z:1408262f-f59c-40d8-9f15-5e8e8cd9a109" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:43 GMT" + "Mon, 13 Apr 2020 04:57:16 GMT" ], "Content-Length": [ "30" @@ -3165,8 +3247,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3174,7 +3256,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3188,13 +3270,13 @@ "10" ], "x-ms-request-id": [ - "03200148-59c3-4682-aa30-980d0bbc8907" + "b7129cbe-7624-4529-a5c0-ab05ff716912" ], "x-ms-correlation-request-id": [ - "695e0acd-9bbc-47f9-adb8-b0b12a1ea998" + "a3b4a7b4-c9a2-47a7-9266-f501650b1797" ], "x-ms-arm-service-request-id": [ - "2fd116a6-0fd9-49e8-9923-cf2a896a8bd1" + "57223672-4672-43c8-8932-06d7fb5b4fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3204,16 +3286,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091554Z:695e0acd-9bbc-47f9-adb8-b0b12a1ea998" + "WESTUS:20200413T045726Z:a3b4a7b4-c9a2-47a7-9266-f501650b1797" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:15:54 GMT" + "Mon, 13 Apr 2020 04:57:26 GMT" ], "Content-Length": [ "30" @@ -3229,8 +3311,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3238,7 +3320,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3252,13 +3334,13 @@ "10" ], "x-ms-request-id": [ - "e828cac7-d749-4fc6-906f-e75a0a472835" + "85a1254f-bda8-49a4-9967-900136fdba76" ], "x-ms-correlation-request-id": [ - "2c900d3a-d35d-4bde-8cc6-510a966cb213" + "1cab715d-066c-45be-a6a6-2e399048f711" ], "x-ms-arm-service-request-id": [ - "e68e2b19-f0d1-4f8b-86dc-07b2e576b423" + "1fcd103a-e320-4b3e-8d70-4a52caa28924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3268,16 +3350,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091605Z:2c900d3a-d35d-4bde-8cc6-510a966cb213" + "WESTUS:20200413T045737Z:1cab715d-066c-45be-a6a6-2e399048f711" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:05 GMT" + "Mon, 13 Apr 2020 04:57:36 GMT" ], "Content-Length": [ "30" @@ -3293,8 +3375,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3302,7 +3384,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3316,13 +3398,13 @@ "10" ], "x-ms-request-id": [ - "69d47a09-8b42-4048-b1ea-1a770d74df9a" + "f268d6e0-c245-4f33-b399-266e7e6be540" ], "x-ms-correlation-request-id": [ - "a6cb9f1d-5e88-467b-b98b-11ede6e5c6dc" + "25629cf4-f52b-418c-96c3-39ba795a6aa2" ], "x-ms-arm-service-request-id": [ - "01e522cd-228d-4492-9a82-18fdd26c98a9" + "5d32a400-64e9-4714-87c0-1c7ea38faeb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3332,16 +3414,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091615Z:a6cb9f1d-5e88-467b-b98b-11ede6e5c6dc" + "WESTUS:20200413T045747Z:25629cf4-f52b-418c-96c3-39ba795a6aa2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:15 GMT" + "Mon, 13 Apr 2020 04:57:46 GMT" ], "Content-Length": [ "30" @@ -3357,8 +3439,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3366,7 +3448,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3380,32 +3462,32 @@ "10" ], "x-ms-request-id": [ - "a0c26647-45eb-4a6a-b84a-259eea5250ac" + "b540f6a6-7f28-4b7e-94d9-089e616f16f1" ], "x-ms-correlation-request-id": [ - "15d9957a-302f-4107-98aa-dc378f8422c5" + "092e3262-4603-4981-9fae-06db1d403319" ], "x-ms-arm-service-request-id": [ - "75ed44ff-d0fa-4e86-970c-5dea1abafc98" + "aeaa9775-6ce3-4d6b-84a5-b7f47e7540c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091625Z:15d9957a-302f-4107-98aa-dc378f8422c5" + "WESTUS:20200413T045757Z:092e3262-4603-4981-9fae-06db1d403319" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:25 GMT" + "Mon, 13 Apr 2020 04:57:56 GMT" ], "Content-Length": [ "30" @@ -3421,8 +3503,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3430,7 +3512,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3444,13 +3526,13 @@ "10" ], "x-ms-request-id": [ - "ded6c899-885f-443c-9584-45df91d70a4b" + "86df6599-2eb7-4ab0-bd79-23aad5b3b065" ], "x-ms-correlation-request-id": [ - "63518b28-13b5-47b7-a62f-f89cc8f038a0" + "e3cb0c46-c625-4037-a851-e34190a55505" ], "x-ms-arm-service-request-id": [ - "998f58db-874a-433e-a8aa-2435065af9ef" + "c851e035-4c1e-4f5b-a1db-f4f0333ce044" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3460,16 +3542,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091635Z:63518b28-13b5-47b7-a62f-f89cc8f038a0" + "WESTUS:20200413T045807Z:e3cb0c46-c625-4037-a851-e34190a55505" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:35 GMT" + "Mon, 13 Apr 2020 04:58:06 GMT" ], "Content-Length": [ "30" @@ -3485,8 +3567,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3494,7 +3576,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3508,13 +3590,13 @@ "10" ], "x-ms-request-id": [ - "1b4fb8d5-3048-4730-be1d-7173b618192f" + "f66b8611-bbd5-491c-8370-ee42f7ccd192" ], "x-ms-correlation-request-id": [ - "d3dfd990-c987-4a2d-b4ba-bf3f361a3398" + "2bfc8d69-957d-4945-997e-a50097c3d69f" ], "x-ms-arm-service-request-id": [ - "ceb9ed36-52d8-4b99-8468-a9f2fe348bff" + "7c89ff3e-761a-4f45-aa57-0b09d4f157c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3524,16 +3606,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091646Z:d3dfd990-c987-4a2d-b4ba-bf3f361a3398" + "WESTUS:20200413T045817Z:2bfc8d69-957d-4945-997e-a50097c3d69f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:45 GMT" + "Mon, 13 Apr 2020 04:58:16 GMT" ], "Content-Length": [ "30" @@ -3549,8 +3631,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3558,7 +3640,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3572,32 +3654,32 @@ "10" ], "x-ms-request-id": [ - "efcd9c64-4738-4a0f-a9f4-ad075b778682" + "27b4133c-73d5-496d-9dc5-6cb59087a028" ], "x-ms-correlation-request-id": [ - "4d0a5de9-9931-4f62-afa7-b8e8ab74cb11" + "c18984d0-619e-4ee0-8889-a732a50b7acd" ], "x-ms-arm-service-request-id": [ - "37122410-d2b8-4d8b-88b8-8c55aeecc877" + "b3460124-50b2-489f-b680-5354b2dfb613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091656Z:4d0a5de9-9931-4f62-afa7-b8e8ab74cb11" + "WESTUS:20200413T045827Z:c18984d0-619e-4ee0-8889-a732a50b7acd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:16:55 GMT" + "Mon, 13 Apr 2020 04:58:26 GMT" ], "Content-Length": [ "30" @@ -3613,8 +3695,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3622,7 +3704,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3636,13 +3718,13 @@ "10" ], "x-ms-request-id": [ - "f3ed00b6-2e76-423e-a0ae-6f11a0aa8b75" + "3546b102-25fd-4c4b-ba51-fb45740fe05e" ], "x-ms-correlation-request-id": [ - "e2e38095-8302-4602-983a-47a672e5ccdb" + "549b5c40-b110-4fbc-acc2-666126b0b0a4" ], "x-ms-arm-service-request-id": [ - "e902e60c-d9b9-4ecb-acb6-f71d5751fff4" + "f7174ed2-7370-40ec-a456-17a09057c027" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3652,16 +3734,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091706Z:e2e38095-8302-4602-983a-47a672e5ccdb" + "WESTUS:20200413T045837Z:549b5c40-b110-4fbc-acc2-666126b0b0a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:06 GMT" + "Mon, 13 Apr 2020 04:58:36 GMT" ], "Content-Length": [ "30" @@ -3677,8 +3759,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3686,7 +3768,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3700,13 +3782,13 @@ "10" ], "x-ms-request-id": [ - "361f174b-8099-4b74-a995-bee7c58889f7" + "c27da3a8-0cbe-4c50-8536-9d0580802564" ], "x-ms-correlation-request-id": [ - "ad042a74-e73b-4f60-8736-3f77a07db961" + "d7f46e52-4e3b-4b11-b3f9-de82ce41d4e8" ], "x-ms-arm-service-request-id": [ - "af03cb41-c70c-4d27-93d4-16f201221e11" + "e2e31a74-7692-455e-8741-4990c66473d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3716,16 +3798,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091717Z:ad042a74-e73b-4f60-8736-3f77a07db961" + "WESTUS:20200413T045847Z:d7f46e52-4e3b-4b11-b3f9-de82ce41d4e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:16 GMT" + "Mon, 13 Apr 2020 04:58:46 GMT" ], "Content-Length": [ "30" @@ -3741,8 +3823,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3750,7 +3832,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3764,13 +3846,13 @@ "10" ], "x-ms-request-id": [ - "2a1c1f15-a046-4451-bcc9-b225aab0f3f3" + "b6a2b2f7-f465-4a7b-8122-5d258b77a180" ], "x-ms-correlation-request-id": [ - "a6ce4331-ca22-4e57-b633-5fe9d75e989d" + "193b5cce-d188-4503-ba33-e89e22fdae1b" ], "x-ms-arm-service-request-id": [ - "b8778335-bc38-4e30-8202-da3d4d13f6eb" + "3192cc11-b646-459d-b8b6-2be9ddebdeb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3780,16 +3862,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091727Z:a6ce4331-ca22-4e57-b633-5fe9d75e989d" + "WESTUS:20200413T045857Z:193b5cce-d188-4503-ba33-e89e22fdae1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:26 GMT" + "Mon, 13 Apr 2020 04:58:57 GMT" ], "Content-Length": [ "30" @@ -3805,8 +3887,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3814,7 +3896,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3828,32 +3910,32 @@ "10" ], "x-ms-request-id": [ - "d57de4f1-cb92-4474-80af-2e09116b5365" + "f0ee8d2d-c677-4c9c-b64e-a7e6fba9bdb6" ], "x-ms-correlation-request-id": [ - "865187d6-7d14-4bac-a1c5-f9189a49f486" + "1f93a0bf-1eed-442d-8759-af370e214990" ], "x-ms-arm-service-request-id": [ - "0d341ffb-5216-43fe-b3bb-22b02fcd823d" + "39caff30-29b2-4613-8ffb-1986bd202c88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091737Z:865187d6-7d14-4bac-a1c5-f9189a49f486" + "WESTUS:20200413T045907Z:1f93a0bf-1eed-442d-8759-af370e214990" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:36 GMT" + "Mon, 13 Apr 2020 04:59:07 GMT" ], "Content-Length": [ "30" @@ -3869,8 +3951,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/50ed9485-c72a-4316-ad4c-7723032fdb60?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUwZWQ5NDg1LWM3MmEtNDMxNi1hZDRjLTc3MjMwMzJmZGI2MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3878,7 +3960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3888,14 +3970,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "dc2ea050-fe0b-4650-be4d-89f2c948c7db" + "1051953d-d4a6-419d-9138-7aeaf364fe15" ], "x-ms-correlation-request-id": [ - "af92b2f4-4f81-42ba-aa7d-27300d537a62" + "c362d4a5-ad43-44d2-97c4-9b80f2ce53aa" ], "x-ms-arm-service-request-id": [ - "ead3e333-266f-48bf-838d-1330c4b596e5" + "0ba00db4-179c-4e07-8ac3-1f37253be1f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3905,19 +3990,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091747Z:af92b2f4-4f81-42ba-aa7d-27300d537a62" + "WESTUS:20200413T045917Z:c362d4a5-ad43-44d2-97c4-9b80f2ce53aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:17:46 GMT" + "Mon, 13 Apr 2020 04:59:17 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3926,12 +4011,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3939,7 +4024,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3953,13 +4038,13 @@ "10" ], "x-ms-request-id": [ - "e9f67b63-959a-455c-a291-94154f0c75b2" + "05e41f6b-0a7c-447b-a2d3-ecfca5504ddb" ], "x-ms-correlation-request-id": [ - "f6fd71b4-b1bd-40e0-a03b-5957648f9233" + "e9eee645-3e77-47cb-8d75-1404723fc761" ], "x-ms-arm-service-request-id": [ - "59a545df-a9c0-466e-a8b0-d4d23694635f" + "390dcda8-9ce6-45cd-959a-8a9080fc5a56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3969,16 +4054,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091807Z:f6fd71b4-b1bd-40e0-a03b-5957648f9233" + "WESTUS:20200413T045927Z:e9eee645-3e77-47cb-8d75-1404723fc761" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:06 GMT" + "Mon, 13 Apr 2020 04:59:27 GMT" ], "Content-Length": [ "30" @@ -3994,8 +4079,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4003,7 +4088,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4017,13 +4102,13 @@ "10" ], "x-ms-request-id": [ - "8f8bb09e-ce7d-4c55-a180-9bc4a484f7e4" + "10c2067b-e11a-4d34-b42a-ce719898fcca" ], "x-ms-correlation-request-id": [ - "d991868a-8a6b-4e78-9652-4dcbad2831ed" + "573728ae-8fcf-4d4e-b0ac-0a75ed41210b" ], "x-ms-arm-service-request-id": [ - "39d5f73f-7e9d-4a72-8827-eb7f892ecd97" + "0c7d4fd3-75f2-480e-b3b7-4017e9d6c9f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4033,16 +4118,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091817Z:d991868a-8a6b-4e78-9652-4dcbad2831ed" + "WESTUS:20200413T045937Z:573728ae-8fcf-4d4e-b0ac-0a75ed41210b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:17 GMT" + "Mon, 13 Apr 2020 04:59:37 GMT" ], "Content-Length": [ "30" @@ -4058,8 +4143,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4067,7 +4152,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4081,13 +4166,13 @@ "10" ], "x-ms-request-id": [ - "57794422-9d16-41fc-bda8-ba11a1112536" + "cc7dd38b-2347-40c2-90d5-c544bdd8b2c6" ], "x-ms-correlation-request-id": [ - "cadfe489-13aa-47c6-9e81-a9ed23aa52a5" + "62f25e98-ecd5-4351-ae8b-bb3e79842444" ], "x-ms-arm-service-request-id": [ - "6e222d45-45b0-4c94-88fb-aea2fecaeff0" + "bf5c8a10-714a-48b1-8982-1cca4683a30d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4097,16 +4182,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091828Z:cadfe489-13aa-47c6-9e81-a9ed23aa52a5" + "WESTUS:20200413T045947Z:62f25e98-ecd5-4351-ae8b-bb3e79842444" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:28 GMT" + "Mon, 13 Apr 2020 04:59:47 GMT" ], "Content-Length": [ "30" @@ -4122,8 +4207,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4131,7 +4216,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4145,13 +4230,13 @@ "10" ], "x-ms-request-id": [ - "1f2bf8a1-b848-405d-8cd1-0ae0a06258d4" + "3c07d0c2-167a-43b1-9ee3-ecd9774622cf" ], "x-ms-correlation-request-id": [ - "49de85f9-b283-41d7-8aed-d8f069104cf2" + "22285396-0779-49e8-af5d-6f5c8e518bbf" ], "x-ms-arm-service-request-id": [ - "beb0de64-084b-4576-839a-eef13267fc8f" + "bc495ca5-3448-4d02-89f9-2608010a7ba4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4161,16 +4246,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091838Z:49de85f9-b283-41d7-8aed-d8f069104cf2" + "WESTUS:20200413T045957Z:22285396-0779-49e8-af5d-6f5c8e518bbf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:38 GMT" + "Mon, 13 Apr 2020 04:59:57 GMT" ], "Content-Length": [ "30" @@ -4186,8 +4271,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/158abc09-5de7-4e10-8896-de3c0930bd71?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1OGFiYzA5LTVkZTctNGUxMC04ODk2LWRlM2MwOTMwYmQ3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4195,7 +4280,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4205,17 +4290,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "fc03c250-99fe-49b0-98b8-bb11d163a7da" + "9bb7ca79-0a74-444b-aed0-55f8a06179fa" ], "x-ms-correlation-request-id": [ - "fe9e3256-6309-4e27-be8e-4decb8132a08" + "d83e0ec6-0761-4a20-ba1e-2b1dc8257ba4" ], "x-ms-arm-service-request-id": [ - "904f2a63-ad3a-4d1f-b952-bb7ce872683e" + "cdd8a856-2743-434b-bed8-32e5900d867b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4225,19 +4307,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091848Z:fe9e3256-6309-4e27-be8e-4decb8132a08" + "WESTUS:20200413T050007Z:d83e0ec6-0761-4a20-ba1e-2b1dc8257ba4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:48 GMT" + "Mon, 13 Apr 2020 05:00:07 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4246,12 +4328,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4259,7 +4341,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4273,13 +4355,13 @@ "10" ], "x-ms-request-id": [ - "c38ac049-ca86-4524-b15f-017261a0d54b" + "977d9068-e440-4571-9e1a-1903d73d07c2" ], "x-ms-correlation-request-id": [ - "2117577a-4b53-41ca-80a0-0121d3a51cb1" + "f21c8cdb-1463-470e-a517-ea997442eb7b" ], "x-ms-arm-service-request-id": [ - "afd0c79b-d2f3-4df7-9c95-25136b273857" + "e0aa7456-8145-4240-aeb4-eb77086573bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4289,16 +4371,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091858Z:2117577a-4b53-41ca-80a0-0121d3a51cb1" + "WESTUS:20200413T050019Z:f21c8cdb-1463-470e-a517-ea997442eb7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:18:58 GMT" + "Mon, 13 Apr 2020 05:00:19 GMT" ], "Content-Length": [ "30" @@ -4314,8 +4396,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4323,7 +4405,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4337,13 +4419,13 @@ "10" ], "x-ms-request-id": [ - "cd291f40-8ab1-4fca-9e79-f8644daf67b0" + "d36d8b9a-e794-41a1-8e52-f2da72cf02ad" ], "x-ms-correlation-request-id": [ - "aae0c9d6-b8a1-4ee2-80aa-a4282c08c7be" + "45ac2307-3a9e-4980-b347-5c8a40c69161" ], "x-ms-arm-service-request-id": [ - "e5a9968e-4ebe-4249-998d-423527fab1c4" + "5132ead1-1ad0-4048-9ddd-f4df28cb95c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4353,16 +4435,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091909Z:aae0c9d6-b8a1-4ee2-80aa-a4282c08c7be" + "WESTUS:20200413T050030Z:45ac2307-3a9e-4980-b347-5c8a40c69161" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:08 GMT" + "Mon, 13 Apr 2020 05:00:29 GMT" ], "Content-Length": [ "30" @@ -4378,8 +4460,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4387,7 +4469,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4401,32 +4483,32 @@ "10" ], "x-ms-request-id": [ - "32224252-6ea6-49c6-a980-58763bb0edd4" + "4ccaad3b-ad75-4681-b494-a41fd3e62530" ], "x-ms-correlation-request-id": [ - "4bdc2249-8114-4734-b711-f5f9392c7ff5" + "80ef29ae-a1d2-4f7e-9a23-2614b61b7f38" ], "x-ms-arm-service-request-id": [ - "d81af794-cd28-40e7-b27b-377bb65d20ba" + "3b835c62-7a26-423c-b003-7675dc3d5ed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091919Z:4bdc2249-8114-4734-b711-f5f9392c7ff5" + "WESTUS:20200413T050040Z:80ef29ae-a1d2-4f7e-9a23-2614b61b7f38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:18 GMT" + "Mon, 13 Apr 2020 05:00:39 GMT" ], "Content-Length": [ "30" @@ -4442,8 +4524,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4451,7 +4533,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4465,13 +4547,13 @@ "10" ], "x-ms-request-id": [ - "48b752f3-1bd9-4e03-8eae-0b6def386813" + "bad2f128-ea2f-4cfd-965d-b68322ab3de0" ], "x-ms-correlation-request-id": [ - "d9af954c-b84d-4ccc-a02a-283557f8df0e" + "f724e63a-e030-4079-afdf-33ae1c2f2b3e" ], "x-ms-arm-service-request-id": [ - "d3340194-b946-4ad0-8a84-6dd99c540879" + "2135c1f3-34d0-4d72-bf95-b0a07d1c9a2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4481,16 +4563,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091930Z:d9af954c-b84d-4ccc-a02a-283557f8df0e" + "WESTUS:20200413T050050Z:f724e63a-e030-4079-afdf-33ae1c2f2b3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:29 GMT" + "Mon, 13 Apr 2020 05:00:49 GMT" ], "Content-Length": [ "30" @@ -4506,8 +4588,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/1845d69a-564c-4bb9-898f-4f254aed53a0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE4NDVkNjlhLTU2NGMtNGJiOS04OThmLTRmMjU0YWVkNTNhMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4515,7 +4597,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4525,14 +4607,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "8bac3dbe-38ed-4b92-b495-b4274895f24d" + "bbeb6adb-f915-4364-ad8d-908a765aef9c" ], "x-ms-correlation-request-id": [ - "ff3c8d09-c1aa-4061-a36a-97afc8febacc" + "af9b56cc-ee89-44ea-af5a-ab91d0fc250c" ], "x-ms-arm-service-request-id": [ - "fd459b42-0d9a-4f41-ab12-4b80d5731ef1" + "42e3fb0a-0b24-4033-986a-dd59d363b085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4542,19 +4627,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091940Z:ff3c8d09-c1aa-4061-a36a-97afc8febacc" + "WESTUS:20200413T050100Z:af9b56cc-ee89-44ea-af5a-ab91d0fc250c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:39 GMT" + "Mon, 13 Apr 2020 05:00:59 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4563,12 +4648,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ec5e444f-5e55-455d-ab3b-8db0b219617a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VjNWU0NDRmLTVlNTUtNDU1ZC1hYjNiLThkYjBiMjE5NjE3YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4576,7 +4661,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4590,13 +4675,13 @@ "10" ], "x-ms-request-id": [ - "e146a7cf-edad-48ca-aca9-e5289dae399f" + "a2468580-7de2-4fc7-a665-a1addb442b9e" ], "x-ms-correlation-request-id": [ - "f477f846-acaa-450e-aa55-efc937a9ea93" + "7a03568a-b539-409c-8ae1-ae30d6982098" ], "x-ms-arm-service-request-id": [ - "4448e8e7-6d15-4feb-b21a-aad9ce484719" + "f72d1786-27a9-4a3e-a6a5-a4d29c0fc9b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4606,16 +4691,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T091957Z:f477f846-acaa-450e-aa55-efc937a9ea93" + "WESTUS:20200413T050110Z:7a03568a-b539-409c-8ae1-ae30d6982098" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:19:56 GMT" + "Mon, 13 Apr 2020 05:01:09 GMT" ], "Content-Length": [ "30" @@ -4631,8 +4716,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ec5e444f-5e55-455d-ab3b-8db0b219617a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VjNWU0NDRmLTVlNTUtNDU1ZC1hYjNiLThkYjBiMjE5NjE3YT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4640,7 +4725,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4650,14 +4735,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "60127339-c860-4246-a4fd-1b6d9b9479a6" + "7edfd9fc-7a41-4174-9353-2a24effd513d" ], "x-ms-correlation-request-id": [ - "310a153b-9c9f-43a3-9ed6-f0f5f027968a" + "a17b6b65-971e-4293-818b-fe3da6609020" ], "x-ms-arm-service-request-id": [ - "44ccecff-5383-4a01-9193-bb3e187f34b5" + "2931fa05-335f-4f99-b1c4-bcc2e427e626" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4667,19 +4755,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092007Z:310a153b-9c9f-43a3-9ed6-f0f5f027968a" + "WESTUS:20200413T050120Z:a17b6b65-971e-4293-818b-fe3da6609020" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:06 GMT" + "Mon, 13 Apr 2020 05:01:19 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4688,12 +4776,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/08dce425-c937-4c4a-8cf3-2c1d77726056?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzA4ZGNlNDI1LWM5MzctNGM0YS04Y2YzLTJjMWQ3NzcyNjA1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4701,7 +4789,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4715,13 +4803,13 @@ "10" ], "x-ms-request-id": [ - "7170a089-956f-4779-95c6-b425eeac1015" + "4c6390ef-2d73-4736-b358-795732d7739b" ], "x-ms-correlation-request-id": [ - "1ed8639d-9591-418f-b596-92f59c2dd6fc" + "9231c1a7-4f8e-4873-b18d-69844db1f9b8" ], "x-ms-arm-service-request-id": [ - "5d16b084-b513-479a-b87b-6b9158ed85db" + "8b4f38ae-fb71-421f-8101-f7e19325d42b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4731,16 +4819,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092024Z:1ed8639d-9591-418f-b596-92f59c2dd6fc" + "WESTUS:20200413T050130Z:9231c1a7-4f8e-4873-b18d-69844db1f9b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:24 GMT" + "Mon, 13 Apr 2020 05:01:29 GMT" ], "Content-Length": [ "30" @@ -4756,8 +4844,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/08dce425-c937-4c4a-8cf3-2c1d77726056?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzA4ZGNlNDI1LWM5MzctNGM0YS04Y2YzLTJjMWQ3NzcyNjA1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4765,7 +4853,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4775,14 +4863,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "2b9b3342-879e-4493-9dbe-fa844a1dccd0" + "074b04f9-f3e9-453a-8c27-34c2e0b0bf5d" ], "x-ms-correlation-request-id": [ - "91f6d658-52d1-4210-86ef-f3fea8266061" + "2ddd1062-3d36-4c44-a260-29018b7a0dd3" ], "x-ms-arm-service-request-id": [ - "0582fd3c-259b-428b-9436-d5faf2ad3c17" + "620ca0ef-23a8-4a96-9715-50864372736b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4792,19 +4883,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092034Z:91f6d658-52d1-4210-86ef-f3fea8266061" + "WESTUS:20200413T050140Z:2ddd1062-3d36-4c44-a260-29018b7a0dd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:34 GMT" + "Mon, 13 Apr 2020 05:01:39 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4813,26 +4904,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzgvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "72b01437-4018-48c3-9d61-d73ff05e21ae" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4842,23 +4927,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "a939e2e3-8cc7-47e6-8660-c41c28281c63" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01" + "a4f4caba-4d5f-41f0-b2e5-43371435353a" ], "x-ms-correlation-request-id": [ - "da2f6142-db90-49ac-bb12-a9676b07a49f" + "c611c676-53b7-40da-a6df-5f7736b6a3a1" ], "x-ms-arm-service-request-id": [ - "62ba254a-1b21-4d00-997c-4598097e450b" + "94b5300d-2423-4ed8-845f-4c50b76b6c9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4867,31 +4946,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092036Z:da2f6142-db90-49ac-bb12-a9676b07a49f" + "WESTUS:20200413T050150Z:c611c676-53b7-40da-a6df-5f7736b6a3a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:35 GMT" + "Mon, 13 Apr 2020 05:01:50 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/249095ce-2473-4cc6-96ce-728fd0dfd917?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI0OTA5NWNlLTI0NzMtNGNjNi05NmNlLTcyOGZkMGRmZDkxNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4899,7 +4981,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4909,17 +4991,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "02a0f1b1-be9f-4f37-b688-30f0df0ec1b6" + "bca721bb-9ad9-4798-809f-ff63a5f2ebde" ], "x-ms-correlation-request-id": [ - "c2889d2c-f246-4d35-88d8-570c2aeaa519" + "4e6078cf-7fb4-4a3d-96fd-6ae25b6781a7" ], "x-ms-arm-service-request-id": [ - "817af06f-b9d4-4f16-85ba-9c775e894ebc" + "49aa5194-0f34-49ac-8052-5e4aff6ba3a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4929,19 +5008,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092047Z:c2889d2c-f246-4d35-88d8-570c2aeaa519" + "WESTUS:20200413T050200Z:4e6078cf-7fb4-4a3d-96fd-6ae25b6781a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:46 GMT" + "Mon, 13 Apr 2020 05:02:00 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4950,12 +5029,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f8c6323b-41f6-419f-8fc6-fc033cdd1cc7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y4YzYzMjNiLTQxZjYtNDE5Zi04ZmM2LWZjMDMzY2RkMWNjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4963,7 +5042,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4977,13 +5056,13 @@ "10" ], "x-ms-request-id": [ - "e37e6ee8-25b3-4af6-92ec-6e96076485e8" + "6e1f092f-cd4f-484e-82c1-7c3090ca65ed" ], "x-ms-correlation-request-id": [ - "58ebe170-dc43-4c14-8eed-ddd0b1a44bfb" + "7f4eda85-08de-4759-bc12-a12d9c9ae56e" ], "x-ms-arm-service-request-id": [ - "16c1e74e-c832-41f8-91fc-1df923a609de" + "c516c0b0-1c09-4dd0-99fd-38f7fea2e1bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4993,16 +5072,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092057Z:58ebe170-dc43-4c14-8eed-ddd0b1a44bfb" + "WESTUS:20200413T050212Z:7f4eda85-08de-4759-bc12-a12d9c9ae56e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:20:56 GMT" + "Mon, 13 Apr 2020 05:02:11 GMT" ], "Content-Length": [ "30" @@ -5018,8 +5097,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f8c6323b-41f6-419f-8fc6-fc033cdd1cc7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y4YzYzMjNiLTQxZjYtNDE5Zi04ZmM2LWZjMDMzY2RkMWNjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5027,7 +5106,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5037,17 +5116,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "f3c7f99e-3ef3-4fe5-80a3-6046a098a347" + "f183d5ce-a83f-49c6-b9e0-a0f405fd8da9" ], "x-ms-correlation-request-id": [ - "90cd8096-af49-4826-b9a7-52716b017ca2" + "ffde3a9a-1120-4d6e-b72e-905311b6d81a" ], "x-ms-arm-service-request-id": [ - "71c6ac6d-a232-4dad-abb0-6cbd0ac85f20" + "af56298c-5968-46e0-8d13-cef34cdd0e06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5057,19 +5133,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092107Z:90cd8096-af49-4826-b9a7-52716b017ca2" + "WESTUS:20200413T050222Z:ffde3a9a-1120-4d6e-b72e-905311b6d81a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:06 GMT" + "Mon, 13 Apr 2020 05:02:21 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5078,12 +5154,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/cfd54046-3bb1-4003-8bc3-9826167e5cc7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2NmZDU0MDQ2LTNiYjEtNDAwMy04YmMzLTk4MjYxNjdlNWNjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5091,7 +5167,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5105,13 +5181,13 @@ "10" ], "x-ms-request-id": [ - "e95aead8-6409-46d4-906c-ea4833b7193f" + "53a981db-48fa-49f2-bd16-eda3ed9d4028" ], "x-ms-correlation-request-id": [ - "aa57afbe-f7fc-4b8c-bca4-85260e9653e5" + "9c1a0f81-da29-4d96-bfc9-ca160e27ace6" ], "x-ms-arm-service-request-id": [ - "1d9c6681-65be-4807-ad26-468263b67145" + "67b1a5d3-1df3-4f15-987e-50fc4f919091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5121,16 +5197,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092117Z:aa57afbe-f7fc-4b8c-bca4-85260e9653e5" + "WESTUS:20200413T050233Z:9c1a0f81-da29-4d96-bfc9-ca160e27ace6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:16 GMT" + "Mon, 13 Apr 2020 05:02:33 GMT" ], "Content-Length": [ "30" @@ -5146,8 +5222,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/cfd54046-3bb1-4003-8bc3-9826167e5cc7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2NmZDU0MDQ2LTNiYjEtNDAwMy04YmMzLTk4MjYxNjdlNWNjNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5155,7 +5231,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5165,17 +5241,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "2364e947-7d69-4ae0-803b-a6fa33454457" + "68815e92-2864-4ef9-99a2-7febb3a33360" ], "x-ms-correlation-request-id": [ - "beb78d4c-f0fb-4717-90fd-99adef011499" + "297a3c5e-3e96-4c61-870d-59f9bcab5465" ], "x-ms-arm-service-request-id": [ - "1ecfe15f-0fb8-4e73-803d-1d79bf3b8bcf" + "73a321a5-848c-4ab5-8a77-647ea9f8439f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5185,19 +5258,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092128Z:beb78d4c-f0fb-4717-90fd-99adef011499" + "WESTUS:20200413T050243Z:297a3c5e-3e96-4c61-870d-59f9bcab5465" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:28 GMT" + "Mon, 13 Apr 2020 05:02:43 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5206,20 +5279,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTIvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "9356fccc-b0d7-4711-9ca0-110177eab516" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5229,17 +5308,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "89a1524a-54ef-449e-a3a7-c65527fdc324" + "7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "15ff2955-026a-4f92-989d-5cec93de57a6" + "a488b659-31ba-4306-b4b7-4cf4f6bb58fc" ], "x-ms-arm-service-request-id": [ - "3a067c4b-a7e0-4a35-be65-933c61f9ab44" + "54c0e260-e79c-4a82-8815-47e22c15e96f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5248,34 +5333,31 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092138Z:15ff2955-026a-4f92-989d-5cec93de57a6" + "WESTUS:20200413T050244Z:a488b659-31ba-4306-b4b7-4cf4f6bb58fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:02:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5283,7 +5365,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5297,13 +5379,13 @@ "10" ], "x-ms-request-id": [ - "f8804e39-a136-4a23-96e4-3e9e865bc426" + "eec8add0-55f2-477a-9ffd-e6cb155d3c06" ], "x-ms-correlation-request-id": [ - "0b18af75-79cf-4a8f-bd58-618f7b0c4378" + "5d60a3e3-d7e8-4ef6-bb9f-70a32c3f328e" ], "x-ms-arm-service-request-id": [ - "ff25b792-2eae-4d90-9ea3-c3494e9ef8f3" + "0702c68e-3844-46e2-bfff-7fc3d22b900d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5313,16 +5395,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092148Z:0b18af75-79cf-4a8f-bd58-618f7b0c4378" + "WESTUS:20200413T050254Z:5d60a3e3-d7e8-4ef6-bb9f-70a32c3f328e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:48 GMT" + "Mon, 13 Apr 2020 05:02:54 GMT" ], "Content-Length": [ "30" @@ -5338,8 +5420,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5347,7 +5429,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5361,32 +5443,32 @@ "10" ], "x-ms-request-id": [ - "1993cdfd-004b-490b-b8df-ef64e656d425" + "71a2ef25-0bab-4ea5-90cf-7ca911e81216" ], "x-ms-correlation-request-id": [ - "49673f98-affe-4d15-994e-63c485fd436f" + "d32a2d9c-e0c3-447b-bc6e-6040654b25ad" ], "x-ms-arm-service-request-id": [ - "0cd6857a-2e74-4c57-9cb5-8766346b769b" + "3e51edfc-622a-45c7-82d5-11558cbf8fc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092158Z:49673f98-affe-4d15-994e-63c485fd436f" + "WESTUS:20200413T050304Z:d32a2d9c-e0c3-447b-bc6e-6040654b25ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:21:58 GMT" + "Mon, 13 Apr 2020 05:03:04 GMT" ], "Content-Length": [ "30" @@ -5402,8 +5484,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5411,7 +5493,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5425,13 +5507,13 @@ "10" ], "x-ms-request-id": [ - "62e2d547-5240-4815-b94c-812c413cc626" + "dfde03cd-e719-477f-aeb4-d967c36b3e4c" ], "x-ms-correlation-request-id": [ - "903d8477-622b-48a7-b5a1-1f9a75d7f353" + "cfb4b1f0-c8fb-4705-a2d0-2428a0d276bf" ], "x-ms-arm-service-request-id": [ - "a2442a90-8d43-4152-bc67-78eddf38a5cf" + "a9df4464-34bf-42d6-b6c0-a9070f6db2f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5441,16 +5523,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092209Z:903d8477-622b-48a7-b5a1-1f9a75d7f353" + "WESTUS:20200413T050314Z:cfb4b1f0-c8fb-4705-a2d0-2428a0d276bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:09 GMT" + "Mon, 13 Apr 2020 05:03:14 GMT" ], "Content-Length": [ "30" @@ -5466,8 +5548,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5475,7 +5557,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5485,14 +5567,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "683c5f03-efe8-48b5-a0e9-f480033f1108" + "db8afbbe-1f61-4dd5-8144-b16ca3271ced" ], "x-ms-correlation-request-id": [ - "8ebf5e8c-0122-4f08-b8cb-214db48dc82b" + "881d0007-b707-4f9c-9850-038758f4193e" ], "x-ms-arm-service-request-id": [ - "cc2b172c-8fdb-447b-acc7-256d29de1979" + "2dd70e99-afec-4e5c-a717-b9e1d8c102ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5502,19 +5587,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092219Z:8ebf5e8c-0122-4f08-b8cb-214db48dc82b" + "WESTUS:20200413T050324Z:881d0007-b707-4f9c-9850-038758f4193e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:19 GMT" + "Mon, 13 Apr 2020 05:03:24 GMT" ], "Content-Length": [ - "50" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5523,12 +5608,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2E5MzllMmUzLThjYzctNDdlNi04NjYwLWM0MWMyODI4MWM2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5536,7 +5621,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5546,42 +5631,39 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "a939e2e3-8cc7-47e6-8660-c41c28281c63" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a939e2e3-8cc7-47e6-8660-c41c28281c63?api-version=2020-03-01" + "c7ecb84b-30e0-4728-81d4-22ad90a0acaf" ], "x-ms-correlation-request-id": [ - "da2f6142-db90-49ac-bb12-a9676b07a49f" + "6f341aae-c830-4bf5-ab04-0c65206e84f8" ], "x-ms-arm-service-request-id": [ - "62ba254a-1b21-4d00-997c-4598097e450b" + "a589f34a-c710-4f08-b908-4611df0368c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092219Z:c941302c-91d9-403f-9b27-3b7d6e66d800" + "WESTUS:20200413T050334Z:6f341aae-c830-4bf5-ab04-0c65206e84f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:19 GMT" + "Mon, 13 Apr 2020 05:03:34 GMT" ], "Content-Length": [ - "4" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5590,26 +5672,20 @@ "-1" ] }, - "ResponseBody": "null", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2715/providers/Microsoft.Network/applicationGateways/ps9078?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjcxNS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkwNzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "0d3453e0-6be6-4591-a68e-9befefea390a" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5619,23 +5695,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "80db79d4-2b56-4d50-9815-1344fccd07e4" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01" + "f1f5f1a2-cd1c-4a0f-8746-63e4a29e1ee9" ], "x-ms-correlation-request-id": [ - "c0356055-e317-49f3-98f7-e004dc75f779" + "3bd2f619-4f5d-4f8b-a23b-9a1bae0c8fb2" ], "x-ms-arm-service-request-id": [ - "73e86223-a25d-4564-af01-780a84bc18d9" + "19cf88f5-5b7a-4029-9918-be37a536aef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5644,31 +5714,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092221Z:c0356055-e317-49f3-98f7-e004dc75f779" + "WESTUS:20200413T050344Z:3bd2f619-4f5d-4f8b-a23b-9a1bae0c8fb2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:21 GMT" + "Mon, 13 Apr 2020 05:03:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5676,7 +5749,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5686,17 +5759,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "8bac315a-78f1-43c2-86c7-20035ada2587" + "f7182af4-8774-470f-b4b9-cfa7645d39ad" ], "x-ms-correlation-request-id": [ - "b0692e1d-238f-4db2-bf22-20199e307e40" + "e2ac9389-2b23-4903-82c0-8535643ca40a" ], "x-ms-arm-service-request-id": [ - "4cb052d3-6154-4d3a-a9d5-79a7bf33cbd0" + "7bf3f2ec-13ed-4b90-aa4f-5fee7a10a2bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5706,19 +5776,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092232Z:b0692e1d-238f-4db2-bf22-20199e307e40" + "WESTUS:20200413T050354Z:e2ac9389-2b23-4903-82c0-8535643ca40a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:31 GMT" + "Mon, 13 Apr 2020 05:03:54 GMT" ], "Content-Length": [ - "30" + "50" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5727,12 +5797,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzdjZTMxZGJhLWFjNDUtNGE5ZC05NGM4LTNiYzU1YTZkM2FlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5740,7 +5810,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5750,17 +5820,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01" ], "x-ms-request-id": [ - "13ca072c-e356-44b7-9728-141998c93aac" + "7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7ce31dba-ac45-4a9d-94c8-3bc55a6d3ae1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "1bfe463c-8a7f-492f-b6f3-e6220235afd1" + "a488b659-31ba-4306-b4b7-4cf4f6bb58fc" ], "x-ms-arm-service-request-id": [ - "e23194f2-dfdc-4580-a590-4f739ba84e05" + "54c0e260-e79c-4a82-8815-47e22c15e96f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5770,19 +5843,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092242Z:1bfe463c-8a7f-492f-b6f3-e6220235afd1" + "WESTUS:20200413T050354Z:be6929cc-2b8f-40fb-8fa1-f0479f5b9fc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:41 GMT" + "Mon, 13 Apr 2020 05:03:54 GMT" ], "Content-Length": [ - "30" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5791,20 +5864,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "null", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps3826/providers/Microsoft.Network/applicationGateways/ps2392?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMzgyNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "5b8dcc63-0998-4c4b-89d3-6b160b4ed681" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5814,53 +5893,59 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "e95167b2-ed9e-42e0-831f-218603467b42" + "93b6500b-f356-4fcb-98c9-fcc6c63dafa3" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "2696b908-abc3-491e-942f-f6c53b4da766" + "8e3ec5e4-a5f8-4149-b2ff-62943d8c4ff1" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "cd96bfac-136d-4ee6-aaa8-3c8bb8008688" + "3095ccd6-085d-4649-b9e5-534e416f3846" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092252Z:2696b908-abc3-491e-942f-f6c53b4da766" + "WESTUS:20200413T050355Z:8e3ec5e4-a5f8-4149-b2ff-62943d8c4ff1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:22:51 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:03:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5868,7 +5953,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5882,13 +5967,13 @@ "10" ], "x-ms-request-id": [ - "6c004ffb-a4bb-44eb-9b6b-4edb60e3d589" + "4f91d967-555b-40f9-bccf-dd47345c263e" ], "x-ms-correlation-request-id": [ - "4df0e04f-d89c-44d0-9cf9-09b43d96191e" + "90c8b731-9dfe-4195-bfde-9c6a8c40a24f" ], "x-ms-arm-service-request-id": [ - "79f3a586-9172-4fa6-a832-9af7c9adcd32" + "d510ce33-8b59-462a-9cda-bfd2e3f41c7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5898,16 +5983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092302Z:4df0e04f-d89c-44d0-9cf9-09b43d96191e" + "WESTUS:20200413T050405Z:90c8b731-9dfe-4195-bfde-9c6a8c40a24f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:02 GMT" + "Mon, 13 Apr 2020 05:04:04 GMT" ], "Content-Length": [ "30" @@ -5923,8 +6008,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5932,7 +6017,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5946,13 +6031,13 @@ "10" ], "x-ms-request-id": [ - "7e6cd52b-460d-41dc-9579-4569101612e7" + "d652debb-f52f-428c-ad1e-d2d691af461b" ], "x-ms-correlation-request-id": [ - "03ae9d35-2240-48d5-8487-21775d422c31" + "83fdea38-9b27-44c6-ba17-64d540b84645" ], "x-ms-arm-service-request-id": [ - "cee92e1f-fc49-4e25-870b-b6030c341ee0" + "1d1943d9-8c9a-43f6-bd1f-7fbf989a307d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5962,16 +6047,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092313Z:03ae9d35-2240-48d5-8487-21775d422c31" + "WESTUS:20200413T050415Z:83fdea38-9b27-44c6-ba17-64d540b84645" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:12 GMT" + "Mon, 13 Apr 2020 05:04:14 GMT" ], "Content-Length": [ "30" @@ -5987,8 +6072,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5996,7 +6081,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6010,13 +6095,13 @@ "10" ], "x-ms-request-id": [ - "2d3df81c-7dfb-467c-9333-1e1ff28a48e9" + "367853e2-96d3-446a-9617-a07ec35de380" ], "x-ms-correlation-request-id": [ - "b045940a-0c66-4dc1-bf11-79878074a44c" + "7389b2b5-6240-4e9c-84ce-4c7b2936f7a0" ], "x-ms-arm-service-request-id": [ - "500676c0-4bd5-4990-b98f-224efe1ebaac" + "11bc0b6a-6562-4e96-8199-08dd33af396b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6026,16 +6111,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092323Z:b045940a-0c66-4dc1-bf11-79878074a44c" + "WESTUS:20200413T050425Z:7389b2b5-6240-4e9c-84ce-4c7b2936f7a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:22 GMT" + "Mon, 13 Apr 2020 05:04:25 GMT" ], "Content-Length": [ "30" @@ -6051,8 +6136,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6060,7 +6145,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6074,13 +6159,13 @@ "10" ], "x-ms-request-id": [ - "7ee207b9-5cce-4ce2-9fc3-88220103cdc5" + "8a53e13a-bba9-4b87-8e6f-bbc6bf919849" ], "x-ms-correlation-request-id": [ - "14b8d9f6-7663-4b2b-a46c-66d976975aa8" + "4bd4d463-2982-4a1a-af88-fa5e3db29ff5" ], "x-ms-arm-service-request-id": [ - "a54ed755-38b8-4109-a20b-3ea223318f00" + "955c0f38-e8f0-437f-9146-27f4ac3eefd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6090,16 +6175,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092333Z:14b8d9f6-7663-4b2b-a46c-66d976975aa8" + "WESTUS:20200413T050435Z:4bd4d463-2982-4a1a-af88-fa5e3db29ff5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:33 GMT" + "Mon, 13 Apr 2020 05:04:35 GMT" ], "Content-Length": [ "30" @@ -6115,8 +6200,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6124,7 +6209,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6138,32 +6223,32 @@ "10" ], "x-ms-request-id": [ - "2ee857db-2ac4-477f-af74-2918ca0591a2" + "d9f95ea9-d2d5-43d4-9d79-f27f428998a2" ], "x-ms-correlation-request-id": [ - "8e5a4194-f44a-44a6-bafc-e9b1cee985a5" + "6f9819da-89af-426b-87e1-e8d6df1c0ee7" ], "x-ms-arm-service-request-id": [ - "1f58913e-04b3-465f-b5db-c974dfc3b544" + "10e0433e-603f-4ee9-a7e2-3dc23b18e71f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092343Z:8e5a4194-f44a-44a6-bafc-e9b1cee985a5" + "WESTUS:20200413T050445Z:6f9819da-89af-426b-87e1-e8d6df1c0ee7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:43 GMT" + "Mon, 13 Apr 2020 05:04:45 GMT" ], "Content-Length": [ "30" @@ -6179,8 +6264,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6188,7 +6273,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6202,13 +6287,13 @@ "10" ], "x-ms-request-id": [ - "efca1f15-5b98-468f-bc98-6fea9a820aa3" + "23c57dc6-580b-436e-b7c8-5e2b4436b190" ], "x-ms-correlation-request-id": [ - "b6803a4b-9528-40d9-9b94-9038e01a71f4" + "6b67219d-b25f-43b6-8b69-e0322a5bf8c2" ], "x-ms-arm-service-request-id": [ - "06da7640-3ff5-4ec3-a392-cb02756b7e3a" + "44330091-c59d-420e-8a40-5aed7c3a82c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6218,16 +6303,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092354Z:b6803a4b-9528-40d9-9b94-9038e01a71f4" + "WESTUS:20200413T050455Z:6b67219d-b25f-43b6-8b69-e0322a5bf8c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:23:54 GMT" + "Mon, 13 Apr 2020 05:04:55 GMT" ], "Content-Length": [ "30" @@ -6243,8 +6328,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6252,7 +6337,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6266,13 +6351,13 @@ "10" ], "x-ms-request-id": [ - "f92b869e-b85f-4bf2-a2f3-b47ca896d24b" + "4378e7d6-06f4-4964-b084-76d277c33bd3" ], "x-ms-correlation-request-id": [ - "7c3ba913-dd70-499d-b5d5-b6afcbcfa51e" + "67c30ec7-889e-490d-a9cf-2e18949c9fe1" ], "x-ms-arm-service-request-id": [ - "ca8cd70d-b4d6-42b0-9583-d86101376e28" + "7e413724-d92c-449d-8603-90906c387085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6282,16 +6367,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092404Z:7c3ba913-dd70-499d-b5d5-b6afcbcfa51e" + "WESTUS:20200413T050505Z:67c30ec7-889e-490d-a9cf-2e18949c9fe1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:04 GMT" + "Mon, 13 Apr 2020 05:05:05 GMT" ], "Content-Length": [ "30" @@ -6307,8 +6392,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6316,7 +6401,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6330,32 +6415,32 @@ "10" ], "x-ms-request-id": [ - "f2b7ef0c-8d06-48fa-88b9-ea7c2240b38a" + "2c0f8c8f-e641-4368-b25c-afbebbd6d223" ], "x-ms-correlation-request-id": [ - "48e37728-39c8-44b1-b82f-5142de073c92" + "bfcde409-689c-4901-95e8-70dc6690a94c" ], "x-ms-arm-service-request-id": [ - "caab9b04-b255-4a35-98e3-df3599109af5" + "4276dcc4-e5b7-4516-8cc6-0b38c5b92d52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092414Z:48e37728-39c8-44b1-b82f-5142de073c92" + "WESTUS:20200413T050515Z:bfcde409-689c-4901-95e8-70dc6690a94c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:14 GMT" + "Mon, 13 Apr 2020 05:05:15 GMT" ], "Content-Length": [ "30" @@ -6371,8 +6456,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6380,7 +6465,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6394,13 +6479,13 @@ "10" ], "x-ms-request-id": [ - "3eb17b27-b0c8-4d26-9e21-6093057e58c3" + "018b829b-fa03-455e-8e19-090dd78b925f" ], "x-ms-correlation-request-id": [ - "aae0652f-a1e9-464f-a55d-3a3fbab4ef2e" + "5b2738b5-ce43-40af-a105-84ec786a869e" ], "x-ms-arm-service-request-id": [ - "61f119ee-ee13-4374-b2f1-0b5331ba430b" + "5839812a-5233-43f8-8136-a0e9a5cf09d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6410,16 +6495,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092424Z:aae0652f-a1e9-464f-a55d-3a3fbab4ef2e" + "WESTUS:20200413T050525Z:5b2738b5-ce43-40af-a105-84ec786a869e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:24 GMT" + "Mon, 13 Apr 2020 05:05:25 GMT" ], "Content-Length": [ "30" @@ -6435,8 +6520,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6444,7 +6529,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6458,13 +6543,13 @@ "10" ], "x-ms-request-id": [ - "fa68ec89-5254-41a7-9cee-e2ecd30d7f49" + "d306050f-d0c5-4bcd-88a0-90a799183a8f" ], "x-ms-correlation-request-id": [ - "5143758f-508b-4c74-a9b0-06fd716f301a" + "27928a3a-428d-4bf9-9b19-2cef2f83ffe3" ], "x-ms-arm-service-request-id": [ - "7ccc40ed-1e1c-46a7-873d-2abfd10509cd" + "d8ef4231-16d1-4f3e-8101-500030d19197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6474,16 +6559,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092435Z:5143758f-508b-4c74-a9b0-06fd716f301a" + "WESTUS:20200413T050535Z:27928a3a-428d-4bf9-9b19-2cef2f83ffe3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:34 GMT" + "Mon, 13 Apr 2020 05:05:35 GMT" ], "Content-Length": [ "30" @@ -6499,8 +6584,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6508,7 +6593,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6522,13 +6607,13 @@ "10" ], "x-ms-request-id": [ - "6b43a348-5f6a-428b-8865-c9e9e641896e" + "87b09fb3-ed15-4e35-9ac5-eed1a7d79c84" ], "x-ms-correlation-request-id": [ - "279ae37a-ce18-46d9-8445-1b388763ccd2" + "67eb80de-ef3f-4735-b459-010296169987" ], "x-ms-arm-service-request-id": [ - "70d35ace-6bae-418e-b502-97484c2fa336" + "44e4cf65-c143-4d43-a116-b3ffe04897e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6538,16 +6623,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092445Z:279ae37a-ce18-46d9-8445-1b388763ccd2" + "WESTUS:20200413T050545Z:67eb80de-ef3f-4735-b459-010296169987" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:44 GMT" + "Mon, 13 Apr 2020 05:05:45 GMT" ], "Content-Length": [ "30" @@ -6563,8 +6648,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6572,7 +6657,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6586,13 +6671,13 @@ "10" ], "x-ms-request-id": [ - "e44aeb9d-8739-416a-a8f5-9b675450f896" + "61cc24f9-edf0-4468-9d91-25c60c46aa4d" ], "x-ms-correlation-request-id": [ - "a96e39b9-18c6-40ac-a302-2c8d44a804a8" + "fed17f23-fcf0-4c35-b16a-cca7bf816ccd" ], "x-ms-arm-service-request-id": [ - "82a17131-a1cf-4d1b-a5f1-716f7799cbd6" + "40f0b1e3-2a90-41fd-8228-c6ef3ddcf7b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6602,16 +6687,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092455Z:a96e39b9-18c6-40ac-a302-2c8d44a804a8" + "WESTUS:20200413T050555Z:fed17f23-fcf0-4c35-b16a-cca7bf816ccd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:24:54 GMT" + "Mon, 13 Apr 2020 05:05:55 GMT" ], "Content-Length": [ "30" @@ -6627,8 +6712,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6636,7 +6721,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6650,32 +6735,32 @@ "10" ], "x-ms-request-id": [ - "673f724f-119f-4efc-b643-2e9337f87880" + "23bbbda5-f654-47d8-bd65-2364680b809f" ], "x-ms-correlation-request-id": [ - "0edfd1ff-14d1-4cab-841c-e3cad15707e0" + "a1adee2a-d6e8-425a-9942-4948ca30cef3" ], "x-ms-arm-service-request-id": [ - "01bd0357-0a2e-473f-aef9-42ae5d499392" + "5a4645d8-5a62-4fc9-888d-efcecf8d1bf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092505Z:0edfd1ff-14d1-4cab-841c-e3cad15707e0" + "WESTUS:20200413T050606Z:a1adee2a-d6e8-425a-9942-4948ca30cef3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:05 GMT" + "Mon, 13 Apr 2020 05:06:05 GMT" ], "Content-Length": [ "30" @@ -6691,8 +6776,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6700,7 +6785,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6714,13 +6799,13 @@ "10" ], "x-ms-request-id": [ - "eaf08ad5-612a-4dfe-8e63-89c39bb48ddb" + "76837441-eed4-425f-bb9d-fb056a10dc8b" ], "x-ms-correlation-request-id": [ - "e040cc43-e2a7-4114-a4af-b9635f29bb11" + "90bd041b-a793-4953-9f48-a24859213bb7" ], "x-ms-arm-service-request-id": [ - "9db1e821-a70c-49c6-b58c-7627eec69d92" + "c3e3bc4f-45e3-4d61-a1e0-3300bdd058ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6730,16 +6815,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092516Z:e040cc43-e2a7-4114-a4af-b9635f29bb11" + "WESTUS:20200413T050616Z:90bd041b-a793-4953-9f48-a24859213bb7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:15 GMT" + "Mon, 13 Apr 2020 05:06:16 GMT" ], "Content-Length": [ "30" @@ -6755,8 +6840,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6764,7 +6849,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6778,13 +6863,13 @@ "10" ], "x-ms-request-id": [ - "325db5ff-9400-4db9-ade6-36c0e97c112b" + "9ae1685d-03c5-4bfc-83c7-f315ea392599" ], "x-ms-correlation-request-id": [ - "671ae7fd-027e-409c-b9d2-042ea0142a9e" + "363b91d6-43c0-419b-8466-2c942f5e861f" ], "x-ms-arm-service-request-id": [ - "b6971f9e-b055-4a5b-a6d5-879a1fc12417" + "9d93d871-f1c2-41fa-8f63-1b026f270079" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6794,16 +6879,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092526Z:671ae7fd-027e-409c-b9d2-042ea0142a9e" + "WESTUS:20200413T050626Z:363b91d6-43c0-419b-8466-2c942f5e861f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:25 GMT" + "Mon, 13 Apr 2020 05:06:26 GMT" ], "Content-Length": [ "30" @@ -6819,8 +6904,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6828,7 +6913,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6842,32 +6927,32 @@ "10" ], "x-ms-request-id": [ - "7fc87bb2-7dd7-45ac-a731-50d35fa17ae2" + "af59b081-678d-46b0-a408-a265d740b9d9" ], "x-ms-correlation-request-id": [ - "1175a3f9-ede2-405e-aec5-aabd5cfff15b" + "b6142ed3-3c07-422f-8e7a-ddb3d0392721" ], "x-ms-arm-service-request-id": [ - "99dea0f1-3637-43a7-997b-1ec4a388c05a" + "57dd4a2b-21d2-4903-9c31-2035b70a7415" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092536Z:1175a3f9-ede2-405e-aec5-aabd5cfff15b" + "WESTUS:20200413T050636Z:b6142ed3-3c07-422f-8e7a-ddb3d0392721" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:36 GMT" + "Mon, 13 Apr 2020 05:06:36 GMT" ], "Content-Length": [ "30" @@ -6883,8 +6968,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6892,7 +6977,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6906,13 +6991,13 @@ "10" ], "x-ms-request-id": [ - "c2035e89-9581-4a0e-9208-6dfe48b4e0c2" + "6364f57e-a273-4e29-986f-abc18ea1d90f" ], "x-ms-correlation-request-id": [ - "3c352a6c-0670-4f85-a34c-7688ffd02a82" + "e99e3544-4bc0-4b35-9ab3-72e2b80d3529" ], "x-ms-arm-service-request-id": [ - "11c5438b-e18b-4a60-9510-c5a6127f4d42" + "3ff112aa-8b4e-4dd5-be43-46a160c2ce3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6922,16 +7007,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092547Z:3c352a6c-0670-4f85-a34c-7688ffd02a82" + "WESTUS:20200413T050646Z:e99e3544-4bc0-4b35-9ab3-72e2b80d3529" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:47 GMT" + "Mon, 13 Apr 2020 05:06:46 GMT" ], "Content-Length": [ "30" @@ -6947,8 +7032,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6956,7 +7041,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6970,13 +7055,13 @@ "10" ], "x-ms-request-id": [ - "61dafa81-8de7-4db6-9784-eae8fc465064" + "c130138d-bd62-40be-8606-7d37e9fa19e7" ], "x-ms-correlation-request-id": [ - "cb59e604-3ed0-44e3-8a85-0ff95846da67" + "d17284c8-5c32-4464-be68-a10b8ded73fe" ], "x-ms-arm-service-request-id": [ - "48512bb2-c925-4eaf-a29a-00a4a5946857" + "dfc339aa-5a8d-409e-991b-129829f9a8e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6986,16 +7071,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092557Z:cb59e604-3ed0-44e3-8a85-0ff95846da67" + "WESTUS:20200413T050656Z:d17284c8-5c32-4464-be68-a10b8ded73fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:25:57 GMT" + "Mon, 13 Apr 2020 05:06:55 GMT" ], "Content-Length": [ "30" @@ -7011,8 +7096,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7020,7 +7105,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7030,17 +7115,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "92b82d5e-b025-4e89-a30f-e379810dda0a" + "16b23e9b-b50b-4794-8365-4760e8fde36c" ], "x-ms-correlation-request-id": [ - "872426cc-e22a-4597-b1c6-ec0507a5b316" + "0e988099-334b-476a-9490-0fde98a889bf" ], "x-ms-arm-service-request-id": [ - "68b1a8b2-76e9-4579-b719-186eb8fb533e" + "90153876-0eef-4bbe-b2c8-afcb18bbf011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7050,19 +7132,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092608Z:872426cc-e22a-4597-b1c6-ec0507a5b316" + "WESTUS:20200413T050706Z:0e988099-334b-476a-9490-0fde98a889bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:07 GMT" + "Mon, 13 Apr 2020 05:07:05 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7071,12 +7153,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzkzYjY1MDBiLWYzNTYtNGZjYi05OGM5LWZjYzZjNjNkYWZhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7084,7 +7166,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7094,17 +7176,23 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01" ], "x-ms-request-id": [ - "31058602-cf4a-4003-baa9-45004d39b7db" + "93b6500b-f356-4fcb-98c9-fcc6c63dafa3" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/93b6500b-f356-4fcb-98c9-fcc6c63dafa3?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7009e941-4b3a-4419-9c16-15a64ec1a635" + "8e3ec5e4-a5f8-4149-b2ff-62943d8c4ff1" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "8fadd67c-ba12-4ef5-b0c4-0e954e8fceba" + "3095ccd6-085d-4649-b9e5-534e416f3846" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7114,19 +7202,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092618Z:7009e941-4b3a-4419-9c16-15a64ec1a635" + "WESTUS:20200413T050706Z:8044881c-3a61-4d33-8b82-e6d37c697880" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:18 GMT" - ], - "Content-Length": [ - "30" + "Mon, 13 Apr 2020 05:07:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7135,20 +7220,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps3826?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMzgyNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "x-ms-client-request-id": [ + "28cbab72-a165-4fcb-aa6e-55edda083829" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7158,53 +7249,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "a4e1ba6c-62c6-40c5-b84e-e420ae7cf613" + "bdcea8eb-445c-4afd-bb29-dadd7c19f824" ], "x-ms-correlation-request-id": [ - "f9a8156d-e1d9-448b-8379-e08fe622e07e" + "bdcea8eb-445c-4afd-bb29-dadd7c19f824" ], - "x-ms-arm-service-request-id": [ - "62042f9f-7685-4a49-8796-171466c8d126" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050707Z:bdcea8eb-445c-4afd-bb29-dadd7c19f824" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092628Z:f9a8156d-e1d9-448b-8379-e08fe622e07e" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:28 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:07:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7212,7 +7296,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7222,53 +7306,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "5d040801-a42d-4238-aad7-7f655683b208" + "a1d7508a-d331-4b8f-b6d8-dcd8d104058b" ], "x-ms-correlation-request-id": [ - "40a67826-f466-41a8-9d61-45f8ca519d0d" + "a1d7508a-d331-4b8f-b6d8-dcd8d104058b" ], - "x-ms-arm-service-request-id": [ - "b2bbae8b-0a21-45cf-b162-c4473e42170c" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050722Z:a1d7508a-d331-4b8f-b6d8-dcd8d104058b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092639Z:40a67826-f466-41a8-9d61-45f8ca519d0d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:07:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7276,7 +7353,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7286,53 +7363,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "d83e3b5d-f088-4acd-8440-341b6ea0d4d6" + "34229bcf-7c38-45b3-a01c-41c46a45fd1a" ], "x-ms-correlation-request-id": [ - "23e7c8a8-5e6b-4aa9-8571-639fbf37cd02" + "34229bcf-7c38-45b3-a01c-41c46a45fd1a" ], - "x-ms-arm-service-request-id": [ - "bef91a04-59ca-4845-867e-7e316d7fb8da" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050737Z:34229bcf-7c38-45b3-a01c-41c46a45fd1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092649Z:23e7c8a8-5e6b-4aa9-8571-639fbf37cd02" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:49 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:07:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7340,7 +7410,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7350,53 +7420,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "34326229-5bea-4a8f-9a24-7f447eba5c0a" + "eb96b7b9-fd32-45ba-8a8c-a03ebf40fa9f" ], "x-ms-correlation-request-id": [ - "947c9b22-d4c9-4c34-8db9-8fe32154507d" + "eb96b7b9-fd32-45ba-8a8c-a03ebf40fa9f" ], - "x-ms-arm-service-request-id": [ - "cd8aade7-34fc-4670-9a1c-9bddcdd7be15" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050752Z:eb96b7b9-fd32-45ba-8a8c-a03ebf40fa9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092659Z:947c9b22-d4c9-4c34-8db9-8fe32154507d" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:26:59 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:07:52 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7404,7 +7467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7414,53 +7477,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "0cd16c46-a9db-4771-b195-a10c4a950208" + "6c9ac8b6-d4d3-430c-a06a-680231624261" ], "x-ms-correlation-request-id": [ - "cc0374f4-d71a-4661-9b17-53861da73162" + "6c9ac8b6-d4d3-430c-a06a-680231624261" ], - "x-ms-arm-service-request-id": [ - "77a547c4-0c96-4c50-9194-a5765d697fda" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050807Z:6c9ac8b6-d4d3-430c-a06a-680231624261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092709Z:cc0374f4-d71a-4661-9b17-53861da73162" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:09 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:08:07 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7468,7 +7524,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7478,53 +7534,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "c66e9170-bf7e-4ef9-9d2e-7e22200b97ec" + "d73689a0-4a14-4e36-96b3-59ce0cbbba4b" ], "x-ms-correlation-request-id": [ - "e1126dea-3f9d-4c9a-881a-233a5017f2f5" + "d73689a0-4a14-4e36-96b3-59ce0cbbba4b" ], - "x-ms-arm-service-request-id": [ - "4f682fa2-2174-40d8-a599-53777ffbd32d" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050822Z:d73689a0-4a14-4e36-96b3-59ce0cbbba4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092720Z:e1126dea-3f9d-4c9a-881a-233a5017f2f5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:19 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:08:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7532,7 +7581,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7542,50 +7591,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-request-id": [ - "5cee6461-88dc-4568-ad72-a10da7c44eb3" + "a077bbc9-5007-438b-abec-2669255e83bd" ], "x-ms-correlation-request-id": [ - "c60bb3cd-6e29-4eda-9919-857bdced40ec" + "a077bbc9-5007-438b-abec-2669255e83bd" ], - "x-ms-arm-service-request-id": [ - "d1e72696-3067-4c77-8acf-bcdecc5e79d6" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050837Z:a077bbc9-5007-438b-abec-2669255e83bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092730Z:c60bb3cd-6e29-4eda-9919-857bdced40ec" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:29 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:08:37 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzgwZGI3OWQ0LTJiNTYtNGQ1MC05ODE1LTEzNDRmY2NkMDdlND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7593,7 +7638,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7604,66 +7649,110 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], - "x-ms-request-id": [ - "80db79d4-2b56-4d50-9815-1344fccd07e4" + "Retry-After": [ + "15" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80db79d4-2b56-4d50-9815-1344fccd07e4?api-version=2020-03-01" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "6c9f8ba5-e597-43bc-90a7-31296bf6490a" ], "x-ms-correlation-request-id": [ - "c0356055-e317-49f3-98f7-e004dc75f779" + "6c9f8ba5-e597-43bc-90a7-31296bf6490a" ], - "x-ms-arm-service-request-id": [ - "73e86223-a25d-4564-af01-780a84bc18d9" + "x-ms-routing-request-id": [ + "WESTUS:20200413T050852Z:6c9f8ba5-e597-43bc-90a7-31296bf6490a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:08:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11992" + ], + "x-ms-request-id": [ + "b0853e5c-3739-4154-bd69-efcd088f9f17" + ], + "x-ms-correlation-request-id": [ + "b0853e5c-3739-4154-bd69-efcd088f9f17" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092730Z:0a087b92-f049-438b-a7c0-9e05c510da28" + "WESTUS:20200413T050907Z:b0853e5c-3739-4154-bd69-efcd088f9f17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:29 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:09:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2715?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMjcxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "83e61f46-0b52-43b1-8645-accc011c0c3b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7674,22 +7763,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-request-id": [ - "923cd8a0-1441-4bf1-87bf-d02b8b48416f" + "291672df-0763-4362-bb03-64c3363ef998" ], "x-ms-correlation-request-id": [ - "923cd8a0-1441-4bf1-87bf-d02b8b48416f" + "291672df-0763-4362-bb03-64c3363ef998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092736Z:923cd8a0-1441-4bf1-87bf-d02b8b48416f" + "WESTUS:20200413T050922Z:291672df-0763-4362-bb03-64c3363ef998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7698,7 +7787,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:36 GMT" + "Mon, 13 Apr 2020 05:09:22 GMT" ], "Expires": [ "-1" @@ -7711,8 +7800,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7720,7 +7809,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7731,22 +7820,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11990" ], "x-ms-request-id": [ - "0dfe6bf2-68fd-4965-8a60-398862c8cf91" + "2a790d00-0918-48ac-8d9d-43bf6fe7b5af" ], "x-ms-correlation-request-id": [ - "0dfe6bf2-68fd-4965-8a60-398862c8cf91" + "2a790d00-0918-48ac-8d9d-43bf6fe7b5af" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092751Z:0dfe6bf2-68fd-4965-8a60-398862c8cf91" + "WESTUS:20200413T050938Z:2a790d00-0918-48ac-8d9d-43bf6fe7b5af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7755,7 +7844,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:27:51 GMT" + "Mon, 13 Apr 2020 05:09:37 GMT" ], "Expires": [ "-1" @@ -7768,8 +7857,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7777,7 +7866,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7788,22 +7877,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11989" ], "x-ms-request-id": [ - "707b84cd-8361-4fc9-a50f-84ba20781869" + "397fd4ed-0d50-4f45-99bf-0ad1c60ec8d5" ], "x-ms-correlation-request-id": [ - "707b84cd-8361-4fc9-a50f-84ba20781869" + "397fd4ed-0d50-4f45-99bf-0ad1c60ec8d5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092807Z:707b84cd-8361-4fc9-a50f-84ba20781869" + "WESTUS:20200413T050953Z:397fd4ed-0d50-4f45-99bf-0ad1c60ec8d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7812,7 +7901,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:28:06 GMT" + "Mon, 13 Apr 2020 05:09:52 GMT" ], "Expires": [ "-1" @@ -7825,8 +7914,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7834,7 +7923,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7845,22 +7934,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11988" ], "x-ms-request-id": [ - "1dfc2e0f-84ab-41e3-986a-567aa694fcfd" + "b3860d5f-2d1c-4518-a069-c9a9c2937a52" ], "x-ms-correlation-request-id": [ - "1dfc2e0f-84ab-41e3-986a-567aa694fcfd" + "b3860d5f-2d1c-4518-a069-c9a9c2937a52" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092822Z:1dfc2e0f-84ab-41e3-986a-567aa694fcfd" + "WESTUS:20200413T051008Z:b3860d5f-2d1c-4518-a069-c9a9c2937a52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7869,7 +7958,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:28:22 GMT" + "Mon, 13 Apr 2020 05:10:07 GMT" ], "Expires": [ "-1" @@ -7882,8 +7971,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7891,7 +7980,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7902,22 +7991,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11987" ], "x-ms-request-id": [ - "1b81dea1-c2f7-4a60-a2b0-1be620ed53a6" + "10b41fc3-04a5-4355-90ea-e1758dcdcfbb" ], "x-ms-correlation-request-id": [ - "1b81dea1-c2f7-4a60-a2b0-1be620ed53a6" + "10b41fc3-04a5-4355-90ea-e1758dcdcfbb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092838Z:1b81dea1-c2f7-4a60-a2b0-1be620ed53a6" + "WESTUS:20200413T051023Z:10b41fc3-04a5-4355-90ea-e1758dcdcfbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7926,7 +8015,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:28:37 GMT" + "Mon, 13 Apr 2020 05:10:22 GMT" ], "Expires": [ "-1" @@ -7939,8 +8028,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7948,7 +8037,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7959,22 +8048,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11986" ], "x-ms-request-id": [ - "2c18a974-9649-4cbc-a797-d6e03e2b0e00" + "524b9940-6251-43bd-9700-bc0edaf765d9" ], "x-ms-correlation-request-id": [ - "2c18a974-9649-4cbc-a797-d6e03e2b0e00" + "524b9940-6251-43bd-9700-bc0edaf765d9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092853Z:2c18a974-9649-4cbc-a797-d6e03e2b0e00" + "WESTUS:20200413T051038Z:524b9940-6251-43bd-9700-bc0edaf765d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7983,7 +8072,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:28:52 GMT" + "Mon, 13 Apr 2020 05:10:37 GMT" ], "Expires": [ "-1" @@ -7996,8 +8085,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8005,7 +8094,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8016,16 +8105,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11985" ], "x-ms-request-id": [ - "e59cd472-feb9-4b7f-82c0-9d04e576aec3" + "6df6bbfb-a558-4845-bfd4-e849109fa57b" ], "x-ms-correlation-request-id": [ - "e59cd472-feb9-4b7f-82c0-9d04e576aec3" + "6df6bbfb-a558-4845-bfd4-e849109fa57b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092908Z:e59cd472-feb9-4b7f-82c0-9d04e576aec3" + "WESTUS:20200413T051053Z:6df6bbfb-a558-4845-bfd4-e849109fa57b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8034,7 +8123,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:07 GMT" + "Mon, 13 Apr 2020 05:10:52 GMT" ], "Expires": [ "-1" @@ -8047,8 +8136,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI3MTUtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJM01UVXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzM4MjYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpNNE1qWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8056,7 +8145,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8067,16 +8156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11984" ], "x-ms-request-id": [ - "85007f18-53f2-45e4-a925-f2ff35980e1d" + "7f32b3ac-bf40-4fdc-85ca-c5a243067be7" ], "x-ms-correlation-request-id": [ - "85007f18-53f2-45e4-a925-f2ff35980e1d" + "7f32b3ac-bf40-4fdc-85ca-c5a243067be7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092909Z:85007f18-53f2-45e4-a925-f2ff35980e1d" + "WESTUS:20200413T051053Z:7f32b3ac-bf40-4fdc-85ca-c5a243067be7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8085,7 +8174,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:08 GMT" + "Mon, 13 Apr 2020 05:10:52 GMT" ], "Expires": [ "-1" @@ -8100,24 +8189,24 @@ ], "Names": { "Test-ApplicationGatewayCRUD3": [ - "ps2715", - "ps9078", - "ps9131", - "ps5826", - "ps4164", - "ps6236", - "ps7845", - "ps5939", - "ps8602", - "ps1293", - "ps5528", - "ps4389", - "ps2279", - "ps7352", - "ps96" + "ps3826", + "ps2392", + "ps1444", + "ps7472", + "ps9603", + "ps4352", + "ps2317", + "ps2040", + "ps4387", + "ps5213", + "ps1405", + "ps107", + "ps6723", + "ps7661", + "ps5899" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSet.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSet.json index 5e5c4e4ee51e..75c8d546391d 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSet.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSet.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8e681cf-5c15-44d0-beda-c96da4694f41" + "9909ed8f-1831-449b-9583-b64710d6247c" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-request-id": [ - "d6c6aa08-1dd4-472b-9ac2-3b4f5e29db04" + "27ead501-a7ea-414f-8e15-16be3fd51e9c" ], "x-ms-correlation-request-id": [ - "d6c6aa08-1dd4-472b-9ac2-3b4f5e29db04" + "27ead501-a7ea-414f-8e15-16be3fd51e9c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113002Z:d6c6aa08-1dd4-472b-9ac2-3b4f5e29db04" + "WESTUS:20200413T051057Z:27ead501-a7ea-414f-8e15-16be3fd51e9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:02 GMT" + "Mon, 13 Apr 2020 05:10:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps7030?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNzAzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps8457?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzODQ1Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3d30b16-ae63-4309-b49f-063a99db445c" + "1fbc6ca4-5a7b-4ed7-b2dd-fe303b865586" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "a889a9c7-a36a-45e6-add3-580fe61ea5f8" + "f4ff670c-296e-4e78-ab31-1982f2f17108" ], "x-ms-correlation-request-id": [ - "a889a9c7-a36a-45e6-add3-580fe61ea5f8" + "f4ff670c-296e-4e78-ab31-1982f2f17108" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113006Z:a889a9c7-a36a-45e6-add3-580fe61ea5f8" + "WESTUS:20200413T051058Z:f4ff670c-296e-4e78-ab31-1982f2f17108" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:05 GMT" + "Mon, 13 Apr 2020 05:10:58 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030\",\r\n \"name\": \"ps7030\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457\",\r\n \"name\": \"ps8457\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjU5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb3a595f-83f6-4f3a-8e50-30e9e1b7e3f0" + "dc70a30a-1ced-447e-8c24-8359c2a3cf89" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "4887a1c7-7a76-4829-89ed-cda0705617e8" + "1b939faf-319d-4f4e-8046-e6be09d3daf8" ], "x-ms-correlation-request-id": [ - "4887a1c7-7a76-4829-89ed-cda0705617e8" + "1b939faf-319d-4f4e-8046-e6be09d3daf8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113007Z:4887a1c7-7a76-4829-89ed-cda0705617e8" + "WESTUS:20200413T051058Z:1b939faf-319d-4f4e-8046-e6be09d3daf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:06 GMT" + "Mon, 13 Apr 2020 05:10:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps6590' under resource group 'ps7030' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps8341' under resource group 'ps8457' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjU5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"eb610d0a-ba24-4985-8d42-058c385426ac\"" + "W/\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\"" ], "x-ms-request-id": [ - "85a676a3-34c0-4a20-abf5-64ffcef0fe77" + "28e46e68-9d54-42cb-ace6-f9cdffdb0d36" ], "x-ms-correlation-request-id": [ - "ee505e73-c60e-4967-baa4-e89dd7106797" + "90adee1e-c516-4e4a-9e4b-acbe53fcdeff" ], "x-ms-arm-service-request-id": [ - "ef0006ab-9e7a-4465-8451-12001e175ee3" + "a91c64ed-ed31-46b4-a33b-f8e5d836b5b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -226,19 +226,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113018Z:ee505e73-c60e-4967-baa4-e89dd7106797" + "WESTUS:20200413T051103Z:90adee1e-c516-4e4a-9e4b-acbe53fcdeff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:17 GMT" + "Mon, 13 Apr 2020 05:11:02 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6590\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"917cd2f0-7541-48f8-8481-4dc1be047abe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8341\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8517ffb-eada-4b31-bb47-b76903bd7e61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps394\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjU5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "351cf747-d4dd-426a-b0b0-a2283352e199" + "58599e12-9678-4ef1-93e9-c62954397ca7" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"eb610d0a-ba24-4985-8d42-058c385426ac\"" + "W/\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\"" ], "x-ms-request-id": [ - "6094b68f-a3f0-4e64-abee-a588b3594362" + "c4f655cd-b84b-4bd4-a141-76640adb3574" ], "x-ms-correlation-request-id": [ - "34b3ced4-92a8-4ffc-ad6c-fec06a3e6d06" + "7c9f22f2-86ef-436c-9bac-501d1315a1ec" ], "x-ms-arm-service-request-id": [ - "abb5fc93-86fc-4fa2-8c3d-db9c4c10be31" + "bad885f0-9efb-4d97-ae5f-a5752e0ca488" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -296,19 +296,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113018Z:34b3ced4-92a8-4ffc-ad6c-fec06a3e6d06" + "WESTUS:20200413T051103Z:7c9f22f2-86ef-436c-9bac-501d1315a1ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:17 GMT" + "Mon, 13 Apr 2020 05:11:02 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6590\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"917cd2f0-7541-48f8-8481-4dc1be047abe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8341\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8517ffb-eada-4b31-bb47-b76903bd7e61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps394\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjU5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b1a26a5-6f83-4eda-8883-da1cd78f0e46" + "942860b3-5617-49f6-836c-650744b49de6" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"eb610d0a-ba24-4985-8d42-058c385426ac\"" + "W/\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\"" ], "x-ms-request-id": [ - "ef297144-63cf-4254-a059-c75ce049b0f6" + "6b3d48b4-49ce-4cc6-842b-016168c2ad0c" ], "x-ms-correlation-request-id": [ - "fa188023-73ca-4b79-bfa7-667f93c0060c" + "439d768f-af2a-4805-846c-289a7f84d459" ], "x-ms-arm-service-request-id": [ - "a4f7b9b6-9da4-4c12-bc5d-210c30f2e12f" + "3370e06f-8698-4fd0-94ee-6078be024662" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,19 +366,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113018Z:fa188023-73ca-4b79-bfa7-667f93c0060c" + "WESTUS:20200413T051103Z:439d768f-af2a-4805-846c-289a7f84d459" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:18 GMT" + "Mon, 13 Apr 2020 05:11:02 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6590\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"917cd2f0-7541-48f8-8481-4dc1be047abe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\",\r\n \"etag\": \"W/\\\"eb610d0a-ba24-4985-8d42-058c385426ac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8341\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8517ffb-eada-4b31-bb47-b76903bd7e61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps394\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\",\r\n \"etag\": \"W/\\\"1f010f0f-cf1c-40c0-9eca-5f2fd48ce363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjU5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM0MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps3629\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps394\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5a3406-7aa9-4a51-ab21-a6004dc1aeb2" + "e97aec36-8ad8-4954-a403-2d14668164ab" ], "Accept-Language": [ "en-US" @@ -406,13 +406,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "678" + "677" ] }, "ResponseHeaders": { @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "c2f52f40-40da-41b6-8fb5-1f5fd98ba0f5" + "c7b594f2-2071-4cd2-a1af-7171e2b4c6f4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c2f52f40-40da-41b6-8fb5-1f5fd98ba0f5?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c7b594f2-2071-4cd2-a1af-7171e2b4c6f4?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "fbd181d9-73c1-4ac3-881c-47da2d4a67b2" + "ffb2a080-a79a-45aa-9a65-4103d12ea620" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "0a7e44f2-4332-48bc-a8c5-842077e94c3f" + "bdb991e0-6b74-48f6-b374-0efc259dc49f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +451,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113014Z:fbd181d9-73c1-4ac3-881c-47da2d4a67b2" + "WESTUS:20200413T051100Z:ffb2a080-a79a-45aa-9a65-4103d12ea620" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:13 GMT" + "Mon, 13 Apr 2020 05:10:59 GMT" ], "Content-Length": [ - "1267" + "1265" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6590\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590\",\r\n \"etag\": \"W/\\\"a7250719-17a4-400f-9f52-f77f977b3d99\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"917cd2f0-7541-48f8-8481-4dc1be047abe\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\",\r\n \"etag\": \"W/\\\"a7250719-17a4-400f-9f52-f77f977b3d99\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8341\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341\",\r\n \"etag\": \"W/\\\"db1c757c-a2dd-4261-9afd-dfb41bf2d7d8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a8517ffb-eada-4b31-bb47-b76903bd7e61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps394\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\",\r\n \"etag\": \"W/\\\"db1c757c-a2dd-4261-9afd-dfb41bf2d7d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c2f52f40-40da-41b6-8fb5-1f5fd98ba0f5?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2MyZjUyZjQwLTQwZGEtNDFiNi04ZmI1LTFmNWZkOThiYTBmNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c7b594f2-2071-4cd2-a1af-7171e2b4c6f4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M3YjU5NGYyLTIwNzEtNGNkMi1hMWFmLTcxNzFlMmI0YzZmND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "ebf66605-efad-453a-ba66-f843b31d3c31" + "959b800a-51d7-45d9-a9c7-0533edbf08e7" ], "x-ms-correlation-request-id": [ - "c8bfee09-3632-4f69-a2ad-c7d1cadff6bf" + "b86d6985-96c9-4c5a-b5ba-351e00b32fca" ], "x-ms-arm-service-request-id": [ - "018483d0-8960-4dac-9f8d-35bf9f506502" + "fa82c668-65ed-401b-908a-f335eb11d57f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -506,16 +509,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113017Z:c8bfee09-3632-4f69-a2ad-c7d1cadff6bf" + "WESTUS:20200413T051103Z:b86d6985-96c9-4c5a-b5ba-351e00b32fca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:16 GMT" + "Mon, 13 Apr 2020 05:11:02 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f742391-480a-4e8f-8f51-544e2d042eb6" + "ca144c3f-c41a-4b7a-8d7c-14a4531d9610" ], "Accept-Language": [ "en-US" @@ -546,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -560,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "5102f448-8627-4d83-b107-36520e5ecbcd" + "90f15feb-560f-4da7-988f-d3ff92b72cfe" ], "x-ms-correlation-request-id": [ - "5102f448-8627-4d83-b107-36520e5ecbcd" + "90f15feb-560f-4da7-988f-d3ff92b72cfe" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113019Z:5102f448-8627-4d83-b107-36520e5ecbcd" + "WESTUS:20200413T051103Z:90f15feb-560f-4da7-988f-d3ff92b72cfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,7 +578,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:19 GMT" + "Mon, 13 Apr 2020 05:11:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -587,12 +590,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps6019' under resource group 'ps7030' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps3279' under resource group 'ps8457' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -600,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -611,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"0b4a3b6b-59f7-4816-ade2-292f13988e9f\"" + "W/\"2337b1a8-60a0-484e-a5a3-552dbe97a1a9\"" ], "x-ms-request-id": [ - "34a603d5-3182-4398-b9a3-c85ef68cd199" + "a2b19dcd-fa5c-447b-b0b9-f40e677e7165" ], "x-ms-correlation-request-id": [ - "1bbb44fc-2f95-4523-817f-51ebdf755720" + "5168aa8c-26ce-41f2-b9a5-00bce52b3d9b" ], "x-ms-arm-service-request-id": [ - "20d5d41f-6826-4c56-b610-16b0b0a9a598" + "212fd17b-b859-422c-9090-23db64378665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,16 +633,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113027Z:1bbb44fc-2f95-4523-817f-51ebdf755720" + "WESTUS:20200413T051107Z:5168aa8c-26ce-41f2-b9a5-00bce52b3d9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:27 GMT" + "Mon, 13 Apr 2020 05:11:07 GMT" ], "Content-Length": [ "630" @@ -651,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6019\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\",\r\n \"etag\": \"W/\\\"0b4a3b6b-59f7-4816-ade2-292f13988e9f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"500fc219-0ab1-48b7-91b4-1c76ced1bfe0\",\r\n \"ipAddress\": \"52.137.98.171\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3279\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\",\r\n \"etag\": \"W/\\\"2337b1a8-60a0-484e-a5a3-552dbe97a1a9\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2745274b-586c-4b87-b7f4-50fcf024fced\",\r\n \"ipAddress\": \"51.143.61.103\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b7bbfbb-27fb-485f-ae21-2d21787b70f5" + "e5d5befb-65ff-4c6a-bfc4-61608bfc7622" ], "Accept-Language": [ "en-US" @@ -670,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -681,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"0b4a3b6b-59f7-4816-ade2-292f13988e9f\"" + "W/\"2337b1a8-60a0-484e-a5a3-552dbe97a1a9\"" ], "x-ms-request-id": [ - "ce8f8a21-5229-446c-9748-ad57638bcfdf" + "6fc695ef-9667-4e47-b0d7-20d7fa01ff30" ], "x-ms-correlation-request-id": [ - "0131ba05-a480-4475-81ab-a598d40cba50" + "f0cc7fee-5c03-4d60-9a5f-dac90c142e50" ], "x-ms-arm-service-request-id": [ - "c16b7d32-5c3f-4811-9f11-3e8d86bded33" + "1d9a326a-ff1d-4aee-861c-095b813a79d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -700,16 +703,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113027Z:0131ba05-a480-4475-81ab-a598d40cba50" + "WESTUS:20200413T051107Z:f0cc7fee-5c03-4d60-9a5f-dac90c142e50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:27 GMT" + "Mon, 13 Apr 2020 05:11:07 GMT" ], "Content-Length": [ "630" @@ -721,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6019\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\",\r\n \"etag\": \"W/\\\"0b4a3b6b-59f7-4816-ade2-292f13988e9f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"500fc219-0ab1-48b7-91b4-1c76ced1bfe0\",\r\n \"ipAddress\": \"52.137.98.171\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3279\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\",\r\n \"etag\": \"W/\\\"2337b1a8-60a0-484e-a5a3-552dbe97a1a9\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2745274b-586c-4b87-b7f4-50fcf024fced\",\r\n \"ipAddress\": \"51.143.61.103\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDE5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzMjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0569961-94fc-4638-9b84-50cda48b17b6" + "06ec596c-6d29-4346-acbd-999cbbfd7f5a" ], "Accept-Language": [ "en-US" @@ -740,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -760,16 +763,19 @@ "1" ], "x-ms-request-id": [ - "fcb461ab-d2e2-4ca6-a48f-c684a636dd30" + "f78c17fb-64fd-4ff3-b702-b64673a25efd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/fcb461ab-d2e2-4ca6-a48f-c684a636dd30?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f78c17fb-64fd-4ff3-b702-b64673a25efd?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c3ee347e-b738-4b14-82d6-bfd193ab8488" + "96f3aab5-86a2-4808-9858-aaa1dfcb08a3" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "1bff0934-ba3f-41c4-b0b2-2ce0dd78773d" + "5dcbe0db-55d7-4375-8c92-3e39c17ed0a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -782,13 +788,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113025Z:c3ee347e-b738-4b14-82d6-bfd193ab8488" + "WESTUS:20200413T051104Z:96f3aab5-86a2-4808-9858-aaa1dfcb08a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:25 GMT" + "Mon, 13 Apr 2020 05:11:04 GMT" ], "Content-Length": [ "594" @@ -800,12 +806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6019\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\",\r\n \"etag\": \"W/\\\"6c12824d-f5ee-4640-bf3a-6de01df87db4\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"500fc219-0ab1-48b7-91b4-1c76ced1bfe0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3279\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\",\r\n \"etag\": \"W/\\\"170f3c72-830a-4016-b0f4-46250d1fedac\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2745274b-586c-4b87-b7f4-50fcf024fced\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/fcb461ab-d2e2-4ca6-a48f-c684a636dd30?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZjYjQ2MWFiLWQyZTItNGNhNi1hNDhmLWM2ODRhNjM2ZGQzMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f78c17fb-64fd-4ff3-b702-b64673a25efd?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y3OGMxN2ZiLTY0ZmQtNGZmMy1iNzAyLWI2NDY3M2EyNWVmZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -813,7 +819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -823,14 +829,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], "x-ms-request-id": [ - "e284110b-184f-441f-8c34-f2d4d88262a3" + "be27d3c3-e6b3-4f3a-a501-9dca6e50328e" ], "x-ms-correlation-request-id": [ - "9c224699-3feb-4923-a0f5-0996f41804eb" + "4bb59903-5a58-4839-a4fd-20f84ef0661d" ], "x-ms-arm-service-request-id": [ - "a87aaf58-cf3a-4652-814b-d96a95defee1" + "a07e562e-ba82-40d1-9eff-c4e54e9233d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -840,16 +849,77 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T051105Z:4bb59903-5a58-4839-a4fd-20f84ef0661d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:11:05 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f78c17fb-64fd-4ff3-b702-b64673a25efd?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y3OGMxN2ZiLTY0ZmQtNGZmMy1iNzAyLWI2NDY3M2EyNWVmZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1a452bc8-5dc5-4d36-87fc-194eb76a74c7" + ], + "x-ms-correlation-request-id": [ + "b1492b3b-e520-4f30-9262-25156f8f5b3a" + ], + "x-ms-arm-service-request-id": [ + "02528c51-d235-416b-80a9-aafa5635b86a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113027Z:9c224699-3feb-4923-a0f5-0996f41804eb" + "WESTUS:20200413T051107Z:b1492b3b-e520-4f30-9262-25156f8f5b3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:27 GMT" + "Mon, 13 Apr 2020 05:11:07 GMT" ], "Content-Length": [ "29" @@ -865,13 +935,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "200b394d-03d4-4c7d-8d2c-6a1ae41227c1" + "5c6da3bc-8e64-4ebf-a06b-d6820b698fb0" ], "Accept-Language": [ "en-US" @@ -880,7 +950,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -894,13 +964,13 @@ "gateway" ], "x-ms-request-id": [ - "57f838d6-f2e5-4fd0-af46-541f6f1df7d4" + "4a231536-1710-4355-9250-96f2bc4fd813" ], "x-ms-correlation-request-id": [ - "57f838d6-f2e5-4fd0-af46-541f6f1df7d4" + "4a231536-1710-4355-9250-96f2bc4fd813" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113028Z:57f838d6-f2e5-4fd0-af46-541f6f1df7d4" + "WESTUS:20200413T051108Z:4a231536-1710-4355-9250-96f2bc4fd813" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -909,7 +979,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:27 GMT" + "Mon, 13 Apr 2020 05:11:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -921,12 +991,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps4236' under resource group 'ps7030' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps6879' under resource group 'ps8457' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -934,7 +1004,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -945,16 +1015,16 @@ "no-cache" ], "ETag": [ - "W/\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\"" + "W/\"e5f8428a-2667-4811-a698-7842a1500202\"" ], "x-ms-request-id": [ - "e77534bb-9235-450a-8312-5819f1c51dfd" + "c9f6c1e8-0dd1-4421-8aa1-e5aaa4047538" ], "x-ms-correlation-request-id": [ - "a4e45b9b-216b-462a-a478-8332b1b217e6" + "e3b1844c-ac76-4ffe-9cf7-218558473eae" ], "x-ms-arm-service-request-id": [ - "6d644f05-b6d3-419b-88dd-cbbae875d990" + "a1db6564-917e-4868-b1f5-fd31bfcecc0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -964,19 +1034,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113544Z:a4e45b9b-216b-462a-a478-8332b1b217e6" + "WESTUS:20200413T051500Z:e3b1844c-ac76-4ffe-9cf7-218558473eae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:44 GMT" + "Mon, 13 Apr 2020 05:15:00 GMT" ], "Content-Length": [ - "12822" + "12851" ], "Content-Type": [ "application/json; charset=utf-8" @@ -985,17 +1055,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1f62c4e-a35e-49cb-aac3-1eaec8d0708f" + "9fef2dc2-3f4a-4674-9b3a-d12ace8612e2" ], "Accept-Language": [ "en-US" @@ -1004,7 +1074,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1015,16 +1085,16 @@ "no-cache" ], "ETag": [ - "W/\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\"" + "W/\"e5f8428a-2667-4811-a698-7842a1500202\"" ], "x-ms-request-id": [ - "c72b91f4-3986-4802-a8f1-f38b586af8cd" + "cd9e1279-2351-477b-83de-276c9b87e120" ], "x-ms-correlation-request-id": [ - "435e24c5-850d-48f1-98eb-fdf6dc8fecc6" + "725d684f-cc1e-4dab-a822-6541868d9250" ], "x-ms-arm-service-request-id": [ - "34b5c377-4bae-4c19-a3fb-0d62528cd226" + "a180c22c-cbb0-4632-aa09-2b0fa9240cb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,19 +1104,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113544Z:435e24c5-850d-48f1-98eb-fdf6dc8fecc6" + "WESTUS:20200413T051500Z:725d684f-cc1e-4dab-a822-6541868d9250" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:44 GMT" + "Mon, 13 Apr 2020 05:15:00 GMT" ], "Content-Length": [ - "12822" + "12851" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,17 +1125,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a01819ae-13de-4373-8d66-4cb7c9db1d2b" + "b346c618-0e54-43a3-827d-19e71bc89b9f" ], "Accept-Language": [ "en-US" @@ -1074,7 +1144,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1085,16 +1155,16 @@ "no-cache" ], "ETag": [ - "W/\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\"" + "W/\"e5f8428a-2667-4811-a698-7842a1500202\"" ], "x-ms-request-id": [ - "3fa3dc35-fa57-4c23-8211-861075d42fc8" + "07225abc-a51d-4e8f-bbd1-3749f64c77b0" ], "x-ms-correlation-request-id": [ - "58b48444-fd65-43bb-b3fb-a58859a8e860" + "4e7bf3dd-1cf0-4c7b-b486-00d2c1badef1" ], "x-ms-arm-service-request-id": [ - "6fcfbbe0-2e5b-413c-86e0-5d94837a9685" + "1f586004-4f1c-4612-b39e-199711865933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1107,16 +1177,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113545Z:58b48444-fd65-43bb-b3fb-a58859a8e860" + "WESTUS:20200413T051500Z:4e7bf3dd-1cf0-4c7b-b486-00d2c1badef1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:45 GMT" + "Mon, 13 Apr 2020 05:15:00 GMT" ], "Content-Length": [ - "12822" + "12851" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1125,17 +1195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e413cd1d-31e3-4f9a-b7bf-56c2453b2963" + "46555941-5a5b-4bee-b92d-d5074cd6cb96" ], "Accept-Language": [ "en-US" @@ -1144,7 +1214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1155,16 +1225,16 @@ "no-cache" ], "ETag": [ - "W/\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\"" + "W/\"e5f8428a-2667-4811-a698-7842a1500202\"" ], "x-ms-request-id": [ - "56feb777-4dab-481a-8c03-7df9986b1bcf" + "47e9f7f2-cc07-4d89-af9a-974e3d8ff117" ], "x-ms-correlation-request-id": [ - "13716347-1c4d-4685-aa09-f68d178e5cee" + "cf087ff7-d2c2-449d-8aff-30c4d9c3f72e" ], "x-ms-arm-service-request-id": [ - "62574c39-f3b1-440c-95bd-0c9e45a3106e" + "b48b441a-d435-4fa7-bf09-835c7c5182bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,19 +1244,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113546Z:13716347-1c4d-4685-aa09-f68d178e5cee" + "WESTUS:20200413T051501Z:cf087ff7-d2c2-449d-8aff-30c4d9c3f72e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:46 GMT" + "Mon, 13 Apr 2020 05:15:00 GMT" ], "Content-Length": [ - "12822" + "12851" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1195,12 +1265,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"57eb50f6-b1a6-4b15-ab80-656f8c67a60c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e5f8428a-2667-4811-a698-7842a1500202\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1208,7 +1278,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1219,16 +1289,16 @@ "no-cache" ], "ETag": [ - "W/\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\"" + "W/\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\"" ], "x-ms-request-id": [ - "3f00de00-e9d6-48cf-953a-8beaf9322eb7" + "8f24c386-ebd9-47a9-9bc0-48d5272701a0" ], "x-ms-correlation-request-id": [ - "a105260c-e9f9-4f0e-8b78-34ebbc51b7b9" + "668553a9-2a01-4018-97ff-e2cbdff114c8" ], "x-ms-arm-service-request-id": [ - "cb724bfe-54df-462b-945a-6a59c28f6469" + "827e8f63-09ef-40dc-ac65-e5968c29c3aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1238,19 +1308,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114100Z:a105260c-e9f9-4f0e-8b78-34ebbc51b7b9" + "WESTUS:20200413T051653Z:668553a9-2a01-4018-97ff-e2cbdff114c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:40:59 GMT" + "Mon, 13 Apr 2020 05:16:52 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1259,17 +1329,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "593d935b-7ae0-48db-9d0a-6513b6647c88" + "a5e95d87-fd1e-4da5-8ac7-c443d502fe2b" ], "Accept-Language": [ "en-US" @@ -1278,7 +1348,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1289,16 +1359,16 @@ "no-cache" ], "ETag": [ - "W/\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\"" + "W/\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\"" ], "x-ms-request-id": [ - "05a7ec88-13fa-4a73-b664-644b33124853" + "d1e81648-a804-41f1-be91-4534eb039584" ], "x-ms-correlation-request-id": [ - "9d27b5a9-8037-475c-ac20-886e2b12b4fd" + "40e95f69-e9b1-485a-8433-8fbc245db043" ], "x-ms-arm-service-request-id": [ - "17123c7c-49c5-4209-bf0f-f187c942399d" + "dbd552d5-4af8-4212-bb8c-01a6a9fa6395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1308,19 +1378,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114100Z:9d27b5a9-8037-475c-ac20-886e2b12b4fd" + "WESTUS:20200413T051653Z:40e95f69-e9b1-485a-8433-8fbc245db043" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:40:59 GMT" + "Mon, 13 Apr 2020 05:16:52 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,17 +1399,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bcc54fe-26dd-49ce-927f-658c28b7a805" + "4728595e-3169-406a-88e3-5074eced776c" ], "Accept-Language": [ "en-US" @@ -1348,7 +1418,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1359,16 +1429,16 @@ "no-cache" ], "ETag": [ - "W/\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\"" + "W/\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\"" ], "x-ms-request-id": [ - "3b960079-b3a4-4cff-8c06-f180f590645d" + "c237c372-a706-4fc9-819c-aef27493902e" ], "x-ms-correlation-request-id": [ - "cbb161b8-e4aa-4dc2-a1be-9a5f5c0bddc0" + "a1f1663b-f2c3-4bdf-9be8-6fc465918312" ], "x-ms-arm-service-request-id": [ - "03479dee-fa24-407d-a0c7-aca37e8c8319" + "a9abaef3-62c4-425e-af85-9230fffa5072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1378,19 +1448,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114101Z:cbb161b8-e4aa-4dc2-a1be-9a5f5c0bddc0" + "WESTUS:20200413T051653Z:a1f1663b-f2c3-4bdf-9be8-6fc465918312" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:01 GMT" + "Mon, 13 Apr 2020 05:16:52 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1399,12 +1469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"ef0a9112-647e-4ed9-8dab-ea3cbcc3bfcb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e9ee7786-1c1e-4397-a500-4924e92a4bfe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1412,7 +1482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1423,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\"" + "W/\"c031d458-321a-453f-b498-97d629a7cb95\"" ], "x-ms-request-id": [ - "919a6ab6-d325-46b4-9ce6-42d0bc4d1de8" + "f0f71f58-6e3a-48e4-a227-06f8b666c98e" ], "x-ms-correlation-request-id": [ - "2092f2af-1dd7-4d68-af28-5a4558b34035" + "8d54d04d-787c-4496-9ed3-e8f70796b1d1" ], "x-ms-arm-service-request-id": [ - "b2d4d1bf-6964-495c-92c4-532b55ff31c2" + "7051a851-4161-44ba-a2d2-0ea15fbf50b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1442,19 +1512,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114127Z:2092f2af-1dd7-4d68-af28-5a4558b34035" + "WESTUS:20200413T051714Z:8d54d04d-787c-4496-9ed3-e8f70796b1d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:26 GMT" + "Mon, 13 Apr 2020 05:17:13 GMT" ], "Content-Length": [ - "13682" + "13711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1463,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps5319\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps5319\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7482\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps7482\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "676eb91e-1c0d-41d9-8bb0-3ab01c61e284" + "6d40eae5-78c8-43e5-bf48-11d2f47ce0bc" ], "Accept-Language": [ "en-US" @@ -1482,7 +1552,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1493,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\"" + "W/\"c031d458-321a-453f-b498-97d629a7cb95\"" ], "x-ms-request-id": [ - "3867a1c8-cc45-45b9-9b13-49675278de4c" + "9e4d2302-1726-4b87-a157-a6b5e7354806" ], "x-ms-correlation-request-id": [ - "76a4db7f-af83-43d4-8711-e5e388805403" + "aafca79b-a16c-4150-9ceb-6338201ab623" ], "x-ms-arm-service-request-id": [ - "bfc72b74-d78c-463a-ab2f-4aaba0b98e59" + "3d2e4fe3-59ea-4af7-93c6-e774db379c2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,19 +1582,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114127Z:76a4db7f-af83-43d4-8711-e5e388805403" + "WESTUS:20200413T051714Z:aafca79b-a16c-4150-9ceb-6338201ab623" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:27 GMT" + "Mon, 13 Apr 2020 05:17:13 GMT" ], "Content-Length": [ - "13682" + "13711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1533,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps5319\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps5319\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7482\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps7482\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af06aa0c-b0d7-4007-b131-0e6bfaa34b38" + "d7145013-16bd-4524-8b65-bb9d6b1d5483" ], "Accept-Language": [ "en-US" @@ -1552,7 +1622,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1563,38 +1633,38 @@ "no-cache" ], "ETag": [ - "W/\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\"" + "W/\"c031d458-321a-453f-b498-97d629a7cb95\"" ], "x-ms-request-id": [ - "30bab134-d9f0-478e-bb9b-9a30bd77fbeb" + "69477682-ee55-4030-8e15-f1a6dd7c3af9" ], "x-ms-correlation-request-id": [ - "19922655-7f27-408e-b12f-129785b48c88" + "f255e44c-4c9e-49d5-ab8e-645611795f7f" ], "x-ms-arm-service-request-id": [ - "b5491b56-7de6-42e4-8c02-5c7e16b3bba5" + "4fc67c2b-60dd-46c5-b7eb-9613ac567a15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114127Z:19922655-7f27-408e-b12f-129785b48c88" + "WESTUS:20200413T051714Z:f255e44c-4c9e-49d5-ab8e-645611795f7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:27 GMT" + "Mon, 13 Apr 2020 05:17:14 GMT" ], "Content-Length": [ - "13682" + "13711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1603,12 +1673,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps5319\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps5319\",\r\n \"etag\": \"W/\\\"627c8614-f856-4a71-bbe7-b76c2d7a81b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7482\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps7482\",\r\n \"etag\": \"W/\\\"c031d458-321a-453f-b498-97d629a7cb95\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1616,7 +1686,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1627,16 +1697,16 @@ "no-cache" ], "ETag": [ - "W/\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\"" + "W/\"5693f72c-1faa-47a4-a823-7c597f7698e6\"" ], "x-ms-request-id": [ - "493cb284-e95a-475c-adcd-95b3d56ad194" + "c1ab1245-5c09-4eb0-841c-0f331b88b9d8" ], "x-ms-correlation-request-id": [ - "331b080b-b7d6-4a22-8f94-d7d7133ffd29" + "6838d1c9-b27b-458c-80c5-8d53073f1c71" ], "x-ms-arm-service-request-id": [ - "32d05907-c6ff-4683-b3be-7a456d6084db" + "154bdf88-16f1-431c-8403-6a195116c3e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1649,16 +1719,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114153Z:331b080b-b7d6-4a22-8f94-d7d7133ffd29" + "WESTUS:20200413T051735Z:6838d1c9-b27b-458c-80c5-8d53073f1c71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:53 GMT" + "Mon, 13 Apr 2020 05:17:35 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1667,17 +1737,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee5feb91-f244-4710-bbdd-9400ed27294f" + "d41db4a3-3df4-4f0d-a3b7-9dbde5df03e7" ], "Accept-Language": [ "en-US" @@ -1686,7 +1756,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1697,16 +1767,16 @@ "no-cache" ], "ETag": [ - "W/\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\"" + "W/\"5693f72c-1faa-47a4-a823-7c597f7698e6\"" ], "x-ms-request-id": [ - "e3ec55ee-060a-43fc-bfa3-6435c9f43c41" + "22b9138d-1389-4fe8-b682-47fbbdfd26ef" ], "x-ms-correlation-request-id": [ - "6735f2d3-d7f9-4893-a4ea-25de735de19f" + "07e91122-8335-447c-ac78-2cd3c91721e5" ], "x-ms-arm-service-request-id": [ - "7ab7244e-5c0a-47d9-bcd1-b7a0bdd5dbb7" + "96ce4140-b2e8-440c-ae68-2a764fee53df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1719,16 +1789,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114153Z:6735f2d3-d7f9-4893-a4ea-25de735de19f" + "WESTUS:20200413T051735Z:07e91122-8335-447c-ac78-2cd3c91721e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:53 GMT" + "Mon, 13 Apr 2020 05:17:35 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1737,17 +1807,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "301df9bb-2469-422d-ac7f-98c095c08b41" + "0e7e04f0-d0de-41c8-ab73-3953a21925eb" ], "Accept-Language": [ "en-US" @@ -1756,7 +1826,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1767,16 +1837,16 @@ "no-cache" ], "ETag": [ - "W/\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\"" + "W/\"5693f72c-1faa-47a4-a823-7c597f7698e6\"" ], "x-ms-request-id": [ - "50e95aff-559d-43c9-8dbe-6d47b18bc36b" + "f2b84a3b-9057-4922-93e0-4d9e85221647" ], "x-ms-correlation-request-id": [ - "3bd15022-3d54-4698-8398-6996d2b27708" + "dd33c62a-ddda-4f64-bebe-cd187c9465e6" ], "x-ms-arm-service-request-id": [ - "16b9ea87-2578-42c5-b55d-db83f71b6286" + "57cf40a4-98eb-4964-a3ce-b6d3ffc17711" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1786,19 +1856,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114154Z:3bd15022-3d54-4698-8398-6996d2b27708" + "WESTUS:20200413T051736Z:dd33c62a-ddda-4f64-bebe-cd187c9465e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:54 GMT" + "Mon, 13 Apr 2020 05:17:35 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1807,12 +1877,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"4abd7e17-2db3-4dc6-b4ba-81f60d57e420\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"5693f72c-1faa-47a4-a823-7c597f7698e6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1820,7 +1890,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1831,16 +1901,16 @@ "no-cache" ], "ETag": [ - "W/\"39dce354-79b7-4b06-889f-2f8103b44719\"" + "W/\"1abeba55-dbff-4923-a0ad-7a823934f221\"" ], "x-ms-request-id": [ - "c2549f02-4beb-4d18-aad9-e4000b0bb7d8" + "1fb53e22-db8f-4285-9dd3-bbe7049127dc" ], "x-ms-correlation-request-id": [ - "3409921d-4b41-490b-a411-0a2e380c3011" + "f85d19cb-55e6-4692-b7a3-1b35d14e2b81" ], "x-ms-arm-service-request-id": [ - "3588ffce-4d96-4e8f-9f50-06fa40c676a1" + "25760f5b-f8e7-4a65-b196-8281a15916fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1850,19 +1920,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114157Z:3409921d-4b41-490b-a411-0a2e380c3011" + "WESTUS:20200413T051737Z:f85d19cb-55e6-4692-b7a3-1b35d14e2b81" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:57 GMT" + "Mon, 13 Apr 2020 05:17:36 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1871,17 +1941,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e67aac93-0d6d-493e-8a12-f1b81eb7ce82" + "5112c0fd-995d-4ded-833e-f73413b757c8" ], "Accept-Language": [ "en-US" @@ -1890,7 +1960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1901,16 +1971,16 @@ "no-cache" ], "ETag": [ - "W/\"39dce354-79b7-4b06-889f-2f8103b44719\"" + "W/\"1abeba55-dbff-4923-a0ad-7a823934f221\"" ], "x-ms-request-id": [ - "ef400d17-d9b7-4070-be62-f313d4efbd02" + "2f28dedb-1227-4377-ad7c-f0db7655bfef" ], "x-ms-correlation-request-id": [ - "49407dc4-65d5-4fd6-947b-b52059c30be1" + "6e01e2df-cf5b-4417-9a6d-2949e42276a9" ], "x-ms-arm-service-request-id": [ - "2cddd340-6a83-40c7-b330-14e4ad2d7903" + "cfd62a3f-4a55-4eb8-8ea9-fdc4f8ba622a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,19 +1990,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114158Z:49407dc4-65d5-4fd6-947b-b52059c30be1" + "WESTUS:20200413T051737Z:6e01e2df-cf5b-4417-9a6d-2949e42276a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:57 GMT" + "Mon, 13 Apr 2020 05:17:36 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1941,17 +2011,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "717e34ce-aaf6-41de-af90-b81d34967486" + "faa62fd5-615e-4cd1-8ed3-d3c3624ca09d" ], "Accept-Language": [ "en-US" @@ -1960,7 +2030,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1971,16 +2041,16 @@ "no-cache" ], "ETag": [ - "W/\"39dce354-79b7-4b06-889f-2f8103b44719\"" + "W/\"1abeba55-dbff-4923-a0ad-7a823934f221\"" ], "x-ms-request-id": [ - "e427b517-13bc-40aa-966e-7dfe0f7e379f" + "f4d1d47b-239e-4236-a693-e4ce83e8dc06" ], "x-ms-correlation-request-id": [ - "09f05bb9-0a5c-4000-856c-afa8a47df263" + "4787e08b-afce-4a97-ad0d-c52581efa2cb" ], "x-ms-arm-service-request-id": [ - "ffdf7daa-896c-4ffe-b12b-cc8e9a91973d" + "d61051dd-cac1-47c1-a6fb-b8f3b53d5158" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1990,19 +2060,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114158Z:09f05bb9-0a5c-4000-856c-afa8a47df263" + "WESTUS:20200413T051737Z:4787e08b-afce-4a97-ad0d-c52581efa2cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:58 GMT" + "Mon, 13 Apr 2020 05:17:37 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2011,17 +2081,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20ceb566-1b33-4247-a0a7-e61e5e67e11f" + "a2893d40-c614-4c8d-b744-dab409d1a71c" ], "Accept-Language": [ "en-US" @@ -2030,7 +2100,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2041,16 +2111,16 @@ "no-cache" ], "ETag": [ - "W/\"d143a019-2dd7-4cac-ad8f-631570bbcfac\"" + "W/\"e698b5dd-984c-4340-a31a-5dce6eabb922\"" ], "x-ms-request-id": [ - "65d5890b-93d5-42c1-9cdc-ababbdfe4bbe" + "5361a8c3-cbfa-4e31-ad03-fc1e69efecc6" ], "x-ms-correlation-request-id": [ - "19ec49af-c589-4ca3-b5fc-78fc7844de7f" + "fd031d06-6032-470a-a7eb-8ccac4a7258b" ], "x-ms-arm-service-request-id": [ - "8d643703-31a4-48e1-833e-26f7688c71ce" + "c8a47a25-c505-467f-a971-237f6fcf29c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2060,19 +2130,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114709Z:19ec49af-c589-4ca3-b5fc-78fc7844de7f" + "WESTUS:20200413T051848Z:fd031d06-6032-470a-a7eb-8ccac4a7258b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:08 GMT" + "Mon, 13 Apr 2020 05:18:48 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2081,17 +2151,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"d143a019-2dd7-4cac-ad8f-631570bbcfac\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"e698b5dd-984c-4340-a31a-5dce6eabb922\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIpConfigurations/ps6109\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n }\r\n },\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIpConfigurations/ps6568\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIpConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIpConfigurations/ps5851\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n }\r\n },\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIpConfigurations/ps8584\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIpConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3b0f6de1-702b-445f-8ab8-42df6b5f55ef" + "c019c0e4-225b-4fa0-8550-afd47ba55bd2" ], "Accept-Language": [ "en-US" @@ -2100,13 +2170,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8346" + "8342" ] }, "ResponseHeaders": { @@ -2120,16 +2190,19 @@ "10" ], "x-ms-request-id": [ - "afba8256-d3cf-4cd8-b384-f4775e7ba108" + "b1dc65ba-1547-4f97-93eb-2b30693ff8b8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c4b72cc9-5365-47aa-a0cc-7958a0ea46c4" + "48333863-89b6-45b3-ae67-289c45b3c053" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "e6a23253-dfea-4b04-ab58-5f0504341d6b" + "9a6c9066-b28d-4f71-8a04-6eeb1727e9b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2139,19 +2212,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113034Z:c4b72cc9-5365-47aa-a0cc-7958a0ea46c4" + "WESTUS:20200413T051109Z:48333863-89b6-45b3-ae67-289c45b3c053" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:34 GMT" + "Mon, 13 Apr 2020 05:11:08 GMT" ], "Content-Length": [ - "12811" + "12840" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2160,17 +2233,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"aa878d30-d97d-4d46-af80-679bd9d3341b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"ed1cd631-e1c4-4fd4-a933-cfd4d141b913\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n }\r\n },\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n }\r\n },\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2a6337d-5eea-4a00-9784-bce3fe850f7b" + "ff82bdc2-5a7d-417a-bd5f-053d6a1bab3b" ], "Accept-Language": [ "en-US" @@ -2179,13 +2252,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8576" + "8572" ] }, "ResponseHeaders": { @@ -2199,16 +2272,19 @@ "10" ], "x-ms-request-id": [ - "8d07aa14-a11c-4791-b933-cc0e69dd85ec" + "00f86751-055f-453d-9c5e-88cd8f33b1e7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7d31a700-1eb7-44de-939b-7451404ad303" + "9494711d-886f-4dd1-8a1c-4ffaf048519f" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "d585f311-7ef9-4913-92da-b8ea25423458" + "5a005b9f-5154-44d6-9568-b53b1f1fe692" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2221,16 +2297,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113551Z:7d31a700-1eb7-44de-939b-7451404ad303" + "WESTUS:20200413T051502Z:9494711d-886f-4dd1-8a1c-4ffaf048519f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:51 GMT" + "Mon, 13 Apr 2020 05:15:01 GMT" ], "Content-Length": [ - "12768" + "12797" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2239,17 +2315,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"81731fd2-0fcf-4d84-b0db-f8a1fddecd1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"2a87640f-59b6-4d8e-a95f-babd2b47bfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n }\r\n },\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n },\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5319\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps5319\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n }\r\n },\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n },\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7482\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps7482\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f70624f-b7a9-4b67-bf54-f5c335b5b81a" + "76369988-9753-4809-a2a6-eaed8285f3cc" ], "Accept-Language": [ "en-US" @@ -2258,13 +2334,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9297" + "9293" ] }, "ResponseHeaders": { @@ -2278,16 +2354,19 @@ "10" ], "x-ms-request-id": [ - "4aa0f95d-3dbe-4edb-bcb8-77141aeb35af" + "95af92c6-bcdc-4aa3-b147-2723c52a1702" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4aa0f95d-3dbe-4edb-bcb8-77141aeb35af?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/95af92c6-bcdc-4aa3-b147-2723c52a1702?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "9313e26e-18da-45e1-815a-e0a776e3cf38" + "29280325-f237-4a18-af55-cb198d61ae71" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "560439ef-793c-443a-a4e5-54c1290d148b" + "7c847e91-ac36-4dde-a68c-b7a5e15f2e8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2300,16 +2379,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114106Z:9313e26e-18da-45e1-815a-e0a776e3cf38" + "WESTUS:20200413T051654Z:29280325-f237-4a18-af55-cb198d61ae71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:06 GMT" + "Mon, 13 Apr 2020 05:16:53 GMT" ], "Content-Length": [ - "13670" + "13699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2318,17 +2397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps5319\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps5319\",\r\n \"etag\": \"W/\\\"9d4602bf-9bda-4208-b61b-f0a2e344dfce\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7482\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps7482\",\r\n \"etag\": \"W/\\\"205d7bf8-626b-4f3a-a18a-5979012a59c8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n }\r\n },\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n }\r\n },\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1abf6daa-9395-4ca1-9dbb-d36f70d2bce8" + "18eb8e27-7a8d-4fe4-9d59-8e6e0fa86bb2" ], "Accept-Language": [ "en-US" @@ -2337,13 +2416,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8576" + "8572" ] }, "ResponseHeaders": { @@ -2357,16 +2436,19 @@ "10" ], "x-ms-request-id": [ - "60597afb-7e32-4410-9c08-b4e75120ec5c" + "838b068d-4802-42a4-bc92-fda8ab69ea12" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/60597afb-7e32-4410-9c08-b4e75120ec5c?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/838b068d-4802-42a4-bc92-fda8ab69ea12?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "9e9df15c-97e1-429b-9cd6-454e323ed776" + "3df2f962-33c3-49b2-87bf-27ddaf70cc6c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "0d3cd88e-57d6-4784-ac4f-325e0cf96cae" + "569ee96d-0e0d-4411-acba-a2090befb59d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2376,19 +2458,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114132Z:9e9df15c-97e1-429b-9cd6-454e323ed776" + "WESTUS:20200413T051715Z:3df2f962-33c3-49b2-87bf-27ddaf70cc6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:31 GMT" + "Mon, 13 Apr 2020 05:17:15 GMT" ], "Content-Length": [ - "12768" + "12797" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2397,17 +2479,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"ce586625-9ec8-4243-a338-b3d1aa0894d8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"1a819f46-9b89-4265-aeef-ce186bb272f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n }\r\n },\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5678\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n }\r\n },\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"port\": 1234\r\n },\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6519\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "94340941-ac55-4dfd-81d4-537db2713ac7" + "8c3df6b8-fd94-4008-916a-42160073e638" ], "Accept-Language": [ "en-US" @@ -2416,13 +2498,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8576" + "8572" ] }, "ResponseHeaders": { @@ -2433,16 +2515,19 @@ "no-cache" ], "x-ms-request-id": [ - "f12f0173-0b08-402d-ba42-6e70c83b5fd2" + "675d9c96-18b8-42f2-aefc-89799395596d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/f12f0173-0b08-402d-ba42-6e70c83b5fd2?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/675d9c96-18b8-42f2-aefc-89799395596d?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "24dfe24a-99fb-4486-b397-a4955384a3d0" + "c12e3022-aa6f-4092-8e82-dfcf3b853fff" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "b9ef3dee-cf62-4d73-a3c6-49513ae39726" + "a1bd5975-799a-436e-97c7-b2c9a3187845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2452,19 +2537,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114157Z:24dfe24a-99fb-4486-b397-a4955384a3d0" + "WESTUS:20200413T051737Z:c12e3022-aa6f-4092-8e82-dfcf3b853fff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:41:57 GMT" + "Mon, 13 Apr 2020 05:17:36 GMT" ], "Content-Length": [ - "12779" + "12808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2473,12 +2558,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4236\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc4bc23b-1461-437a-853b-e88d7320cd62\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps6109\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/gatewayIPConfigurations/ps6109\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/virtualNetworks/ps6590/subnets/ps3629\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5452\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6568\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/publicIPAddresses/ps6019\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps162\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3796\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3984\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/trustedRootCertificates/ps5452\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8222\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendIPConfigurations/ps6568\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/frontendPorts/ps162\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7977\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/httpListeners/ps8222\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendAddressPools/ps3796\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5175\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/probes/ps5175\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/backendHttpSettingsCollection/ps3984\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps2947\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/rewriteRuleSets/ps2947\",\r\n \"etag\": \"W/\\\"39dce354-79b7-4b06-889f-2f8103b44719\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5678\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/requestRoutingRules/ps7977\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6879\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"36ec56be-76b2-4c03-841d-7ab40c2c2e89\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5851\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/gatewayIPConfigurations/ps5851\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/virtualNetworks/ps8341/subnets/ps394\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps6294\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps8584\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/publicIPAddresses/ps3279\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps977\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps4914\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4429\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/trustedRootCertificates/ps6294\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6531\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendIPConfigurations/ps8584\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/frontendPorts/ps977\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7717\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/httpListeners/ps6531\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendAddressPools/ps4914\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps1662\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/probes/ps1662\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"port\": 1234,\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/backendHttpSettingsCollection/ps4429\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps682\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/rewriteRuleSets/ps682\",\r\n \"etag\": \"W/\\\"1abeba55-dbff-4923-a0ad-7a823934f221\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6519\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/requestRoutingRules/ps7717\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2486,7 +2571,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2500,13 +2585,13 @@ "10" ], "x-ms-request-id": [ - "c2e6ce8e-5884-4e19-8cce-dc54b75a07d6" + "61f9eff1-2250-4d29-b117-a70c407723a5" ], "x-ms-correlation-request-id": [ - "b49238fb-9975-4568-8e92-b0c987dd2a90" + "fec3e094-7307-4593-8c8b-513cac6ee481" ], "x-ms-arm-service-request-id": [ - "233d07b0-fbe7-49eb-9980-1986b3d01879" + "9f91bd13-e58b-43e8-a354-448ce6a45207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2516,16 +2601,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113045Z:b49238fb-9975-4568-8e92-b0c987dd2a90" + "WESTUS:20200413T051119Z:fec3e094-7307-4593-8c8b-513cac6ee481" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:44 GMT" + "Mon, 13 Apr 2020 05:11:18 GMT" ], "Content-Length": [ "30" @@ -2541,8 +2626,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2550,7 +2635,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2564,13 +2649,13 @@ "10" ], "x-ms-request-id": [ - "d244fc99-e25e-41d1-a094-42e51ea84138" + "3ccd1fc9-8525-4c85-a645-961dcd9bec55" ], "x-ms-correlation-request-id": [ - "674a299c-91eb-4495-8bc0-e699af063c95" + "2ffc3fd1-6946-40f6-80bc-3d79d3bceeba" ], "x-ms-arm-service-request-id": [ - "faf99c9d-4df7-47dd-9d28-5b024abfd3cf" + "46ee4ab4-beb3-48ff-9c2c-18c90ccf9505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2580,16 +2665,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113055Z:674a299c-91eb-4495-8bc0-e699af063c95" + "WESTUS:20200413T051129Z:2ffc3fd1-6946-40f6-80bc-3d79d3bceeba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:30:54 GMT" + "Mon, 13 Apr 2020 05:11:28 GMT" ], "Content-Length": [ "30" @@ -2605,8 +2690,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2614,7 +2699,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2628,13 +2713,13 @@ "10" ], "x-ms-request-id": [ - "55d3b6a9-ffa2-4ca2-bbe2-e3b44722f354" + "4c8fefb5-7b71-4161-831e-685d6e947fba" ], "x-ms-correlation-request-id": [ - "da90bb40-6b12-411e-8615-026ce6864869" + "dfd9f266-863c-45a1-8e7c-72e7ee384fe4" ], "x-ms-arm-service-request-id": [ - "7c1e822e-577f-418f-812a-4dec157e05c2" + "de517c1a-e29b-4fdc-ba61-adb8d8e27997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2644,16 +2729,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113106Z:da90bb40-6b12-411e-8615-026ce6864869" + "WESTUS:20200413T051139Z:dfd9f266-863c-45a1-8e7c-72e7ee384fe4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:06 GMT" + "Mon, 13 Apr 2020 05:11:38 GMT" ], "Content-Length": [ "30" @@ -2669,8 +2754,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2678,7 +2763,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2692,13 +2777,13 @@ "10" ], "x-ms-request-id": [ - "0a21b14a-b6fd-47b4-a3c8-04e8336d1d43" + "9886626d-a12d-4b6d-ad33-ec1a62162ab5" ], "x-ms-correlation-request-id": [ - "62cf6e39-9691-4c13-b961-a4d13d4f2fdb" + "3b373580-9f20-43c7-83c5-58b6ae20598b" ], "x-ms-arm-service-request-id": [ - "1afe2283-87fe-40ca-acad-f3cda13952a7" + "f44f6c35-c02b-489b-8e62-22314fc74df0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2708,16 +2793,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113116Z:62cf6e39-9691-4c13-b961-a4d13d4f2fdb" + "WESTUS:20200413T051149Z:3b373580-9f20-43c7-83c5-58b6ae20598b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:16 GMT" + "Mon, 13 Apr 2020 05:11:48 GMT" ], "Content-Length": [ "30" @@ -2733,8 +2818,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2742,7 +2827,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2756,13 +2841,13 @@ "10" ], "x-ms-request-id": [ - "08e22ff2-9538-460c-9c86-e70fc1ce76d2" + "8204b81d-59c2-4e27-91b8-bdab6a56a88a" ], "x-ms-correlation-request-id": [ - "c74bebb4-601f-46c4-b15f-c25b3b96a58b" + "b14efd60-d37f-4985-96ce-2e163ff71b79" ], "x-ms-arm-service-request-id": [ - "8b2c20fa-0dee-49be-81c8-cd1c83392aa5" + "e1443036-ff0e-4f17-9a95-0a3e959a2068" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2772,16 +2857,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113126Z:c74bebb4-601f-46c4-b15f-c25b3b96a58b" + "WESTUS:20200413T051159Z:b14efd60-d37f-4985-96ce-2e163ff71b79" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:26 GMT" + "Mon, 13 Apr 2020 05:11:58 GMT" ], "Content-Length": [ "30" @@ -2797,8 +2882,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2806,7 +2891,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2820,32 +2905,32 @@ "10" ], "x-ms-request-id": [ - "69e990f7-252a-4a43-8802-980d4a83af09" + "48514f4a-8685-4078-ba8c-93fe5449acc2" ], "x-ms-correlation-request-id": [ - "c8d85a7c-23f9-444b-a537-ddedddf73698" + "8ab9f299-e624-42e1-a6d0-78fd25f3b5d5" ], "x-ms-arm-service-request-id": [ - "8f785a54-de08-4da3-a4bb-f7a2dbd44552" + "fcc245f5-eec1-4130-86da-99cc90afb294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113136Z:c8d85a7c-23f9-444b-a537-ddedddf73698" + "WESTUS:20200413T051209Z:8ab9f299-e624-42e1-a6d0-78fd25f3b5d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:36 GMT" + "Mon, 13 Apr 2020 05:12:09 GMT" ], "Content-Length": [ "30" @@ -2861,8 +2946,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2870,7 +2955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2884,13 +2969,13 @@ "10" ], "x-ms-request-id": [ - "e79fa473-79fe-43f4-96d1-b87b1a2be7e0" + "f51bbd85-6d32-4633-9112-017a609eef29" ], "x-ms-correlation-request-id": [ - "e42ff798-eda8-4735-84d3-03420dc17e3a" + "8568efc8-4f78-4098-a0f9-be07c0832c2e" ], "x-ms-arm-service-request-id": [ - "ef638ee7-b05a-4629-a8d1-5ac077e6891d" + "8c40025e-1fdb-412e-81a3-bd8a62832781" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2900,16 +2985,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113147Z:e42ff798-eda8-4735-84d3-03420dc17e3a" + "WESTUS:20200413T051219Z:8568efc8-4f78-4098-a0f9-be07c0832c2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:46 GMT" + "Mon, 13 Apr 2020 05:12:19 GMT" ], "Content-Length": [ "30" @@ -2925,8 +3010,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2934,7 +3019,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2948,32 +3033,32 @@ "10" ], "x-ms-request-id": [ - "e7f0dbdf-f9ac-4f34-b502-49af29a20e8c" + "6c720ac8-e8f0-47a1-81f8-20a9e6806ade" ], "x-ms-correlation-request-id": [ - "d3f7d596-217a-454c-9292-bac7273ec31e" + "bb49ce77-b0eb-41fd-8aed-e0e4dee6728a" ], "x-ms-arm-service-request-id": [ - "979fdeec-a23f-4af0-a40a-a22394f0386e" + "7f998ed6-6956-4bff-80f1-7950267c5420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113157Z:d3f7d596-217a-454c-9292-bac7273ec31e" + "WESTUS:20200413T051229Z:bb49ce77-b0eb-41fd-8aed-e0e4dee6728a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:31:57 GMT" + "Mon, 13 Apr 2020 05:12:29 GMT" ], "Content-Length": [ "30" @@ -2989,8 +3074,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2998,7 +3083,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3012,13 +3097,13 @@ "10" ], "x-ms-request-id": [ - "feceefc5-42ec-4453-b2c8-d082108d59f1" + "501bd45d-e12f-4f7d-bf5a-a6cdb901b564" ], "x-ms-correlation-request-id": [ - "beacf48d-32a6-4fa4-a8d5-d7f5962a9ead" + "955f6066-ae4d-4f51-9884-6fdbdaa81250" ], "x-ms-arm-service-request-id": [ - "fcad64c1-e98b-481d-8497-3bbc76e64835" + "97a27fb4-7feb-41b6-a60e-9fd512b78d8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3028,16 +3113,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113207Z:beacf48d-32a6-4fa4-a8d5-d7f5962a9ead" + "WESTUS:20200413T051240Z:955f6066-ae4d-4f51-9884-6fdbdaa81250" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:07 GMT" + "Mon, 13 Apr 2020 05:12:39 GMT" ], "Content-Length": [ "30" @@ -3053,8 +3138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3062,7 +3147,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3076,13 +3161,13 @@ "10" ], "x-ms-request-id": [ - "f591732d-e5d0-43a7-977f-3d6bf0ee0ff4" + "5db6ec63-3fef-4cce-b228-8b4d8057c757" ], "x-ms-correlation-request-id": [ - "823b2344-95a9-4cd6-94ff-9d485764d1b1" + "37ccbb2f-33ac-4ec3-8285-a99b79d6cc5c" ], "x-ms-arm-service-request-id": [ - "4a272a8f-1973-4a75-afb1-dca490080001" + "97620fdc-0932-49e3-8b75-ddef57dddc8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3092,16 +3177,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113218Z:823b2344-95a9-4cd6-94ff-9d485764d1b1" + "WESTUS:20200413T051250Z:37ccbb2f-33ac-4ec3-8285-a99b79d6cc5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:17 GMT" + "Mon, 13 Apr 2020 05:12:49 GMT" ], "Content-Length": [ "30" @@ -3117,8 +3202,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3126,7 +3211,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3140,13 +3225,13 @@ "10" ], "x-ms-request-id": [ - "e6a7057b-cece-415e-9a99-64b52433940b" + "f7f174a1-6f46-4656-b0a1-8234e9082374" ], "x-ms-correlation-request-id": [ - "89d3a8da-92a1-4d83-9be8-b7cacde78e83" + "7eac11d8-490d-4f0d-ac11-3935324d6060" ], "x-ms-arm-service-request-id": [ - "a7f4b92f-616c-463e-8aab-a9f8c280d6b5" + "585836b3-a60e-45b5-bcb9-ad0bb60a9347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3156,16 +3241,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113228Z:89d3a8da-92a1-4d83-9be8-b7cacde78e83" + "WESTUS:20200413T051300Z:7eac11d8-490d-4f0d-ac11-3935324d6060" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:27 GMT" + "Mon, 13 Apr 2020 05:12:59 GMT" ], "Content-Length": [ "30" @@ -3181,8 +3266,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3190,7 +3275,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3204,32 +3289,32 @@ "10" ], "x-ms-request-id": [ - "55c8f4f2-f9b1-4836-95b5-3851eb2e9e33" + "45539b54-9066-479d-b888-5f6541925ffe" ], "x-ms-correlation-request-id": [ - "7cf30531-9604-4ed9-adb4-8bfc9fee1e4c" + "5b12ff19-266a-4b42-b8ec-20cdf16ae0e7" ], "x-ms-arm-service-request-id": [ - "23bc17f4-6b65-4308-8432-043aeb9603b7" + "80f976cd-34bf-4ed3-9c3d-86244647faea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113238Z:7cf30531-9604-4ed9-adb4-8bfc9fee1e4c" + "WESTUS:20200413T051310Z:5b12ff19-266a-4b42-b8ec-20cdf16ae0e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:37 GMT" + "Mon, 13 Apr 2020 05:13:09 GMT" ], "Content-Length": [ "30" @@ -3245,8 +3330,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3254,7 +3339,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3268,13 +3353,13 @@ "10" ], "x-ms-request-id": [ - "daa1c1ea-b7fc-49b3-8c5c-8b3cb10bbc2e" + "0c99aff9-1903-4575-90c1-85f47b137ac7" ], "x-ms-correlation-request-id": [ - "dd13c449-2896-42e6-8cdb-93c5a0b8e6a0" + "2c594a7a-d515-4064-a401-906560cee6f0" ], "x-ms-arm-service-request-id": [ - "990cebd5-f661-445a-bb0f-d6cb20593add" + "f94faf9f-b782-45b3-aaf7-874e4aabb01e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3284,16 +3369,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113249Z:dd13c449-2896-42e6-8cdb-93c5a0b8e6a0" + "WESTUS:20200413T051320Z:2c594a7a-d515-4064-a401-906560cee6f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:48 GMT" + "Mon, 13 Apr 2020 05:13:19 GMT" ], "Content-Length": [ "30" @@ -3309,8 +3394,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3318,7 +3403,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3332,13 +3417,13 @@ "10" ], "x-ms-request-id": [ - "146164b8-c252-45e4-9b37-63e65187449d" + "d2ebadf0-b769-4ae2-8085-e21f95bebcdc" ], "x-ms-correlation-request-id": [ - "71d1f90c-9244-4559-a28e-209224f8b365" + "2524a9f1-b985-430f-b12b-2cca14e5602e" ], "x-ms-arm-service-request-id": [ - "81666d35-cab9-4d98-b77c-e82d2f810a34" + "97bc0d86-3fae-4fd5-bf16-6bcf4b4f2272" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3348,16 +3433,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113259Z:71d1f90c-9244-4559-a28e-209224f8b365" + "WESTUS:20200413T051330Z:2524a9f1-b985-430f-b12b-2cca14e5602e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:32:59 GMT" + "Mon, 13 Apr 2020 05:13:29 GMT" ], "Content-Length": [ "30" @@ -3373,8 +3458,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3382,7 +3467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3396,13 +3481,13 @@ "10" ], "x-ms-request-id": [ - "386126ce-858c-4896-9ec0-1ef11afcfd71" + "1f7126e9-4e7b-48b6-ae77-7f28bb5ab748" ], "x-ms-correlation-request-id": [ - "f038de8c-2720-44b2-81e7-ec3d0d35cb85" + "4e7c5e3d-9f23-4a5d-aa0f-8ee05aa0f7ac" ], "x-ms-arm-service-request-id": [ - "bd86dd1a-f7cf-4421-91ee-a2df3f975494" + "4728d2f3-246a-4a05-9f19-08729fccf95b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3412,16 +3497,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113309Z:f038de8c-2720-44b2-81e7-ec3d0d35cb85" + "WESTUS:20200413T051340Z:4e7c5e3d-9f23-4a5d-aa0f-8ee05aa0f7ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:33:09 GMT" + "Mon, 13 Apr 2020 05:13:39 GMT" ], "Content-Length": [ "30" @@ -3437,8 +3522,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3446,7 +3531,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3460,13 +3545,13 @@ "10" ], "x-ms-request-id": [ - "e668b18c-7571-4965-9b7a-d048a4abbe8c" + "a88502f3-44fc-41d1-b435-290aaf64610f" ], "x-ms-correlation-request-id": [ - "d2899fca-8d35-4df7-a403-b0d464dfcac6" + "1168ed2c-0a51-4636-b81c-179e03ed975e" ], "x-ms-arm-service-request-id": [ - "fe4ffac4-4f2d-4b6f-9743-9ecd82a45371" + "c8489766-6d4f-48b8-b5f2-80088f130e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3476,16 +3561,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113319Z:d2899fca-8d35-4df7-a403-b0d464dfcac6" + "WESTUS:20200413T051350Z:1168ed2c-0a51-4636-b81c-179e03ed975e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:33:19 GMT" + "Mon, 13 Apr 2020 05:13:49 GMT" ], "Content-Length": [ "30" @@ -3501,8 +3586,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3510,7 +3595,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3524,13 +3609,13 @@ "10" ], "x-ms-request-id": [ - "3943fe36-1cc7-4493-b8ae-a797fb87803b" + "870e35c5-3784-441d-8356-6acf60ac4642" ], "x-ms-correlation-request-id": [ - "1e011728-ab7a-43c9-bc78-4fe37417aa79" + "e71c66a4-70e7-4704-8d4e-e7f321ba42a4" ], "x-ms-arm-service-request-id": [ - "0317191e-adb7-4c7c-8e3c-cb0f129ff195" + "a39ce7e7-77df-46e6-8b8e-f0f99677d224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3540,16 +3625,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113330Z:1e011728-ab7a-43c9-bc78-4fe37417aa79" + "WESTUS:20200413T051400Z:e71c66a4-70e7-4704-8d4e-e7f321ba42a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:33:29 GMT" + "Mon, 13 Apr 2020 05:13:59 GMT" ], "Content-Length": [ "30" @@ -3565,8 +3650,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3574,7 +3659,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3588,32 +3673,32 @@ "10" ], "x-ms-request-id": [ - "d181ce16-8431-49ed-a81a-ac1b3f05b450" + "e97e4c15-845f-4556-9747-7cadaebaed95" ], "x-ms-correlation-request-id": [ - "e2a1a3ea-7276-4725-b543-bf0d48e5dd17" + "b3022634-d056-4bb9-b244-9197dd874ec7" ], "x-ms-arm-service-request-id": [ - "689d82a0-fbb1-41d6-b044-1dbf51e145c7" + "5c5f10ae-25ea-421d-8df7-7a4a365cd67a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113340Z:e2a1a3ea-7276-4725-b543-bf0d48e5dd17" + "WESTUS:20200413T051410Z:b3022634-d056-4bb9-b244-9197dd874ec7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:33:40 GMT" + "Mon, 13 Apr 2020 05:14:09 GMT" ], "Content-Length": [ "30" @@ -3629,8 +3714,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3638,7 +3723,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3652,13 +3737,13 @@ "10" ], "x-ms-request-id": [ - "e8206eeb-6156-44f4-8671-57bc6e562997" + "3ee91a47-e0b4-4d8b-a4ad-be748f897bf8" ], "x-ms-correlation-request-id": [ - "32115ba1-8dd8-4a43-af01-aa6cca72d9ae" + "7c92d85c-d24a-4422-83a1-c0b8555d5df9" ], "x-ms-arm-service-request-id": [ - "eb16f44b-a8db-4531-837b-df452e02b294" + "71e95819-225e-4da8-89f4-3d1f52488c49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3668,16 +3753,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113351Z:32115ba1-8dd8-4a43-af01-aa6cca72d9ae" + "WESTUS:20200413T051420Z:7c92d85c-d24a-4422-83a1-c0b8555d5df9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:33:50 GMT" + "Mon, 13 Apr 2020 05:14:20 GMT" ], "Content-Length": [ "30" @@ -3693,8 +3778,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3702,7 +3787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3716,13 +3801,13 @@ "10" ], "x-ms-request-id": [ - "e9d86658-a26c-4fa1-a0f8-2cd6f27a57a3" + "c0f54fd3-c378-4517-8b77-cd2b808dc408" ], "x-ms-correlation-request-id": [ - "5b9582f7-87d4-49d0-850e-f75e83bcf167" + "848da1cf-e344-4bf3-a0c4-eff57c852d2d" ], "x-ms-arm-service-request-id": [ - "a2c3d9bc-1667-4cde-b3ce-3d1491a12a0b" + "436da311-83bf-4b87-9c18-1b947bf33040" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3732,16 +3817,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113401Z:5b9582f7-87d4-49d0-850e-f75e83bcf167" + "WESTUS:20200413T051430Z:848da1cf-e344-4bf3-a0c4-eff57c852d2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:00 GMT" + "Mon, 13 Apr 2020 05:14:30 GMT" ], "Content-Length": [ "30" @@ -3757,8 +3842,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3766,7 +3851,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3780,13 +3865,13 @@ "10" ], "x-ms-request-id": [ - "94504dc6-07c4-4536-b1fb-d55a8d004917" + "b3dc0a89-d1b2-4593-a8db-982a3a23b65d" ], "x-ms-correlation-request-id": [ - "b6131282-7482-40d1-949e-d6450fde8dde" + "12c213d6-4572-4239-9785-3c24da0d8b48" ], "x-ms-arm-service-request-id": [ - "e72c901a-acae-43fd-87e9-238fbf324539" + "304fccc3-18f2-45a8-a9f0-526188a9f087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3796,16 +3881,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113411Z:b6131282-7482-40d1-949e-d6450fde8dde" + "WESTUS:20200413T051440Z:12c213d6-4572-4239-9785-3c24da0d8b48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:11 GMT" + "Mon, 13 Apr 2020 05:14:40 GMT" ], "Content-Length": [ "30" @@ -3821,8 +3906,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3830,7 +3915,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3844,13 +3929,13 @@ "10" ], "x-ms-request-id": [ - "e136f690-a401-49b1-b37b-0525809092b2" + "56db2fbf-dd59-4272-aa52-23af73a86540" ], "x-ms-correlation-request-id": [ - "3a488a4c-6579-4243-82d3-cb7b63b3f4bd" + "7d0c7344-efa9-496a-b165-78cc3c034e3d" ], "x-ms-arm-service-request-id": [ - "10ba3507-6e20-4ce0-a9e9-64b3c49d8b1e" + "14ffd13f-3cd8-429a-b952-d1163646f54c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3860,16 +3945,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113421Z:3a488a4c-6579-4243-82d3-cb7b63b3f4bd" + "WESTUS:20200413T051450Z:7d0c7344-efa9-496a-b165-78cc3c034e3d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:21 GMT" + "Mon, 13 Apr 2020 05:14:50 GMT" ], "Content-Length": [ "30" @@ -3885,8 +3970,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b1dc65ba-1547-4f97-93eb-2b30693ff8b8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2IxZGM2NWJhLTE1NDctNGY5Ny05M2ViLTJiMzA2OTNmZjhiOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3894,7 +3979,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3904,17 +3989,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "a07bc442-0f53-428d-a832-5d1991caa853" + "e436b570-793b-4ad9-8c13-080990a8135b" ], "x-ms-correlation-request-id": [ - "0a879a9a-4fdd-4669-9f27-e482c29766d6" + "6d3460d5-a79a-497b-8ea1-dfb304887d1f" ], "x-ms-arm-service-request-id": [ - "ff85c1dc-5cfd-460c-9b8a-2a174265d4e6" + "50ceb3a0-cc55-427f-8d78-fccd29903eb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3924,19 +4006,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113432Z:0a879a9a-4fdd-4669-9f27-e482c29766d6" + "WESTUS:20200413T051500Z:6d3460d5-a79a-497b-8ea1-dfb304887d1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:31 GMT" + "Mon, 13 Apr 2020 05:15:00 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3945,12 +4027,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3958,7 +4040,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3972,32 +4054,32 @@ "10" ], "x-ms-request-id": [ - "83bfdf97-6ce2-4e32-b425-b8b24458b837" + "25f74afb-3d8e-41ef-abd5-8d4631fd1b68" ], "x-ms-correlation-request-id": [ - "f3d8c657-c8a0-48a0-aa38-f539ce91d057" + "8f430b22-ec8f-407f-aded-2e9c860aa588" ], "x-ms-arm-service-request-id": [ - "e9dcfaf9-7ffa-45ed-bcd3-26ccdaa4d5bb" + "df5d380a-92ea-49b3-ad0b-8709640f279e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113442Z:f3d8c657-c8a0-48a0-aa38-f539ce91d057" + "WESTUS:20200413T051512Z:8f430b22-ec8f-407f-aded-2e9c860aa588" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:41 GMT" + "Mon, 13 Apr 2020 05:15:11 GMT" ], "Content-Length": [ "30" @@ -4013,8 +4095,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4022,7 +4104,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4036,13 +4118,13 @@ "10" ], "x-ms-request-id": [ - "1deec01d-c02f-4853-ace9-4903d07d375f" + "a4a34b17-b2b0-46ed-837c-512639eb313d" ], "x-ms-correlation-request-id": [ - "daec10f6-406f-43e7-8475-00d1e01bfcf2" + "d3b20632-a000-4049-a813-b1c74d021256" ], "x-ms-arm-service-request-id": [ - "fa177bf2-3dc3-4336-8e77-51376412e052" + "d45beb1a-128d-4648-8f54-0aeabaf51c54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4052,16 +4134,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113453Z:daec10f6-406f-43e7-8475-00d1e01bfcf2" + "WESTUS:20200413T051522Z:d3b20632-a000-4049-a813-b1c74d021256" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:34:52 GMT" + "Mon, 13 Apr 2020 05:15:21 GMT" ], "Content-Length": [ "30" @@ -4077,8 +4159,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4086,7 +4168,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4100,13 +4182,13 @@ "10" ], "x-ms-request-id": [ - "e29cf2b6-d707-4168-a91f-1d536ce01e67" + "a09050b5-9c47-427b-b14a-13e76d2b6218" ], "x-ms-correlation-request-id": [ - "3d791400-b54c-4fc6-a18b-e88c2cf98460" + "6c29bb38-e683-4b9e-8595-b945394cd5f3" ], "x-ms-arm-service-request-id": [ - "44b680f2-d5f4-4571-99d1-1a62424b869f" + "5a78d649-c23d-4d24-ac24-81ea265b99b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4116,16 +4198,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113503Z:3d791400-b54c-4fc6-a18b-e88c2cf98460" + "WESTUS:20200413T051532Z:6c29bb38-e683-4b9e-8595-b945394cd5f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:02 GMT" + "Mon, 13 Apr 2020 05:15:31 GMT" ], "Content-Length": [ "30" @@ -4141,8 +4223,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4150,7 +4232,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4164,13 +4246,13 @@ "10" ], "x-ms-request-id": [ - "6b58fe9a-0ce9-4aea-9ec6-3662585939fc" + "65b2076b-6bf6-42b2-82b0-e22df2f40446" ], "x-ms-correlation-request-id": [ - "02c33aa8-8f92-4946-8c51-c75689f5ca3b" + "953479e0-5ee0-45d2-9c00-6872abe88d6f" ], "x-ms-arm-service-request-id": [ - "5d1325e0-7085-405a-81b5-50a1819f3e92" + "453f4105-91a1-4bdc-8c82-4339875edfcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4180,16 +4262,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113513Z:02c33aa8-8f92-4946-8c51-c75689f5ca3b" + "WESTUS:20200413T051542Z:953479e0-5ee0-45d2-9c00-6872abe88d6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:12 GMT" + "Mon, 13 Apr 2020 05:15:41 GMT" ], "Content-Length": [ "30" @@ -4205,8 +4287,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4214,7 +4296,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4228,13 +4310,13 @@ "10" ], "x-ms-request-id": [ - "7de0ea66-9488-41ff-a025-686d55f3e95f" + "82e704ac-1596-4170-92b1-e640b430f9ac" ], "x-ms-correlation-request-id": [ - "0bd2495c-e20c-4ea1-ae81-3a7b4270b351" + "d4df48e9-c81e-43e4-83a4-04a7c107f7fe" ], "x-ms-arm-service-request-id": [ - "723e7fa0-63a2-450a-8e50-1a7e17f1d1d7" + "b8e6c258-ce58-4ca0-bd43-98d3a0bb21e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4244,16 +4326,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113523Z:0bd2495c-e20c-4ea1-ae81-3a7b4270b351" + "WESTUS:20200413T051552Z:d4df48e9-c81e-43e4-83a4-04a7c107f7fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:22 GMT" + "Mon, 13 Apr 2020 05:15:51 GMT" ], "Content-Length": [ "30" @@ -4269,8 +4351,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4278,7 +4360,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4292,13 +4374,13 @@ "10" ], "x-ms-request-id": [ - "50116717-0d35-4801-bd7b-6e004b03afaa" + "c26bd006-c363-49fa-b298-c34bbbc266e2" ], "x-ms-correlation-request-id": [ - "0eb7098e-529d-4b46-a269-7a2a37f2a641" + "de9f68fc-ed8e-4c03-a8a1-72c15db04293" ], "x-ms-arm-service-request-id": [ - "48d90871-abbf-4fbb-8c6b-b5543dce1116" + "1413db12-e6ca-446c-830c-3d0a9ce43ef0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4308,16 +4390,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113534Z:0eb7098e-529d-4b46-a269-7a2a37f2a641" + "WESTUS:20200413T051602Z:de9f68fc-ed8e-4c03-a8a1-72c15db04293" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:34 GMT" + "Mon, 13 Apr 2020 05:16:01 GMT" ], "Content-Length": [ "30" @@ -4333,8 +4415,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/afba8256-d3cf-4cd8-b384-f4775e7ba108?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmYmE4MjU2LWQzY2YtNGNkOC1iMzg0LWY0Nzc1ZTdiYTEwOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4342,7 +4424,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4352,36 +4434,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "086f84c1-2a0e-446e-abb5-fe949ae7f0cf" + "436f7471-e61b-4a5f-913f-aa943d8da653" ], "x-ms-correlation-request-id": [ - "4e2bfdd4-5ae4-4a1c-b413-668f8a05cb35" + "57b074a8-f2c1-484e-9275-7fd3d70cc272" ], "x-ms-arm-service-request-id": [ - "9afe2941-573c-4930-97a9-cb4079768635" + "5f59bf14-2428-4fc0-b402-3072b5518360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113544Z:4e2bfdd4-5ae4-4a1c-b413-668f8a05cb35" + "WESTUS:20200413T051612Z:57b074a8-f2c1-484e-9275-7fd3d70cc272" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:35:44 GMT" + "Mon, 13 Apr 2020 05:16:12 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4390,12 +4475,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4403,7 +4488,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4417,13 +4502,13 @@ "10" ], "x-ms-request-id": [ - "c17a21d1-3db7-4ae5-a637-a86908d55690" + "00be21c7-22d1-48fe-830d-b69f8df8e5b4" ], "x-ms-correlation-request-id": [ - "0b281d27-99ba-4853-9664-43e1b6d95183" + "9e188057-32aa-4efc-8fbc-e903a4675c2b" ], "x-ms-arm-service-request-id": [ - "54c0e814-e645-4aee-86cf-8470902fe3c5" + "587a63af-76bb-4b27-9f4b-dab3ce2e9d5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4433,16 +4518,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113602Z:0b281d27-99ba-4853-9664-43e1b6d95183" + "WESTUS:20200413T051622Z:9e188057-32aa-4efc-8fbc-e903a4675c2b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:01 GMT" + "Mon, 13 Apr 2020 05:16:22 GMT" ], "Content-Length": [ "30" @@ -4458,8 +4543,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4467,7 +4552,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4481,13 +4566,13 @@ "10" ], "x-ms-request-id": [ - "d0e63a0e-79c9-4d71-8a17-752488346304" + "cce8c403-bf08-4e71-bda4-88cf6ad10413" ], "x-ms-correlation-request-id": [ - "a6c86029-1ed4-4d49-ac45-a3819ae40077" + "0205e325-113f-4284-9507-3374f43b295e" ], "x-ms-arm-service-request-id": [ - "18bde5d5-5979-429e-98f6-6499192ebabf" + "2490186c-4f08-41a5-bafa-17324ba15522" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,16 +4582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113612Z:a6c86029-1ed4-4d49-ac45-a3819ae40077" + "WESTUS:20200413T051632Z:0205e325-113f-4284-9507-3374f43b295e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:12 GMT" + "Mon, 13 Apr 2020 05:16:32 GMT" ], "Content-Length": [ "30" @@ -4522,8 +4607,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4531,7 +4616,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4545,32 +4630,32 @@ "10" ], "x-ms-request-id": [ - "d4a5f3a3-fd84-453d-b92c-0d5621156d63" + "012026f0-b5c0-47a1-b8fa-f32a6892ad09" ], "x-ms-correlation-request-id": [ - "1c35c392-a56a-4c52-9a6d-b484d29dfd1b" + "11df45ed-d373-4e3f-ae4d-1b913c6d6cae" ], "x-ms-arm-service-request-id": [ - "477449a4-3a9b-466a-8e8a-894cbf32514c" + "d0225090-a5dc-464d-9c41-1930dbeba996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113622Z:1c35c392-a56a-4c52-9a6d-b484d29dfd1b" + "WESTUS:20200413T051642Z:11df45ed-d373-4e3f-ae4d-1b913c6d6cae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:22 GMT" + "Mon, 13 Apr 2020 05:16:42 GMT" ], "Content-Length": [ "30" @@ -4586,8 +4671,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/00f86751-055f-453d-9c5e-88cd8f33b1e7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzAwZjg2NzUxLTA1NWYtNDUzZC05YzVlLTg4Y2Q4ZjMzYjFlNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4595,7 +4680,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4605,17 +4690,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "6d523151-154b-4829-8372-8280a047a194" + "8d6edc7f-0625-4c5e-a529-71fb68b77e79" ], "x-ms-correlation-request-id": [ - "098d4ce6-1194-41b5-baed-cdc341bab217" + "87fa9b3c-7216-4b0e-adf5-961d216f8932" ], "x-ms-arm-service-request-id": [ - "d16e2495-3dab-4a8a-933f-6f0137c221fc" + "f008ae05-5fa3-4e63-a934-1ad4317bc5ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4625,19 +4707,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113632Z:098d4ce6-1194-41b5-baed-cdc341bab217" + "WESTUS:20200413T051652Z:87fa9b3c-7216-4b0e-adf5-961d216f8932" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:32 GMT" + "Mon, 13 Apr 2020 05:16:52 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4646,12 +4728,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/95af92c6-bcdc-4aa3-b147-2723c52a1702?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk1YWY5MmM2LWJjZGMtNGFhMy1iMTQ3LTI3MjNjNTJhMTcwMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4659,7 +4741,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4673,32 +4755,32 @@ "10" ], "x-ms-request-id": [ - "61ff07b1-9ac2-47ce-9d10-0549995e2753" + "4df71e7a-29f4-4482-802d-7a3ffe194ed7" ], "x-ms-correlation-request-id": [ - "c4510ab7-419a-4e94-9768-2896fc69724d" + "7da39ab0-8dd3-49c0-b4e7-e071c78b4c7d" ], "x-ms-arm-service-request-id": [ - "3f5e89e1-146b-424a-ba84-aee7e6323fef" + "46cd21fb-4a5b-45a0-9cfa-44e7fc3ff085" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113643Z:c4510ab7-419a-4e94-9768-2896fc69724d" + "WESTUS:20200413T051704Z:7da39ab0-8dd3-49c0-b4e7-e071c78b4c7d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:42 GMT" + "Mon, 13 Apr 2020 05:17:03 GMT" ], "Content-Length": [ "30" @@ -4714,8 +4796,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/95af92c6-bcdc-4aa3-b147-2723c52a1702?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk1YWY5MmM2LWJjZGMtNGFhMy1iMTQ3LTI3MjNjNTJhMTcwMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4723,7 +4805,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4733,17 +4815,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "9952c948-56c3-4f53-836b-0ef07b9ddda8" + "41001dcf-b9cc-41b1-a9e2-53abea44da22" ], "x-ms-correlation-request-id": [ - "aff926cd-b17b-48e0-b31b-5892a2520479" + "4ab33dec-8774-4fb7-8148-73a4418fd5d0" ], "x-ms-arm-service-request-id": [ - "389afefd-8c23-4a39-8750-ab4ca286dab3" + "b24ea0f0-9242-413c-921e-300868a3309f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4753,19 +4832,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113653Z:aff926cd-b17b-48e0-b31b-5892a2520479" + "WESTUS:20200413T051714Z:4ab33dec-8774-4fb7-8148-73a4418fd5d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:36:52 GMT" + "Mon, 13 Apr 2020 05:17:13 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4774,12 +4853,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/838b068d-4802-42a4-bc92-fda8ab69ea12?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgzOGIwNjhkLTQ4MDItNDJhNC1iYzkyLWZkYThhYjY5ZWExMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4787,7 +4866,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4801,13 +4880,13 @@ "10" ], "x-ms-request-id": [ - "51ce052b-bffc-4fb9-81a3-dd765b802667" + "f7e88373-2f9e-4f29-b5af-0dc3b72a2d02" ], "x-ms-correlation-request-id": [ - "790a3158-0bdb-428b-86d9-96798a9d30f2" + "737f465c-1228-4e41-9309-ad7cf8d847b3" ], "x-ms-arm-service-request-id": [ - "b586f0b8-583e-40b3-9ba2-3fec6acc87a8" + "87ae0e2a-ee19-4252-a1bf-91223350dd28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4817,16 +4896,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113703Z:790a3158-0bdb-428b-86d9-96798a9d30f2" + "WESTUS:20200413T051725Z:737f465c-1228-4e41-9309-ad7cf8d847b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:37:02 GMT" + "Mon, 13 Apr 2020 05:17:25 GMT" ], "Content-Length": [ "30" @@ -4842,8 +4921,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/838b068d-4802-42a4-bc92-fda8ab69ea12?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgzOGIwNjhkLTQ4MDItNDJhNC1iYzkyLWZkYThhYjY5ZWExMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4851,7 +4930,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4861,39 +4940,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "830e7f1d-ebc5-459b-9682-35976ab01e07" + "924a0193-29fa-4bfc-88be-19468dbfb50f" ], "x-ms-correlation-request-id": [ - "9c0a32b0-a8b2-4ddf-84b3-0c58f037804d" + "2ca5f9e2-3e0e-49be-91d0-9db1fbe09f6d" ], "x-ms-arm-service-request-id": [ - "eb8987c9-f0ed-425f-910f-6c3438906ebd" + "17585895-574c-4e0e-a73b-1b1cbf775bb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113713Z:9c0a32b0-a8b2-4ddf-84b3-0c58f037804d" + "WESTUS:20200413T051735Z:2ca5f9e2-3e0e-49be-91d0-9db1fbe09f6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:37:13 GMT" + "Mon, 13 Apr 2020 05:17:35 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4902,20 +4978,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzkvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "b49a1b54-0c88-421f-b979-aba7ced1e998" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4925,17 +5007,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "e2a5b438-ec0a-4e24-852f-90b7d3e0e15a" + "5562def0-22ac-437a-9992-7a11e48f8fda" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "61980d6e-6621-41fd-acff-632e6aeacaf5" + "f2f76d8b-bca7-4baa-8f7e-689ba2b0f09a" ], "x-ms-arm-service-request-id": [ - "255dc616-cf7d-4e74-92aa-19e4083c398f" + "ea97d04a-0a79-4efe-9c5d-9f7f775d5c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4944,2914 +5032,31 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113724Z:61980d6e-6621-41fd-acff-632e6aeacaf5" + "WESTUS:20200413T051737Z:f2f76d8b-bca7-4baa-8f7e-689ba2b0f09a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:37:23 GMT" + "Mon, 13 Apr 2020 05:17:37 GMT" ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ba7177ca-218e-48c6-9a72-f603b9f8ece2" - ], - "x-ms-correlation-request-id": [ - "9d9f62f8-999e-48e9-a9b4-c8d379f5a8d1" - ], - "x-ms-arm-service-request-id": [ - "968e5c81-9670-493b-86f9-99b6abd9e767" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113734Z:9d9f62f8-999e-48e9-a9b4-c8d379f5a8d1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:37:33 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "56b40684-8621-4092-a359-10926335bcda" - ], - "x-ms-correlation-request-id": [ - "1bcbee05-5ea6-43e4-889e-02c1bb0ecb24" - ], - "x-ms-arm-service-request-id": [ - "befa8296-48c5-4324-b9df-c43a6099c93d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113745Z:1bcbee05-5ea6-43e4-889e-02c1bb0ecb24" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:37:44 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9fdd7b85-57f6-4e37-9914-c55756e1addd" - ], - "x-ms-correlation-request-id": [ - "2d03aff4-72eb-4cf8-9a6a-a8e0e5f79c25" - ], - "x-ms-arm-service-request-id": [ - "de274fc9-32f2-461d-8b83-f56b6a025ac3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113755Z:2d03aff4-72eb-4cf8-9a6a-a8e0e5f79c25" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:37:55 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "fc6d389b-b037-4b15-9e51-cdbc00db0808" - ], - "x-ms-correlation-request-id": [ - "dbf28f11-226d-415a-91f1-3a91cbb6049f" - ], - "x-ms-arm-service-request-id": [ - "45bc6ab4-3c85-4547-8b48-051a29f8e52a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113805Z:dbf28f11-226d-415a-91f1-3a91cbb6049f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:05 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ce1d2cd4-1b8b-4cd2-b375-faf376180a00" - ], - "x-ms-correlation-request-id": [ - "88a2f083-41b0-4a80-a38b-b86bf5773f34" - ], - "x-ms-arm-service-request-id": [ - "033f6944-44a0-46ff-90c3-cf7e9382097f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113815Z:88a2f083-41b0-4a80-a38b-b86bf5773f34" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:15 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "995db4e6-87da-489e-92c9-cd59263b3988" - ], - "x-ms-correlation-request-id": [ - "a28c64bd-e756-4893-8600-0cecf14017d5" - ], - "x-ms-arm-service-request-id": [ - "4d9f50f4-9550-4efe-988b-d978a76ca1db" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113825Z:a28c64bd-e756-4893-8600-0cecf14017d5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:25 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "b6ea0d17-d6ad-4ab1-bc59-d2c7ae8d174a" - ], - "x-ms-correlation-request-id": [ - "fafae8f4-83f8-4957-9f84-f057d286b4a9" - ], - "x-ms-arm-service-request-id": [ - "6163fd40-94cd-4365-9a68-11a6a3ae335e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113836Z:fafae8f4-83f8-4957-9f84-f057d286b4a9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:35 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "24aa0689-9e13-4b34-b9b1-bae3c50b5dde" - ], - "x-ms-correlation-request-id": [ - "f6649de4-5b47-4bba-9723-df6ec983bb34" - ], - "x-ms-arm-service-request-id": [ - "5e826c61-b7ac-446a-9e11-927af8abdd84" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113846Z:f6649de4-5b47-4bba-9723-df6ec983bb34" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:46 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "96a98ac3-5e7e-4424-ac41-1ba53930222c" - ], - "x-ms-correlation-request-id": [ - "afaf9deb-66a8-4690-9860-8201b5f0fa20" - ], - "x-ms-arm-service-request-id": [ - "b27d0d1a-f0dd-4c77-83e4-83c73244726e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113856Z:afaf9deb-66a8-4690-9860-8201b5f0fa20" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:38:56 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "d5c9c7b9-6372-4a73-b4ab-0909322164b5" - ], - "x-ms-correlation-request-id": [ - "687a0c5e-2ae7-42bc-b0c5-bec06e9e0096" - ], - "x-ms-arm-service-request-id": [ - "597ea6ab-716a-4b02-8fde-0c8102d6c4de" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113907Z:687a0c5e-2ae7-42bc-b0c5-bec06e9e0096" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:06 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "df3b2d24-8dac-4376-9bb7-0577fac1a3bc" - ], - "x-ms-correlation-request-id": [ - "8b6f35d1-78f1-4850-8435-e5416fb66126" - ], - "x-ms-arm-service-request-id": [ - "d995f64c-95f6-4790-9488-b5b8e748d1fc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113917Z:8b6f35d1-78f1-4850-8435-e5416fb66126" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:16 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2c3e3aeb-5410-4a42-9eda-5b2ed0df68e8" - ], - "x-ms-correlation-request-id": [ - "4f737d4f-3b4a-4a5a-b981-44b53055a748" - ], - "x-ms-arm-service-request-id": [ - "ff1799d8-3619-4377-a658-dadfea1bad69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113927Z:4f737d4f-3b4a-4a5a-b981-44b53055a748" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:26 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ac615c6a-e703-48e0-8d0b-afa7f4d5a4bd" - ], - "x-ms-correlation-request-id": [ - "88ffbb07-e28d-4311-a5e2-38ba1c410a00" - ], - "x-ms-arm-service-request-id": [ - "f12c6f2a-027d-4ac5-8e63-a1a028bcd594" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113937Z:88ffbb07-e28d-4311-a5e2-38ba1c410a00" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:36 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ebec7069-49c6-4e5f-86c5-b191caceeb89" - ], - "x-ms-correlation-request-id": [ - "aefeca41-d32a-4885-8042-04f5944fd4b9" - ], - "x-ms-arm-service-request-id": [ - "7b454168-2793-4568-aee1-53d53e758549" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113948Z:aefeca41-d32a-4885-8042-04f5944fd4b9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:48 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "28cf94a8-3b34-4dab-8cce-add791761851" - ], - "x-ms-correlation-request-id": [ - "30e721b0-cb6a-45ad-8f88-ea1f40255518" - ], - "x-ms-arm-service-request-id": [ - "904889a2-f887-4c10-9fbd-7f371afabd94" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T113958Z:30e721b0-cb6a-45ad-8f88-ea1f40255518" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:39:58 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "372f6ad0-e3d8-4e6a-962b-7a251a28ee6f" - ], - "x-ms-correlation-request-id": [ - "d95710bc-3857-4c89-8038-310faa154772" - ], - "x-ms-arm-service-request-id": [ - "ffaed318-2064-4e99-b5a2-afd78e4e8053" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114009Z:d95710bc-3857-4c89-8038-310faa154772" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:08 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "b7b5f4d6-21cf-4d5f-9023-331c63409530" - ], - "x-ms-correlation-request-id": [ - "78f7e2cb-9de8-4cba-8cf8-d605b07eb902" - ], - "x-ms-arm-service-request-id": [ - "72220ab3-cbde-4ce0-9b71-1b23a161abde" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114019Z:78f7e2cb-9de8-4cba-8cf8-d605b07eb902" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:18 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "44b0162f-6ef7-43c4-8549-3f6c6c4ae392" - ], - "x-ms-correlation-request-id": [ - "bd6e0615-2237-4cf8-a3d6-6c45d32dc9ef" - ], - "x-ms-arm-service-request-id": [ - "e23dfac6-e8da-4cc2-b797-e110acc20ca6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114029Z:bd6e0615-2237-4cf8-a3d6-6c45d32dc9ef" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:29 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ffd4c36f-496a-427c-8f04-6c857a0e7b29" - ], - "x-ms-correlation-request-id": [ - "87e966b0-5144-4f9c-b764-d6184f84e111" - ], - "x-ms-arm-service-request-id": [ - "102824c4-9a6a-4f80-885c-c11d616c7da9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114039Z:87e966b0-5144-4f9c-b764-d6184f84e111" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:39 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "733513f7-44a9-45da-8c6c-fa6b3ffb435e" - ], - "x-ms-correlation-request-id": [ - "8e86a7fc-ef54-4647-9c82-8c66a817fb4f" - ], - "x-ms-arm-service-request-id": [ - "8559996c-5884-419f-b46b-df702352ec58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114049Z:8e86a7fc-ef54-4647-9c82-8c66a817fb4f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:49 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/8d07aa14-a11c-4791-b933-cc0e69dd85ec?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhkMDdhYTE0LWExMWMtNDc5MS1iOTMzLWNjMGU2OWRkODVlYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1ba19e0d-2160-47ea-a227-0bc029201ab6" - ], - "x-ms-correlation-request-id": [ - "1d819485-d4a6-4de7-b4cd-e175ef84f9c0" - ], - "x-ms-arm-service-request-id": [ - "9100f0bc-44ee-4293-8fcd-543142f87ab2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114100Z:1d819485-d4a6-4de7-b4cd-e175ef84f9c0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:40:59 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4aa0f95d-3dbe-4edb-bcb8-77141aeb35af?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRhYTBmOTVkLTNkYmUtNGVkYi1iY2I4LTc3MTQxYWViMzVhZj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "fe20a11b-091a-4b8b-8121-7b67b117ee10" - ], - "x-ms-correlation-request-id": [ - "b54c85c4-fab4-44ff-84c5-9bf93dc01efd" - ], - "x-ms-arm-service-request-id": [ - "bb8440dd-ff9f-4d6e-9bfe-bce68afbadca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114116Z:b54c85c4-fab4-44ff-84c5-9bf93dc01efd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:41:16 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4aa0f95d-3dbe-4edb-bcb8-77141aeb35af?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRhYTBmOTVkLTNkYmUtNGVkYi1iY2I4LTc3MTQxYWViMzVhZj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "9b199e28-8e57-43fd-8ca5-67c44f8ca23a" - ], - "x-ms-correlation-request-id": [ - "f3d98957-b610-4139-bfb5-754c160a8815" - ], - "x-ms-arm-service-request-id": [ - "020d5363-b6fb-444d-8e8f-2c417d1e3f90" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114126Z:f3d98957-b610-4139-bfb5-754c160a8815" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:41:26 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/60597afb-7e32-4410-9c08-b4e75120ec5c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYwNTk3YWZiLTdlMzItNDQxMC05YzA4LWI0ZTc1MTIwZWM1Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e4853ce7-3c50-47d5-8c86-c6dcc8e56ee1" - ], - "x-ms-correlation-request-id": [ - "ac2e59fa-a93b-467f-812f-68084c3c4573" - ], - "x-ms-arm-service-request-id": [ - "493511f0-bb83-4c49-a3dd-bd47e52864d2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114143Z:ac2e59fa-a93b-467f-812f-68084c3c4573" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:41:43 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/60597afb-7e32-4410-9c08-b4e75120ec5c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYwNTk3YWZiLTdlMzItNDQxMC05YzA4LWI0ZTc1MTIwZWM1Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6473c9c6-0c4c-42d7-90af-dc53b980393c" - ], - "x-ms-correlation-request-id": [ - "aaf7e36e-be46-4089-9d1e-e47a319991c4" - ], - "x-ms-arm-service-request-id": [ - "6e5e64bf-679b-497c-88dd-58b301615b25" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114153Z:aaf7e36e-be46-4089-9d1e-e47a319991c4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:41:53 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzYvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16e59045-9cbe-447c-bf3f-de1083c87a27" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "20e0e0c7-6e81-4506-a719-9955906a0a75" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "53cea208-5a3a-4fad-a28f-5c0ae3b25b17" - ], - "x-ms-arm-service-request-id": [ - "83e0faa8-71c5-42cf-b23d-2066cfb5687e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114159Z:53cea208-5a3a-4fad-a28f-5c0ae3b25b17" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:41:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9fb7ca14-d60e-4557-b69c-2338e3455726" - ], - "x-ms-correlation-request-id": [ - "8eabdeb3-edb0-46bf-8852-ada4ce4f51df" - ], - "x-ms-arm-service-request-id": [ - "e745a289-83fb-4176-bd29-3ddcf6d3020c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114209Z:8eabdeb3-edb0-46bf-8852-ada4ce4f51df" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:42:09 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "374c441e-65ff-4131-93b1-d980f662e103" - ], - "x-ms-correlation-request-id": [ - "de32b0fb-f07c-4cbe-bcb4-c26dff806da5" - ], - "x-ms-arm-service-request-id": [ - "00c8ed50-9d29-4ae2-9a20-f3f85224c1cd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114220Z:de32b0fb-f07c-4cbe-bcb4-c26dff806da5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:42:19 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "a85f238c-a629-413d-b4af-b57a7bec5940" - ], - "x-ms-correlation-request-id": [ - "b12d9c12-fda7-4a74-b056-07fef94b5f89" - ], - "x-ms-arm-service-request-id": [ - "f36420a9-9556-4386-87dc-76b644e67dec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114230Z:b12d9c12-fda7-4a74-b056-07fef94b5f89" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:42:29 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "6306f888-8944-4870-9681-a434cd164f1b" - ], - "x-ms-correlation-request-id": [ - "c5d19b9d-ff2e-4305-9c67-5abeda78d4d0" - ], - "x-ms-arm-service-request-id": [ - "56555ab9-e859-4fa0-8489-0efa241b1491" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114240Z:c5d19b9d-ff2e-4305-9c67-5abeda78d4d0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:42:39 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "de2a86e7-8167-4070-b226-d8fa572c4dd8" - ], - "x-ms-correlation-request-id": [ - "607b8aa8-51bc-48d7-b21b-7a2e2ae1f2b9" - ], - "x-ms-arm-service-request-id": [ - "004bdb20-f3cb-4b24-86d7-0ffbe5a440ab" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114250Z:607b8aa8-51bc-48d7-b21b-7a2e2ae1f2b9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:42:49 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e9b36149-ca7a-4e74-9da2-84effe972352" - ], - "x-ms-correlation-request-id": [ - "37ba917d-5a4d-487b-a4ae-bba42224c54a" - ], - "x-ms-arm-service-request-id": [ - "9278d93a-40bc-4bc4-acb9-9aa7a13efbd2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114301Z:37ba917d-5a4d-487b-a4ae-bba42224c54a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:00 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "928d73c1-5dce-4b28-ae2b-6bdaaa2f69e1" - ], - "x-ms-correlation-request-id": [ - "096a2573-4612-48df-84c0-7da7e6821370" - ], - "x-ms-arm-service-request-id": [ - "56a97857-d4ef-42bb-bf17-34937d1dd9f2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114311Z:096a2573-4612-48df-84c0-7da7e6821370" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:11 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2c178690-e0cc-4a47-90c6-5c906fd51150" - ], - "x-ms-correlation-request-id": [ - "4c7cfe89-f9ed-40fa-aea9-d28137213df9" - ], - "x-ms-arm-service-request-id": [ - "60ee9ff1-188d-40dd-b68b-fddd05f09b9e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114321Z:4c7cfe89-f9ed-40fa-aea9-d28137213df9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:21 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "75b996f6-7346-4cf1-bf8f-d53ea75c508f" - ], - "x-ms-correlation-request-id": [ - "8e4dcfe0-555e-47ad-a49b-8e83532c3365" - ], - "x-ms-arm-service-request-id": [ - "309f3d9d-81b2-459a-8d97-0fef4ecdbc09" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114332Z:8e4dcfe0-555e-47ad-a49b-8e83532c3365" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:31 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "f927b34b-3c24-4370-890d-68d774302c2f" - ], - "x-ms-correlation-request-id": [ - "0bfd2ed0-c6a1-4604-b740-2ba3e3f2d9df" - ], - "x-ms-arm-service-request-id": [ - "8a976ddf-4871-4226-b1bd-50b3521db1a1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114342Z:0bfd2ed0-c6a1-4604-b740-2ba3e3f2d9df" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:42 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "5a3b8d3e-ab02-46eb-ae92-d947c49d56fc" - ], - "x-ms-correlation-request-id": [ - "0377350b-21e0-4151-88ca-fb3cc9f640bc" - ], - "x-ms-arm-service-request-id": [ - "038b92e9-9393-4969-9124-b7fb7e325233" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114353Z:0377350b-21e0-4151-88ca-fb3cc9f640bc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:43:53 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "075290a6-9dc4-4219-84ba-497370bbe45c" - ], - "x-ms-correlation-request-id": [ - "1bd9553c-d6dc-44c1-abd8-5295009505ba" - ], - "x-ms-arm-service-request-id": [ - "532546d2-1026-4720-bddc-1fac6970f406" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114404Z:1bd9553c-d6dc-44c1-abd8-5295009505ba" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:03 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e40cdee9-8c2b-4306-8dfc-766f4403b7e5" - ], - "x-ms-correlation-request-id": [ - "afce9ae2-58aa-4c6f-a837-a3e23a141b16" - ], - "x-ms-arm-service-request-id": [ - "c74d3bb5-1e6a-4ba9-9134-1466a76fc227" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114414Z:afce9ae2-58aa-4c6f-a837-a3e23a141b16" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:13 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "5c966d0e-0d1d-4b28-a435-d30efc287a88" - ], - "x-ms-correlation-request-id": [ - "d32f331a-2a29-4b82-8da4-be849755ba43" - ], - "x-ms-arm-service-request-id": [ - "2782d2fe-de7c-4063-90ae-f349fd95ed80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114424Z:d32f331a-2a29-4b82-8da4-be849755ba43" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:24 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "5e64df3f-6aa9-4a8f-9e58-d292d7a90956" - ], - "x-ms-correlation-request-id": [ - "7a95ee9b-4e12-445b-be4e-d1800c259ab6" - ], - "x-ms-arm-service-request-id": [ - "0377d151-9599-4419-bcc7-24a54e462d6b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114435Z:7a95ee9b-4e12-445b-be4e-d1800c259ab6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:34 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "aedf9220-d659-4fca-bece-0e2cf9357e5f" - ], - "x-ms-correlation-request-id": [ - "ab14f519-9338-4d95-badf-0d638dd38397" - ], - "x-ms-arm-service-request-id": [ - "b9560691-4d5a-4864-b3a9-b115960d8b80" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114445Z:ab14f519-9338-4d95-badf-0d638dd38397" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:44 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "276e07f7-318d-44d1-873a-0f1386164bd4" - ], - "x-ms-correlation-request-id": [ - "c9ee3031-9e7b-44ea-946b-7085a1a1b8b4" - ], - "x-ms-arm-service-request-id": [ - "57736487-cf89-41df-aa73-5970b4288087" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114455Z:c9ee3031-9e7b-44ea-946b-7085a1a1b8b4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:44:55 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "0fe87b4d-d50b-4946-97da-46c0913b3ef5" - ], - "x-ms-correlation-request-id": [ - "b17b6f3a-b244-48d1-a35e-1c4920527e60" - ], - "x-ms-arm-service-request-id": [ - "5781c991-5872-43c8-bd9a-1ada677accfe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114505Z:b17b6f3a-b244-48d1-a35e-1c4920527e60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:45:05 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "0faee72c-2637-465a-a78a-2859fe425624" - ], - "x-ms-correlation-request-id": [ - "8181a08b-225d-4e87-a7a4-460b34e8c651" - ], - "x-ms-arm-service-request-id": [ - "fc2576b1-22f5-4666-bb82-fa4e48811b87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114516Z:8181a08b-225d-4e87-a7a4-460b34e8c651" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:45:16 GMT" + "Expires": [ + "-1" ], "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7859,7 +5064,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7873,13 +5078,13 @@ "10" ], "x-ms-request-id": [ - "a99fe85b-f9a2-4f1b-a8c2-1bc9cdd6e47c" + "15883673-dae4-4fc6-8b07-246b2d4bee8b" ], "x-ms-correlation-request-id": [ - "959e4e61-9e79-4819-a281-c84a8873610d" + "dbc871f3-d555-413b-a377-9638c9976ccd" ], "x-ms-arm-service-request-id": [ - "34929f9b-24af-48d6-ae2a-ef4ffe9d5076" + "1655d0db-9cfa-4cdb-82c0-081000c44e1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7889,16 +5094,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114526Z:959e4e61-9e79-4819-a281-c84a8873610d" + "WESTUS:20200413T051747Z:dbc871f3-d555-413b-a377-9638c9976ccd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:45:26 GMT" + "Mon, 13 Apr 2020 05:17:47 GMT" ], "Content-Length": [ "30" @@ -7914,8 +5119,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7923,7 +5128,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7937,13 +5142,13 @@ "10" ], "x-ms-request-id": [ - "a3c92239-c710-472e-be01-ceda856f66a9" + "18ac13f5-5ffb-48ca-b96e-5f333a14869b" ], "x-ms-correlation-request-id": [ - "fc6283ab-1bd6-481c-b32b-ffed83b5a067" + "4744e8c3-0670-421d-bf5a-1d45b59d4852" ], "x-ms-arm-service-request-id": [ - "0cc5ad47-a2ce-4c9a-96c3-0c785864533c" + "742c2ca1-f088-4660-9365-efa9b77d5551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7953,16 +5158,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114555Z:fc6283ab-1bd6-481c-b32b-ffed83b5a067" + "WESTUS:20200413T051757Z:4744e8c3-0670-421d-bf5a-1d45b59d4852" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:45:54 GMT" + "Mon, 13 Apr 2020 05:17:57 GMT" ], "Content-Length": [ "30" @@ -7978,8 +5183,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7987,7 +5192,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8001,13 +5206,13 @@ "10" ], "x-ms-request-id": [ - "454d4585-2ed3-4df7-afbe-b9d6dd71cc11" + "86765f62-7d1d-4909-952c-f40c68fe3e2d" ], "x-ms-correlation-request-id": [ - "446206ad-9a27-4052-8ce9-ebc02ff7e96f" + "ea6ba1a2-91b0-47b9-b5a7-dabf1f9b9e97" ], "x-ms-arm-service-request-id": [ - "3aeb05ab-b3ec-45ce-b573-6d68d9e55b8d" + "c9802b30-4a88-4bdc-aeea-50b80cfec7d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8017,16 +5222,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114606Z:446206ad-9a27-4052-8ce9-ebc02ff7e96f" + "WESTUS:20200413T051807Z:ea6ba1a2-91b0-47b9-b5a7-dabf1f9b9e97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:06 GMT" + "Mon, 13 Apr 2020 05:18:07 GMT" ], "Content-Length": [ "30" @@ -8042,8 +5247,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8051,7 +5256,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8065,13 +5270,13 @@ "10" ], "x-ms-request-id": [ - "5329223f-0559-4005-8f16-0a0b1be3f4fd" + "f3a7a453-8c23-4507-b797-7c0ccd342fdc" ], "x-ms-correlation-request-id": [ - "74e821b6-b57c-45b8-b016-715d621c413b" + "50159ec7-7134-49fb-ba53-3e4039463309" ], "x-ms-arm-service-request-id": [ - "59a37cc6-1b21-4af6-aa68-e621e30bbf71" + "d041f80c-365f-4630-b513-11eae51c70eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8081,16 +5286,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114616Z:74e821b6-b57c-45b8-b016-715d621c413b" + "WESTUS:20200413T051818Z:50159ec7-7134-49fb-ba53-3e4039463309" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:16 GMT" + "Mon, 13 Apr 2020 05:18:17 GMT" ], "Content-Length": [ "30" @@ -8106,8 +5311,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8115,7 +5320,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8129,13 +5334,13 @@ "10" ], "x-ms-request-id": [ - "bd6e8863-e20c-4730-a01d-397a69e21c1b" + "cace3f3d-d75f-4b27-90f2-e30a5d48ba41" ], "x-ms-correlation-request-id": [ - "cd007521-3ae0-4919-9ff3-5cb24f92db0b" + "abe0513c-429f-4a48-877d-e7ea9b9321b1" ], "x-ms-arm-service-request-id": [ - "75cfaa19-c42a-4e02-9fae-ea342726745a" + "27c5a3b8-a0e4-4515-af6e-6fb53f10c548" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8145,16 +5350,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114627Z:cd007521-3ae0-4919-9ff3-5cb24f92db0b" + "WESTUS:20200413T051828Z:abe0513c-429f-4a48-877d-e7ea9b9321b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:26 GMT" + "Mon, 13 Apr 2020 05:18:27 GMT" ], "Content-Length": [ "30" @@ -8170,8 +5375,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8179,7 +5384,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8193,13 +5398,13 @@ "10" ], "x-ms-request-id": [ - "caab0652-7aec-4947-ad9b-d31abe483591" + "130adf94-303f-45f7-baa5-9f1d04fc566c" ], "x-ms-correlation-request-id": [ - "ed140d2b-382e-4010-986b-3759a2c82872" + "c48e1ee9-c921-42a5-a94d-833de752071d" ], "x-ms-arm-service-request-id": [ - "7304fd5a-4ce8-4a4c-b61f-f39d97703e37" + "bf4fe775-a5cd-4ce4-90d3-cec887838fc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8209,16 +5414,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114637Z:ed140d2b-382e-4010-986b-3759a2c82872" + "WESTUS:20200413T051838Z:c48e1ee9-c921-42a5-a94d-833de752071d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:37 GMT" + "Mon, 13 Apr 2020 05:18:37 GMT" ], "Content-Length": [ "30" @@ -8234,8 +5439,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8243,7 +5448,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8253,17 +5458,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "4526ea40-d9b7-4411-83b3-1e97ebbbd362" + "bc383cfd-5f05-41e8-bb0f-ccfca2b78417" ], "x-ms-correlation-request-id": [ - "3b1bea15-4983-48aa-8d6b-d7f6b66edc06" + "2c7bfcdb-56b1-4bd1-97fc-2a635ef3c814" ], "x-ms-arm-service-request-id": [ - "c3c9880d-841e-48d8-9ca5-3abe37336ae0" + "cfb26f61-8e00-4efe-bea8-a14fb74ad81b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8273,19 +5475,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114647Z:3b1bea15-4983-48aa-8d6b-d7f6b66edc06" + "WESTUS:20200413T051848Z:2c7bfcdb-56b1-4bd1-97fc-2a635ef3c814" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:47 GMT" + "Mon, 13 Apr 2020 05:18:48 GMT" ], "Content-Length": [ - "30" + "50" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8294,12 +5496,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzU1NjJkZWYwLTIyYWMtNDM3YS05OTkyLTdhMTFlNDhmOGZkYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8307,7 +5509,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8317,17 +5519,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01" ], "x-ms-request-id": [ - "43665e7c-949b-4085-a23f-75f56ad29106" + "5562def0-22ac-437a-9992-7a11e48f8fda" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5562def0-22ac-437a-9992-7a11e48f8fda?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "22cd7a04-df1e-4790-b009-700fbb6610ac" + "f2f76d8b-bca7-4baa-8f7e-689ba2b0f09a" ], "x-ms-arm-service-request-id": [ - "a75348a7-82db-46b4-b3dc-9aa9c037f9b5" + "ea97d04a-0a79-4efe-9c5d-9f7f775d5c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8337,19 +5542,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114657Z:22cd7a04-df1e-4790-b009-700fbb6610ac" + "WESTUS:20200413T051848Z:a7e631d1-54ec-4e17-8d22-c24d2e3247ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:46:57 GMT" + "Mon, 13 Apr 2020 05:18:48 GMT" ], "Content-Length": [ - "30" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8358,81 +5563,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "null", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps8457/providers/Microsoft.Network/applicationGateways/ps6879?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzODQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczY4Nzk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ce317b15-a395-4e94-84aa-e7ffde7ec516" - ], - "x-ms-correlation-request-id": [ - "05292532-9708-497c-9d48-19eeec147863" - ], - "x-ms-arm-service-request-id": [ - "1ebd007e-22a4-4572-ac20-8a86ddbe9cfb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114708Z:05292532-9708-497c-9d48-19eeec147863" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:47:07 GMT" - ], - "Content-Length": [ - "50" + "x-ms-client-request-id": [ + "797d09b7-f46c-4d82-8686-d3e1afd58f63" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Accept-Language": [ + "en-US" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzIwZTBlMGM3LTZlODEtNDUwNi1hNzE5LTk5NTU5MDZhMGE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8443,19 +5593,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01" + ], + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "20e0e0c7-6e81-4506-a719-9955906a0a75" + "d90475c4-a9da-4775-88c6-1db2b95efb14" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/20e0e0c7-6e81-4506-a719-9955906a0a75?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "53cea208-5a3a-4fad-a28f-5c0ae3b25b17" + "fb6c0edf-91d1-4453-a317-04ee05a6ef3b" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "83e0faa8-71c5-42cf-b23d-2066cfb5687e" + "2f9f3829-99c6-417c-9d41-ceb422bfd613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8464,48 +5620,39 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114708Z:01177f2d-4a35-4fe1-9726-2151d992eef5" + "WESTUS:20200413T051848Z:fb6c0edf-91d1-4453-a317-04ee05a6ef3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:07 GMT" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:18:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "null", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7030/providers/Microsoft.Network/applicationGateways/ps4236?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNzAzMC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQyMzY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "53af8543-6c6d-42db-986a-79a8ffdfcd0e" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8515,23 +5662,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "45e6c517-f6d2-4778-9e8f-92651b00ebcc" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01" + "aa554955-d359-4e2d-bc6c-e519427e37b5" ], "x-ms-correlation-request-id": [ - "c0518653-abb0-41eb-92f3-2ce9670b4eee" + "4dab2e9d-cd03-4ffa-abcd-a35f101009ae" ], "x-ms-arm-service-request-id": [ - "6408e3b3-d95a-4b46-b48a-def1837fdecb" + "ec8b0deb-6743-4b72-9612-c21260c73b25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8540,31 +5681,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114710Z:c0518653-abb0-41eb-92f3-2ce9670b4eee" + "WESTUS:20200413T051858Z:4dab2e9d-cd03-4ffa-abcd-a35f101009ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:09 GMT" + "Mon, 13 Apr 2020 05:18:58 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8572,7 +5716,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8586,13 +5730,13 @@ "10" ], "x-ms-request-id": [ - "b0d39a8a-cd03-4e83-8365-7d8a4f70830f" + "7660c165-5295-4b31-b578-4fe1f28e2c6d" ], "x-ms-correlation-request-id": [ - "ff734eba-02b5-403f-aab3-dada3c5d7422" + "d0df302d-63d8-4eab-a707-fb0ba23a3ef5" ], "x-ms-arm-service-request-id": [ - "6bc188b1-dadd-4803-a552-f75034f51fc3" + "1d647fbd-2b71-4514-9bb2-016a0d6f48c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8602,16 +5746,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114720Z:ff734eba-02b5-403f-aab3-dada3c5d7422" + "WESTUS:20200413T051908Z:d0df302d-63d8-4eab-a707-fb0ba23a3ef5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:20 GMT" + "Mon, 13 Apr 2020 05:19:08 GMT" ], "Content-Length": [ "30" @@ -8627,8 +5771,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8636,7 +5780,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8650,13 +5794,13 @@ "10" ], "x-ms-request-id": [ - "cb200830-17cb-45f5-8c7a-f726f37dc726" + "35139f52-c297-415f-a0ae-c432c585be09" ], "x-ms-correlation-request-id": [ - "34d8b55c-432a-4ec0-942a-d5f103379bd7" + "6ffd4dbd-eff0-4802-b603-3d8ee0f9f2f6" ], "x-ms-arm-service-request-id": [ - "fbfa39cb-a3df-401d-a81a-ed52a20013f8" + "53d37252-208f-4dd0-bc4d-4c719375c38d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8666,16 +5810,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114730Z:34d8b55c-432a-4ec0-942a-d5f103379bd7" + "WESTUS:20200413T051918Z:6ffd4dbd-eff0-4802-b603-3d8ee0f9f2f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:30 GMT" + "Mon, 13 Apr 2020 05:19:18 GMT" ], "Content-Length": [ "30" @@ -8691,8 +5835,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8700,7 +5844,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8714,13 +5858,13 @@ "10" ], "x-ms-request-id": [ - "19fdc9fc-038d-4b43-a39e-f5a7ba9278d6" + "29e768c8-bb47-417b-94e9-2e2382e724e7" ], "x-ms-correlation-request-id": [ - "af7e7b1a-82f8-4d39-829a-2dbf2de69097" + "ac70f807-2ac1-4ea7-a27e-4ce42b811e6f" ], "x-ms-arm-service-request-id": [ - "b9faf18d-81fb-4b14-954f-a8f1e2485ce2" + "64ff7873-f851-4f7e-842a-bd8edf7d957e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8730,16 +5874,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114741Z:af7e7b1a-82f8-4d39-829a-2dbf2de69097" + "WESTUS:20200413T051929Z:ac70f807-2ac1-4ea7-a27e-4ce42b811e6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:40 GMT" + "Mon, 13 Apr 2020 05:19:28 GMT" ], "Content-Length": [ "30" @@ -8755,8 +5899,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8764,7 +5908,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8778,13 +5922,13 @@ "10" ], "x-ms-request-id": [ - "1adf59e4-de28-421e-90c3-7f086cbd6df1" + "a82ebc9f-8aeb-4197-aee2-af792dd73c8c" ], "x-ms-correlation-request-id": [ - "f8b39179-4d6b-4f75-876b-c59aac3dc2fb" + "85482811-43fb-423c-9f62-39077f736c10" ], "x-ms-arm-service-request-id": [ - "965d46c3-7d9d-4367-80f5-02e31d8273d3" + "36234dc6-bf4a-4516-88c7-ef4476e663c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8794,16 +5938,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114751Z:f8b39179-4d6b-4f75-876b-c59aac3dc2fb" + "WESTUS:20200413T051939Z:85482811-43fb-423c-9f62-39077f736c10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:47:50 GMT" + "Mon, 13 Apr 2020 05:19:38 GMT" ], "Content-Length": [ "30" @@ -8819,8 +5963,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8828,7 +5972,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8842,32 +5986,32 @@ "10" ], "x-ms-request-id": [ - "56011e0f-e878-4b9b-b9c2-1628c697d789" + "bf413e1b-a163-4332-93cb-df89195aef9f" ], "x-ms-correlation-request-id": [ - "8e5f5eff-87e8-4d8f-bd5d-96507c9c3bbf" + "d447b22f-781c-47ce-83a2-dc70b6d20f68" ], "x-ms-arm-service-request-id": [ - "0e18750f-d5dc-4f6f-9ea8-d5f83746bea2" + "d553ff32-2b8f-49fa-8296-a2c61a5bc551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114801Z:8e5f5eff-87e8-4d8f-bd5d-96507c9c3bbf" + "WESTUS:20200413T051949Z:d447b22f-781c-47ce-83a2-dc70b6d20f68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:00 GMT" + "Mon, 13 Apr 2020 05:19:48 GMT" ], "Content-Length": [ "30" @@ -8883,8 +6027,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8892,7 +6036,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8906,13 +6050,13 @@ "10" ], "x-ms-request-id": [ - "dfaa497e-1f82-415f-b926-41a82410587f" + "a29f4aee-51f6-4675-ba55-94cbe197198e" ], "x-ms-correlation-request-id": [ - "fd05c2cf-ba47-4a28-af71-b0a89044461c" + "8b644534-19ae-4ab3-adb5-ea8841d3fc0a" ], "x-ms-arm-service-request-id": [ - "f2febec6-f024-4894-a796-465f9ab9a36d" + "8385bb71-5b03-473a-aa3c-de11b399c563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8922,16 +6066,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114811Z:fd05c2cf-ba47-4a28-af71-b0a89044461c" + "WESTUS:20200413T051959Z:8b644534-19ae-4ab3-adb5-ea8841d3fc0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:11 GMT" + "Mon, 13 Apr 2020 05:19:58 GMT" ], "Content-Length": [ "30" @@ -8947,8 +6091,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8956,7 +6100,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8970,32 +6114,32 @@ "10" ], "x-ms-request-id": [ - "362892b9-d621-4881-b073-c2e363bfd460" + "d300e490-16a5-4c19-841f-28c244f2ad93" ], "x-ms-correlation-request-id": [ - "8b0f822b-6e41-4b11-acdc-a59f7886fb5a" + "6e048f91-ba9c-428a-b7a8-fd8b80852926" ], "x-ms-arm-service-request-id": [ - "a39c6ec0-4c65-4468-828f-c1219116df22" + "9bcd7653-6146-4a07-82fd-f2cb8cb6ff90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114822Z:8b0f822b-6e41-4b11-acdc-a59f7886fb5a" + "WESTUS:20200413T052009Z:6e048f91-ba9c-428a-b7a8-fd8b80852926" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:21 GMT" + "Mon, 13 Apr 2020 05:20:08 GMT" ], "Content-Length": [ "30" @@ -9011,8 +6155,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9020,7 +6164,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9034,13 +6178,13 @@ "10" ], "x-ms-request-id": [ - "96707559-c1bf-41a0-9898-5116e9750c56" + "bc8443ce-b98b-4e24-8ad5-e2c6fb7b1c35" ], "x-ms-correlation-request-id": [ - "e89f5a19-e52e-4246-a857-180bde77f47f" + "ddbef814-dd1d-490e-b56d-4902f80dbb98" ], "x-ms-arm-service-request-id": [ - "55f587e4-33ad-4ea8-8c94-a5544616a2b0" + "33e2ff30-e7ef-4ca3-b8b6-53423d7c99f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9050,16 +6194,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114832Z:e89f5a19-e52e-4246-a857-180bde77f47f" + "WESTUS:20200413T052019Z:ddbef814-dd1d-490e-b56d-4902f80dbb98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:32 GMT" + "Mon, 13 Apr 2020 05:20:18 GMT" ], "Content-Length": [ "30" @@ -9075,8 +6219,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9084,7 +6228,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9098,13 +6242,13 @@ "10" ], "x-ms-request-id": [ - "695b6060-370f-4877-894d-b9bfa28c497b" + "014949d5-d76a-4d04-bf72-b14564229536" ], "x-ms-correlation-request-id": [ - "ba108edd-f4da-4306-82dd-3e7e1862e659" + "82bef4d0-2be5-41e1-b67e-2c3af3164912" ], "x-ms-arm-service-request-id": [ - "81984181-7df3-406a-8b70-a2c0e3de3940" + "3c55d9a8-3e6d-465f-b117-81142f5fc7f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9114,16 +6258,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114843Z:ba108edd-f4da-4306-82dd-3e7e1862e659" + "WESTUS:20200413T052029Z:82bef4d0-2be5-41e1-b67e-2c3af3164912" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:42 GMT" + "Mon, 13 Apr 2020 05:20:28 GMT" ], "Content-Length": [ "30" @@ -9139,8 +6283,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9148,7 +6292,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9162,13 +6306,13 @@ "10" ], "x-ms-request-id": [ - "0f1bbfdb-3774-44db-be56-7c06aed41dca" + "ec99dea5-0e1b-4b2a-bcf8-6a37ef40e46d" ], "x-ms-correlation-request-id": [ - "eb8102be-98df-43f8-bad7-31437fdaaa37" + "a4ef5a22-01f9-41d6-8785-d98806d3e8bc" ], "x-ms-arm-service-request-id": [ - "c50cef1c-9712-464b-a29f-012cea2941c9" + "5ff24b1e-1e2b-4da3-94d4-1130424cb749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9178,16 +6322,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114853Z:eb8102be-98df-43f8-bad7-31437fdaaa37" + "WESTUS:20200413T052039Z:a4ef5a22-01f9-41d6-8785-d98806d3e8bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:48:53 GMT" + "Mon, 13 Apr 2020 05:20:38 GMT" ], "Content-Length": [ "30" @@ -9203,8 +6347,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9212,7 +6356,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9226,32 +6370,32 @@ "10" ], "x-ms-request-id": [ - "c18dc9f1-12b1-4a4f-ac74-75134ed31f5d" + "37650c5a-1ba0-46c9-9e44-2bc082b102a8" ], "x-ms-correlation-request-id": [ - "71416d1f-29b1-4bd7-b819-cf641af5cfcb" + "8bb7a434-0f20-4226-90c6-60b17ea373db" ], "x-ms-arm-service-request-id": [ - "67215157-e023-4b60-8542-91b498e08980" + "de64d259-2786-4295-8038-31e74eb10083" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114903Z:71416d1f-29b1-4bd7-b819-cf641af5cfcb" + "WESTUS:20200413T052049Z:8bb7a434-0f20-4226-90c6-60b17ea373db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:03 GMT" + "Mon, 13 Apr 2020 05:20:48 GMT" ], "Content-Length": [ "30" @@ -9267,8 +6411,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9276,7 +6420,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9290,32 +6434,32 @@ "10" ], "x-ms-request-id": [ - "82ba55e6-70b3-48e0-9a90-c2830422833c" + "5c875ce3-26e2-4302-bc97-583d380c4741" ], "x-ms-correlation-request-id": [ - "64cd2625-9252-4f1b-aad1-770926e8abd9" + "29f42857-2d77-4d2b-9cbc-d9e31f751a63" ], "x-ms-arm-service-request-id": [ - "1f18f07d-0ef9-4b5c-a5f0-c446c22b0cf3" + "c29472a2-a428-4595-85e7-aa44398914b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114913Z:64cd2625-9252-4f1b-aad1-770926e8abd9" + "WESTUS:20200413T052059Z:29f42857-2d77-4d2b-9cbc-d9e31f751a63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:13 GMT" + "Mon, 13 Apr 2020 05:20:59 GMT" ], "Content-Length": [ "30" @@ -9331,8 +6475,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9340,7 +6484,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9354,13 +6498,13 @@ "10" ], "x-ms-request-id": [ - "45b668d6-2a86-41d9-81b4-ea328a771f80" + "fa588b22-00eb-41a7-840f-b0eec655cbff" ], "x-ms-correlation-request-id": [ - "c79f9fc1-6f23-486a-86b3-31633f99b52f" + "65001b76-06a1-494a-a803-9095e24cb2e6" ], "x-ms-arm-service-request-id": [ - "5ae68c38-61da-403a-9ce6-666d4b357313" + "2a1dd08b-4850-4bc7-ba07-0de9a722da52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9370,16 +6514,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114923Z:c79f9fc1-6f23-486a-86b3-31633f99b52f" + "WESTUS:20200413T052109Z:65001b76-06a1-494a-a803-9095e24cb2e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:23 GMT" + "Mon, 13 Apr 2020 05:21:09 GMT" ], "Content-Length": [ "30" @@ -9395,8 +6539,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9404,7 +6548,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9418,32 +6562,32 @@ "10" ], "x-ms-request-id": [ - "bbd87626-de8b-4272-95c7-d54a5dbe4fa7" + "55734a6f-632f-48db-a22a-8c166589da56" ], "x-ms-correlation-request-id": [ - "94beae5e-e6f4-41d4-adf3-12b7f7edfdc8" + "5311ca81-aa40-4733-a69b-e722d319d495" ], "x-ms-arm-service-request-id": [ - "92230357-2717-4db5-aef3-ce9150c7aabd" + "7f4c7254-1a8f-4b57-bc77-2a2eaf5cad00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114934Z:94beae5e-e6f4-41d4-adf3-12b7f7edfdc8" + "WESTUS:20200413T052119Z:5311ca81-aa40-4733-a69b-e722d319d495" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:33 GMT" + "Mon, 13 Apr 2020 05:21:19 GMT" ], "Content-Length": [ "30" @@ -9459,8 +6603,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9468,7 +6612,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9482,13 +6626,13 @@ "10" ], "x-ms-request-id": [ - "2cb42505-b250-4906-a528-d7106a03593e" + "4210277c-c868-4015-98a8-6d31f3d79c00" ], "x-ms-correlation-request-id": [ - "468f2094-9a27-4701-a217-6deded2f6b25" + "42ba9974-7d53-48d4-8db2-73473174ea75" ], "x-ms-arm-service-request-id": [ - "8fec3d6a-a3ff-4371-81c0-031889621c72" + "a86405b4-ba88-4a73-949a-d87c88741956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9498,16 +6642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114944Z:468f2094-9a27-4701-a217-6deded2f6b25" + "WESTUS:20200413T052129Z:42ba9974-7d53-48d4-8db2-73473174ea75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:44 GMT" + "Mon, 13 Apr 2020 05:21:29 GMT" ], "Content-Length": [ "30" @@ -9523,8 +6667,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9532,7 +6676,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9546,13 +6690,13 @@ "10" ], "x-ms-request-id": [ - "6f276f93-5740-4169-9534-8af732426a43" + "530542aa-33d8-4b9d-8d7b-3b9a83a9506f" ], "x-ms-correlation-request-id": [ - "80503a99-99b8-4467-a36c-e12bb0608cb3" + "dafea477-bad3-4bee-9db7-ddde8df7da8a" ], "x-ms-arm-service-request-id": [ - "08d2c5d4-89d4-40df-8456-56f14527f7ad" + "2a263212-c724-446e-946b-1688b309c5d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9562,16 +6706,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T114954Z:80503a99-99b8-4467-a36c-e12bb0608cb3" + "WESTUS:20200413T052139Z:dafea477-bad3-4bee-9db7-ddde8df7da8a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:49:54 GMT" + "Mon, 13 Apr 2020 05:21:39 GMT" ], "Content-Length": [ "30" @@ -9587,8 +6731,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9596,7 +6740,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9610,13 +6754,13 @@ "10" ], "x-ms-request-id": [ - "c947c076-c293-4529-aa00-d7c4ed46be7c" + "6e0e9a59-c3e5-40c4-9dde-3393c6d79dd9" ], "x-ms-correlation-request-id": [ - "0155b08a-f7a1-4d1b-b6f1-112206cebb1a" + "522ed997-5965-4cdb-8723-f71ea812e68e" ], "x-ms-arm-service-request-id": [ - "2c737c08-5b25-4dad-9cee-275833e17667" + "863fca3b-96d2-42ac-807f-879dd70a2d92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9626,16 +6770,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115005Z:0155b08a-f7a1-4d1b-b6f1-112206cebb1a" + "WESTUS:20200413T052150Z:522ed997-5965-4cdb-8723-f71ea812e68e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:04 GMT" + "Mon, 13 Apr 2020 05:21:49 GMT" ], "Content-Length": [ "30" @@ -9651,8 +6795,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9660,7 +6804,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9671,32 +6815,32 @@ "no-cache" ], "x-ms-request-id": [ - "36aa68fb-389c-425f-9d08-e5fa44fa450d" + "0c1a3810-6415-478e-bedd-45d329d3d40e" ], "x-ms-correlation-request-id": [ - "a0c76614-1102-4956-b1b7-d140f1bd54c5" + "79bcf7e6-170a-44f5-b0e3-01dd3b057465" ], "x-ms-arm-service-request-id": [ - "5c1e5d04-ecc3-4ea5-9a5c-94d380211a97" + "af779fb4-57ab-4fa0-b674-93d122fa192a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115015Z:a0c76614-1102-4956-b1b7-d140f1bd54c5" + "WESTUS:20200413T052200Z:79bcf7e6-170a-44f5-b0e3-01dd3b057465" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:14 GMT" + "Mon, 13 Apr 2020 05:21:59 GMT" ], "Content-Length": [ "29" @@ -9712,8 +6856,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzQ1ZTZjNTE3LWY2ZDItNDc3OC05ZThmLTkyNjUxYjAwZWJjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2Q5MDQ3NWM0LWE5ZGEtNDc3NS04OGM2LTFkYjJiOTVlZmIxND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9721,7 +6865,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9732,19 +6876,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01" ], "x-ms-request-id": [ - "45e6c517-f6d2-4778-9e8f-92651b00ebcc" + "d90475c4-a9da-4775-88c6-1db2b95efb14" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/45e6c517-f6d2-4778-9e8f-92651b00ebcc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/d90475c4-a9da-4775-88c6-1db2b95efb14?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c0518653-abb0-41eb-92f3-2ce9670b4eee" + "fb6c0edf-91d1-4453-a317-04ee05a6ef3b" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "6408e3b3-d95a-4b46-b48a-def1837fdecb" + "2f9f3829-99c6-417c-9d41-ceb422bfd613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9754,16 +6901,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115015Z:7bdc5439-2588-41cc-bc98-c05df09153b4" + "WESTUS:20200413T052200Z:bc20899f-caf2-4b3a-b02c-c6ac6ff7109c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:14 GMT" + "Mon, 13 Apr 2020 05:21:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9776,13 +6923,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps7030?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNzAzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps8457?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzODQ1Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8207155f-12b6-4a9f-9cc7-1797d55648b5" + "4f67ad9e-599a-48e6-9a7b-0b30899e1dc5" ], "Accept-Language": [ "en-US" @@ -9791,7 +6938,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9802,7 +6949,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -9811,13 +6958,13 @@ "14999" ], "x-ms-request-id": [ - "f8a83a1b-55e7-4066-b6c8-eda9a0531dc4" + "9e1f4e2a-82bc-4a51-a921-042667314817" ], "x-ms-correlation-request-id": [ - "f8a83a1b-55e7-4066-b6c8-eda9a0531dc4" + "9e1f4e2a-82bc-4a51-a921-042667314817" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115021Z:f8a83a1b-55e7-4066-b6c8-eda9a0531dc4" + "WESTUS:20200413T052202Z:9e1f4e2a-82bc-4a51-a921-042667314817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9826,7 +6973,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:20 GMT" + "Mon, 13 Apr 2020 05:22:01 GMT" ], "Expires": [ "-1" @@ -9839,8 +6986,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9848,7 +6995,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9859,22 +7006,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11985" ], "x-ms-request-id": [ - "31adec47-df8f-4870-b626-27bb9dda2765" + "4ce96141-e32f-4620-92a1-6bbaebdfa438" ], "x-ms-correlation-request-id": [ - "31adec47-df8f-4870-b626-27bb9dda2765" + "4ce96141-e32f-4620-92a1-6bbaebdfa438" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115036Z:31adec47-df8f-4870-b626-27bb9dda2765" + "WESTUS:20200413T052217Z:4ce96141-e32f-4620-92a1-6bbaebdfa438" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9883,7 +7030,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:36 GMT" + "Mon, 13 Apr 2020 05:22:16 GMT" ], "Expires": [ "-1" @@ -9896,8 +7043,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9905,7 +7052,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9916,22 +7063,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-request-id": [ - "7058c806-e7f6-4a39-bf3d-5e3bef17f500" + "cfa17ad1-5bb4-464b-87b4-b7d8c5e0bfed" ], "x-ms-correlation-request-id": [ - "7058c806-e7f6-4a39-bf3d-5e3bef17f500" + "cfa17ad1-5bb4-464b-87b4-b7d8c5e0bfed" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115051Z:7058c806-e7f6-4a39-bf3d-5e3bef17f500" + "WESTUS:20200413T052232Z:cfa17ad1-5bb4-464b-87b4-b7d8c5e0bfed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9940,7 +7087,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:50:51 GMT" + "Mon, 13 Apr 2020 05:22:31 GMT" ], "Expires": [ "-1" @@ -9953,8 +7100,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9962,7 +7109,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9973,22 +7120,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11983" ], "x-ms-request-id": [ - "80c9760f-48a7-4565-9be7-ed51c4c8a752" + "20225b98-877e-46c2-ba7f-c9465b6c25f0" ], "x-ms-correlation-request-id": [ - "80c9760f-48a7-4565-9be7-ed51c4c8a752" + "20225b98-877e-46c2-ba7f-c9465b6c25f0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115107Z:80c9760f-48a7-4565-9be7-ed51c4c8a752" + "WESTUS:20200413T052247Z:20225b98-877e-46c2-ba7f-c9465b6c25f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9997,7 +7144,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:51:06 GMT" + "Mon, 13 Apr 2020 05:22:46 GMT" ], "Expires": [ "-1" @@ -10010,8 +7157,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10019,7 +7166,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10030,22 +7177,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11982" ], "x-ms-request-id": [ - "5ac83291-4003-469a-ad4c-cb6238526200" + "8a629313-8271-456c-a2a9-8c222453fb26" ], "x-ms-correlation-request-id": [ - "5ac83291-4003-469a-ad4c-cb6238526200" + "8a629313-8271-456c-a2a9-8c222453fb26" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115122Z:5ac83291-4003-469a-ad4c-cb6238526200" + "WESTUS:20200413T052302Z:8a629313-8271-456c-a2a9-8c222453fb26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10054,7 +7201,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:51:21 GMT" + "Mon, 13 Apr 2020 05:23:02 GMT" ], "Expires": [ "-1" @@ -10067,8 +7214,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10076,7 +7223,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10087,22 +7234,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11981" ], "x-ms-request-id": [ - "ef18afb9-5a4c-4cbc-8ec5-ea743e7cc53d" + "fb491d1d-0e56-45e4-a0a6-debe14a9f103" ], "x-ms-correlation-request-id": [ - "ef18afb9-5a4c-4cbc-8ec5-ea743e7cc53d" + "fb491d1d-0e56-45e4-a0a6-debe14a9f103" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115138Z:ef18afb9-5a4c-4cbc-8ec5-ea743e7cc53d" + "WESTUS:20200413T052317Z:fb491d1d-0e56-45e4-a0a6-debe14a9f103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10111,7 +7258,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:51:37 GMT" + "Mon, 13 Apr 2020 05:23:17 GMT" ], "Expires": [ "-1" @@ -10124,8 +7271,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10133,7 +7280,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10144,22 +7291,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11980" ], "x-ms-request-id": [ - "e6b3a0d8-fb82-4794-9f75-8af30b8ee230" + "e7ff99b9-d5fc-44d1-8416-ee3755b97a00" ], "x-ms-correlation-request-id": [ - "e6b3a0d8-fb82-4794-9f75-8af30b8ee230" + "e7ff99b9-d5fc-44d1-8416-ee3755b97a00" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115153Z:e6b3a0d8-fb82-4794-9f75-8af30b8ee230" + "WESTUS:20200413T052332Z:e7ff99b9-d5fc-44d1-8416-ee3755b97a00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10168,7 +7315,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:51:53 GMT" + "Mon, 13 Apr 2020 05:23:32 GMT" ], "Expires": [ "-1" @@ -10181,8 +7328,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10190,7 +7337,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10201,22 +7348,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11979" ], "x-ms-request-id": [ - "b96b3acf-a602-45ab-8f1c-de85a358a12a" + "b3baada8-330b-4bb4-87f9-c0199f998433" ], "x-ms-correlation-request-id": [ - "b96b3acf-a602-45ab-8f1c-de85a358a12a" + "b3baada8-330b-4bb4-87f9-c0199f998433" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115208Z:b96b3acf-a602-45ab-8f1c-de85a358a12a" + "WESTUS:20200413T052347Z:b3baada8-330b-4bb4-87f9-c0199f998433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10225,7 +7372,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:52:08 GMT" + "Mon, 13 Apr 2020 05:23:47 GMT" ], "Expires": [ "-1" @@ -10238,8 +7385,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10247,7 +7394,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10258,22 +7405,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11978" ], "x-ms-request-id": [ - "29247fe1-b4e4-4bd3-9813-36a48c623f63" + "dfe49a82-177d-4529-8369-521312126612" ], "x-ms-correlation-request-id": [ - "29247fe1-b4e4-4bd3-9813-36a48c623f63" + "dfe49a82-177d-4529-8369-521312126612" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115224Z:29247fe1-b4e4-4bd3-9813-36a48c623f63" + "WESTUS:20200413T052402Z:dfe49a82-177d-4529-8369-521312126612" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10282,7 +7429,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:52:23 GMT" + "Mon, 13 Apr 2020 05:24:02 GMT" ], "Expires": [ "-1" @@ -10295,8 +7442,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10304,7 +7451,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10315,22 +7462,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-request-id": [ - "c640771b-f9f1-4235-84a7-bf38b46dd375" + "c146d848-bbdc-4b31-b3cd-1b73c82458c6" ], "x-ms-correlation-request-id": [ - "c640771b-f9f1-4235-84a7-bf38b46dd375" + "c146d848-bbdc-4b31-b3cd-1b73c82458c6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115239Z:c640771b-f9f1-4235-84a7-bf38b46dd375" + "WESTUS:20200413T052417Z:c146d848-bbdc-4b31-b3cd-1b73c82458c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10339,7 +7486,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:52:39 GMT" + "Mon, 13 Apr 2020 05:24:17 GMT" ], "Expires": [ "-1" @@ -10352,8 +7499,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10361,7 +7508,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10372,22 +7519,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-request-id": [ - "9116f686-bb22-4e0d-a9c7-18f341641276" + "b1af6e17-eb06-4a20-ab25-957e62c547c3" ], "x-ms-correlation-request-id": [ - "9116f686-bb22-4e0d-a9c7-18f341641276" + "b1af6e17-eb06-4a20-ab25-957e62c547c3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115254Z:9116f686-bb22-4e0d-a9c7-18f341641276" + "WESTUS:20200413T052432Z:b1af6e17-eb06-4a20-ab25-957e62c547c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10396,7 +7543,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:52:54 GMT" + "Mon, 13 Apr 2020 05:24:32 GMT" ], "Expires": [ "-1" @@ -10409,8 +7556,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10418,7 +7565,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10429,22 +7576,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11975" ], "x-ms-request-id": [ - "0dcd2b58-f400-4df5-8f8c-7b602c580afe" + "f8604645-da32-4f1f-bc34-9b3ecc1d2618" ], "x-ms-correlation-request-id": [ - "0dcd2b58-f400-4df5-8f8c-7b602c580afe" + "f8604645-da32-4f1f-bc34-9b3ecc1d2618" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115310Z:0dcd2b58-f400-4df5-8f8c-7b602c580afe" + "WESTUS:20200413T052447Z:f8604645-da32-4f1f-bc34-9b3ecc1d2618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10453,7 +7600,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:53:09 GMT" + "Mon, 13 Apr 2020 05:24:47 GMT" ], "Expires": [ "-1" @@ -10466,8 +7613,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10475,7 +7622,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10486,22 +7633,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11974" ], "x-ms-request-id": [ - "402467f1-ba84-4037-a27b-94a2ae69865f" + "afeb3356-9f18-4ea5-9bbf-8a7b501a58d5" ], "x-ms-correlation-request-id": [ - "402467f1-ba84-4037-a27b-94a2ae69865f" + "afeb3356-9f18-4ea5-9bbf-8a7b501a58d5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115325Z:402467f1-ba84-4037-a27b-94a2ae69865f" + "WESTUS:20200413T052502Z:afeb3356-9f18-4ea5-9bbf-8a7b501a58d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10510,7 +7657,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:53:24 GMT" + "Mon, 13 Apr 2020 05:25:02 GMT" ], "Expires": [ "-1" @@ -10523,8 +7670,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10532,7 +7679,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10543,22 +7690,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11973" ], "x-ms-request-id": [ - "6592c555-1692-4cb7-9753-c5fee8641e16" + "cd976dd5-8432-4851-a919-8b7df1078718" ], "x-ms-correlation-request-id": [ - "6592c555-1692-4cb7-9753-c5fee8641e16" + "cd976dd5-8432-4851-a919-8b7df1078718" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115340Z:6592c555-1692-4cb7-9753-c5fee8641e16" + "WESTUS:20200413T052518Z:cd976dd5-8432-4851-a919-8b7df1078718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10567,7 +7714,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:53:40 GMT" + "Mon, 13 Apr 2020 05:25:17 GMT" ], "Expires": [ "-1" @@ -10580,8 +7727,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10589,7 +7736,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10600,16 +7747,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11972" ], "x-ms-request-id": [ - "ab04b507-6e39-4d00-8f16-831e54e0fa2b" + "23aec44b-a443-4358-af95-8d44f0b317f1" ], "x-ms-correlation-request-id": [ - "ab04b507-6e39-4d00-8f16-831e54e0fa2b" + "23aec44b-a443-4358-af95-8d44f0b317f1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115356Z:ab04b507-6e39-4d00-8f16-831e54e0fa2b" + "WESTUS:20200413T052533Z:23aec44b-a443-4358-af95-8d44f0b317f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10618,7 +7765,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:53:55 GMT" + "Mon, 13 Apr 2020 05:25:33 GMT" ], "Expires": [ "-1" @@ -10631,8 +7778,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzcwMzAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjd016QXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NTctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5UY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10640,7 +7787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10651,16 +7798,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11971" ], "x-ms-request-id": [ - "86dbedd6-b2fe-4d01-8a35-53fcf9cc2494" + "b269edba-c14c-4770-9c50-bbf5fb3d24cf" ], "x-ms-correlation-request-id": [ - "86dbedd6-b2fe-4d01-8a35-53fcf9cc2494" + "b269edba-c14c-4770-9c50-bbf5fb3d24cf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T115356Z:86dbedd6-b2fe-4d01-8a35-53fcf9cc2494" + "WESTUS:20200413T052533Z:b269edba-c14c-4770-9c50-bbf5fb3d24cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10669,7 +7816,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:53:55 GMT" + "Mon, 13 Apr 2020 05:25:33 GMT" ], "Expires": [ "-1" @@ -10684,26 +7831,26 @@ ], "Names": { "Test-ApplicationGatewayCRUDRewriteRuleSet": [ - "ps7030", - "ps4236", - "ps6590", - "ps3629", - "ps6019", - "ps6109", - "ps162", - "ps6568", - "ps8222", - "ps3796", - "ps5452", - "ps3984", - "ps5678", - "ps2947", - "ps5319", - "ps7977", - "ps5175" + "ps8457", + "ps6879", + "ps8341", + "ps394", + "ps3279", + "ps5851", + "ps977", + "ps8584", + "ps6531", + "ps4914", + "ps6294", + "ps4429", + "ps6519", + "ps682", + "ps7482", + "ps7717", + "ps1662" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSetWithConditions.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSetWithConditions.json index b7cd9ae6c28b..873cfb159d85 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSetWithConditions.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDRewriteRuleSetWithConditions.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eaa82b76-88a6-433e-ac15-cbd9e1a75d1a" + "337ea278-2cba-415b-8785-e826a8159aaa" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "94d1fffa-cadc-42dd-b34d-7042f253f57f" + "55891767-8a42-4cdf-a3d0-9ed710349509" ], "x-ms-correlation-request-id": [ - "94d1fffa-cadc-42dd-b34d-7042f253f57f" + "55891767-8a42-4cdf-a3d0-9ed710349509" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110730Z:94d1fffa-cadc-42dd-b34d-7042f253f57f" + "WESTUS:20200413T043439Z:55891767-8a42-4cdf-a3d0-9ed710349509" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:30 GMT" + "Mon, 13 Apr 2020 04:34:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps8344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzODM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps158?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "246cf899-567c-45a5-95eb-f01631f1ec03" + "49e77b36-b306-4dc7-acff-89880c17a734" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "d2eea64d-45f2-4791-b283-6e2e95d6812f" + "c784ef55-bc57-447e-bf25-b4a3343d1f21" ], "x-ms-correlation-request-id": [ - "d2eea64d-45f2-4791-b283-6e2e95d6812f" + "c784ef55-bc57-447e-bf25-b4a3343d1f21" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110735Z:d2eea64d-45f2-4791-b283-6e2e95d6812f" + "WESTUS:20200413T043440Z:c784ef55-bc57-447e-bf25-b4a3343d1f21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:34 GMT" + "Mon, 13 Apr 2020 04:34:39 GMT" ], "Content-Length": [ - "166" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344\",\r\n \"name\": \"ps8344\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158\",\r\n \"name\": \"ps158\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDc3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHM0MDQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a534530-557e-4358-9079-e5da040da4cd" + "70043bed-ae78-453b-9780-d76ea167a489" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "6af17b5b-7f35-441e-ba82-291dc89862b2" + "4197aecd-9eb7-4717-bd14-a63bceef133f" ], "x-ms-correlation-request-id": [ - "6af17b5b-7f35-441e-ba82-291dc89862b2" + "4197aecd-9eb7-4717-bd14-a63bceef133f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110735Z:6af17b5b-7f35-441e-ba82-291dc89862b2" + "WESTUS:20200413T043440Z:4197aecd-9eb7-4717-bd14-a63bceef133f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:35 GMT" + "Mon, 13 Apr 2020 04:34:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -180,15 +180,15 @@ "-1" ], "Content-Length": [ - "150" + "149" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps4771' under resource group 'ps8344' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps4047' under resource group 'ps158' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDc3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHM0MDQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\"" + "W/\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\"" ], "x-ms-request-id": [ - "784e4f3f-a0da-4f2a-8704-1cdf8bfb6bc5" + "41df9386-0512-440f-b5dd-3b3e65dc6a95" ], "x-ms-correlation-request-id": [ - "766080fa-38b1-4958-bfef-b02dd256100c" + "17f85bd8-755a-4dc2-ac8b-056d653b69e5" ], "x-ms-arm-service-request-id": [ - "6850a4ff-b773-48a5-88b6-6e9a4c96da73" + "3acfe919-0735-42ae-87c1-85b87fbeafb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,16 +229,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110747Z:766080fa-38b1-4958-bfef-b02dd256100c" + "WESTUS:20200413T043448Z:17f85bd8-755a-4dc2-ac8b-056d653b69e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:46 GMT" + "Mon, 13 Apr 2020 04:34:47 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4771\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05df4ce2-887a-4979-b9bc-6eb795a6c458\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9853\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4047\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6dc5117d-04d5-4ecc-84f9-09a34f36ed33\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps1637\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDc3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHM0MDQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1710b7ab-24a8-446e-a692-6b0375bdba1b" + "3c62ff5b-6417-4741-b485-4b3491075be7" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\"" + "W/\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\"" ], "x-ms-request-id": [ - "331b5ceb-58b8-4679-a1dd-05c9d4ba70ca" + "6c9be143-cddb-4d01-9770-1ec570510f14" ], "x-ms-correlation-request-id": [ - "e6b08fd0-d544-4063-a9db-e436e269acc5" + "5333b61a-5464-4ab2-b030-69a862ce0bd0" ], "x-ms-arm-service-request-id": [ - "f64c6aac-c81b-4360-91f8-9e5da4d01598" + "843e3696-c6ca-4299-a2d2-c34f684ccca2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,16 +299,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110747Z:e6b08fd0-d544-4063-a9db-e436e269acc5" + "WESTUS:20200413T043448Z:5333b61a-5464-4ab2-b030-69a862ce0bd0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:46 GMT" + "Mon, 13 Apr 2020 04:34:48 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4771\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05df4ce2-887a-4979-b9bc-6eb795a6c458\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9853\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4047\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6dc5117d-04d5-4ecc-84f9-09a34f36ed33\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps1637\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDc3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHM0MDQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17021477-47d5-4dea-83df-6c0cd84f0d15" + "102a65a8-b68f-42ba-857b-bd85f650ff12" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\"" + "W/\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\"" ], "x-ms-request-id": [ - "ad3c8005-fc1a-445f-b29d-5d6aadcc8797" + "a3bbc67d-7ead-4a4b-9a35-14dceb272f2d" ], "x-ms-correlation-request-id": [ - "c7b3f041-88e0-425a-97b1-4cb25aa36794" + "d22af0ed-8a2c-4831-a94e-d4a64ee547db" ], "x-ms-arm-service-request-id": [ - "5c691df0-1bcd-4b2b-8503-cae5ee20afa3" + "8bd50400-20b6-4a1e-a165-41fb292e630f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,16 +369,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110748Z:c7b3f041-88e0-425a-97b1-4cb25aa36794" + "WESTUS:20200413T043448Z:d22af0ed-8a2c-4831-a94e-d4a64ee547db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:47 GMT" + "Mon, 13 Apr 2020 04:34:47 GMT" ], "Content-Length": [ - "1269" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4771\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05df4ce2-887a-4979-b9bc-6eb795a6c458\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9853\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\",\r\n \"etag\": \"W/\\\"0c3ea8f3-dfdc-4fbc-92c2-876075c1e3c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4047\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6dc5117d-04d5-4ecc-84f9-09a34f36ed33\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps1637\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\",\r\n \"etag\": \"W/\\\"3009eb9f-6d05-4ed3-965d-bdb5b7e31324\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDc3MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvcHM0MDQ3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps9853\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps1637\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db274483-35a5-4b4b-937a-9d15ed83f07c" + "078c0582-b8de-433e-b745-9b278faf42c2" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "53e41b13-3f80-44b6-969d-cf1f7eb1a9e9" + "77e5bba2-5c7a-4887-b37e-94b6d56b244d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/53e41b13-3f80-44b6-969d-cf1f7eb1a9e9?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/77e5bba2-5c7a-4887-b37e-94b6d56b244d?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "a970d14a-9bf0-4174-9dcb-f8d37a29677a" + "8cb8f903-84a9-4fee-8faf-b6f523e7d72c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "01d2d106-c416-4430-9214-0dccc1fcfb49" + "0c2a0282-4b7f-425c-be00-2d9bf35f287e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +451,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110743Z:a970d14a-9bf0-4174-9dcb-f8d37a29677a" + "WESTUS:20200413T043444Z:8cb8f903-84a9-4fee-8faf-b6f523e7d72c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:42 GMT" + "Mon, 13 Apr 2020 04:34:44 GMT" ], "Content-Length": [ - "1267" + "1265" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4771\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771\",\r\n \"etag\": \"W/\\\"1ba3c2e9-87e9-441e-97e6-f4b9a8cccbb1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"05df4ce2-887a-4979-b9bc-6eb795a6c458\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps9853\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\",\r\n \"etag\": \"W/\\\"1ba3c2e9-87e9-441e-97e6-f4b9a8cccbb1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4047\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047\",\r\n \"etag\": \"W/\\\"5528f71d-18ae-4071-858a-6cc80898667d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6dc5117d-04d5-4ecc-84f9-09a34f36ed33\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps1637\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\",\r\n \"etag\": \"W/\\\"5528f71d-18ae-4071-858a-6cc80898667d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/53e41b13-3f80-44b6-969d-cf1f7eb1a9e9?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUzZTQxYjEzLTNmODAtNDRiNi05NjlkLWNmMWY3ZWIxYTllOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/77e5bba2-5c7a-4887-b37e-94b6d56b244d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc3ZTViYmEyLTVjN2EtNDg4Ny1iMzdlLTk0YjZkNTZiMjQ0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "8ce6e26f-b4de-417a-9715-de3f979364b4" + "8a126590-823d-4552-8f55-69c6cc4b7b21" ], "x-ms-correlation-request-id": [ - "647f50bd-9e08-4f90-ad5c-d8dbbc8d5094" + "b6d84832-3f29-4367-a08d-2cc141bcd178" ], "x-ms-arm-service-request-id": [ - "a46c55a8-17b5-4a4f-80fb-1f14d7c2e155" + "537af803-976b-47b6-9923-fd8bbb43e3ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -509,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110747Z:647f50bd-9e08-4f90-ad5c-d8dbbc8d5094" + "WESTUS:20200413T043448Z:b6d84832-3f29-4367-a08d-2cc141bcd178" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:46 GMT" + "Mon, 13 Apr 2020 04:34:47 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczg2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2249313d-e156-450a-b18f-49fd7a865a81" + "c7b5776c-fa66-4493-b4bb-d1cd1f594f63" ], "Accept-Language": [ "en-US" @@ -546,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -560,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "82c1cf4a-7dfa-49c3-80eb-a0a541a1a70f" + "0d54c9fe-8599-4652-8b51-9948d1737be8" ], "x-ms-correlation-request-id": [ - "82c1cf4a-7dfa-49c3-80eb-a0a541a1a70f" + "0d54c9fe-8599-4652-8b51-9948d1737be8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110749Z:82c1cf4a-7dfa-49c3-80eb-a0a541a1a70f" + "WESTUS:20200413T043448Z:0d54c9fe-8599-4652-8b51-9948d1737be8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,7 +578,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:48 GMT" + "Mon, 13 Apr 2020 04:34:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -584,15 +587,15 @@ "-1" ], "Content-Length": [ - "152" + "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps6487' under resource group 'ps8344' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps869' under resource group 'ps158' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczg2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -600,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -611,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"b52eb331-f13a-4801-9386-ad9a4173c106\"" + "W/\"7e08e8d0-e97f-4bc5-ae39-874d7d5ea47b\"" ], "x-ms-request-id": [ - "d9426fac-11e6-4e6a-8997-5a476fc26666" + "071dfbbe-5022-4516-950c-8fcf91eeb8ad" ], "x-ms-correlation-request-id": [ - "7a1598f6-5f41-4aab-a58b-3e3c4c589767" + "8568324e-5c7f-462d-ba79-1c41f7312e4f" ], "x-ms-arm-service-request-id": [ - "6e474900-87fa-4b95-b7b2-70a894c12a26" + "d029a585-ad83-4e95-87fe-a9cde12204eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,16 +636,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110757Z:7a1598f6-5f41-4aab-a58b-3e3c4c589767" + "WESTUS:20200413T043451Z:8568324e-5c7f-462d-ba79-1c41f7312e4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:57 GMT" + "Mon, 13 Apr 2020 04:34:50 GMT" ], "Content-Length": [ - "629" + "627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -651,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6487\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\",\r\n \"etag\": \"W/\\\"b52eb331-f13a-4801-9386-ad9a4173c106\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2ee8d98-cb03-42be-abaa-37f765b924c4\",\r\n \"ipAddress\": \"51.143.58.27\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps869\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\",\r\n \"etag\": \"W/\\\"7e08e8d0-e97f-4bc5-ae39-874d7d5ea47b\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"149d83ce-90c0-422b-b1b6-d846c3b5c8ad\",\r\n \"ipAddress\": \"51.143.110.15\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczg2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a121c034-d0fd-441f-98f4-e64b6f259989" + "6d1b6c3d-3591-4851-9b59-43c2859a8006" ], "Accept-Language": [ "en-US" @@ -670,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -681,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"b52eb331-f13a-4801-9386-ad9a4173c106\"" + "W/\"7e08e8d0-e97f-4bc5-ae39-874d7d5ea47b\"" ], "x-ms-request-id": [ - "d2544bf8-9460-4260-a620-bdbc3d1af5f1" + "b797c310-702a-48dc-b5d3-2ef24f27d904" ], "x-ms-correlation-request-id": [ - "9268397c-6ac9-44fb-a43d-3e842df439aa" + "eeafff42-55f1-45d0-9b9a-091cd180194d" ], "x-ms-arm-service-request-id": [ - "bed52812-422d-4811-add8-6c68d74a5935" + "e4f56894-e322-4ce2-ae8b-ee42b19bcfc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -703,16 +706,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110757Z:9268397c-6ac9-44fb-a43d-3e842df439aa" + "WESTUS:20200413T043451Z:eeafff42-55f1-45d0-9b9a-091cd180194d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:57 GMT" + "Mon, 13 Apr 2020 04:34:50 GMT" ], "Content-Length": [ - "629" + "627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -721,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6487\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\",\r\n \"etag\": \"W/\\\"b52eb331-f13a-4801-9386-ad9a4173c106\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2ee8d98-cb03-42be-abaa-37f765b924c4\",\r\n \"ipAddress\": \"51.143.58.27\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps869\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\",\r\n \"etag\": \"W/\\\"7e08e8d0-e97f-4bc5-ae39-874d7d5ea47b\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"149d83ce-90c0-422b-b1b6-d846c3b5c8ad\",\r\n \"ipAddress\": \"51.143.110.15\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2NDg3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9wczg2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2e40affc-0186-42fa-aac8-29d80ddd2047" + "3378d471-e38f-4b69-99c6-9ffd58e70987" ], "Accept-Language": [ "en-US" @@ -740,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -760,16 +763,19 @@ "1" ], "x-ms-request-id": [ - "dc60cc66-33e2-42c6-961c-87ef9060e6d3" + "1aa37403-0b94-4e43-a388-fa670c73ac13" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/dc60cc66-33e2-42c6-961c-87ef9060e6d3?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1aa37403-0b94-4e43-a388-fa670c73ac13?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "a7476a98-a9a0-4c9c-b111-b5fca1465dac" + "b1943d5b-fcd1-4f18-8891-eefa8573d8e7" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "52420ee3-f147-4903-a10b-e463cf4a9d93" + "8b8f64b6-f279-4baa-8182-8b2a886e000d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -782,16 +788,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110755Z:a7476a98-a9a0-4c9c-b111-b5fca1465dac" + "WESTUS:20200413T043449Z:b1943d5b-fcd1-4f18-8891-eefa8573d8e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:55 GMT" + "Mon, 13 Apr 2020 04:34:49 GMT" ], "Content-Length": [ - "594" + "591" ], "Content-Type": [ "application/json; charset=utf-8" @@ -800,12 +806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6487\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\",\r\n \"etag\": \"W/\\\"7daf6a66-d9c0-45f4-8197-e6a2bd63f6c7\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a2ee8d98-cb03-42be-abaa-37f765b924c4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps869\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\",\r\n \"etag\": \"W/\\\"ea8d1d67-e807-4c7d-9a9f-ecfbcd764b3d\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"149d83ce-90c0-422b-b1b6-d846c3b5c8ad\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/dc60cc66-33e2-42c6-961c-87ef9060e6d3?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RjNjBjYzY2LTMzZTItNDJjNi05NjFjLTg3ZWY5MDYwZTZkMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1aa37403-0b94-4e43-a388-fa670c73ac13?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzFhYTM3NDAzLTBiOTQtNGU0My1hMzg4LWZhNjcwYzczYWMxMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -813,7 +819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -824,13 +830,13 @@ "no-cache" ], "x-ms-request-id": [ - "1d54db9c-1139-4070-9be1-f4b1a9acd2cb" + "c433ec7e-9743-4a7f-a7ca-78ab1c6e711f" ], "x-ms-correlation-request-id": [ - "4042fdde-d4fd-4164-b371-4fd3a45ca425" + "2da7164e-e425-49ed-8364-471431c398d4" ], "x-ms-arm-service-request-id": [ - "f63ccb36-36c3-43d0-8d95-852ee27f3cb9" + "6469cfe8-b890-4670-88d2-2b40d4f393ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,13 +849,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110757Z:4042fdde-d4fd-4164-b371-4fd3a45ca425" + "WESTUS:20200413T043450Z:2da7164e-e425-49ed-8364-471431c398d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:56 GMT" + "Mon, 13 Apr 2020 04:34:50 GMT" ], "Content-Length": [ "29" @@ -865,13 +871,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e6f18f2-d442-4397-9b53-a5da41b94662" + "c3a42b48-0681-4779-a2a1-6b959f340889" ], "Accept-Language": [ "en-US" @@ -880,7 +886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -894,13 +900,13 @@ "gateway" ], "x-ms-request-id": [ - "694dab77-e8a1-4e4f-863c-23d47127bee7" + "578283ac-dc91-4961-b065-7b710e5e8210" ], "x-ms-correlation-request-id": [ - "694dab77-e8a1-4e4f-863c-23d47127bee7" + "578283ac-dc91-4961-b065-7b710e5e8210" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110758Z:694dab77-e8a1-4e4f-863c-23d47127bee7" + "WESTUS:20200413T043451Z:578283ac-dc91-4961-b065-7b710e5e8210" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -909,7 +915,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:07:58 GMT" + "Mon, 13 Apr 2020 04:34:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -918,15 +924,15 @@ "-1" ], "Content-Length": [ - "154" + "153" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps1661' under resource group 'ps8344' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps6625' under resource group 'ps158' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -934,7 +940,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -945,16 +951,16 @@ "no-cache" ], "ETag": [ - "W/\"a52d9c89-46cc-4999-b7c5-230dc115169c\"" + "W/\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\"" ], "x-ms-request-id": [ - "49dbdaef-7a56-41c5-b939-84e986868cd1" + "8519f75e-3446-408f-8d97-c4959a0ac9ed" ], "x-ms-correlation-request-id": [ - "ee322e3b-4880-42af-b646-1982e087e21c" + "ca5013fe-d7db-4c9f-b187-32576b551a25" ], "x-ms-arm-service-request-id": [ - "554e85cb-0870-4c2e-9e9e-eb16e9191167" + "a564be9e-32f3-4d1d-8977-0ca939650ca6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -964,19 +970,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111234Z:ee322e3b-4880-42af-b646-1982e087e21c" + "WESTUS:20200413T044005Z:ca5013fe-d7db-4c9f-b187-32576b551a25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:33 GMT" + "Mon, 13 Apr 2020 04:40:04 GMT" ], "Content-Length": [ - "13010" + "13016" ], "Content-Type": [ "application/json; charset=utf-8" @@ -985,17 +991,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32d96774-72cc-4b83-9535-908df40e20f7" + "7d18d478-c43b-4ffe-a93b-25decc5087d3" ], "Accept-Language": [ "en-US" @@ -1004,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1015,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"a52d9c89-46cc-4999-b7c5-230dc115169c\"" + "W/\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\"" ], "x-ms-request-id": [ - "10658b58-5403-4f33-a98d-bf99967bfcad" + "c2361949-4b5c-4f4d-81a7-ca5d17c5414e" ], "x-ms-correlation-request-id": [ - "44aa2ed0-9c67-41b0-a113-f77f67927a03" + "b4d8126f-b4d9-4026-8632-7b8a5604b0ca" ], "x-ms-arm-service-request-id": [ - "39acf91d-0b6b-4485-aab6-4e59c64359b7" + "a0d33fa5-1ac6-48b4-bb79-92810d5c02af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,19 +1040,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111234Z:44aa2ed0-9c67-41b0-a113-f77f67927a03" + "WESTUS:20200413T044005Z:b4d8126f-b4d9-4026-8632-7b8a5604b0ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:33 GMT" + "Mon, 13 Apr 2020 04:40:04 GMT" ], "Content-Length": [ - "13010" + "13016" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "718a33b8-10d7-44fd-a82a-c0064c9f08d4" + "7b94183d-8ed7-44ac-b6ee-9bf378cef430" ], "Accept-Language": [ "en-US" @@ -1074,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1085,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"a52d9c89-46cc-4999-b7c5-230dc115169c\"" + "W/\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\"" ], "x-ms-request-id": [ - "555b7e1a-3fc7-4579-ba2d-9d716876faf7" + "4cef04b1-aaf9-43c9-ac3e-23d76970deb3" ], "x-ms-correlation-request-id": [ - "556385bf-401b-4d61-bcd4-abd43cb43e09" + "7e736623-aa0d-428c-86a9-91688e637902" ], "x-ms-arm-service-request-id": [ - "68fcecf5-bf95-401c-b3e0-edce380f7563" + "d356354a-e66f-490f-8b6d-9dac18277f68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,19 +1110,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111235Z:556385bf-401b-4d61-bcd4-abd43cb43e09" + "WESTUS:20200413T044005Z:7e736623-aa0d-428c-86a9-91688e637902" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:34 GMT" + "Mon, 13 Apr 2020 04:40:04 GMT" ], "Content-Length": [ - "13010" + "13016" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1125,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e44f17d-d86a-4e6d-be27-80b7f55c6ac0" + "834aa031-d973-4bfe-8e6f-d86de7081280" ], "Accept-Language": [ "en-US" @@ -1144,7 +1150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1155,16 +1161,16 @@ "no-cache" ], "ETag": [ - "W/\"a52d9c89-46cc-4999-b7c5-230dc115169c\"" + "W/\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\"" ], "x-ms-request-id": [ - "37c9b577-87b6-4ffd-a2a5-4b789460eb19" + "ddecbf43-5133-43ac-94fb-8aa4a56c59bc" ], "x-ms-correlation-request-id": [ - "e8b730f1-7c03-4f50-b8b4-fc0cc365e3ec" + "e1fbf0f6-cb25-45c8-a553-e21d276440f4" ], "x-ms-arm-service-request-id": [ - "5fad8d88-e000-4c2c-936a-e1313256d341" + "ce9fe0b1-ac70-4a91-ac76-565744e84c35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,19 +1180,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111236Z:e8b730f1-7c03-4f50-b8b4-fc0cc365e3ec" + "WESTUS:20200413T044005Z:e1fbf0f6-cb25-45c8-a553-e21d276440f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:35 GMT" + "Mon, 13 Apr 2020 04:40:04 GMT" ], "Content-Length": [ - "13010" + "13016" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1195,12 +1201,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"a52d9c89-46cc-4999-b7c5-230dc115169c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"5392d903-37d6-48ed-9f1c-eb4cc2947c36\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1208,7 +1214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1219,16 +1225,16 @@ "no-cache" ], "ETag": [ - "W/\"56162d43-571f-4321-b865-3c3e49a5d87c\"" + "W/\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\"" ], "x-ms-request-id": [ - "20b488fb-6bb9-4eb4-a805-ef7b1978ec1f" + "6574c4a1-00f1-49e6-bd7f-da8a04357982" ], "x-ms-correlation-request-id": [ - "6d977692-1b85-4182-9067-9942e66c20a5" + "2433fb96-2572-40cb-920f-ca15b9ef02ad" ], "x-ms-arm-service-request-id": [ - "9b6a45a4-fdb2-4c02-8b96-f2bcbe1e7d99" + "207b7f03-0ace-488e-a05e-2342e5062159" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1238,19 +1244,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111822Z:6d977692-1b85-4182-9067-9942e66c20a5" + "WESTUS:20200413T044157Z:2433fb96-2572-40cb-920f-ca15b9ef02ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:21 GMT" + "Mon, 13 Apr 2020 04:41:56 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1259,17 +1265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99f7a849-404c-4e86-b165-fa5571f43f82" + "97c9ccc5-2df6-49c7-aef5-fa9b8dabaf69" ], "Accept-Language": [ "en-US" @@ -1278,7 +1284,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1289,16 +1295,16 @@ "no-cache" ], "ETag": [ - "W/\"56162d43-571f-4321-b865-3c3e49a5d87c\"" + "W/\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\"" ], "x-ms-request-id": [ - "cb99f0fd-dd1c-4e6e-ac19-0b687cd33bd1" + "ece88c22-89df-4f0a-b03c-47c75fcd20f0" ], "x-ms-correlation-request-id": [ - "a5bc399d-1013-4df1-964b-b48713d38847" + "a7d7394a-39ec-47fe-9fa7-665636241196" ], "x-ms-arm-service-request-id": [ - "77619d45-7deb-4e00-958d-cbc7021321f5" + "53175a43-8cde-485a-ba50-9c1e604d6659" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1308,19 +1314,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111822Z:a5bc399d-1013-4df1-964b-b48713d38847" + "WESTUS:20200413T044157Z:a7d7394a-39ec-47fe-9fa7-665636241196" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:22 GMT" + "Mon, 13 Apr 2020 04:41:56 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1329,17 +1335,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6904ea2-67d6-4a06-bb55-062625fdd0a4" + "10fe8749-0541-4697-815e-e08cef02949b" ], "Accept-Language": [ "en-US" @@ -1348,7 +1354,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1359,16 +1365,16 @@ "no-cache" ], "ETag": [ - "W/\"56162d43-571f-4321-b865-3c3e49a5d87c\"" + "W/\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\"" ], "x-ms-request-id": [ - "ce94e6bd-bb5b-4f59-b8aa-c7a8eef599cc" + "80641f55-03e4-4b43-8c63-c66d6e607631" ], "x-ms-correlation-request-id": [ - "696effaa-8e08-487d-a735-4ac2b9934147" + "e27b7d72-b443-4ed2-af0b-5d0bf309a6ad" ], "x-ms-arm-service-request-id": [ - "31927f39-4f01-4a93-ad35-f37e5b9f92b2" + "c5f3527a-6bcc-4061-87ee-98039122b377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1378,19 +1384,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111823Z:696effaa-8e08-487d-a735-4ac2b9934147" + "WESTUS:20200413T044157Z:e27b7d72-b443-4ed2-af0b-5d0bf309a6ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:23 GMT" + "Mon, 13 Apr 2020 04:41:57 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1399,12 +1405,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"56162d43-571f-4321-b865-3c3e49a5d87c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"fb4097c4-6e4b-4242-b9b5-7e3ffc492bd7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1412,7 +1418,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1423,16 +1429,16 @@ "no-cache" ], "ETag": [ - "W/\"769f9fdd-01ff-4322-9468-255c064bae92\"" + "W/\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\"" ], "x-ms-request-id": [ - "bcbda44d-20e5-43d5-9fde-3818d71d8312" + "010e9522-58c1-450a-8ec1-89a42b11a6c1" ], "x-ms-correlation-request-id": [ - "4f23d9b7-4fea-4498-9ad4-9f706b54f3a1" + "38128083-7709-42a9-94c2-27647fd636bd" ], "x-ms-arm-service-request-id": [ - "bf2afc2b-b340-4284-bbbb-47f76e49e834" + "db90b855-e3f2-4542-a2f6-b6b67ea7c69a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1442,19 +1448,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112257Z:4f23d9b7-4fea-4498-9ad4-9f706b54f3a1" + "WESTUS:20200413T044218Z:38128083-7709-42a9-94c2-27647fd636bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:56 GMT" + "Mon, 13 Apr 2020 04:42:18 GMT" ], "Content-Length": [ - "14085" + "14091" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1463,17 +1469,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7793\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7793\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7186\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps7186\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b95c40e1-3b9b-43df-8056-78aced2ca3ef" + "46c1793c-57cf-4e57-8e0f-4ab90257a4db" ], "Accept-Language": [ "en-US" @@ -1482,7 +1488,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1493,16 +1499,16 @@ "no-cache" ], "ETag": [ - "W/\"769f9fdd-01ff-4322-9468-255c064bae92\"" + "W/\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\"" ], "x-ms-request-id": [ - "bc46a275-8092-4fea-8e74-802dfd9f0a67" + "1ea967f8-1e94-4a75-965a-0b6970c4ba49" ], "x-ms-correlation-request-id": [ - "5b884a64-8099-461f-995c-b45ce10bb289" + "ce19cb66-3b58-4750-a114-86f44fa9aa43" ], "x-ms-arm-service-request-id": [ - "40828e2d-ca07-4eec-b745-6497856c3b79" + "59dc35c1-d08a-436e-8098-6eb5c118b729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,19 +1518,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112257Z:5b884a64-8099-461f-995c-b45ce10bb289" + "WESTUS:20200413T044219Z:ce19cb66-3b58-4750-a114-86f44fa9aa43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:57 GMT" + "Mon, 13 Apr 2020 04:42:18 GMT" ], "Content-Length": [ - "14085" + "14091" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1533,17 +1539,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7793\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7793\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7186\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps7186\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69d04e4e-6a62-4ac0-b4c3-c6df54b5e080" + "182fe351-a7f3-46fa-bf5a-c89de5682317" ], "Accept-Language": [ "en-US" @@ -1552,7 +1558,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1563,16 +1569,16 @@ "no-cache" ], "ETag": [ - "W/\"769f9fdd-01ff-4322-9468-255c064bae92\"" + "W/\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\"" ], "x-ms-request-id": [ - "ad6c384f-6cd1-4987-85ef-6f94d5bda140" + "b53aa049-1c8e-4d3c-b26a-724c60441cf3" ], "x-ms-correlation-request-id": [ - "b6d3fabc-1aae-4f0a-902a-23419b95f145" + "6adf8f46-b95c-4ac0-b13e-56a2fc6e1102" ], "x-ms-arm-service-request-id": [ - "c92b867f-9aa7-4d35-b570-2f90b79f34c7" + "3f9addef-69b8-4059-98f7-8f5d3ebe4cb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1585,16 +1591,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112257Z:b6d3fabc-1aae-4f0a-902a-23419b95f145" + "WESTUS:20200413T044219Z:6adf8f46-b95c-4ac0-b13e-56a2fc6e1102" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:57 GMT" + "Mon, 13 Apr 2020 04:42:19 GMT" ], "Content-Length": [ - "14085" + "14091" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1603,12 +1609,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7793\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7793\",\r\n \"etag\": \"W/\\\"769f9fdd-01ff-4322-9468-255c064bae92\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7186\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps7186\",\r\n \"etag\": \"W/\\\"9cd5905d-47f2-4bfd-aac7-a19c9cc02cab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1616,7 +1622,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1627,16 +1633,16 @@ "no-cache" ], "ETag": [ - "W/\"2795b327-1104-40d9-9bc2-1ec43162ee46\"" + "W/\"acf6c83a-d857-4463-9d9d-ed29231fbe45\"" ], "x-ms-request-id": [ - "e6f2c7fb-dcf6-464a-8c35-041d037e685a" + "de9c297d-fea0-48e0-a748-b0ce5c88af08" ], "x-ms-correlation-request-id": [ - "27a2f94e-12fa-450b-b57e-e3141deee020" + "7db8f6c7-c0aa-43ed-bd0b-a5e16980bf22" ], "x-ms-arm-service-request-id": [ - "c26be5f6-9b39-4206-80a7-df104bb5e3b0" + "b9c1bf9b-d43b-4076-bdf7-be9870c9e97e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1649,16 +1655,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112323Z:27a2f94e-12fa-450b-b57e-e3141deee020" + "WESTUS:20200413T044240Z:7db8f6c7-c0aa-43ed-bd0b-a5e16980bf22" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:23 GMT" + "Mon, 13 Apr 2020 04:42:40 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1667,17 +1673,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8a0faf3-c505-4cdc-9933-6401065e99c5" + "e51bcd7b-1328-4fba-8b72-c122c23b3104" ], "Accept-Language": [ "en-US" @@ -1686,7 +1692,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1697,16 +1703,16 @@ "no-cache" ], "ETag": [ - "W/\"2795b327-1104-40d9-9bc2-1ec43162ee46\"" + "W/\"acf6c83a-d857-4463-9d9d-ed29231fbe45\"" ], "x-ms-request-id": [ - "5c45ec96-d8ba-4f20-a6a2-a31670e6c44b" + "4c71df48-d4b5-4895-95be-27ddb3433cae" ], "x-ms-correlation-request-id": [ - "2163b000-6d8d-416e-bc69-53be2416741a" + "425fec69-ece7-4466-9240-42efbbb3b53d" ], "x-ms-arm-service-request-id": [ - "3c666ba5-cbf1-41e1-86ea-299e238b7567" + "8b2ef085-b390-4d4c-bad3-91d753b54df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1719,16 +1725,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112324Z:2163b000-6d8d-416e-bc69-53be2416741a" + "WESTUS:20200413T044240Z:425fec69-ece7-4466-9240-42efbbb3b53d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:23 GMT" + "Mon, 13 Apr 2020 04:42:40 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1737,17 +1743,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fd6578f-ee0a-47dc-90a9-11d28bb00ceb" + "b8869934-eb5a-49e7-9fc8-93c1ced56415" ], "Accept-Language": [ "en-US" @@ -1756,7 +1762,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1767,16 +1773,16 @@ "no-cache" ], "ETag": [ - "W/\"2795b327-1104-40d9-9bc2-1ec43162ee46\"" + "W/\"acf6c83a-d857-4463-9d9d-ed29231fbe45\"" ], "x-ms-request-id": [ - "2b6b6a42-8850-448f-929d-169feaded944" + "adc30792-a083-4c8a-8ace-853661b7b7e2" ], "x-ms-correlation-request-id": [ - "aa2d0c87-e754-4035-9f58-e61b30cfd28e" + "87615579-1b9a-414c-a3c0-c4af8948d06a" ], "x-ms-arm-service-request-id": [ - "f8e40c99-138a-465a-89b6-5fc01cb6ce67" + "b1a9d7d5-f341-498c-bdf9-00cdedcedf9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1789,16 +1795,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112324Z:aa2d0c87-e754-4035-9f58-e61b30cfd28e" + "WESTUS:20200413T044240Z:87615579-1b9a-414c-a3c0-c4af8948d06a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:24 GMT" + "Mon, 13 Apr 2020 04:42:40 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1807,12 +1813,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"2795b327-1104-40d9-9bc2-1ec43162ee46\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"acf6c83a-d857-4463-9d9d-ed29231fbe45\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1820,7 +1826,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1831,16 +1837,16 @@ "no-cache" ], "ETag": [ - "W/\"fff5088b-ed82-4b9b-941d-3a2e039f3885\"" + "W/\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\"" ], "x-ms-request-id": [ - "4b75833f-f425-423c-9e41-f9ef43479f44" + "47e8be58-b31d-4650-9b87-d0b838894a1b" ], "x-ms-correlation-request-id": [ - "022b4e08-4d96-4b45-8cb0-7b36e518796c" + "b9c3df6e-a0f1-4a35-bb73-23f09e107128" ], "x-ms-arm-service-request-id": [ - "5972c62c-6e4e-412c-9150-7bae3fcb66c1" + "968fd9ad-6dda-4d7b-ba80-1e8956bcf2dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1853,16 +1859,16 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112328Z:022b4e08-4d96-4b45-8cb0-7b36e518796c" + "WESTUS:20200413T044241Z:b9c3df6e-a0f1-4a35-bb73-23f09e107128" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:28 GMT" + "Mon, 13 Apr 2020 04:42:41 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1871,17 +1877,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3300fc75-e10c-4909-8195-dabd500655e7" + "8a13ea21-3d2c-4c42-9e66-b2f5f658beb8" ], "Accept-Language": [ "en-US" @@ -1890,7 +1896,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1901,16 +1907,16 @@ "no-cache" ], "ETag": [ - "W/\"fff5088b-ed82-4b9b-941d-3a2e039f3885\"" + "W/\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\"" ], "x-ms-request-id": [ - "dce98667-8b23-4752-91be-f53eba92838d" + "9c23ffdc-0c56-48c6-9d72-cc71af0e77b3" ], "x-ms-correlation-request-id": [ - "dc6bc7b2-fc13-4eed-ab24-111ef4c87cca" + "0819d8ed-59a4-441a-88c0-4835cafe66f1" ], "x-ms-arm-service-request-id": [ - "c161eb87-0fc6-42e5-be60-8e3909374f57" + "ff98b4f3-0f6a-47af-a79e-d84cf004d25a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1923,16 +1929,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112328Z:dc6bc7b2-fc13-4eed-ab24-111ef4c87cca" + "WESTUS:20200413T044241Z:0819d8ed-59a4-441a-88c0-4835cafe66f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:28 GMT" + "Mon, 13 Apr 2020 04:42:41 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1941,17 +1947,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc70812e-2635-45cc-a229-48dd3d874740" + "0719e93b-b718-4add-9417-0abb3bf1addb" ], "Accept-Language": [ "en-US" @@ -1960,7 +1966,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1971,16 +1977,16 @@ "no-cache" ], "ETag": [ - "W/\"fff5088b-ed82-4b9b-941d-3a2e039f3885\"" + "W/\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\"" ], "x-ms-request-id": [ - "a7547e20-1943-47ef-b74b-2450a679aec6" + "7cac3712-5a9e-45a3-aa1a-adbf64c44090" ], "x-ms-correlation-request-id": [ - "d82a085b-c568-4bb0-b9da-547b8483cd6e" + "33a08002-b915-48ae-be99-180546b6e2a2" ], "x-ms-arm-service-request-id": [ - "3ab4db0d-e13c-491f-8e0f-8c6f2e63eaee" + "55a64f86-10af-4db5-99b4-dce8ec5a1739" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1993,16 +1999,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112329Z:d82a085b-c568-4bb0-b9da-547b8483cd6e" + "WESTUS:20200413T044241Z:33a08002-b915-48ae-be99-180546b6e2a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:29 GMT" + "Mon, 13 Apr 2020 04:42:40 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2011,17 +2017,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30035338-b632-4786-8a23-a99e812f0e19" + "e5ac6acf-06e3-465f-a011-b9f0594c2629" ], "Accept-Language": [ "en-US" @@ -2030,7 +2036,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2041,16 +2047,16 @@ "no-cache" ], "ETag": [ - "W/\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\"" + "W/\"962acaef-8b74-4075-8106-c695ed7ef401\"" ], "x-ms-request-id": [ - "db3337f5-a2cc-432d-94f3-5fb5ff8f7bf2" + "d1133e6f-f205-4e31-947d-386abe405c76" ], "x-ms-correlation-request-id": [ - "da7334cf-ba8d-416a-9783-08f8159b6050" + "a8f7b5ed-4986-4e00-ab89-737fe6036297" ], "x-ms-arm-service-request-id": [ - "b4407675-41fb-41a7-b94b-cdf4394ffa99" + "06cc55aa-6740-4255-9b78-c5acd761dbbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2060,19 +2066,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112513Z:da7334cf-ba8d-416a-9783-08f8159b6050" + "WESTUS:20200413T044754Z:a8f7b5ed-4986-4e00-ab89-737fe6036297" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:12 GMT" + "Mon, 13 Apr 2020 04:47:54 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2081,17 +2087,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"7cb3dadd-2e92-4f32-bf41-4414dcfbfe3a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"962acaef-8b74-4075-8106-c695ed7ef401\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIpConfigurations/ps8625\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n }\r\n },\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIpConfigurations/ps6762\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIpConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIpConfigurations/ps2172\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n }\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIpConfigurations/ps5695\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0\r\n },\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIpConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f58498f6-bf06-4758-acf1-d585b59276d9" + "2cb99f10-9f49-4b45-ba1d-af56dc544c1e" ], "Accept-Language": [ "en-US" @@ -2100,13 +2106,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8536" + "8516" ] }, "ResponseHeaders": { @@ -2120,16 +2126,19 @@ "10" ], "x-ms-request-id": [ - "c92cc641-ce4b-4a9d-9a6b-c446b14f07ee" + "4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "eb3abd2c-19dd-4ba0-a6bd-609b2ff208d3" + "eb2ac36f-31b3-44d9-b669-6a0dd375b9a6" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "41506694-a1d4-43f6-a099-2ef4157be981" + "625d9d3b-38ba-4b33-b1fe-bf96c1929ace" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2142,16 +2151,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110805Z:eb3abd2c-19dd-4ba0-a6bd-609b2ff208d3" + "WESTUS:20200413T043452Z:eb2ac36f-31b3-44d9-b669-6a0dd375b9a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:04 GMT" + "Mon, 13 Apr 2020 04:34:52 GMT" ], "Content-Length": [ - "12999" + "13005" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2160,17 +2169,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"fb6950a1-e035-4169-a08c-54d26d16650c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"54233171-1ebe-4573-954c-b82eb050b599\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n }\r\n },\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n }\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb0a0ddf-868f-4ce8-a408-6b9916faf526" + "a78cb9c9-68a8-4277-9d92-59004716f8c1" ], "Accept-Language": [ "en-US" @@ -2179,13 +2188,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8766" + "8745" ] }, "ResponseHeaders": { @@ -2199,16 +2208,19 @@ "10" ], "x-ms-request-id": [ - "3117f599-d518-4afa-b55d-df8678a59d1c" + "9e7eeda5-ad14-4745-a7d3-6c04f27249f8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "cef54823-7cc8-4679-927e-6bc832f97bfa" + "873246a8-e593-4240-a343-f4db0928c730" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "244929ac-0390-4202-a556-8468d8c5e8de" + "5fe7ae48-b1f4-4843-8868-82aefa048b65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2221,16 +2233,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111241Z:cef54823-7cc8-4679-927e-6bc832f97bfa" + "WESTUS:20200413T044006Z:873246a8-e593-4240-a343-f4db0928c730" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:40 GMT" + "Mon, 13 Apr 2020 04:40:05 GMT" ], "Content-Length": [ - "12956" + "12962" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2239,17 +2251,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"dfcb2c65-0615-4126-ae27-456a90a95641\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"7b32734e-fcc0-4957-b701-4655782c7a66\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n }\r\n },\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n },\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7793\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7793\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n }\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n },\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7186\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps7186\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7672e337-6366-484c-a4de-807cf433ba52" + "dbc663ef-c91a-4254-a833-921807e28e08" ], "Accept-Language": [ "en-US" @@ -2258,13 +2270,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "9702" + "9681" ] }, "ResponseHeaders": { @@ -2278,38 +2290,41 @@ "10" ], "x-ms-request-id": [ - "ed96b5d6-5e6f-4f92-8029-334d0d717d3b" + "511172c6-d654-4f85-bd3f-de8a58350031" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/511172c6-d654-4f85-bd3f-de8a58350031?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "440b39d7-1461-4c53-b109-b2e9b2efc3aa" + "84459b54-aae6-449d-8146-598267ffe5e5" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "fadb4070-6232-4647-9ebb-ac7bb0b864e5" + "a31e12f9-c270-440c-a9be-3fb7d74d0551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111829Z:440b39d7-1461-4c53-b109-b2e9b2efc3aa" + "WESTUS:20200413T044158Z:84459b54-aae6-449d-8146-598267ffe5e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:29 GMT" + "Mon, 13 Apr 2020 04:41:58 GMT" ], "Content-Length": [ - "14073" + "14079" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2318,17 +2333,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7793\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7793\",\r\n \"etag\": \"W/\\\"ce35c083-4986-4e9d-a86c-0a186f625bad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"ps7186\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps7186\",\r\n \"etag\": \"W/\\\"eb7120b9-d682-4d7e-8f5b-af46e7c98b9b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n }\r\n },\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n }\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bf10e3c-ab34-4ddd-8c56-272035668259" + "aa1d3735-2f4f-4cd2-bc20-d05ab0436763" ], "Accept-Language": [ "en-US" @@ -2337,13 +2352,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8766" + "8745" ] }, "ResponseHeaders": { @@ -2357,16 +2372,19 @@ "10" ], "x-ms-request-id": [ - "5a6a4fd1-7bf7-4d71-9bde-8410c856502a" + "8c760cc0-23a8-4ef9-a3a1-bdad3c5226a1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5a6a4fd1-7bf7-4d71-9bde-8410c856502a?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8c760cc0-23a8-4ef9-a3a1-bdad3c5226a1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "72548981-12f7-403e-abf1-baddc7724f45" + "f8172197-2db0-40fc-a47a-1ad9b2cd4cca" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "93c0aaf0-33e2-428f-9aa6-c7f645a0910b" + "9548a2e2-0959-457b-a19e-3166defb9492" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2379,16 +2397,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112302Z:72548981-12f7-403e-abf1-baddc7724f45" + "WESTUS:20200413T044220Z:f8172197-2db0-40fc-a47a-1ad9b2cd4cca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:02 GMT" + "Mon, 13 Apr 2020 04:42:20 GMT" ], "Content-Length": [ - "12956" + "12962" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2397,17 +2415,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"073b74dd-02c5-4be5-b76c-f91fe25ce0ec\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"27e25020-c143-4a63-9439-3e7423e4524c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n }\r\n },\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps435\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n }\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps1977\",\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c4430507-ad7d-4174-8212-bdcc60dbeedd" + "0f8946f0-9e3a-425c-a6a9-0399c689b3a9" ], "Accept-Language": [ "en-US" @@ -2416,13 +2434,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "8766" + "8745" ] }, "ResponseHeaders": { @@ -2433,16 +2451,19 @@ "no-cache" ], "x-ms-request-id": [ - "83f752f3-33e0-44db-b6f7-b6c7679e00f9" + "3e1119d4-4c28-4f74-a292-d6e1b40c90ef" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/83f752f3-33e0-44db-b6f7-b6c7679e00f9?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3e1119d4-4c28-4f74-a292-d6e1b40c90ef?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "945691a0-b3db-4967-8aff-3a9e7be05f6e" + "a0ccdac7-1334-414f-8acd-1eb6058d61e2" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "97429e37-496b-4f2b-b060-ea2a91d4a740" + "6da34891-654c-4d2c-8626-3673c31429c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2455,16 +2476,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112327Z:945691a0-b3db-4967-8aff-3a9e7be05f6e" + "WESTUS:20200413T044241Z:a0ccdac7-1334-414f-8acd-1eb6058d61e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:27 GMT" + "Mon, 13 Apr 2020 04:42:41 GMT" ], "Content-Length": [ - "12967" + "12973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2473,12 +2494,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1661\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"41d990f2-e7d1-4009-99a4-98b53b6ed272\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8625\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/gatewayIPConfigurations/ps8625\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/virtualNetworks/ps4771/subnets/ps9853\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps5729\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/publicIPAddresses/ps6487\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps7754\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps3342\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps958\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/trustedRootCertificates/ps5729\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6966\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendIPConfigurations/ps6762\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/frontendPorts/ps7754\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6066\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/httpListeners/ps6966\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendAddressPools/ps3342\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8008\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/probes/ps8008\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/backendHttpSettingsCollection/ps958\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7597\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/rewriteRuleSets/ps7597\",\r\n \"etag\": \"W/\\\"fff5088b-ed82-4b9b-941d-3a2e039f3885\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps435\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/requestRoutingRules/ps6066\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6625\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e613d9e8-523e-405e-8cfa-5ea42540315d\",\r\n \"sku\": {\r\n \"name\": \"Standard_v2\",\r\n \"tier\": \"Standard_v2\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2172\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/gatewayIPConfigurations/ps2172\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/virtualNetworks/ps4047/subnets/ps1637\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps213\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/publicIPAddresses/ps869\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps2641\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\"\r\n },\r\n \"trustedRootCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/trustedRootCertificates/ps213\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3572\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendIPConfigurations/ps5695\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/frontendPorts/ps2641\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8714\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/httpListeners/ps3572\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendAddressPools/ps8236\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8026\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/probes/ps8026\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {},\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/backendHttpSettingsCollection/ps7158\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4233\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/rewriteRuleSets/ps4233\",\r\n \"etag\": \"W/\\\"514187b9-0cfa-4ad9-bff3-4fb1a807a52a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 102,\r\n \"conditions\": [\r\n {\r\n \"variable\": \"var_request_uri\",\r\n \"pattern\": \"http\",\r\n \"ignoreCase\": true,\r\n \"negate\": false\r\n }\r\n ],\r\n \"name\": \"ps1977\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/requestRoutingRules/ps8714\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2486,7 +2507,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2500,13 +2521,13 @@ "10" ], "x-ms-request-id": [ - "11843e5b-e54d-4ede-bd86-05c6357659aa" + "f2acffd1-1c3d-4b09-99af-b4581f11c5b0" ], "x-ms-correlation-request-id": [ - "5cd91a0e-94dc-4644-a954-bb0607723e8d" + "3dc59640-6964-49a0-bd71-369a80484a76" ], "x-ms-arm-service-request-id": [ - "fc757b60-68bf-47be-a928-cc120da6af42" + "5578c80d-a021-49e2-9d5f-a426697eb629" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2519,13 +2540,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110815Z:5cd91a0e-94dc-4644-a954-bb0607723e8d" + "WESTUS:20200413T043503Z:3dc59640-6964-49a0-bd71-369a80484a76" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:15 GMT" + "Mon, 13 Apr 2020 04:35:02 GMT" ], "Content-Length": [ "30" @@ -2541,8 +2562,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2550,7 +2571,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2564,13 +2585,13 @@ "10" ], "x-ms-request-id": [ - "a2610b79-b0cc-4075-b4c3-6d2f4da4b93c" + "019bedaa-e8fd-4689-b9a2-c8d069469943" ], "x-ms-correlation-request-id": [ - "d0c0ad6a-82ee-4c16-82eb-321c65860125" + "85c3351f-a19a-4e78-8bae-97bc66412117" ], "x-ms-arm-service-request-id": [ - "e13ee387-428d-4e5a-86e9-aa65214af5ed" + "18097d78-10c0-4374-a75f-0490b81a216f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2583,13 +2604,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110826Z:d0c0ad6a-82ee-4c16-82eb-321c65860125" + "WESTUS:20200413T043513Z:85c3351f-a19a-4e78-8bae-97bc66412117" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:25 GMT" + "Mon, 13 Apr 2020 04:35:12 GMT" ], "Content-Length": [ "30" @@ -2605,8 +2626,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2614,7 +2635,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2628,13 +2649,13 @@ "10" ], "x-ms-request-id": [ - "667be429-7b01-4198-8939-7d79f60a3117" + "c3a6cc57-b0f7-4a93-b5b8-3ba1ddb14f7c" ], "x-ms-correlation-request-id": [ - "2161cccc-a65c-4578-82ac-b5c6141117e4" + "89affc2b-64ee-4643-bb05-114f190363cd" ], "x-ms-arm-service-request-id": [ - "5c781f12-8307-4d33-a040-754a2ee28a45" + "ddba6939-8f39-4928-858e-37e576c9319f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2647,13 +2668,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110836Z:2161cccc-a65c-4578-82ac-b5c6141117e4" + "WESTUS:20200413T043523Z:89affc2b-64ee-4643-bb05-114f190363cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:35 GMT" + "Mon, 13 Apr 2020 04:35:22 GMT" ], "Content-Length": [ "30" @@ -2669,8 +2690,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2678,7 +2699,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2692,13 +2713,13 @@ "10" ], "x-ms-request-id": [ - "5d3dccfa-fc55-48ca-8cad-4b983641581d" + "3a25a9c5-839a-49af-9111-bd87fce7d4ff" ], "x-ms-correlation-request-id": [ - "eac1d271-4276-438b-84a1-8e332060295e" + "48bd5455-d786-43cb-b11e-b3f8601bb63a" ], "x-ms-arm-service-request-id": [ - "2bb923e2-d431-4000-b7ea-790762cdc53c" + "9b91d499-5c22-46ab-b874-0eb1bfbb8637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2711,13 +2732,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110846Z:eac1d271-4276-438b-84a1-8e332060295e" + "WESTUS:20200413T043533Z:48bd5455-d786-43cb-b11e-b3f8601bb63a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:45 GMT" + "Mon, 13 Apr 2020 04:35:32 GMT" ], "Content-Length": [ "30" @@ -2733,8 +2754,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2742,7 +2763,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2756,13 +2777,13 @@ "10" ], "x-ms-request-id": [ - "7653f341-6fd1-4d36-83de-9bbeaac087a4" + "0e8ab7cc-09ff-44b2-a668-5df6ae551adf" ], "x-ms-correlation-request-id": [ - "a5c0977c-139f-4018-8a8e-caf9701541fc" + "495c1a80-3969-4a9b-a215-d0de3f59c68c" ], "x-ms-arm-service-request-id": [ - "ee9ce752-05e7-4011-afc0-c2b49004c9af" + "22f91175-d636-43fd-afd2-c668b9419ce1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2775,13 +2796,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110856Z:a5c0977c-139f-4018-8a8e-caf9701541fc" + "WESTUS:20200413T043543Z:495c1a80-3969-4a9b-a215-d0de3f59c68c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:08:55 GMT" + "Mon, 13 Apr 2020 04:35:42 GMT" ], "Content-Length": [ "30" @@ -2797,8 +2818,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2806,7 +2827,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2820,32 +2841,32 @@ "10" ], "x-ms-request-id": [ - "ab55cb83-db33-4036-b89c-335191b7b78b" + "54b2aa0c-3609-4525-91c0-5db2c4383c8d" ], "x-ms-correlation-request-id": [ - "555b63d8-6160-4b7a-ba51-15df619d8026" + "e3635462-414d-4373-95aa-486feb26e915" ], "x-ms-arm-service-request-id": [ - "c823c69f-d74c-4f7b-a38d-d4c15598e379" + "5d0e5e2d-0600-49a0-b2a5-81d072480e00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110906Z:555b63d8-6160-4b7a-ba51-15df619d8026" + "WESTUS:20200413T043553Z:e3635462-414d-4373-95aa-486feb26e915" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:06 GMT" + "Mon, 13 Apr 2020 04:35:52 GMT" ], "Content-Length": [ "30" @@ -2861,8 +2882,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2870,7 +2891,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2884,13 +2905,13 @@ "10" ], "x-ms-request-id": [ - "21536d1e-e372-447b-819d-557a5582fa51" + "bf49949c-80af-42e0-af49-4a0b3e7360fe" ], "x-ms-correlation-request-id": [ - "69434716-7d78-4eb9-9699-4124a8e3cd2b" + "3684bd06-ed2b-4156-807c-f4371412f1e8" ], "x-ms-arm-service-request-id": [ - "d8c060d2-6cf8-4cc9-b79d-262e746371c7" + "23b04002-c556-4c98-aa15-a57b4546a0c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2903,13 +2924,13 @@ "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110917Z:69434716-7d78-4eb9-9699-4124a8e3cd2b" + "WESTUS:20200413T043603Z:3684bd06-ed2b-4156-807c-f4371412f1e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:17 GMT" + "Mon, 13 Apr 2020 04:36:03 GMT" ], "Content-Length": [ "30" @@ -2925,8 +2946,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2934,7 +2955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2948,32 +2969,32 @@ "10" ], "x-ms-request-id": [ - "389fc34b-0c22-4b72-8351-efff89678a7d" + "578c57a5-6e28-480a-b899-554d47252c09" ], "x-ms-correlation-request-id": [ - "bbf0f187-156c-48c8-b7fe-4dfa4c1e3f1f" + "8e14e86e-de31-4d66-9d28-72c3991f7aa7" ], "x-ms-arm-service-request-id": [ - "c75e3b92-5624-4f98-8050-2a485911038d" + "30a22e9b-238d-409c-a15f-9b169397cc88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110927Z:bbf0f187-156c-48c8-b7fe-4dfa4c1e3f1f" + "WESTUS:20200413T043613Z:8e14e86e-de31-4d66-9d28-72c3991f7aa7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:27 GMT" + "Mon, 13 Apr 2020 04:36:13 GMT" ], "Content-Length": [ "30" @@ -2989,8 +3010,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2998,7 +3019,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3012,13 +3033,13 @@ "10" ], "x-ms-request-id": [ - "a2b5d0fb-f308-4d71-919e-c9b6954f9fae" + "13e18e80-979c-4982-a2d2-0483bc8912cd" ], "x-ms-correlation-request-id": [ - "e2403c39-2c75-4fe0-a021-caadf1754339" + "adbe62e1-7734-424f-afe0-f284d30b1b48" ], "x-ms-arm-service-request-id": [ - "9c2ba366-edc2-4cd7-9e30-f7e371ed9231" + "464ba31c-4926-42e6-a94a-dc071a1cc3c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3031,13 +3052,13 @@ "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110938Z:e2403c39-2c75-4fe0-a021-caadf1754339" + "WESTUS:20200413T043623Z:adbe62e1-7734-424f-afe0-f284d30b1b48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:37 GMT" + "Mon, 13 Apr 2020 04:36:23 GMT" ], "Content-Length": [ "30" @@ -3053,8 +3074,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3062,7 +3083,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3076,13 +3097,13 @@ "10" ], "x-ms-request-id": [ - "7d10b13a-2220-481f-bb62-e6f60767a4d5" + "29769b12-b8b6-4758-91c7-89eec2d734cf" ], "x-ms-correlation-request-id": [ - "56fcbd3e-46b1-41f9-8e8e-1a8bbf8d6a18" + "a38de8ab-6ebf-443a-926a-0e7a578037d6" ], "x-ms-arm-service-request-id": [ - "d32f0cfe-f338-4ff3-b8c5-dc30a3d38e41" + "0fcf8a38-7445-42b8-89cf-3d07051361f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3095,13 +3116,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110948Z:56fcbd3e-46b1-41f9-8e8e-1a8bbf8d6a18" + "WESTUS:20200413T043633Z:a38de8ab-6ebf-443a-926a-0e7a578037d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:48 GMT" + "Mon, 13 Apr 2020 04:36:33 GMT" ], "Content-Length": [ "30" @@ -3117,8 +3138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3126,7 +3147,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3140,13 +3161,13 @@ "10" ], "x-ms-request-id": [ - "5c3ab958-f95e-4901-99db-4b1804dff8c7" + "1fc3c3f4-6e79-4b46-a041-88efceb99bda" ], "x-ms-correlation-request-id": [ - "5c1a57b4-0f65-46d9-8474-9d74f38ca1ab" + "d679d7fc-298f-468a-9376-555a363ebdeb" ], "x-ms-arm-service-request-id": [ - "8e22a968-ab0f-4bb7-b324-73d18c560bd1" + "a1956b72-e1cf-4a8a-bac5-9fe7ffd9deb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3159,13 +3180,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T110958Z:5c1a57b4-0f65-46d9-8474-9d74f38ca1ab" + "WESTUS:20200413T043643Z:d679d7fc-298f-468a-9376-555a363ebdeb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:09:58 GMT" + "Mon, 13 Apr 2020 04:36:43 GMT" ], "Content-Length": [ "30" @@ -3181,8 +3202,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3190,7 +3211,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3204,32 +3225,32 @@ "10" ], "x-ms-request-id": [ - "c997d273-dc04-4de7-bed3-2cb937ade67f" + "f079f1be-cced-4377-a674-341a39d27585" ], "x-ms-correlation-request-id": [ - "7fda0a08-7bf7-4745-a8d2-5d4c796327c7" + "36c900b6-11f1-469c-bb21-738e5b0ff3e7" ], "x-ms-arm-service-request-id": [ - "948ac401-78ae-4d7e-886f-5405ab30b80e" + "00ae0d00-8548-451e-9023-99f7574f15cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111008Z:7fda0a08-7bf7-4745-a8d2-5d4c796327c7" + "WESTUS:20200413T043653Z:36c900b6-11f1-469c-bb21-738e5b0ff3e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:08 GMT" + "Mon, 13 Apr 2020 04:36:53 GMT" ], "Content-Length": [ "30" @@ -3245,8 +3266,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3254,7 +3275,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3268,13 +3289,13 @@ "10" ], "x-ms-request-id": [ - "b37f36a2-ff70-48fe-99aa-6801599dff10" + "e2d9f358-34cb-45db-94a4-61a24d2f0b74" ], "x-ms-correlation-request-id": [ - "1b42f8dc-23e9-441f-bd57-e5599a2009a5" + "208f6f3b-d793-4cd5-9c9c-73a3f5197d34" ], "x-ms-arm-service-request-id": [ - "db6316f4-6368-45a8-aab1-d4536902f193" + "86fa327a-0863-4dda-8d0a-9203e11686da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3287,13 +3308,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111019Z:1b42f8dc-23e9-441f-bd57-e5599a2009a5" + "WESTUS:20200413T043703Z:208f6f3b-d793-4cd5-9c9c-73a3f5197d34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:18 GMT" + "Mon, 13 Apr 2020 04:37:03 GMT" ], "Content-Length": [ "30" @@ -3309,8 +3330,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3318,7 +3339,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3332,13 +3353,13 @@ "10" ], "x-ms-request-id": [ - "6ff823ef-ce68-47ec-bc98-0ef0b869d9c7" + "b3bf603d-3dea-49d3-874f-fed760f6b1b8" ], "x-ms-correlation-request-id": [ - "8cf0f5a5-cb01-4c7e-963d-290738eaab29" + "b4c52280-4475-4c83-b898-9dde32c4433f" ], "x-ms-arm-service-request-id": [ - "e46d0673-6a61-4675-9095-7451c0c5ab96" + "dbb754fc-02b2-4085-83d9-3b46e64e6e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3351,13 +3372,13 @@ "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111029Z:8cf0f5a5-cb01-4c7e-963d-290738eaab29" + "WESTUS:20200413T043713Z:b4c52280-4475-4c83-b898-9dde32c4433f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:29 GMT" + "Mon, 13 Apr 2020 04:37:13 GMT" ], "Content-Length": [ "30" @@ -3373,8 +3394,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3382,7 +3403,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3396,13 +3417,13 @@ "10" ], "x-ms-request-id": [ - "a03b192c-3a97-4280-b63f-19d3bb80a4d5" + "f1341cac-f1ed-4d6d-8e81-fe966444c355" ], "x-ms-correlation-request-id": [ - "29505492-04d3-4fba-9037-2d043b4988c0" + "0aed7310-5400-48cd-877d-1a0fbf6a17f8" ], "x-ms-arm-service-request-id": [ - "84b38fdf-8005-42eb-a251-3f1c5c6138c8" + "18cb9d9e-8f32-47e9-ac52-2f0a4db13e32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3415,13 +3436,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111039Z:29505492-04d3-4fba-9037-2d043b4988c0" + "WESTUS:20200413T043723Z:0aed7310-5400-48cd-877d-1a0fbf6a17f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:39 GMT" + "Mon, 13 Apr 2020 04:37:23 GMT" ], "Content-Length": [ "30" @@ -3437,8 +3458,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3446,7 +3467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3460,32 +3481,32 @@ "10" ], "x-ms-request-id": [ - "3bc01f54-506d-4d18-8627-7c183bfba61f" + "132c60a2-0317-4464-bc09-e1ea211e301f" ], "x-ms-correlation-request-id": [ - "2517b713-cfd6-4982-9098-92de5dcedc15" + "fb7dad33-0c1a-4909-8bd7-34332b043633" ], "x-ms-arm-service-request-id": [ - "ab7d05f9-ae00-4c48-9ec6-b4a9596e7cc2" + "4ab9f78c-9951-410b-88bf-6ef78b0e5752" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111050Z:2517b713-cfd6-4982-9098-92de5dcedc15" + "WESTUS:20200413T043733Z:fb7dad33-0c1a-4909-8bd7-34332b043633" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:49 GMT" + "Mon, 13 Apr 2020 04:37:33 GMT" ], "Content-Length": [ "30" @@ -3501,8 +3522,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3510,7 +3531,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3524,13 +3545,13 @@ "10" ], "x-ms-request-id": [ - "ed204820-f3a3-4f67-932c-fed54d4df48d" + "94fc081d-e015-4d3a-9612-722406a2b84f" ], "x-ms-correlation-request-id": [ - "19f3fb6f-f637-4a0b-a27e-a3b0955a92a4" + "434dd501-8190-4212-b42c-4c5f1c7aa23d" ], "x-ms-arm-service-request-id": [ - "422f9d0c-3ec1-4b87-8f49-f2bb553f6c60" + "e06baf4c-1aba-47c4-9193-230197e7332a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3543,13 +3564,13 @@ "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111100Z:19f3fb6f-f637-4a0b-a27e-a3b0955a92a4" + "WESTUS:20200413T043744Z:434dd501-8190-4212-b42c-4c5f1c7aa23d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:10:59 GMT" + "Mon, 13 Apr 2020 04:37:43 GMT" ], "Content-Length": [ "30" @@ -3565,8 +3586,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3574,7 +3595,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3588,32 +3609,32 @@ "10" ], "x-ms-request-id": [ - "51f43205-ffe2-4ea8-90ae-410ea7d7b198" + "e8cdbd5b-ed7f-436b-a1af-e585a5420cf1" ], "x-ms-correlation-request-id": [ - "84285c84-a6e3-415c-bb54-17bb5fa8a184" + "450a5b28-272a-4f9c-b682-e1816c555d84" ], "x-ms-arm-service-request-id": [ - "b5302253-b724-4681-a5ec-3b70711c6418" + "cc785cf1-94b9-41a5-94a4-66eeeb680ced" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111110Z:84285c84-a6e3-415c-bb54-17bb5fa8a184" + "WESTUS:20200413T043754Z:450a5b28-272a-4f9c-b682-e1816c555d84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:11:09 GMT" + "Mon, 13 Apr 2020 04:37:53 GMT" ], "Content-Length": [ "30" @@ -3629,8 +3650,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3638,7 +3659,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3652,13 +3673,13 @@ "10" ], "x-ms-request-id": [ - "d61b118e-6648-4c79-98cf-9500b3e227fc" + "61017343-c043-4525-af19-761f286d73f6" ], "x-ms-correlation-request-id": [ - "b1108bce-4e4a-4c5b-837f-322e040e5604" + "747b5cfc-134e-435c-a3de-72cefa94171d" ], "x-ms-arm-service-request-id": [ - "e9104d85-8eb0-4b44-bf37-0eb4be4d523c" + "af97d747-27fd-4211-b4dc-9ce70766f410" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3671,13 +3692,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111121Z:b1108bce-4e4a-4c5b-837f-322e040e5604" + "WESTUS:20200413T043804Z:747b5cfc-134e-435c-a3de-72cefa94171d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:11:21 GMT" + "Mon, 13 Apr 2020 04:38:03 GMT" ], "Content-Length": [ "30" @@ -3693,8 +3714,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3702,7 +3723,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3716,13 +3737,13 @@ "10" ], "x-ms-request-id": [ - "f6ddf7e6-ce6d-4d5d-9710-acacbdf850f0" + "64a93a31-b619-4162-8d76-5c464467b6b3" ], "x-ms-correlation-request-id": [ - "609da8e6-97ac-4cc1-a375-c932a6f2e4b0" + "f5835392-2bf0-4357-afee-aa035f0fa3c6" ], "x-ms-arm-service-request-id": [ - "2b42589c-56d4-4138-8168-22408db2c4fc" + "31723b1d-5f0a-4a3d-a1d0-88fb3c40dd74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3735,13 +3756,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111131Z:609da8e6-97ac-4cc1-a375-c932a6f2e4b0" + "WESTUS:20200413T043814Z:f5835392-2bf0-4357-afee-aa035f0fa3c6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:11:31 GMT" + "Mon, 13 Apr 2020 04:38:13 GMT" ], "Content-Length": [ "30" @@ -3757,8 +3778,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3766,7 +3787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3780,13 +3801,13 @@ "10" ], "x-ms-request-id": [ - "25ad808b-16c1-4d90-92c2-1ebe99254bc2" + "2328384f-68a2-4fa4-b8ae-1babca680dd1" ], "x-ms-correlation-request-id": [ - "aafd35cb-0153-4b59-af29-5ee9a045f107" + "c7077412-2122-459a-8570-73bc2f99f64a" ], "x-ms-arm-service-request-id": [ - "f27ed26d-a3e0-48ec-9788-7a22dab868ab" + "efe665e9-f422-448d-a88d-77c3b112066d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3799,13 +3820,13 @@ "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111141Z:aafd35cb-0153-4b59-af29-5ee9a045f107" + "WESTUS:20200413T043824Z:c7077412-2122-459a-8570-73bc2f99f64a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:11:41 GMT" + "Mon, 13 Apr 2020 04:38:24 GMT" ], "Content-Length": [ "30" @@ -3821,8 +3842,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3830,7 +3851,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3844,13 +3865,13 @@ "10" ], "x-ms-request-id": [ - "63f4b79b-d136-403c-b54f-2a0b6063bd87" + "c689d856-cae1-4d0b-8062-b857e7fd8ec2" ], "x-ms-correlation-request-id": [ - "5bbacc9c-41fc-4593-9f4a-babd4ec27a8c" + "d9c498e1-d79b-4ab1-8df9-29a89b97adaa" ], "x-ms-arm-service-request-id": [ - "3ff71029-44ef-45ab-8c94-38b734e83644" + "23749223-3490-48df-9f8a-e1cdf4489a9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3863,13 +3884,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111152Z:5bbacc9c-41fc-4593-9f4a-babd4ec27a8c" + "WESTUS:20200413T043834Z:d9c498e1-d79b-4ab1-8df9-29a89b97adaa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:11:51 GMT" + "Mon, 13 Apr 2020 04:38:34 GMT" ], "Content-Length": [ "30" @@ -3885,8 +3906,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3894,7 +3915,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3908,13 +3929,13 @@ "10" ], "x-ms-request-id": [ - "908530a2-7347-4dfc-adb7-bf6f96d4abc3" + "173e93e4-c448-4260-ac59-2e378e9e39b1" ], "x-ms-correlation-request-id": [ - "7416491c-df60-41ff-98d2-96bbfa06054c" + "7aafb097-aea2-45bb-94e3-b5a51bb00afd" ], "x-ms-arm-service-request-id": [ - "cdf6245a-40f5-4851-9378-d74cf854c061" + "f6ac8967-a230-4aea-b3e8-e9e038041c83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3927,13 +3948,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111202Z:7416491c-df60-41ff-98d2-96bbfa06054c" + "WESTUS:20200413T043844Z:7aafb097-aea2-45bb-94e3-b5a51bb00afd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:01 GMT" + "Mon, 13 Apr 2020 04:38:44 GMT" ], "Content-Length": [ "30" @@ -3949,8 +3970,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3958,7 +3979,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3972,13 +3993,13 @@ "10" ], "x-ms-request-id": [ - "2c748318-080a-4c2d-8e9e-ac8762fac787" + "55c2f5a2-99be-49d3-8c38-e90d19cafdf2" ], "x-ms-correlation-request-id": [ - "fe89c2cd-8e00-4751-b3ea-e00932c5efa8" + "b1fbbab3-15e1-4cc3-9534-e789b6340fbc" ], "x-ms-arm-service-request-id": [ - "7fe58db6-1647-4c61-9cfb-fe14ea891e2a" + "39d28df0-823a-4913-9972-78927924bb02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3991,13 +4012,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111212Z:fe89c2cd-8e00-4751-b3ea-e00932c5efa8" + "WESTUS:20200413T043854Z:b1fbbab3-15e1-4cc3-9534-e789b6340fbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:12 GMT" + "Mon, 13 Apr 2020 04:38:54 GMT" ], "Content-Length": [ "30" @@ -4013,8 +4034,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4022,7 +4043,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4036,13 +4057,13 @@ "10" ], "x-ms-request-id": [ - "98915836-7098-4f37-ab5f-c5231ca85cef" + "084ba815-23e1-4150-ba1b-256affdc234d" ], "x-ms-correlation-request-id": [ - "727bdcbe-32b1-43a7-9ee5-a30ddf7ef86d" + "fcb36367-c00f-44d8-b463-b9e47e5f7e2f" ], "x-ms-arm-service-request-id": [ - "5e3dc94f-7b9d-4731-8dd1-6cdf119d5bb5" + "c4ebd974-0546-4bbf-b296-54fc6ff3812b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4055,13 +4076,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111223Z:727bdcbe-32b1-43a7-9ee5-a30ddf7ef86d" + "WESTUS:20200413T043904Z:fcb36367-c00f-44d8-b463-b9e47e5f7e2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:22 GMT" + "Mon, 13 Apr 2020 04:39:04 GMT" ], "Content-Length": [ "30" @@ -4077,8 +4098,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/c92cc641-ce4b-4a9d-9a6b-c446b14f07ee?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M5MmNjNjQxLWNlNGItNGE5ZC05YTZiLWM0NDZiMTRmMDdlZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4086,7 +4107,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4096,14 +4117,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "5744c103-a076-488f-8eed-6468c8fea92d" + "3c31e997-aa90-4519-8fb5-ba58cfd55303" ], "x-ms-correlation-request-id": [ - "e98784af-b7e6-413e-9061-4c01ed2c8283" + "4c29c106-58b6-4d66-9acd-396875ae1975" ], "x-ms-arm-service-request-id": [ - "c1d6c93a-fb33-42ae-afbb-f11d0838f9ab" + "f6705156-9d8a-446a-a74c-38e102d8fb06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4116,16 +4140,16 @@ "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111233Z:e98784af-b7e6-413e-9061-4c01ed2c8283" + "WESTUS:20200413T043914Z:4c29c106-58b6-4d66-9acd-396875ae1975" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:32 GMT" + "Mon, 13 Apr 2020 04:39:14 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4134,12 +4158,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4147,7 +4171,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4161,13 +4185,13 @@ "10" ], "x-ms-request-id": [ - "39790a0b-8d4c-4a5a-91e7-a4318e51b314" + "4076a0c0-ce73-4c92-abc8-88422afc382f" ], "x-ms-correlation-request-id": [ - "36588e15-d8c8-4573-a689-89bf7fb2e38b" + "1fa235be-2b29-4827-8454-c9d3f49eedb4" ], "x-ms-arm-service-request-id": [ - "4e6cb3b5-10eb-473d-9b6f-6809b5c8e7c9" + "0d3c87af-09f6-40f7-a60b-1b3f254c0988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4177,16 +4201,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111252Z:36588e15-d8c8-4573-a689-89bf7fb2e38b" + "WESTUS:20200413T043924Z:1fa235be-2b29-4827-8454-c9d3f49eedb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:12:51 GMT" + "Mon, 13 Apr 2020 04:39:24 GMT" ], "Content-Length": [ "30" @@ -4202,8 +4226,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4211,7 +4235,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4225,13 +4249,13 @@ "10" ], "x-ms-request-id": [ - "f732dc42-f80c-411f-a1a8-0d138fdeb14e" + "f7d004e8-5478-4cb5-b386-ca902657faa7" ], "x-ms-correlation-request-id": [ - "1e2d0956-e5f0-499a-8874-691a26943409" + "8af872ea-5d14-46a3-bc79-e52544d532a0" ], "x-ms-arm-service-request-id": [ - "b05ac7d0-df7d-43c1-8262-f511ba1db057" + "0a05d7f4-4589-431f-9039-190196a0f55d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4241,16 +4265,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111302Z:1e2d0956-e5f0-499a-8874-691a26943409" + "WESTUS:20200413T043934Z:8af872ea-5d14-46a3-bc79-e52544d532a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:01 GMT" + "Mon, 13 Apr 2020 04:39:34 GMT" ], "Content-Length": [ "30" @@ -4266,8 +4290,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4275,7 +4299,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4289,13 +4313,13 @@ "10" ], "x-ms-request-id": [ - "8255d021-4074-4f39-a078-aebeedff1c6a" + "1abf54f7-21bd-4193-8009-b8ed45cfbfed" ], "x-ms-correlation-request-id": [ - "af4a38bc-f92e-489a-947f-5cb5b211363b" + "34bfcd89-b2a9-49b0-bf86-d3ca8bb05faf" ], "x-ms-arm-service-request-id": [ - "a538bc7b-8f88-47f8-9191-44423497d283" + "b7671274-62b9-46a4-af93-d4b49dc16dd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4305,16 +4329,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111312Z:af4a38bc-f92e-489a-947f-5cb5b211363b" + "WESTUS:20200413T043944Z:34bfcd89-b2a9-49b0-bf86-d3ca8bb05faf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:12 GMT" + "Mon, 13 Apr 2020 04:39:44 GMT" ], "Content-Length": [ "30" @@ -4330,8 +4354,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4339,7 +4363,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4353,13 +4377,13 @@ "10" ], "x-ms-request-id": [ - "07f12b7f-3e1f-4f8a-8da2-3908eefc1a8f" + "7a877d6d-ee14-421e-a09f-8357c402ce97" ], "x-ms-correlation-request-id": [ - "4c017b4e-1d17-4add-ae74-8cfffd6fb948" + "7f1d2a51-cc5e-4aac-98a1-0b7e8fc99bf9" ], "x-ms-arm-service-request-id": [ - "404dfcb1-07a3-4bd0-8193-b24eee631132" + "120b2dea-9f89-4903-84d1-1f7d02957576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4369,16 +4393,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111323Z:4c017b4e-1d17-4add-ae74-8cfffd6fb948" + "WESTUS:20200413T043954Z:7f1d2a51-cc5e-4aac-98a1-0b7e8fc99bf9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:22 GMT" + "Mon, 13 Apr 2020 04:39:54 GMT" ], "Content-Length": [ "30" @@ -4394,8 +4418,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4fc7e3ad-b58a-4a1f-a6de-ebf1e175edae?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRmYzdlM2FkLWI1OGEtNGExZi1hNmRlLWViZjFlMTc1ZWRhZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4403,7 +4427,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4413,17 +4437,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "25f1b6d7-5410-462b-bf41-26b2ef7a2ea2" + "647c3bfb-73a2-49ac-829a-985e193c0b35" ], "x-ms-correlation-request-id": [ - "e85cde98-a9f0-4dbc-8707-92d2396bd576" + "6a99aa61-f4bc-4acc-a367-3ef6dd893f59" ], "x-ms-arm-service-request-id": [ - "cd1708f4-d372-4231-a81e-a8c9fca3a9b3" + "653497b3-da9c-4ac9-a154-8fd75b0bc6aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4433,19 +4454,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111333Z:e85cde98-a9f0-4dbc-8707-92d2396bd576" + "WESTUS:20200413T044004Z:6a99aa61-f4bc-4acc-a367-3ef6dd893f59" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:33 GMT" + "Mon, 13 Apr 2020 04:40:04 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4454,12 +4475,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4467,7 +4488,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4481,32 +4502,32 @@ "10" ], "x-ms-request-id": [ - "895bdf17-524d-4553-b356-ea56c1838ff3" + "45175abc-ee66-47de-9bbb-5001a9680249" ], "x-ms-correlation-request-id": [ - "b094dc3c-d318-403e-8b8a-ab79589cee46" + "23bbbc39-3e72-4fee-bee8-948731bcb4a2" ], "x-ms-arm-service-request-id": [ - "5e8d9ed4-acea-45af-8be8-b176fcb9500f" + "688b896a-8eb5-4fef-b8b3-bc230a5fcb5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111343Z:b094dc3c-d318-403e-8b8a-ab79589cee46" + "WESTUS:20200413T044016Z:23bbbc39-3e72-4fee-bee8-948731bcb4a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:43 GMT" + "Mon, 13 Apr 2020 04:40:15 GMT" ], "Content-Length": [ "30" @@ -4522,8 +4543,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4531,7 +4552,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4545,13 +4566,13 @@ "10" ], "x-ms-request-id": [ - "dd8861cb-aa7e-48d7-bad7-3621c037077f" + "7715e586-4113-43d8-899c-41b2cded830f" ], "x-ms-correlation-request-id": [ - "9ebbaf9c-a0d0-4d4b-8dd9-4611d3d5030b" + "2d6cae48-d1e7-42a1-94cc-4a85bf1470f1" ], "x-ms-arm-service-request-id": [ - "eef92c87-a68b-44ba-97fd-26a4653dbdc2" + "0a911d3c-e4be-473b-8dde-9c938c273dd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4561,16 +4582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111354Z:9ebbaf9c-a0d0-4d4b-8dd9-4611d3d5030b" + "WESTUS:20200413T044026Z:2d6cae48-d1e7-42a1-94cc-4a85bf1470f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:13:53 GMT" + "Mon, 13 Apr 2020 04:40:26 GMT" ], "Content-Length": [ "30" @@ -4586,8 +4607,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4595,7 +4616,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4609,32 +4630,32 @@ "10" ], "x-ms-request-id": [ - "080d4caa-2c9e-4e42-a82d-25195de80957" + "d3c99e0b-1ffe-4542-9fc2-cbf23d035758" ], "x-ms-correlation-request-id": [ - "062610ed-d39d-4a1b-8097-f5039e1e4b5e" + "a1fbfc97-0cde-45b8-aff1-56488d826b3b" ], "x-ms-arm-service-request-id": [ - "79a6274e-24c9-4b0a-819e-0b0cfdd05fe5" + "3c0f0f92-1bc4-4bb1-a0e7-29b2dd204da4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111404Z:062610ed-d39d-4a1b-8097-f5039e1e4b5e" + "WESTUS:20200413T044036Z:a1fbfc97-0cde-45b8-aff1-56488d826b3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:03 GMT" + "Mon, 13 Apr 2020 04:40:36 GMT" ], "Content-Length": [ "30" @@ -4650,8 +4671,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4659,7 +4680,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4673,13 +4694,13 @@ "10" ], "x-ms-request-id": [ - "776dd2b3-dd4c-4ab8-bf8b-b555bae07e40" + "6200a284-8acc-4024-afa5-b013185ba730" ], "x-ms-correlation-request-id": [ - "749ad703-a672-4ffc-872e-59d8f50b6cfe" + "1928b3dc-6953-431e-89b5-7c2b8f918720" ], "x-ms-arm-service-request-id": [ - "a3c817df-8be4-41f7-abe5-b74417b4476e" + "4a577028-0da1-40f7-89dd-68e60e0fd79f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4689,16 +4710,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111414Z:749ad703-a672-4ffc-872e-59d8f50b6cfe" + "WESTUS:20200413T044046Z:1928b3dc-6953-431e-89b5-7c2b8f918720" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:14 GMT" + "Mon, 13 Apr 2020 04:40:46 GMT" ], "Content-Length": [ "30" @@ -4714,8 +4735,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4723,7 +4744,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4737,13 +4758,13 @@ "10" ], "x-ms-request-id": [ - "b5bdb23b-33ac-41ff-af96-e149f2a5073a" + "10485025-1f13-48ad-9132-f2a9b735f468" ], "x-ms-correlation-request-id": [ - "954e8510-6ebd-49fe-b2d7-cbd1c89f437c" + "ba527828-7db4-4ce0-b6ea-60fc66d23bab" ], "x-ms-arm-service-request-id": [ - "a822afd7-8626-4ec3-b776-7d1e39874c27" + "bdfae39b-3c22-4ff9-b639-2a213966c9f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4753,16 +4774,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111424Z:954e8510-6ebd-49fe-b2d7-cbd1c89f437c" + "WESTUS:20200413T044057Z:ba527828-7db4-4ce0-b6ea-60fc66d23bab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:24 GMT" + "Mon, 13 Apr 2020 04:40:56 GMT" ], "Content-Length": [ "30" @@ -4778,8 +4799,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4787,7 +4808,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4801,13 +4822,13 @@ "10" ], "x-ms-request-id": [ - "08df90a4-7943-427c-94ba-0de130a80617" + "ee845fba-0064-40c7-a92b-b785daf51366" ], "x-ms-correlation-request-id": [ - "514f4b7f-8d40-4766-89be-44b35e1018e4" + "1d315c74-a126-4e57-a15a-22a525cae1d5" ], "x-ms-arm-service-request-id": [ - "09579c24-7693-4ac2-b0ad-06bcd64e9b68" + "499b413d-d698-4148-8cce-ae285554dadc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4817,16 +4838,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111435Z:514f4b7f-8d40-4766-89be-44b35e1018e4" + "WESTUS:20200413T044107Z:1d315c74-a126-4e57-a15a-22a525cae1d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:34 GMT" + "Mon, 13 Apr 2020 04:41:06 GMT" ], "Content-Length": [ "30" @@ -4842,8 +4863,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4851,7 +4872,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4865,32 +4886,32 @@ "10" ], "x-ms-request-id": [ - "03672c93-99ce-47b4-a196-7853aff80f1a" + "a07dd696-9dd9-4fcf-9df5-7a5c679a322d" ], "x-ms-correlation-request-id": [ - "2b6e5d21-cbb3-409d-a8f3-f7875acf2a54" + "f7266e78-47d3-4c83-9e6d-b3b40da958fa" ], "x-ms-arm-service-request-id": [ - "38c0ed8e-ef93-4ec7-a505-5b6eb157ab22" + "34b2f410-d3f3-4757-af89-faaf002c0f83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111445Z:2b6e5d21-cbb3-409d-a8f3-f7875acf2a54" + "WESTUS:20200413T044117Z:f7266e78-47d3-4c83-9e6d-b3b40da958fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:44 GMT" + "Mon, 13 Apr 2020 04:41:16 GMT" ], "Content-Length": [ "30" @@ -4906,8 +4927,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4915,7 +4936,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4929,13 +4950,13 @@ "10" ], "x-ms-request-id": [ - "350a0274-1f31-4ef7-a15e-6162e891c558" + "a5e63df3-2e30-45dc-a44c-ee97a82427e1" ], "x-ms-correlation-request-id": [ - "19289bd2-5958-4798-bea6-6454a2920c4e" + "4cffde50-0959-4346-ad00-459d9bf10350" ], "x-ms-arm-service-request-id": [ - "84d8f064-5ca1-4005-97e8-bdd68f264c07" + "26c0d9ed-fdad-4259-bdb3-ec86bdd077dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4945,16 +4966,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111456Z:19289bd2-5958-4798-bea6-6454a2920c4e" + "WESTUS:20200413T044127Z:4cffde50-0959-4346-ad00-459d9bf10350" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:14:55 GMT" + "Mon, 13 Apr 2020 04:41:26 GMT" ], "Content-Length": [ "30" @@ -4970,8 +4991,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4979,7 +5000,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4993,32 +5014,32 @@ "10" ], "x-ms-request-id": [ - "a904dd3e-feb0-4f8c-b8c7-ca11fe34f7fb" + "cfb7c99d-0eb1-49f4-b5bb-709b9ab4d184" ], "x-ms-correlation-request-id": [ - "925a7808-92ae-4a1e-9013-b5004ccf2bb1" + "7e50dbf8-c658-45e3-ab6e-07af98a0d075" ], "x-ms-arm-service-request-id": [ - "5ab19907-c8d8-4258-8072-2a999ec59051" + "18d84f89-25b2-4d5a-bad0-eb1f3efab114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111506Z:925a7808-92ae-4a1e-9013-b5004ccf2bb1" + "WESTUS:20200413T044137Z:7e50dbf8-c658-45e3-ab6e-07af98a0d075" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:05 GMT" + "Mon, 13 Apr 2020 04:41:36 GMT" ], "Content-Length": [ "30" @@ -5034,8 +5055,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5043,7 +5064,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5057,13 +5078,13 @@ "10" ], "x-ms-request-id": [ - "5b1e4d98-64c0-490b-b757-251f02426ce6" + "9afa0ad8-4545-4321-bc02-58223827e73d" ], "x-ms-correlation-request-id": [ - "cff6edcb-1680-453e-b5a9-7d0a8a796df0" + "2bfbcaf6-4287-450a-a270-96ba4c2e14e3" ], "x-ms-arm-service-request-id": [ - "cfc5cf36-a67b-44d9-bfa8-1d8c90f51c63" + "25b9f0b5-ea4e-4395-aeff-bd61b1385fe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5073,16 +5094,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111516Z:cff6edcb-1680-453e-b5a9-7d0a8a796df0" + "WESTUS:20200413T044147Z:2bfbcaf6-4287-450a-a270-96ba4c2e14e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:16 GMT" + "Mon, 13 Apr 2020 04:41:46 GMT" ], "Content-Length": [ "30" @@ -5098,8 +5119,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9e7eeda5-ad14-4745-a7d3-6c04f27249f8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllN2VlZGE1LWFkMTQtNDc0NS1hN2QzLTZjMDRmMjcyNDlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5107,7 +5128,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5117,17 +5138,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "e9c24d6b-13ac-4495-a0d0-a97e301ea6e9" + "453b192e-aef2-4ca5-8a17-71bc28b6b8c2" ], "x-ms-correlation-request-id": [ - "930ff845-ee30-4e45-b7cc-4f1a2aba77b6" + "af2de233-53c9-42d6-a13d-f05c2b347cdb" ], "x-ms-arm-service-request-id": [ - "d352d21b-0787-49f2-9e02-aa9b32149e53" + "39c1694c-fe63-45a1-adfe-915c267bb71b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5137,19 +5155,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111526Z:930ff845-ee30-4e45-b7cc-4f1a2aba77b6" + "WESTUS:20200413T044157Z:af2de233-53c9-42d6-a13d-f05c2b347cdb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:26 GMT" + "Mon, 13 Apr 2020 04:41:56 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5158,12 +5176,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/511172c6-d654-4f85-bd3f-de8a58350031?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUxMTE3MmM2LWQ2NTQtNGY4NS1iZDNmLWRlOGE1ODM1MDAzMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5171,7 +5189,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5185,32 +5203,32 @@ "10" ], "x-ms-request-id": [ - "74cf9313-2460-4eac-a9a3-6bb59d0eaa1a" + "b8267ed4-f068-43ce-99a3-5c721c7d687b" ], "x-ms-correlation-request-id": [ - "05244b80-8bb3-4ff1-8368-036aee1678d7" + "04cc53b5-c561-4a40-932f-da7f2ecedc8b" ], "x-ms-arm-service-request-id": [ - "d0802d90-5e1d-479a-a0bb-a0983e3bfea3" + "b4d3f786-3b8b-4a99-b371-0aae02b6f148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111536Z:05244b80-8bb3-4ff1-8368-036aee1678d7" + "WESTUS:20200413T044208Z:04cc53b5-c561-4a40-932f-da7f2ecedc8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:36 GMT" + "Mon, 13 Apr 2020 04:42:08 GMT" ], "Content-Length": [ "30" @@ -5226,8 +5244,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/511172c6-d654-4f85-bd3f-de8a58350031?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzUxMTE3MmM2LWQ2NTQtNGY4NS1iZDNmLWRlOGE1ODM1MDAzMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5235,7 +5253,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5245,39 +5263,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "2de4e8e9-1fe4-420d-8180-61a5046a25b5" + "8b078766-774f-4049-a28c-2fae0b5f5728" ], "x-ms-correlation-request-id": [ - "cfdb1c97-b579-4626-b9f1-e599ba0f2654" + "8fad9ab1-57d8-4c5f-b09c-94d0d85549d0" ], "x-ms-arm-service-request-id": [ - "87924b63-f3b7-4791-8787-eccee1abdd87" + "566f3091-ba2c-4cc3-ad94-d1a589df6e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111547Z:cfdb1c97-b579-4626-b9f1-e599ba0f2654" + "WESTUS:20200413T044218Z:8fad9ab1-57d8-4c5f-b09c-94d0d85549d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:46 GMT" + "Mon, 13 Apr 2020 04:42:18 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5286,12 +5301,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8c760cc0-23a8-4ef9-a3a1-bdad3c5226a1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhjNzYwY2MwLTIzYTgtNGVmOS1hM2ExLWJkYWQzYzUyMjZhMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5299,7 +5314,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5313,32 +5328,32 @@ "10" ], "x-ms-request-id": [ - "ce63aebd-c5c8-4acd-be64-e3fd8f3d17c0" + "18143f9d-8462-4f8f-806e-0baa06f3f010" ], "x-ms-correlation-request-id": [ - "02de94b5-ec43-451d-a681-cbbb635a7fae" + "80952f4e-5fb7-47ec-bb29-1df593cadcea" ], "x-ms-arm-service-request-id": [ - "880fea31-ea6a-4eb2-bbcf-ae28e63114c0" + "6c6b0bb8-5816-4586-9ddf-d66aa26df62f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111557Z:02de94b5-ec43-451d-a681-cbbb635a7fae" + "WESTUS:20200413T044230Z:80952f4e-5fb7-47ec-bb29-1df593cadcea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:15:57 GMT" + "Mon, 13 Apr 2020 04:42:29 GMT" ], "Content-Length": [ "30" @@ -5354,8 +5369,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8c760cc0-23a8-4ef9-a3a1-bdad3c5226a1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhjNzYwY2MwLTIzYTgtNGVmOS1hM2ExLWJkYWQzYzUyMjZhMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5363,7 +5378,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5373,17 +5388,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "66b4da49-7807-4d3e-8990-4f990cd156c5" + "f067f0e7-0ea0-4508-8d59-94940deeae64" ], "x-ms-correlation-request-id": [ - "0121fba1-0b7e-4dbc-a462-90857f24d2fb" + "2222d99b-50bf-4f93-9d80-5c1d6f2365c9" ], "x-ms-arm-service-request-id": [ - "84ba2111-e5ba-4b54-8104-96affcd3d153" + "f1f588f6-0714-497b-a408-b207a5fb3135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5393,19 +5405,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111608Z:0121fba1-0b7e-4dbc-a462-90857f24d2fb" + "WESTUS:20200413T044240Z:2222d99b-50bf-4f93-9d80-5c1d6f2365c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:07 GMT" + "Mon, 13 Apr 2020 04:42:39 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5414,20 +5426,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNS9zdG9wP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "295e1d4d-263c-4a9e-919d-e9bac07ae64d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5437,17 +5455,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "e018be53-10d0-4e92-8aac-009d46a47648" + "415ddb61-73b6-4fee-968f-04c71db1b72e" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7bbaf404-d939-4f52-9ea1-6fa1516f8a62" + "08cc9ef6-1227-4c05-ba5f-5c907a1c9f39" ], "x-ms-arm-service-request-id": [ - "e47b343b-e912-4216-9b66-2665728ed2a2" + "e5949bf1-25aa-4726-a0a5-06913446b67f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5456,34 +5480,31 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111618Z:7bbaf404-d939-4f52-9ea1-6fa1516f8a62" + "WESTUS:20200413T044242Z:08cc9ef6-1227-4c05-ba5f-5c907a1c9f39" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:17 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:42:42 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5491,7 +5512,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5505,13 +5526,13 @@ "10" ], "x-ms-request-id": [ - "60df36a7-f4e0-42f5-87a4-7069e4d51459" + "a655b243-3239-4196-b1b8-1b42568a1979" ], "x-ms-correlation-request-id": [ - "4999742f-0411-4f1b-8fc5-b4225bb32bb0" + "b362c1fe-e57f-4c37-ad34-bf341c37e977" ], "x-ms-arm-service-request-id": [ - "9481ff53-0292-4155-b329-f12dc2181777" + "8afd454c-b22c-47fa-a39f-3a0fc74733df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5521,16 +5542,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111628Z:4999742f-0411-4f1b-8fc5-b4225bb32bb0" + "WESTUS:20200413T044252Z:b362c1fe-e57f-4c37-ad34-bf341c37e977" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:27 GMT" + "Mon, 13 Apr 2020 04:42:52 GMT" ], "Content-Length": [ "30" @@ -5546,8 +5567,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5555,7 +5576,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5569,13 +5590,13 @@ "10" ], "x-ms-request-id": [ - "2dfb2ac6-804b-409e-9183-3872a5170e39" + "9901281d-a2ab-4c3f-9010-8c26e09e448e" ], "x-ms-correlation-request-id": [ - "b785cfa7-de72-4bf5-94d4-137558c68930" + "81d4ea17-a8e4-4b71-90b8-02bbc9c2c0dd" ], "x-ms-arm-service-request-id": [ - "4d15c087-1ea8-4126-a470-e9b934bdaddd" + "5c9dcbc5-62cf-4b2b-ad2d-23ec7c267e62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5585,16 +5606,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111638Z:b785cfa7-de72-4bf5-94d4-137558c68930" + "WESTUS:20200413T044302Z:81d4ea17-a8e4-4b71-90b8-02bbc9c2c0dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:37 GMT" + "Mon, 13 Apr 2020 04:43:02 GMT" ], "Content-Length": [ "30" @@ -5610,8 +5631,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5619,7 +5640,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5633,13 +5654,13 @@ "10" ], "x-ms-request-id": [ - "77bd86e2-70ac-4320-bb45-8439e425f82a" + "5907e32d-505f-401b-aa78-262ea9b75531" ], "x-ms-correlation-request-id": [ - "dbef517a-7bab-4e18-9844-bbe9dc1b7909" + "f154b2ba-d9f5-4518-a21d-e85d686b5cf0" ], "x-ms-arm-service-request-id": [ - "f437104b-6e62-4337-8f18-a808f2fbb6cc" + "26dcd744-bb73-4932-84b8-f0eba597145b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5649,16 +5670,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111649Z:dbef517a-7bab-4e18-9844-bbe9dc1b7909" + "WESTUS:20200413T044312Z:f154b2ba-d9f5-4518-a21d-e85d686b5cf0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:48 GMT" + "Mon, 13 Apr 2020 04:43:12 GMT" ], "Content-Length": [ "30" @@ -5674,8 +5695,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5683,7 +5704,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5697,13 +5718,13 @@ "10" ], "x-ms-request-id": [ - "55c41251-8991-423d-ad87-0df323307570" + "26410285-9ebc-4720-a532-6152014dc2e8" ], "x-ms-correlation-request-id": [ - "2a7a4e7a-5d87-4a99-bf22-6ba4719a0772" + "14ff1964-7d6a-489c-834a-6ca75726deb5" ], "x-ms-arm-service-request-id": [ - "50772a9e-027e-4025-b719-8799f81fdfc2" + "a74fa78c-9715-437c-9997-aa6706f14ca0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5713,16 +5734,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111659Z:2a7a4e7a-5d87-4a99-bf22-6ba4719a0772" + "WESTUS:20200413T044322Z:14ff1964-7d6a-489c-834a-6ca75726deb5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:16:58 GMT" + "Mon, 13 Apr 2020 04:43:21 GMT" ], "Content-Length": [ "30" @@ -5738,8 +5759,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5747,7 +5768,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5761,13 +5782,13 @@ "10" ], "x-ms-request-id": [ - "4d8d5aed-7196-48e2-b557-ed3b023101a3" + "4e3bd27b-6994-4fde-8471-9222791fa113" ], "x-ms-correlation-request-id": [ - "dc053a9b-dcb0-4702-9867-73c79e0a52b6" + "062c318a-5589-4831-af0f-73c70722665d" ], "x-ms-arm-service-request-id": [ - "873cdaf9-92a4-43dc-802a-1865d9f5b304" + "6e0b08b3-fc41-412e-b693-78ce41f1a559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5777,16 +5798,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111709Z:dc053a9b-dcb0-4702-9867-73c79e0a52b6" + "WESTUS:20200413T044332Z:062c318a-5589-4831-af0f-73c70722665d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:17:08 GMT" + "Mon, 13 Apr 2020 04:43:31 GMT" ], "Content-Length": [ "30" @@ -5802,8 +5823,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5811,7 +5832,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5825,32 +5846,32 @@ "10" ], "x-ms-request-id": [ - "ba5a8b5e-50cb-43f8-b044-1cc44b1e8035" + "c7ed4263-61b6-4589-8692-8f87ce4675a9" ], "x-ms-correlation-request-id": [ - "f4a2cd23-92e1-4da2-b252-90a4866c7b97" + "daa6d9a6-6698-4e5a-a0ea-71e25be53c0b" ], "x-ms-arm-service-request-id": [ - "de217402-1f40-4357-a219-4dec2705aa76" + "33c463df-07a5-44b9-9ade-aa001cc4b664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111720Z:f4a2cd23-92e1-4da2-b252-90a4866c7b97" + "WESTUS:20200413T044342Z:daa6d9a6-6698-4e5a-a0ea-71e25be53c0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:17:20 GMT" + "Mon, 13 Apr 2020 04:43:41 GMT" ], "Content-Length": [ "30" @@ -5866,8 +5887,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5875,7 +5896,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5889,13 +5910,13 @@ "10" ], "x-ms-request-id": [ - "6b4ada63-3bf0-42ca-9e05-6ce8e5e8fb70" + "d98a8323-0db0-471f-acb6-a70aa73a11a8" ], "x-ms-correlation-request-id": [ - "f57f71e9-4ca0-42a0-b81a-c359c1290a86" + "9f844856-9ce0-4060-a309-2ff55e41fedf" ], "x-ms-arm-service-request-id": [ - "2428bae3-091a-426b-a405-4987a7f71682" + "1a3b1f30-6dae-4f4a-a9b0-2f209220ce54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5905,16 +5926,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111730Z:f57f71e9-4ca0-42a0-b81a-c359c1290a86" + "WESTUS:20200413T044352Z:9f844856-9ce0-4060-a309-2ff55e41fedf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:17:30 GMT" + "Mon, 13 Apr 2020 04:43:51 GMT" ], "Content-Length": [ "30" @@ -5930,8 +5951,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5939,7 +5960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5953,32 +5974,32 @@ "10" ], "x-ms-request-id": [ - "6c3f6f6f-debf-4467-80cd-7dde1ff19f5c" + "38809b71-6934-4cb2-9812-2f3ac59578f2" ], "x-ms-correlation-request-id": [ - "ed359ad9-bb03-4c30-9c2f-c15420291d20" + "9c92f8e1-7c30-4964-8cba-f8122b40f2a6" ], "x-ms-arm-service-request-id": [ - "17cb52c6-0f25-423a-b9db-3bd714302978" + "1f334822-b6e6-4e61-9e46-6f961cc6884f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111740Z:ed359ad9-bb03-4c30-9c2f-c15420291d20" + "WESTUS:20200413T044402Z:9c92f8e1-7c30-4964-8cba-f8122b40f2a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:17:40 GMT" + "Mon, 13 Apr 2020 04:44:01 GMT" ], "Content-Length": [ "30" @@ -5994,8 +6015,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6003,7 +6024,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6017,13 +6038,13 @@ "10" ], "x-ms-request-id": [ - "1a953a44-5a73-48fc-a7ed-f4dd8bd9b33b" + "c098d861-9664-424a-9b9f-9636713f40e0" ], "x-ms-correlation-request-id": [ - "7aeadf71-e284-4f16-a806-80b266175209" + "b667f4ea-4cf8-4017-a293-b8aa4c44553a" ], "x-ms-arm-service-request-id": [ - "ea82466f-9aab-4dd5-9ecf-e5465d7422be" + "b074ce74-0578-4dfc-988d-767dffc83b6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6033,16 +6054,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111751Z:7aeadf71-e284-4f16-a806-80b266175209" + "WESTUS:20200413T044412Z:b667f4ea-4cf8-4017-a293-b8aa4c44553a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:17:50 GMT" + "Mon, 13 Apr 2020 04:44:11 GMT" ], "Content-Length": [ "30" @@ -6058,8 +6079,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6067,7 +6088,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6081,13 +6102,13 @@ "10" ], "x-ms-request-id": [ - "ffc04345-ce05-43ba-ad6a-efbcd69e7958" + "0225f2e0-b0c9-413b-9c84-e576e7e85361" ], "x-ms-correlation-request-id": [ - "28519b4e-f80b-4556-9cb9-c6bedd1d24f5" + "d9232886-a098-4815-8d73-9277a46e9060" ], "x-ms-arm-service-request-id": [ - "c239359a-b282-4082-92ed-4fd0be184c9c" + "2671ce12-c5b6-41fc-abe3-124fc2b7f0ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6097,16 +6118,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111801Z:28519b4e-f80b-4556-9cb9-c6bedd1d24f5" + "WESTUS:20200413T044422Z:d9232886-a098-4815-8d73-9277a46e9060" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:00 GMT" + "Mon, 13 Apr 2020 04:44:22 GMT" ], "Content-Length": [ "30" @@ -6122,8 +6143,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6131,7 +6152,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6145,13 +6166,13 @@ "10" ], "x-ms-request-id": [ - "ae01ad7d-3b89-4cd7-89b2-b7a7793b9278" + "1ffde111-c5b9-4571-b51c-7bf903f86852" ], "x-ms-correlation-request-id": [ - "b5aa0f3d-54c7-47cf-9ca1-77b9d01b6885" + "9a053c71-f58d-4f4e-8c29-5716bba3ddd7" ], "x-ms-arm-service-request-id": [ - "ddb82eef-1ff5-4888-8702-a47acd468ca1" + "b0302709-351f-4f5c-b9bd-3a49a7a4c9af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6161,16 +6182,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111811Z:b5aa0f3d-54c7-47cf-9ca1-77b9d01b6885" + "WESTUS:20200413T044432Z:9a053c71-f58d-4f4e-8c29-5716bba3ddd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:11 GMT" + "Mon, 13 Apr 2020 04:44:32 GMT" ], "Content-Length": [ "30" @@ -6186,8 +6207,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3117f599-d518-4afa-b55d-df8678a59d1c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzMxMTdmNTk5LWQ1MTgtNGFmYS1iNTVkLWRmODY3OGE1OWQxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6195,7 +6216,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6205,36 +6226,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "35a50614-8e3e-4331-8640-9094ddd9cb44" + "37c04dc6-e60a-420d-9bae-60c0689ed017" ], "x-ms-correlation-request-id": [ - "d148ac1b-dc02-4549-b622-6aa1bd076cd7" + "2f251969-6024-443b-957d-74f85aa0ea33" ], "x-ms-arm-service-request-id": [ - "ecc9812e-36f1-4093-9191-ff7f1b30c93c" + "d4773f6c-57bd-4b41-88e1-84c33c9df3db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111821Z:d148ac1b-dc02-4549-b622-6aa1bd076cd7" + "WESTUS:20200413T044442Z:2f251969-6024-443b-957d-74f85aa0ea33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:21 GMT" + "Mon, 13 Apr 2020 04:44:42 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6243,12 +6267,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6256,7 +6280,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6270,13 +6294,13 @@ "10" ], "x-ms-request-id": [ - "8d9aaa20-b968-487d-9dd1-5be2ab6afcba" + "3e45d2c9-dfd1-4444-a53e-2c27a05b56f5" ], "x-ms-correlation-request-id": [ - "6d20fd15-48f6-4fda-b39f-4008009406b8" + "e2999355-f53f-4eeb-8925-0bcd82eb902d" ], "x-ms-arm-service-request-id": [ - "d9392277-4cbb-4588-b909-2f284e587f88" + "2fed1bc6-502a-4901-a2a6-5997cd47814b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6286,16 +6310,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111839Z:6d20fd15-48f6-4fda-b39f-4008009406b8" + "WESTUS:20200413T044452Z:e2999355-f53f-4eeb-8925-0bcd82eb902d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:39 GMT" + "Mon, 13 Apr 2020 04:44:52 GMT" ], "Content-Length": [ "30" @@ -6311,8 +6335,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6320,7 +6344,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6334,13 +6358,13 @@ "10" ], "x-ms-request-id": [ - "fa32ddcf-eef0-4a1f-b3b2-386264f715db" + "1a4c3f48-8bb1-4c93-8d52-68495c9bc826" ], "x-ms-correlation-request-id": [ - "d897d267-31a0-4bf4-b17c-e03eb10ad11a" + "d1423d7f-ca95-4a4e-a8c9-8a9d79d57175" ], "x-ms-arm-service-request-id": [ - "8253237b-84a5-4c0a-908c-1464b45ea88f" + "3a003497-4207-4303-a8a8-9d7c7a546766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6350,16 +6374,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111850Z:d897d267-31a0-4bf4-b17c-e03eb10ad11a" + "WESTUS:20200413T044503Z:d1423d7f-ca95-4a4e-a8c9-8a9d79d57175" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:49 GMT" + "Mon, 13 Apr 2020 04:45:02 GMT" ], "Content-Length": [ "30" @@ -6375,8 +6399,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6384,7 +6408,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6398,13 +6422,13 @@ "10" ], "x-ms-request-id": [ - "f27aa2f5-d4bb-4c4b-8f29-dc074b9b6ea9" + "364695eb-dce1-4936-8e38-9fa4af08107e" ], "x-ms-correlation-request-id": [ - "161565a1-2302-4a9c-b2ed-b44cde226fd3" + "5d7cd78a-88dc-4809-9844-047ad5a24836" ], "x-ms-arm-service-request-id": [ - "3148eed1-7a82-4d7f-8c56-7c70d61f2cfc" + "82f46520-913e-4157-8098-a495110558eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6414,16 +6438,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111900Z:161565a1-2302-4a9c-b2ed-b44cde226fd3" + "WESTUS:20200413T044513Z:5d7cd78a-88dc-4809-9844-047ad5a24836" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:18:59 GMT" + "Mon, 13 Apr 2020 04:45:12 GMT" ], "Content-Length": [ "30" @@ -6439,8 +6463,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6448,7 +6472,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6462,13 +6486,13 @@ "10" ], "x-ms-request-id": [ - "71ca40c2-2fa6-4afc-83fd-a83fa2b96e84" + "ae5f5248-eaac-4dcb-8d50-1dcae865b60f" ], "x-ms-correlation-request-id": [ - "0fbb4621-ca45-45f7-8414-33db52b049c0" + "cb574ba2-5860-444a-9f1f-b29720cb68b9" ], "x-ms-arm-service-request-id": [ - "0b2ae810-5d0c-4fd0-888a-587b289957fd" + "cc73cf27-3278-4565-b4b0-82bb7e10cdd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6478,16 +6502,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111910Z:0fbb4621-ca45-45f7-8414-33db52b049c0" + "WESTUS:20200413T044523Z:cb574ba2-5860-444a-9f1f-b29720cb68b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:19:10 GMT" + "Mon, 13 Apr 2020 04:45:22 GMT" ], "Content-Length": [ "30" @@ -6503,8 +6527,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6512,7 +6536,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6526,13 +6550,13 @@ "10" ], "x-ms-request-id": [ - "84e463d7-7195-4f59-9eff-f3661aba7735" + "2654789d-94ec-4710-b240-d54d90da7eb6" ], "x-ms-correlation-request-id": [ - "76eed138-5fcc-4a53-a59e-16b878913da3" + "4742785d-1050-4e70-ba09-da8e914f2958" ], "x-ms-arm-service-request-id": [ - "13f58a39-8772-4d87-a698-7431047174f8" + "293bd240-b877-4788-b1aa-b73bdacdc363" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6542,16 +6566,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111920Z:76eed138-5fcc-4a53-a59e-16b878913da3" + "WESTUS:20200413T044533Z:4742785d-1050-4e70-ba09-da8e914f2958" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:19:20 GMT" + "Mon, 13 Apr 2020 04:45:32 GMT" ], "Content-Length": [ "30" @@ -6567,8 +6591,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6576,7 +6600,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6590,13 +6614,13 @@ "10" ], "x-ms-request-id": [ - "d4bfdb93-352c-43c6-bc3c-8cd04b15b474" + "9a7ee3b3-e4d7-4eb8-a8af-e2d1af8a4429" ], "x-ms-correlation-request-id": [ - "484ac59b-daf6-42a9-b64f-a1d2944ae192" + "47231c9b-8afc-4ecf-9e1d-bb168760af27" ], "x-ms-arm-service-request-id": [ - "2a7baf45-b76f-4958-acfd-f78457887b9a" + "a896e222-d50c-4fb1-a164-3e3bce90de5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6606,16 +6630,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111931Z:484ac59b-daf6-42a9-b64f-a1d2944ae192" + "WESTUS:20200413T044543Z:47231c9b-8afc-4ecf-9e1d-bb168760af27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:19:30 GMT" + "Mon, 13 Apr 2020 04:45:42 GMT" ], "Content-Length": [ "30" @@ -6631,8 +6655,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6640,7 +6664,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6654,32 +6678,32 @@ "10" ], "x-ms-request-id": [ - "58519bdb-ca7a-4468-a932-087c49db8350" + "7e5ca7e0-1646-4041-86fa-7525325e082a" ], "x-ms-correlation-request-id": [ - "c4d6cbc3-90e6-432c-ae22-1d562206e202" + "a9f108c5-6842-49d8-8a17-af88e1fed6a7" ], "x-ms-arm-service-request-id": [ - "ebc4f117-b3f9-488c-80f8-fe7788074b3c" + "cd7f263e-3802-4cb2-aec4-f4b59e90b073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111941Z:c4d6cbc3-90e6-432c-ae22-1d562206e202" + "WESTUS:20200413T044553Z:a9f108c5-6842-49d8-8a17-af88e1fed6a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:19:40 GMT" + "Mon, 13 Apr 2020 04:45:52 GMT" ], "Content-Length": [ "30" @@ -6695,8 +6719,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6704,7 +6728,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6718,13 +6742,13 @@ "10" ], "x-ms-request-id": [ - "56daa89d-2b63-462c-bf95-6653bb996d7e" + "5d882a96-ba3b-4a94-b6bf-a45dfa2a0160" ], "x-ms-correlation-request-id": [ - "812100a1-18b1-4251-9bb3-dfe18e025f0b" + "26b5543a-1c13-453a-bf7d-519c12d8fe2b" ], "x-ms-arm-service-request-id": [ - "edc7af50-334b-4be6-a956-75ad394092e5" + "946e255d-9761-41de-b561-7523fbb42480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6734,16 +6758,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T111951Z:812100a1-18b1-4251-9bb3-dfe18e025f0b" + "WESTUS:20200413T044603Z:26b5543a-1c13-453a-bf7d-519c12d8fe2b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:19:51 GMT" + "Mon, 13 Apr 2020 04:46:03 GMT" ], "Content-Length": [ "30" @@ -6759,8 +6783,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6768,7 +6792,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6782,13 +6806,13 @@ "10" ], "x-ms-request-id": [ - "6b549c87-46f3-43c7-8722-6aa7ca0e234c" + "f0971ae8-3789-4e70-99fa-c1ada23c5b0d" ], "x-ms-correlation-request-id": [ - "cf620c5f-b785-4d77-84c4-90e680c387a1" + "328c67c6-db48-488b-90af-d94436e9cd2f" ], "x-ms-arm-service-request-id": [ - "07c4d11a-2353-418d-919e-422914b16cdc" + "56f64f1e-db0b-49f0-8278-acc2ad8d9836" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6798,16 +6822,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112002Z:cf620c5f-b785-4d77-84c4-90e680c387a1" + "WESTUS:20200413T044613Z:328c67c6-db48-488b-90af-d94436e9cd2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:01 GMT" + "Mon, 13 Apr 2020 04:46:13 GMT" ], "Content-Length": [ "30" @@ -6823,8 +6847,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6832,7 +6856,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6846,13 +6870,13 @@ "10" ], "x-ms-request-id": [ - "51a132a3-270b-44b4-aea1-add3381cc777" + "2481348f-39ff-4656-8069-aa8d7776a332" ], "x-ms-correlation-request-id": [ - "14287df4-7b0c-4eed-bce7-77670fc614ac" + "d0c79355-dff1-4cc6-af11-b5983af13e89" ], "x-ms-arm-service-request-id": [ - "1b99681f-e01c-4884-b477-2d28e4a295e2" + "56194e61-5b9a-4612-8189-0b0e5c756d88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6862,16 +6886,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112012Z:14287df4-7b0c-4eed-bce7-77670fc614ac" + "WESTUS:20200413T044623Z:d0c79355-dff1-4cc6-af11-b5983af13e89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:11 GMT" + "Mon, 13 Apr 2020 04:46:23 GMT" ], "Content-Length": [ "30" @@ -6887,8 +6911,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6896,7 +6920,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6910,13 +6934,13 @@ "10" ], "x-ms-request-id": [ - "5efecfce-c3a5-4c8c-92a1-28085dcb2426" + "7586dace-3e6f-4184-b7ad-c00a8f35930c" ], "x-ms-correlation-request-id": [ - "32901190-3d20-47aa-9930-01db3f8943e5" + "e7487122-0c27-4b00-8ecd-e6e815db0411" ], "x-ms-arm-service-request-id": [ - "eab82fb5-5163-4cc9-89c4-0c894b9b83ff" + "3a071ab4-bb9e-4301-8469-9c59229afcfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6926,16 +6950,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112022Z:32901190-3d20-47aa-9930-01db3f8943e5" + "WESTUS:20200413T044633Z:e7487122-0c27-4b00-8ecd-e6e815db0411" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:22 GMT" + "Mon, 13 Apr 2020 04:46:33 GMT" ], "Content-Length": [ "30" @@ -6951,8 +6975,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6960,7 +6984,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6974,13 +6998,13 @@ "10" ], "x-ms-request-id": [ - "fd6691da-a003-446b-8fd7-48b43d549a3f" + "239aac27-cbbe-4ef1-8f0a-4a85a4f9074e" ], "x-ms-correlation-request-id": [ - "a4cb258d-fc0f-4f32-a6c9-3058cba7bac9" + "dae3e735-7ddc-40ee-ae97-e3d0ea8afc8b" ], "x-ms-arm-service-request-id": [ - "de57e085-8d78-4ffc-9e26-e7dffd9e6895" + "d55933ff-302e-4146-b540-953c06221c92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6990,16 +7014,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112032Z:a4cb258d-fc0f-4f32-a6c9-3058cba7bac9" + "WESTUS:20200413T044643Z:dae3e735-7ddc-40ee-ae97-e3d0ea8afc8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:32 GMT" + "Mon, 13 Apr 2020 04:46:43 GMT" ], "Content-Length": [ "30" @@ -7015,8 +7039,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7024,7 +7048,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7038,32 +7062,32 @@ "10" ], "x-ms-request-id": [ - "a58597c2-806d-4a23-b242-12ddee686ded" + "8111fbb3-6665-46bd-96e5-46c81a716dcc" ], "x-ms-correlation-request-id": [ - "cb8b8597-12b6-4534-a38b-0986b9b66391" + "c98c6f39-ec5d-44af-a43f-f96906ae9396" ], "x-ms-arm-service-request-id": [ - "4697f1e0-00de-48d8-a8a5-7766bbd2cfda" + "21a3dfcc-8cb5-4e9a-b0d7-689ddeead82c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112043Z:cb8b8597-12b6-4534-a38b-0986b9b66391" + "WESTUS:20200413T044653Z:c98c6f39-ec5d-44af-a43f-f96906ae9396" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:42 GMT" + "Mon, 13 Apr 2020 04:46:52 GMT" ], "Content-Length": [ "30" @@ -7079,8 +7103,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7088,7 +7112,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7102,32 +7126,32 @@ "10" ], "x-ms-request-id": [ - "849485a2-8a1f-477f-8bd2-c4f3e1dd2918" + "a3db0b67-79d0-4fc5-86b7-07b518caeb50" ], "x-ms-correlation-request-id": [ - "134427d9-34cd-4951-8253-2f57b18d83e1" + "71c96955-4878-4fb7-b516-58824e7d07f6" ], "x-ms-arm-service-request-id": [ - "ceefffda-00c6-49de-82d0-105f97341efe" + "a22c2f90-b9ed-4b37-af07-e793c62b27e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112053Z:134427d9-34cd-4951-8253-2f57b18d83e1" + "WESTUS:20200413T044703Z:71c96955-4878-4fb7-b516-58824e7d07f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:20:53 GMT" + "Mon, 13 Apr 2020 04:47:02 GMT" ], "Content-Length": [ "30" @@ -7143,8 +7167,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7152,7 +7176,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7166,13 +7190,13 @@ "10" ], "x-ms-request-id": [ - "1f978f65-957a-4e63-b5f7-d67b0e0365cb" + "c62e3914-f4d1-4c87-b2ff-f318f0b5e10b" ], "x-ms-correlation-request-id": [ - "1e826e46-5fc3-4475-9a60-2193e89ba768" + "5a81bf0e-ee5a-4a68-8092-4068461bbf28" ], "x-ms-arm-service-request-id": [ - "19e7d384-dfda-4f7a-a6db-a81dcf2f5693" + "1ce38715-2b7e-4c4f-bc38-3d758236b6c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7182,16 +7206,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112104Z:1e826e46-5fc3-4475-9a60-2193e89ba768" + "WESTUS:20200413T044713Z:5a81bf0e-ee5a-4a68-8092-4068461bbf28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:03 GMT" + "Mon, 13 Apr 2020 04:47:13 GMT" ], "Content-Length": [ "30" @@ -7207,8 +7231,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7216,7 +7240,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7230,32 +7254,32 @@ "10" ], "x-ms-request-id": [ - "44dccff5-3e96-424c-ae86-66cbe3484a80" + "8e09f5ac-a471-4bb7-a9fc-92a208e35160" ], "x-ms-correlation-request-id": [ - "d5120472-a028-44ef-88d6-0c00d03be2ee" + "31b77665-9743-40fe-9dfb-54453aaa9f7d" ], "x-ms-arm-service-request-id": [ - "4c4a8e5f-dd6a-41c0-8143-946b5b6b83a8" + "5b8e5865-c6ff-475b-98fd-3209f495ee12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112114Z:d5120472-a028-44ef-88d6-0c00d03be2ee" + "WESTUS:20200413T044723Z:31b77665-9743-40fe-9dfb-54453aaa9f7d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:13 GMT" + "Mon, 13 Apr 2020 04:47:23 GMT" ], "Content-Length": [ "30" @@ -7271,8 +7295,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7280,7 +7304,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7294,13 +7318,13 @@ "10" ], "x-ms-request-id": [ - "259bfef2-dada-44f8-9e4a-50255c5efe99" + "10a531d9-88b1-4b79-8a18-ceba91c5c6a5" ], "x-ms-correlation-request-id": [ - "d634504e-8857-4988-829e-444e9d9c64ea" + "d488f3b2-7360-4d5c-88ec-656524aabe55" ], "x-ms-arm-service-request-id": [ - "7bb1709d-1ea2-456b-9b9c-b7fc33866360" + "9f72e736-f038-46e2-8569-9e727145f63c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7310,16 +7334,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112124Z:d634504e-8857-4988-829e-444e9d9c64ea" + "WESTUS:20200413T044734Z:d488f3b2-7360-4d5c-88ec-656524aabe55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:23 GMT" + "Mon, 13 Apr 2020 04:47:33 GMT" ], "Content-Length": [ "30" @@ -7335,8 +7359,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7344,7 +7368,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7358,13 +7382,13 @@ "10" ], "x-ms-request-id": [ - "410f5d95-ca65-4a1b-850f-8cafb247c62f" + "84197b76-9d34-48bb-a5bd-512ddaecb263" ], "x-ms-correlation-request-id": [ - "07ac5273-d093-400a-be71-cd376dcf63a9" + "e9aa323a-bfc8-4054-b5af-532752d553e5" ], "x-ms-arm-service-request-id": [ - "988bc638-9787-4ab3-bf28-aaa184f731ee" + "bf780517-d84d-430c-9ebd-a501cbd61eea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7374,16 +7398,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112134Z:07ac5273-d093-400a-be71-cd376dcf63a9" + "WESTUS:20200413T044744Z:e9aa323a-bfc8-4054-b5af-532752d553e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:34 GMT" + "Mon, 13 Apr 2020 04:47:43 GMT" ], "Content-Length": [ "30" @@ -7399,8 +7423,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7408,7 +7432,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7418,17 +7442,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "3f29f14e-3976-434e-b9ec-237b327431ec" + "c715a949-2542-42d9-bc7d-6b841c6de479" ], "x-ms-correlation-request-id": [ - "fc1af79c-bac7-4ec2-b08a-3ec6a324b56e" + "05edb830-61de-4629-ad77-d7484caad486" ], "x-ms-arm-service-request-id": [ - "f5ebe3a1-3851-4c3d-bfd0-144a42469e7f" + "7a1062c9-b2c6-4145-ae62-db172d9e57bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7438,19 +7459,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112144Z:fc1af79c-bac7-4ec2-b08a-3ec6a324b56e" + "WESTUS:20200413T044754Z:05edb830-61de-4629-ad77-d7484caad486" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:44 GMT" + "Mon, 13 Apr 2020 04:47:53 GMT" ], "Content-Length": [ - "30" + "50" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7459,12 +7480,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzQxNWRkYjYxLTczYjYtNGZlZS05NjhmLTA0YzcxZGIxYjcyZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7472,7 +7493,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7482,17 +7503,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01" ], "x-ms-request-id": [ - "9772cbba-14e1-4ba5-8e79-38a242423659" + "415ddb61-73b6-4fee-968f-04c71db1b72e" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/415ddb61-73b6-4fee-968f-04c71db1b72e?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "2a8cb01f-65b2-4cf7-8b2d-c2450254bce2" + "08cc9ef6-1227-4c05-ba5f-5c907a1c9f39" ], "x-ms-arm-service-request-id": [ - "22cd9536-4b67-44f5-9a68-784c4c2bd141" + "e5949bf1-25aa-4726-a0a5-06913446b67f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7502,19 +7526,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112155Z:2a8cb01f-65b2-4cf7-8b2d-c2450254bce2" + "WESTUS:20200413T044754Z:b87c912d-1830-4a9d-8039-44e6554823dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:21:54 GMT" + "Mon, 13 Apr 2020 04:47:53 GMT" ], "Content-Length": [ - "30" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7523,20 +7547,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "null", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps158/providers/Microsoft.Network/applicationGateways/ps6625?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTU4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzL3BzNjYyNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "32fe4601-5a3f-4b7c-87d5-827d1b47fabd" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7546,36 +7576,106 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "e526a85b-4c21-43a0-9d34-815e24a87c57" + "72a89ed0-0049-40d5-af03-259fb2492f72" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7e1f4b34-ad8f-471c-ba96-052030f55a9f" + "1d2a51ac-c80e-41a1-a4d9-254f72415c3c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "652c2d6c-80cb-4c1f-9faf-6e74fef44b14" + "1c93f6f7-5bc1-42b2-8c99-9a8197fa70ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T044754Z:1d2a51ac-c80e-41a1-a4d9-254f72415c3c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 04:47:54 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "981c8991-1e1a-4c8f-abb9-5f4d6527dd82" + ], + "x-ms-correlation-request-id": [ + "65983d4e-a1bf-4677-98f9-e668c7351528" + ], + "x-ms-arm-service-request-id": [ + "ded17280-444d-4ea6-9b91-2a921e12a8d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112205Z:7e1f4b34-ad8f-471c-ba96-052030f55a9f" + "WESTUS:20200413T044804Z:65983d4e-a1bf-4677-98f9-e668c7351528" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:04 GMT" + "Mon, 13 Apr 2020 04:48:04 GMT" ], "Content-Length": [ "30" @@ -7591,8 +7691,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7600,7 +7700,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7614,13 +7714,13 @@ "10" ], "x-ms-request-id": [ - "3539215a-a43c-43ff-a679-6f9e8c2dae7c" + "331daa93-adc8-4c51-ac29-a511db713e22" ], "x-ms-correlation-request-id": [ - "d0c39c15-0e0a-4d5a-9b18-4b7815854c76" + "ce8f09fa-f45e-4902-99e3-74276a9e5e36" ], "x-ms-arm-service-request-id": [ - "d9f50fda-6230-412f-b565-fe54adac4705" + "24efcab7-0132-4b68-920f-da5288d48026" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7630,16 +7730,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112216Z:d0c39c15-0e0a-4d5a-9b18-4b7815854c76" + "WESTUS:20200413T044814Z:ce8f09fa-f45e-4902-99e3-74276a9e5e36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:15 GMT" + "Mon, 13 Apr 2020 04:48:14 GMT" ], "Content-Length": [ "30" @@ -7655,8 +7755,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7664,7 +7764,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7678,13 +7778,13 @@ "10" ], "x-ms-request-id": [ - "522f17fc-5b93-425d-a2a5-92f06056f5f0" + "50a56b44-0363-4cd1-a0b9-f72dae9cb149" ], "x-ms-correlation-request-id": [ - "afe9d03f-5d31-4624-afdc-0d4e8016d699" + "e7e8101c-eefb-4159-accc-49bebcac0eec" ], "x-ms-arm-service-request-id": [ - "bf5368ac-86b7-451e-9cea-d655794360b2" + "1cda702e-bc6d-445e-aa33-2eb46c0f1840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7694,16 +7794,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112226Z:afe9d03f-5d31-4624-afdc-0d4e8016d699" + "WESTUS:20200413T044824Z:e7e8101c-eefb-4159-accc-49bebcac0eec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:25 GMT" + "Mon, 13 Apr 2020 04:48:24 GMT" ], "Content-Length": [ "30" @@ -7719,8 +7819,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7728,7 +7828,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7742,13 +7842,13 @@ "10" ], "x-ms-request-id": [ - "fd1ce28a-5101-4d41-bda8-41ff4a569a21" + "ad357c51-7ae3-414f-a1b1-dd80f0882860" ], "x-ms-correlation-request-id": [ - "8cac42f3-2d10-4154-aab9-d0f069cb5e85" + "3af8f86e-9581-4b5a-bf21-a0193e3fae15" ], "x-ms-arm-service-request-id": [ - "55b353b8-7d59-407c-adb2-e1c5f0f3bf48" + "eb423c9b-1e52-43a7-ade8-b6dc58b566ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7758,16 +7858,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112236Z:8cac42f3-2d10-4154-aab9-d0f069cb5e85" + "WESTUS:20200413T044835Z:3af8f86e-9581-4b5a-bf21-a0193e3fae15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:36 GMT" + "Mon, 13 Apr 2020 04:48:34 GMT" ], "Content-Length": [ "30" @@ -7783,8 +7883,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7792,7 +7892,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7806,13 +7906,13 @@ "10" ], "x-ms-request-id": [ - "e796b4c3-e045-4f87-8467-d6a19880d882" + "3aed772c-1930-451f-8453-4cb3e25e6e33" ], "x-ms-correlation-request-id": [ - "9ccdf6cf-2bbe-4ab6-b2cd-c22adaa3ab30" + "bc8985b5-4521-420d-8df8-0a072403c546" ], "x-ms-arm-service-request-id": [ - "e1849216-b819-417d-9d24-448f8148ec58" + "61956899-1ba5-418c-9521-1a37715f78bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7822,16 +7922,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112246Z:9ccdf6cf-2bbe-4ab6-b2cd-c22adaa3ab30" + "WESTUS:20200413T044845Z:bc8985b5-4521-420d-8df8-0a072403c546" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:46 GMT" + "Mon, 13 Apr 2020 04:48:44 GMT" ], "Content-Length": [ "30" @@ -7847,8 +7947,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/ed96b5d6-5e6f-4f92-8029-334d0d717d3b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VkOTZiNWQ2LTVlNmYtNGY5Mi04MDI5LTMzNGQwZDcxN2QzYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7856,7 +7956,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7866,14 +7966,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "32f1775b-59b7-4440-809e-5a41518b0edf" + "b28f5612-4d45-4c22-95d9-5a700d8cbb20" ], "x-ms-correlation-request-id": [ - "d7fdfd8e-38fd-412d-91c5-bccdab7201a9" + "ee862a56-ab6d-452b-8643-1f991a806482" ], "x-ms-arm-service-request-id": [ - "e57bb4c1-b216-46e3-bd9c-b43bae4ec02d" + "ad938921-76c8-4b73-a911-31b7d1b6395c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7883,19 +7986,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112256Z:d7fdfd8e-38fd-412d-91c5-bccdab7201a9" + "WESTUS:20200413T044855Z:ee862a56-ab6d-452b-8643-1f991a806482" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:22:56 GMT" + "Mon, 13 Apr 2020 04:48:54 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7904,12 +8007,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5a6a4fd1-7bf7-4d71-9bde-8410c856502a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVhNmE0ZmQxLTdiZjctNGQ3MS05YmRlLTg0MTBjODU2NTAyYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7917,7 +8020,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7931,13 +8034,13 @@ "10" ], "x-ms-request-id": [ - "a5896236-412a-49dc-9dc6-926b20ffaf23" + "24377777-5123-46cb-be99-a7afbfaa13f8" ], "x-ms-correlation-request-id": [ - "2a867eef-4736-4b3f-837d-c5389f228400" + "f6f771b8-2885-4f74-ae9f-393ee742d44c" ], "x-ms-arm-service-request-id": [ - "da3c73ad-625f-43e2-a3e6-27c7b2117c29" + "9f347560-0d38-449c-9a37-a534003704d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7947,16 +8050,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112313Z:2a867eef-4736-4b3f-837d-c5389f228400" + "WESTUS:20200413T044905Z:f6f771b8-2885-4f74-ae9f-393ee742d44c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:13 GMT" + "Mon, 13 Apr 2020 04:49:04 GMT" ], "Content-Length": [ "30" @@ -7972,8 +8075,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5a6a4fd1-7bf7-4d71-9bde-8410c856502a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVhNmE0ZmQxLTdiZjctNGQ3MS05YmRlLTg0MTBjODU2NTAyYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7981,7 +8084,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7991,14 +8094,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "465693db-0562-47ff-a859-052ccc330075" + "eacce313-a2eb-495d-b63b-ef71a9a7424d" ], "x-ms-correlation-request-id": [ - "8cecf68f-5900-46b6-b350-19a7280dc81f" + "34dd5c89-0ea8-4eba-a64c-269c7bc93dd4" ], "x-ms-arm-service-request-id": [ - "4413fdb5-00cb-4638-8538-f942c6a94933" + "2fe605d5-4c99-441f-8474-6c5a91427f7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8008,19 +8114,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112323Z:8cecf68f-5900-46b6-b350-19a7280dc81f" + "WESTUS:20200413T044915Z:34dd5c89-0ea8-4eba-a64c-269c7bc93dd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:23 GMT" + "Mon, 13 Apr 2020 04:49:14 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8029,26 +8135,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjEvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "801d931d-48a9-4061-b5cc-bc615523fc55" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8058,23 +8158,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "85db69e0-99c2-4ad2-b9d2-54c640bf71ba" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01" + "5fc6736e-6aed-4743-b3a5-fa396add0186" ], "x-ms-correlation-request-id": [ - "1edde221-2570-4e0a-bb53-0c932f40cc55" + "ddb88f6e-b38d-4cda-853f-276c97efa266" ], "x-ms-arm-service-request-id": [ - "74f614e1-309e-45c1-9313-22f8a3937ea8" + "66001dd4-ce34-422b-a161-fe319180b795" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8083,31 +8177,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112329Z:1edde221-2570-4e0a-bb53-0c932f40cc55" + "WESTUS:20200413T044925Z:ddb88f6e-b38d-4cda-853f-276c97efa266" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:29 GMT" + "Mon, 13 Apr 2020 04:49:25 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8115,7 +8212,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8129,13 +8226,13 @@ "10" ], "x-ms-request-id": [ - "7ddde37b-6718-4e65-ab1b-9b81874c2a93" + "2970435e-61ca-4dca-a73a-e0debbe3d9cc" ], "x-ms-correlation-request-id": [ - "1e26a60c-968c-4ba0-91e3-0b39b9477b2d" + "3c6491c9-cee6-44ea-9809-b09a889fc800" ], "x-ms-arm-service-request-id": [ - "0a552c5a-59ef-4447-b097-b22d0550b310" + "d54b981a-d20a-4452-b10e-582c681a9a71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8145,16 +8242,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112340Z:1e26a60c-968c-4ba0-91e3-0b39b9477b2d" + "WESTUS:20200413T044935Z:3c6491c9-cee6-44ea-9809-b09a889fc800" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:40 GMT" + "Mon, 13 Apr 2020 04:49:35 GMT" ], "Content-Length": [ "30" @@ -8170,8 +8267,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8179,7 +8276,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8193,13 +8290,13 @@ "10" ], "x-ms-request-id": [ - "80de8076-4937-4ca5-9d8c-faff93dfdf76" + "97928e24-3896-4158-99fc-7d06e383bdfb" ], "x-ms-correlation-request-id": [ - "a2776cd9-35a2-4b77-acf5-aa6e5c759890" + "150333a0-1301-4294-bbcc-e35eafa676ea" ], "x-ms-arm-service-request-id": [ - "34abcc91-42cc-4425-9fff-29932c1adfb7" + "482ecad4-96d2-4a61-8000-42340472745e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8209,16 +8306,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112350Z:a2776cd9-35a2-4b77-acf5-aa6e5c759890" + "WESTUS:20200413T044945Z:150333a0-1301-4294-bbcc-e35eafa676ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:23:50 GMT" + "Mon, 13 Apr 2020 04:49:45 GMT" ], "Content-Length": [ "30" @@ -8234,8 +8331,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8243,7 +8340,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8257,13 +8354,13 @@ "10" ], "x-ms-request-id": [ - "a96d097b-a90c-4db4-bf35-8a95f7b5c1fd" + "887a8121-8cee-4780-a617-fb6ea69419c9" ], "x-ms-correlation-request-id": [ - "ffdc2081-b3b4-4fba-bcc1-7ae13f204700" + "5465ed64-898a-4656-a3bd-bb419a793062" ], "x-ms-arm-service-request-id": [ - "7ba5c8c2-9086-4d4a-af18-045443b63c65" + "e851dcb3-db03-4770-87bf-21b7a04a14ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8273,16 +8370,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112400Z:ffdc2081-b3b4-4fba-bcc1-7ae13f204700" + "WESTUS:20200413T044955Z:5465ed64-898a-4656-a3bd-bb419a793062" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:00 GMT" + "Mon, 13 Apr 2020 04:49:55 GMT" ], "Content-Length": [ "30" @@ -8298,8 +8395,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8307,7 +8404,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8321,13 +8418,13 @@ "10" ], "x-ms-request-id": [ - "d7657288-f5ec-4638-9d2d-24a60bd4acc2" + "595d7e58-f65c-408a-b0ae-c230806ebdf8" ], "x-ms-correlation-request-id": [ - "68c33011-d80e-4a02-8cc3-d1b5784a672a" + "2fc1c830-9540-4e97-a383-74b4b011200b" ], "x-ms-arm-service-request-id": [ - "a221758d-910d-4655-bfce-7011820e807d" + "489feec9-3f42-4906-9537-ec3737705250" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8337,16 +8434,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112411Z:68c33011-d80e-4a02-8cc3-d1b5784a672a" + "WESTUS:20200413T045005Z:2fc1c830-9540-4e97-a383-74b4b011200b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:10 GMT" + "Mon, 13 Apr 2020 04:50:05 GMT" ], "Content-Length": [ "30" @@ -8362,8 +8459,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8371,7 +8468,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8385,13 +8482,13 @@ "10" ], "x-ms-request-id": [ - "71fa926b-cf26-44ed-a7ff-7f219397824b" + "80f789c3-8180-4777-a2ae-f5d4c035eebc" ], "x-ms-correlation-request-id": [ - "c2088129-386f-4999-b080-c00a709117db" + "907f3aba-96a4-41e5-b8cf-225ffeea4a37" ], "x-ms-arm-service-request-id": [ - "840ed10c-70e2-4cca-8a76-1435afe4e12e" + "0c673776-d097-4647-9826-0824b22d5c64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8401,16 +8498,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112421Z:c2088129-386f-4999-b080-c00a709117db" + "WESTUS:20200413T045015Z:907f3aba-96a4-41e5-b8cf-225ffeea4a37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:20 GMT" + "Mon, 13 Apr 2020 04:50:15 GMT" ], "Content-Length": [ "30" @@ -8426,8 +8523,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8435,7 +8532,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8449,13 +8546,13 @@ "10" ], "x-ms-request-id": [ - "dc6460bf-5652-46cd-bd34-4162ed28b918" + "517a845f-8143-4aa9-bd61-d02d1e15cef9" ], "x-ms-correlation-request-id": [ - "98dd1249-f7ca-4b38-a6de-7e289e3bdd65" + "5178650e-99d6-49a0-b57c-8a4bcf8e51f6" ], "x-ms-arm-service-request-id": [ - "928a6e4e-cfe4-4ad4-8cdf-ba79f1171a35" + "3bf13c77-17d5-4bac-a456-efaa040c116e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8465,16 +8562,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112431Z:98dd1249-f7ca-4b38-a6de-7e289e3bdd65" + "WESTUS:20200413T045025Z:5178650e-99d6-49a0-b57c-8a4bcf8e51f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:30 GMT" + "Mon, 13 Apr 2020 04:50:24 GMT" ], "Content-Length": [ "30" @@ -8490,8 +8587,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8499,7 +8596,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8513,32 +8610,32 @@ "10" ], "x-ms-request-id": [ - "b403d249-0abb-462c-bac9-5096be942207" + "da0e04d3-01e7-4583-b7c7-e388211801f1" ], "x-ms-correlation-request-id": [ - "ddcdaf7f-790a-4f38-a1df-1320b2a0a216" + "8969139a-bde8-461f-83ae-c3ea86677a50" ], "x-ms-arm-service-request-id": [ - "1d54f658-ae3b-4551-a0f0-c5b9312120c4" + "6b4c8c3f-0708-45ac-bfca-035bd321bffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11984" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112441Z:ddcdaf7f-790a-4f38-a1df-1320b2a0a216" + "WESTUS:20200413T045035Z:8969139a-bde8-461f-83ae-c3ea86677a50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:40 GMT" + "Mon, 13 Apr 2020 04:50:34 GMT" ], "Content-Length": [ "30" @@ -8554,8 +8651,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8563,7 +8660,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8577,13 +8674,13 @@ "10" ], "x-ms-request-id": [ - "a70ab16e-4d4f-4695-a48b-5ef3778f8841" + "7496446d-1937-456a-a731-900e0f8d8ac7" ], "x-ms-correlation-request-id": [ - "d70668c1-377b-4451-854d-d565a4be680a" + "6488a21e-bbde-4716-bf1d-dcecde22aba4" ], "x-ms-arm-service-request-id": [ - "82a77fc2-8b9a-4a5d-8f6c-8959e5922675" + "a4816ab7-8d4a-44d9-a167-cbffce2c9b0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8593,16 +8690,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112452Z:d70668c1-377b-4451-854d-d565a4be680a" + "WESTUS:20200413T045045Z:6488a21e-bbde-4716-bf1d-dcecde22aba4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:24:51 GMT" + "Mon, 13 Apr 2020 04:50:44 GMT" ], "Content-Length": [ "30" @@ -8618,8 +8715,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8627,7 +8724,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8641,13 +8738,13 @@ "10" ], "x-ms-request-id": [ - "cbcd4685-3a39-4bcf-aa7a-bc2f88ae26a7" + "41724a57-ebbc-457e-8181-f29cafec1ac4" ], "x-ms-correlation-request-id": [ - "852b6b46-fff9-4043-9624-cddf19aea862" + "bda8a9d7-83af-4c30-8aaa-d0692f12ca9a" ], "x-ms-arm-service-request-id": [ - "4b7fe284-b424-46aa-a416-f195ac141ef8" + "c05f8661-83a8-43b0-a872-1c44e667ade4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8657,16 +8754,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112502Z:852b6b46-fff9-4043-9624-cddf19aea862" + "WESTUS:20200413T045055Z:bda8a9d7-83af-4c30-8aaa-d0692f12ca9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:01 GMT" + "Mon, 13 Apr 2020 04:50:55 GMT" ], "Content-Length": [ "30" @@ -8682,8 +8779,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8691,7 +8788,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8702,13 +8799,13 @@ "no-cache" ], "x-ms-request-id": [ - "87c8454e-0fde-455b-9542-469b0602f72b" + "9d3ff309-e2ea-4ba7-b141-471355c74c85" ], "x-ms-correlation-request-id": [ - "c864d4f2-3b97-45c8-a6f3-bcb69e0bd6e2" + "9770e582-55fe-4d08-9d6c-5b9bfbea22e8" ], "x-ms-arm-service-request-id": [ - "a884f654-f2da-472e-833e-edd6eca7a477" + "a7d13528-d000-4a1a-96fa-02000c7b19be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8718,19 +8815,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112512Z:c864d4f2-3b97-45c8-a6f3-bcb69e0bd6e2" + "WESTUS:20200413T045105Z:9770e582-55fe-4d08-9d6c-5b9bfbea22e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:11 GMT" + "Mon, 13 Apr 2020 04:51:05 GMT" ], "Content-Length": [ - "50" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8739,12 +8836,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzg1ZGI2OWUwLTk5YzItNGFkMi1iOWQyLTU0YzY0MGJmNzFiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzcyYTg5ZWQwLTAwNDktNDBkNS1hZjAzLTI1OWZiMjQ5MmY3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8752,7 +8849,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8763,19 +8860,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01" ], "x-ms-request-id": [ - "85db69e0-99c2-4ad2-b9d2-54c640bf71ba" + "72a89ed0-0049-40d5-af03-259fb2492f72" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/85db69e0-99c2-4ad2-b9d2-54c640bf71ba?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/72a89ed0-0049-40d5-af03-259fb2492f72?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "1edde221-2570-4e0a-bb53-0c932f40cc55" + "1d2a51ac-c80e-41a1-a4d9-254f72415c3c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "74f614e1-309e-45c1-9313-22f8a3937ea8" + "1c93f6f7-5bc1-42b2-8c99-9a8197fa70ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8785,19 +8885,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112512Z:360ffeab-c7c1-4176-aa27-e804d39e09e1" + "WESTUS:20200413T045105Z:858073cb-44a0-422b-b209-d237e1acbc16" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:11 GMT" - ], - "Content-Length": [ - "4" + "Mon, 13 Apr 2020 04:51:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8806,17 +8903,17 @@ "-1" ] }, - "ResponseBody": "null", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8344/providers/Microsoft.Network/applicationGateways/ps1661?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzODM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczE2NjE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps158?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTU4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8fefd0e-0c40-40f9-acdf-2b0b1d8e6a8f" + "9b7a0baf-7363-47a5-bad8-fdc10b169021" ], "Accept-Language": [ "en-US" @@ -8825,7 +8922,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8836,41 +8933,31 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ - "10" + "15" ], - "x-ms-request-id": [ - "89cff328-387b-4433-9a4b-0e72cf8ad56d" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01" + "x-ms-request-id": [ + "9f326f50-312b-480e-a294-80014adec132" ], "x-ms-correlation-request-id": [ - "0f8daa85-cf2f-456c-a389-e458d4c43d5f" + "9f326f50-312b-480e-a294-80014adec132" ], - "x-ms-arm-service-request-id": [ - "4355f64b-f57f-4552-942e-f43635f51dda" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045106Z:9f326f50-312b-480e-a294-80014adec132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112514Z:0f8daa85-cf2f-456c-a389-e458d4c43d5f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:14 GMT" + "Mon, 13 Apr 2020 04:51:06 GMT" ], "Expires": [ "-1" @@ -8883,8 +8970,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8892,7 +8979,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8902,53 +8989,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "1e973831-1a4d-4a6d-bed5-68a027ae9a90" + "5c69af0d-7e6b-4432-9b88-9d57d9e2841e" ], "x-ms-correlation-request-id": [ - "f5b204dc-16af-432a-ba57-b89b6b8f4f50" + "5c69af0d-7e6b-4432-9b88-9d57d9e2841e" ], - "x-ms-arm-service-request-id": [ - "6d91ff82-4a2b-4b93-b1c9-e667c9ecc3bf" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045122Z:5c69af0d-7e6b-4432-9b88-9d57d9e2841e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112525Z:f5b204dc-16af-432a-ba57-b89b6b8f4f50" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:24 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:51:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8956,7 +9036,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8966,53 +9046,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "f30791ea-8ac8-4045-a03f-1999d7fa4c06" + "413547ff-642b-4b3a-a2bf-475f39aadae3" ], "x-ms-correlation-request-id": [ - "15c787d1-551b-4d6b-9f56-05886400fd75" + "413547ff-642b-4b3a-a2bf-475f39aadae3" ], - "x-ms-arm-service-request-id": [ - "8a68a9f7-a30f-434c-852d-507b13063e47" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045137Z:413547ff-642b-4b3a-a2bf-475f39aadae3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112535Z:15c787d1-551b-4d6b-9f56-05886400fd75" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:25:34 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:51:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9020,7 +9093,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9030,757 +9103,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "x-ms-request-id": [ - "0e3a66c6-75fb-4fc9-be6d-7e7cf6250fb2" + "b1798199-d627-4128-a7e6-ab7b2d4f05ad" ], "x-ms-correlation-request-id": [ - "2c177ea7-dd6a-4388-a83b-14745ef0eca5" + "b1798199-d627-4128-a7e6-ab7b2d4f05ad" ], - "x-ms-arm-service-request-id": [ - "a71b80ae-e959-4d2c-8d2c-5d2221553a1b" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045152Z:b1798199-d627-4128-a7e6-ab7b2d4f05ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112545Z:2c177ea7-dd6a-4388-a83b-14745ef0eca5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:25:44 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2b47f34e-caf8-4a76-8655-b7993ab06b98" - ], - "x-ms-correlation-request-id": [ - "310497af-fe13-4c85-8121-0abe5fa6c448" - ], - "x-ms-arm-service-request-id": [ - "dc461417-e0b4-4bae-8d74-2a358fba84b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112556Z:310497af-fe13-4c85-8121-0abe5fa6c448" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:25:55 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "4c50ddc0-c2a2-43b5-9fc6-979dc85d40ea" - ], - "x-ms-correlation-request-id": [ - "c370a6dd-e1ed-4294-8af2-d405fe55a3b7" - ], - "x-ms-arm-service-request-id": [ - "436c6b6c-45ef-4c10-aa1a-fe5c08284a36" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112606Z:c370a6dd-e1ed-4294-8af2-d405fe55a3b7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:05 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e846db9e-6f4e-4cbe-b6f2-2a535aa7d5ba" - ], - "x-ms-correlation-request-id": [ - "6253b98c-479a-4134-b594-4b14df22df3e" - ], - "x-ms-arm-service-request-id": [ - "0b054ca5-1a49-45ff-a061-92f280d75e51" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112616Z:6253b98c-479a-4134-b594-4b14df22df3e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:16 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "b16b6d59-c1cd-4616-8f30-cbb02cd992ea" - ], - "x-ms-correlation-request-id": [ - "742a9ec3-0886-4438-a543-8e115ac3cd90" - ], - "x-ms-arm-service-request-id": [ - "91858b52-58b4-4d1d-b1a1-0b2bae773226" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112626Z:742a9ec3-0886-4438-a543-8e115ac3cd90" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:26 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "fc12d1ea-ddbb-4da4-908f-fb203c89dd7c" - ], - "x-ms-correlation-request-id": [ - "ecb8b70c-b624-4ca1-bfab-9fd7a4245d46" - ], - "x-ms-arm-service-request-id": [ - "34f43c65-6d61-44bf-bda3-41f7a24fbba2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112637Z:ecb8b70c-b624-4ca1-bfab-9fd7a4245d46" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:37 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2c6ded14-6b66-4a69-8da4-f8a62fdb7f75" - ], - "x-ms-correlation-request-id": [ - "a2718250-2ede-48d9-9bc0-0a07815575b4" - ], - "x-ms-arm-service-request-id": [ - "6ab277fd-a41a-44fb-be26-6017d938b658" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112647Z:a2718250-2ede-48d9-9bc0-0a07815575b4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:47 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "147241cb-6feb-43a1-81ae-78adc73530ef" - ], - "x-ms-correlation-request-id": [ - "4eb46596-a5ae-48ad-91b5-f0b8500dcb46" - ], - "x-ms-arm-service-request-id": [ - "835be1c3-4542-4c80-96e7-4277838a2e4e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112658Z:4eb46596-a5ae-48ad-91b5-f0b8500dcb46" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:26:57 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "0802b44e-c7f5-429b-b051-06fce2e10bf0" - ], - "x-ms-correlation-request-id": [ - "28691e1f-9f84-4ad8-811d-0ce0f69d1ff7" - ], - "x-ms-arm-service-request-id": [ - "fff64201-a500-4fd9-97b4-4a4dec55c128" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112708Z:28691e1f-9f84-4ad8-811d-0ce0f69d1ff7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:27:08 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "756bf92b-b472-4acd-9065-428927b84440" - ], - "x-ms-correlation-request-id": [ - "d573b2ff-42ff-45cb-a22f-21436db0a7af" - ], - "x-ms-arm-service-request-id": [ - "0d965b50-3c45-436a-9b84-0c063e8a4bb9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112718Z:d573b2ff-42ff-45cb-a22f-21436db0a7af" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:27:18 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "07530f8d-6567-483f-a47c-af9a0b036787" - ], - "x-ms-correlation-request-id": [ - "37ab6bd9-6d9d-40c3-aa91-451c748b50af" - ], - "x-ms-arm-service-request-id": [ - "fe268c63-1fdf-4911-bc9c-f314d3831e99" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112728Z:37ab6bd9-6d9d-40c3-aa91-451c748b50af" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:27:28 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "71cee9ea-b619-4953-b2fe-45ad4cd39d1a" - ], - "x-ms-correlation-request-id": [ - "e8c7d800-1bfb-49f4-9ce8-a700393a5b53" - ], - "x-ms-arm-service-request-id": [ - "99b0ffdd-87d5-4f92-b83e-a907ae7c8db0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112739Z:e8c7d800-1bfb-49f4-9ce8-a700393a5b53" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:27:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:51:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9788,7 +9150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9798,53 +9160,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "2171ce7f-39e6-451e-8b96-ac4b30a892a5" + "d5f517d9-83b4-45d7-84a6-2a8c05c10664" ], "x-ms-correlation-request-id": [ - "1ba44372-7101-44cc-ad6f-fa7af189d25f" + "d5f517d9-83b4-45d7-84a6-2a8c05c10664" ], - "x-ms-arm-service-request-id": [ - "3fcabcbe-9690-4e07-bb63-58459c862458" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045207Z:d5f517d9-83b4-45d7-84a6-2a8c05c10664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112749Z:1ba44372-7101-44cc-ad6f-fa7af189d25f" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:27:48 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:52:06 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9852,7 +9207,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9862,53 +9217,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-request-id": [ - "fe71f4cf-8eb4-41bb-a670-e496c147ad9a" + "34a99b82-3d5d-4f36-8df0-80070aa4493e" ], "x-ms-correlation-request-id": [ - "7b84eb95-79a0-42c5-b5a7-80911222795a" + "34a99b82-3d5d-4f36-8df0-80070aa4493e" ], - "x-ms-arm-service-request-id": [ - "b9915190-a4fd-4513-b455-7420d1542bf8" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045222Z:34a99b82-3d5d-4f36-8df0-80070aa4493e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112759Z:7b84eb95-79a0-42c5-b5a7-80911222795a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:27:58 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:52:21 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9916,7 +9264,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9926,114 +9274,46 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "d2114ac7-dfbe-4bfc-9e9e-7228f6d25da6" - ], - "x-ms-correlation-request-id": [ - "9b04f41f-3df3-44e9-be93-613c421c9e1e" - ], - "x-ms-arm-service-request-id": [ - "65c5335c-0dce-4603-9612-92f3429b8057" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112810Z:9b04f41f-3df3-44e9-be93-613c421c9e1e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 04 Apr 2020 11:28:09 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" + "11994" ], "x-ms-request-id": [ - "01570fa3-69a2-486c-836c-5b35643aedee" + "49fb0ea0-32ff-41a3-8580-9716da70acc6" ], "x-ms-correlation-request-id": [ - "2465c782-2e09-428d-9968-787ebdde9e6b" + "49fb0ea0-32ff-41a3-8580-9716da70acc6" ], - "x-ms-arm-service-request-id": [ - "2b836043-e31e-4c24-88e1-d6fc353b061c" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045237Z:49fb0ea0-32ff-41a3-8580-9716da70acc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112820Z:2465c782-2e09-428d-9968-787ebdde9e6b" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:28:19 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:52:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzg5Y2ZmMzI4LTM4N2ItNDQzMy05YTRiLTBlNzJjZjhhZDU2ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10041,7 +9321,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10052,66 +9332,53 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], - "x-ms-request-id": [ - "89cff328-387b-4433-9a4b-0e72cf8ad56d" + "Retry-After": [ + "15" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89cff328-387b-4433-9a4b-0e72cf8ad56d?api-version=2020-03-01" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-request-id": [ + "398dca31-4e2f-48fe-b37d-f68279cf2d97" ], "x-ms-correlation-request-id": [ - "0f8daa85-cf2f-456c-a389-e458d4c43d5f" + "398dca31-4e2f-48fe-b37d-f68279cf2d97" ], - "x-ms-arm-service-request-id": [ - "4355f64b-f57f-4552-942e-f43635f51dda" + "x-ms-routing-request-id": [ + "WESTUS:20200413T045252Z:398dca31-4e2f-48fe-b37d-f68279cf2d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112820Z:a775eead-3594-44e1-9817-d8c888a1c5cf" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:28:19 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 04:52:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps8344?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzODM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f3f4a7e7-0354-42ef-bade-4fd1b138395c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10122,22 +9389,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-request-id": [ - "5015c6d6-44e3-436f-83b2-262a2a6e035f" + "31b8245e-4cb3-4263-928a-7be4e8631149" ], "x-ms-correlation-request-id": [ - "5015c6d6-44e3-436f-83b2-262a2a6e035f" + "31b8245e-4cb3-4263-928a-7be4e8631149" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112825Z:5015c6d6-44e3-436f-83b2-262a2a6e035f" + "WESTUS:20200413T045307Z:31b8245e-4cb3-4263-928a-7be4e8631149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10146,7 +9413,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:28:25 GMT" + "Mon, 13 Apr 2020 04:53:06 GMT" ], "Expires": [ "-1" @@ -10159,8 +9426,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10168,7 +9435,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10179,22 +9446,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-request-id": [ - "a1465854-8da0-4be0-8c8f-dfe21898270f" + "38d1bfda-d996-4801-9542-832656aae211" ], "x-ms-correlation-request-id": [ - "a1465854-8da0-4be0-8c8f-dfe21898270f" + "38d1bfda-d996-4801-9542-832656aae211" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112841Z:a1465854-8da0-4be0-8c8f-dfe21898270f" + "WESTUS:20200413T045322Z:38d1bfda-d996-4801-9542-832656aae211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10203,7 +9470,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:28:40 GMT" + "Mon, 13 Apr 2020 04:53:22 GMT" ], "Expires": [ "-1" @@ -10216,8 +9483,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10225,7 +9492,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10236,22 +9503,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-request-id": [ - "5262d738-d407-4d19-8f0b-69dcb8496084" + "07eb9e97-60a3-4969-96e4-5f79eb8ba8aa" ], "x-ms-correlation-request-id": [ - "5262d738-d407-4d19-8f0b-69dcb8496084" + "07eb9e97-60a3-4969-96e4-5f79eb8ba8aa" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112856Z:5262d738-d407-4d19-8f0b-69dcb8496084" + "WESTUS:20200413T045337Z:07eb9e97-60a3-4969-96e4-5f79eb8ba8aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10260,7 +9527,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:28:56 GMT" + "Mon, 13 Apr 2020 04:53:37 GMT" ], "Expires": [ "-1" @@ -10273,8 +9540,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10282,7 +9549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10293,22 +9560,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-request-id": [ - "36fd40c8-96b3-413d-b297-3027f8d62145" + "b874a6c5-09e5-401d-8d5f-aec469248318" ], "x-ms-correlation-request-id": [ - "36fd40c8-96b3-413d-b297-3027f8d62145" + "b874a6c5-09e5-401d-8d5f-aec469248318" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112911Z:36fd40c8-96b3-413d-b297-3027f8d62145" + "WESTUS:20200413T045352Z:b874a6c5-09e5-401d-8d5f-aec469248318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10317,7 +9584,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:29:11 GMT" + "Mon, 13 Apr 2020 04:53:52 GMT" ], "Expires": [ "-1" @@ -10330,8 +9597,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10339,7 +9606,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10350,22 +9617,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-request-id": [ - "19ab417e-823c-4c92-8c0b-b2c1fc8a5afe" + "8ebbcec6-1db1-454d-9fb6-70b7996570df" ], "x-ms-correlation-request-id": [ - "19ab417e-823c-4c92-8c0b-b2c1fc8a5afe" + "8ebbcec6-1db1-454d-9fb6-70b7996570df" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112927Z:19ab417e-823c-4c92-8c0b-b2c1fc8a5afe" + "WESTUS:20200413T045407Z:8ebbcec6-1db1-454d-9fb6-70b7996570df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10374,7 +9641,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:29:26 GMT" + "Mon, 13 Apr 2020 04:54:07 GMT" ], "Expires": [ "-1" @@ -10387,8 +9654,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10396,7 +9663,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10407,22 +9674,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-request-id": [ - "8dd94c85-461f-4ed5-a789-13aae9e70ed5" + "5c1eda7a-0bd2-4098-b3c7-06bc1c410bc8" ], "x-ms-correlation-request-id": [ - "8dd94c85-461f-4ed5-a789-13aae9e70ed5" + "5c1eda7a-0bd2-4098-b3c7-06bc1c410bc8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112943Z:8dd94c85-461f-4ed5-a789-13aae9e70ed5" + "WESTUS:20200413T045422Z:5c1eda7a-0bd2-4098-b3c7-06bc1c410bc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10431,7 +9698,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:29:42 GMT" + "Mon, 13 Apr 2020 04:54:22 GMT" ], "Expires": [ "-1" @@ -10444,8 +9711,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10453,7 +9720,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10464,16 +9731,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-request-id": [ - "e0b19d3d-8f79-47e2-8270-d350c9cbb6a0" + "2206977e-d36b-4f25-b412-8f582352955e" ], "x-ms-correlation-request-id": [ - "e0b19d3d-8f79-47e2-8270-d350c9cbb6a0" + "2206977e-d36b-4f25-b412-8f582352955e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112958Z:e0b19d3d-8f79-47e2-8270-d350c9cbb6a0" + "WESTUS:20200413T045437Z:2206977e-d36b-4f25-b412-8f582352955e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10482,7 +9749,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:29:58 GMT" + "Mon, 13 Apr 2020 04:54:37 GMT" ], "Expires": [ "-1" @@ -10495,8 +9762,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzgzNDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnek5EUXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE1OC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFMU9DMVhSVk5VVlZNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10504,7 +9771,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10515,16 +9782,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" ], "x-ms-request-id": [ - "f45a2abc-8dc2-4792-8a6f-2f6d60744f73" + "e0488dc7-6ed0-48ef-b18c-fcfc04419543" ], "x-ms-correlation-request-id": [ - "f45a2abc-8dc2-4792-8a6f-2f6d60744f73" + "e0488dc7-6ed0-48ef-b18c-fcfc04419543" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T112958Z:f45a2abc-8dc2-4792-8a6f-2f6d60744f73" + "WESTUS:20200413T045438Z:e0488dc7-6ed0-48ef-b18c-fcfc04419543" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10533,7 +9800,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 11:29:58 GMT" + "Mon, 13 Apr 2020 04:54:37 GMT" ], "Expires": [ "-1" @@ -10548,26 +9815,26 @@ ], "Names": { "Test-ApplicationGatewayCRUDRewriteRuleSetWithConditions": [ - "ps8344", - "ps1661", - "ps4771", - "ps9853", - "ps6487", - "ps8625", - "ps7754", - "ps6762", - "ps6966", - "ps3342", - "ps5729", - "ps958", - "ps435", - "ps7597", - "ps7793", - "ps6066", - "ps8008" + "ps158", + "ps6625", + "ps4047", + "ps1637", + "ps869", + "ps2172", + "ps2641", + "ps5695", + "ps3572", + "ps8236", + "ps213", + "ps7158", + "ps1977", + "ps4233", + "ps7186", + "ps8714", + "ps8026" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems.json index b1479bd3203d..2990036b4d22 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0a34b0b-9fc1-48ca-aad7-8596a985415c" + "47e9e1a0-9a39-43fe-865f-74ddae5eefd7" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "35cce248-f505-4219-a3b2-19516d5fc6c8" + "d63eee45-5242-4b30-b40a-c8612d05f800" ], "x-ms-correlation-request-id": [ - "35cce248-f505-4219-a3b2-19516d5fc6c8" + "d63eee45-5242-4b30-b40a-c8612d05f800" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092917Z:35cce248-f505-4219-a3b2-19516d5fc6c8" + "WESTUS:20200413T021120Z:d63eee45-5242-4b30-b40a-c8612d05f800" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:17 GMT" + "Mon, 13 Apr 2020 02:11:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps1799?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMTc5OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps1378?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTM3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80b1a724-d326-489e-9e95-d6ee224929ca" + "c0044b4b-68b2-4dcc-b0c8-def10917be11" ], "Accept-Language": [ "en-US" @@ -76,13 +76,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "31" + "29" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "295681cd-1f1a-4a4c-bfe8-44de12977e5b" + "3a60ef1f-2e65-4ebc-976b-32b6603a08a0" ], "x-ms-correlation-request-id": [ - "295681cd-1f1a-4a4c-bfe8-44de12977e5b" + "3a60ef1f-2e65-4ebc-976b-32b6603a08a0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092921Z:295681cd-1f1a-4a4c-bfe8-44de12977e5b" + "WESTUS:20200413T021122Z:3a60ef1f-2e65-4ebc-976b-32b6603a08a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:21 GMT" + "Mon, 13 Apr 2020 02:11:21 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799\",\r\n \"name\": \"ps1799\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378\",\r\n \"name\": \"ps1378\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzM2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c76ba81-7151-4507-b559-95a79c441208" + "d7f38ef2-b9ea-4021-9bfb-c019d9c1bfb1" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "aeed1671-5d1a-4093-b08c-3800b2b5a828" + "bf35cd6d-0c69-4804-a58b-815a67ba3ba2" ], "x-ms-correlation-request-id": [ - "aeed1671-5d1a-4093-b08c-3800b2b5a828" + "bf35cd6d-0c69-4804-a58b-815a67ba3ba2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092922Z:aeed1671-5d1a-4093-b08c-3800b2b5a828" + "WESTUS:20200413T021122Z:bf35cd6d-0c69-4804-a58b-815a67ba3ba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:21 GMT" + "Mon, 13 Apr 2020 02:11:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -180,15 +180,15 @@ "-1" ], "Content-Length": [ - "149" + "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps679' under resource group 'ps1799' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps3369' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzM2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"45690c97-5492-4f83-9b97-f7259ff199f2\"" + "W/\"b96fb617-0ba9-4a3c-9507-fc0c25117748\"" ], "x-ms-request-id": [ - "d902c65b-51fb-453a-ab75-cbf8a4aecd45" + "0b8ad541-7db2-4ec8-8375-b1c821f4a56c" ], "x-ms-correlation-request-id": [ - "93804ef6-d789-4c57-ba7c-c79c5f1eeae1" + "adaf4fa6-2fe9-4c72-acb9-e8b20c0d8635" ], "x-ms-arm-service-request-id": [ - "d2e245d7-05e8-4c81-8164-4e0981327d6f" + "237de002-45de-472c-996a-db5adcb66f2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,16 +229,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092931Z:93804ef6-d789-4c57-ba7c-c79c5f1eeae1" + "WESTUS:20200413T021127Z:adaf4fa6-2fe9-4c72-acb9-e8b20c0d8635" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:30 GMT" + "Mon, 13 Apr 2020 02:11:27 GMT" ], "Content-Length": [ - "1266" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps679\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2a03ce5-3cc7-49be-9b6d-6d79e9371353\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3302\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3369\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abc28611-e7d8-4ab4-8bd2-fce7d32d3a0b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8184\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzM2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ee5d297-10b7-4bb0-bb64-947baafd6e8d" + "710ac2e7-5fd6-4ec8-a5a0-7d6349d119f8" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"45690c97-5492-4f83-9b97-f7259ff199f2\"" + "W/\"b96fb617-0ba9-4a3c-9507-fc0c25117748\"" ], "x-ms-request-id": [ - "06386e8f-4727-4079-9065-c00ff0a96352" + "dd2d7062-20f8-40e2-bc40-c9d2ddc9ee37" ], "x-ms-correlation-request-id": [ - "85ceeb97-f2ce-4840-bd50-c5d7ecc1c91a" + "b8f2c82b-7b86-4740-a54e-5226249d1572" ], "x-ms-arm-service-request-id": [ - "2b381c39-29c3-4557-9e02-1101f7fc8ed7" + "a24f43a3-5285-415b-8cdf-82067b1daaaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,16 +299,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092931Z:85ceeb97-f2ce-4840-bd50-c5d7ecc1c91a" + "WESTUS:20200413T021128Z:b8f2c82b-7b86-4740-a54e-5226249d1572" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:31 GMT" + "Mon, 13 Apr 2020 02:11:27 GMT" ], "Content-Length": [ - "1266" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps679\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2a03ce5-3cc7-49be-9b6d-6d79e9371353\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3302\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3369\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abc28611-e7d8-4ab4-8bd2-fce7d32d3a0b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8184\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzM2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e2dfcaa-f957-402a-b283-c189c518b847" + "65b68fce-833f-4b3d-bd17-03ed22bdaa50" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,38 +347,38 @@ "no-cache" ], "ETag": [ - "W/\"45690c97-5492-4f83-9b97-f7259ff199f2\"" + "W/\"b96fb617-0ba9-4a3c-9507-fc0c25117748\"" ], "x-ms-request-id": [ - "cf8403a1-e0ae-4d16-a940-94725ac4d24b" + "d7209933-8818-489b-83fc-3800bbb52aca" ], "x-ms-correlation-request-id": [ - "12176959-7ea5-40f7-8d53-ee642d06073b" + "24f6976f-e50c-4020-b180-478a893be540" ], "x-ms-arm-service-request-id": [ - "b33f62f2-8a06-4f0b-baa2-f36ee98adfcf" + "529f51bc-8d15-485d-befd-874e3484ed00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092932Z:12176959-7ea5-40f7-8d53-ee642d06073b" + "WESTUS:20200413T021128Z:24f6976f-e50c-4020-b180-478a893be540" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:32 GMT" + "Mon, 13 Apr 2020 02:11:27 GMT" ], "Content-Length": [ - "1266" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps679\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f2a03ce5-3cc7-49be-9b6d-6d79e9371353\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3302\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\",\r\n \"etag\": \"W/\\\"45690c97-5492-4f83-9b97-f7259ff199f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3369\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abc28611-e7d8-4ab4-8bd2-fce7d32d3a0b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8184\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\",\r\n \"etag\": \"W/\\\"b96fb617-0ba9-4a3c-9507-fc0c25117748\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNjc5P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzM2OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps3302\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps8184\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ded4627f-78e1-4722-b92d-1b54f8a82e26" + "1e173ea8-aa1b-4a79-a023-34f9aeebbc78" ], "Accept-Language": [ "en-US" @@ -406,13 +406,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "680" + "678" ] }, "ResponseHeaders": { @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "a473a6e6-9447-4092-9180-d28d8f178778" + "1787d562-8226-4b9b-8974-3cbc4788aa10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a473a6e6-9447-4092-9180-d28d8f178778?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1787d562-8226-4b9b-8974-3cbc4788aa10?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "9e266bb2-bee3-4748-b6a6-625075f000df" + "40d1ffe2-db17-4afe-9fb2-dcb3bc5351ab" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "3104b2c4-ebdb-4c9c-8987-3fe623f17084" + "9a268d41-d70a-4952-bf59-0ade9179f608" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -445,19 +448,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092927Z:9e266bb2-bee3-4748-b6a6-625075f000df" + "WESTUS:20200413T021124Z:40d1ffe2-db17-4afe-9fb2-dcb3bc5351ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:27 GMT" + "Mon, 13 Apr 2020 02:11:24 GMT" ], "Content-Length": [ - "1264" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps679\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679\",\r\n \"etag\": \"W/\\\"36855019-9e76-472c-9b5d-0233cf3e73f0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f2a03ce5-3cc7-49be-9b6d-6d79e9371353\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3302\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\",\r\n \"etag\": \"W/\\\"36855019-9e76-472c-9b5d-0233cf3e73f0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3369\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369\",\r\n \"etag\": \"W/\\\"46db8fad-6336-4ab6-b19a-0c20a9b56b12\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"abc28611-e7d8-4ab4-8bd2-fce7d32d3a0b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps8184\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\",\r\n \"etag\": \"W/\\\"46db8fad-6336-4ab6-b19a-0c20a9b56b12\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a473a6e6-9447-4092-9180-d28d8f178778?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E0NzNhNmU2LTk0NDctNDA5Mi05MTgwLWQyOGQ4ZjE3ODc3OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1787d562-8226-4b9b-8974-3cbc4788aa10?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE3ODdkNTYyLTgyMjYtNGI5Yi04OTc0LTNjYmM0Nzg4YWExMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "22816c94-a6cd-46d0-a7eb-edc81103cbb8" + "df378ddc-6970-4f2c-8021-96c957342cc8" ], "x-ms-correlation-request-id": [ - "fa060c89-f12b-426d-88e0-92db4b4a06e2" + "38b18b10-8541-47b8-b8c8-51ad30bb16b6" ], "x-ms-arm-service-request-id": [ - "54a087b5-4c52-4667-b304-1e328c027dd4" + "1ceb4ade-0424-4216-9314-8bbaed08bcc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -509,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092931Z:fa060c89-f12b-426d-88e0-92db4b4a06e2" + "WESTUS:20200413T021127Z:38b18b10-8541-47b8-b8c8-51ad30bb16b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:30 GMT" + "Mon, 13 Apr 2020 02:11:27 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzM5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzk4MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ef17fab-24ee-44df-8781-4825f388a257" + "d667752f-a77c-41d6-9b14-999501c27e9c" ], "Accept-Language": [ "en-US" @@ -546,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -560,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "35cea13a-fe9c-4ecc-b5e3-b66e348e41d5" + "c069d2d7-e4f4-4dfc-b4a2-38ad73c15e2a" ], "x-ms-correlation-request-id": [ - "35cea13a-fe9c-4ecc-b5e3-b66e348e41d5" + "c069d2d7-e4f4-4dfc-b4a2-38ad73c15e2a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092933Z:35cea13a-fe9c-4ecc-b5e3-b66e348e41d5" + "WESTUS:20200413T021128Z:c069d2d7-e4f4-4dfc-b4a2-38ad73c15e2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,7 +578,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:32 GMT" + "Mon, 13 Apr 2020 02:11:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -587,12 +590,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps7392' under resource group 'ps1799' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps3980' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzM5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzk4MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -600,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -611,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"53fc96c7-cf95-474f-92f4-1e58d33f254e\"" + "W/\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\"" ], "x-ms-request-id": [ - "1ac44de8-b8a3-4d12-805d-83413ff96512" + "68da54bd-414d-4195-b905-6b187d86e350" ], "x-ms-correlation-request-id": [ - "c820c4d3-70f7-4d78-8d3f-a1dc78c73893" + "a70b17e7-0dfb-4ac0-b651-5f09bd3a23ee" ], "x-ms-arm-service-request-id": [ - "5f52d5c4-b6cf-4bab-a28b-06a7c0c36d82" + "f049eebe-4573-428f-b5e7-a0c56f038ee7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,13 +636,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092942Z:c820c4d3-70f7-4d78-8d3f-a1dc78c73893" + "WESTUS:20200413T021132Z:a70b17e7-0dfb-4ac0-b651-5f09bd3a23ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:41 GMT" + "Mon, 13 Apr 2020 02:11:32 GMT" ], "Content-Length": [ "1266" @@ -651,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"08a7971a-43bd-4597-9ffe-f3a4fb8b3650\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps733\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bdd7afa-836d-4f9e-bbdb-f1e5e63788ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzM5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzk4MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8c2254e-d8bf-4209-9865-9e7362b63df4" + "51fc06f3-63f1-4a2d-bc7c-073c19088ec1" ], "Accept-Language": [ "en-US" @@ -670,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -681,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"53fc96c7-cf95-474f-92f4-1e58d33f254e\"" + "W/\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\"" ], "x-ms-request-id": [ - "4b352ed4-4675-4eff-8ec2-4aed42bf035a" + "1e9ea395-39d8-448c-ac2d-fa068cdc6aa3" ], "x-ms-correlation-request-id": [ - "50fa8a9d-c302-48ed-96e5-e1c14787c606" + "cd68c5dd-0cda-49b4-98f2-40deaf9ff0b5" ], "x-ms-arm-service-request-id": [ - "987e466a-6beb-4bad-8d91-8b1968d93566" + "18bc0799-cb38-4235-8a18-208c4967824e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -703,13 +706,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092942Z:50fa8a9d-c302-48ed-96e5-e1c14787c606" + "WESTUS:20200413T021133Z:cd68c5dd-0cda-49b4-98f2-40deaf9ff0b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:42 GMT" + "Mon, 13 Apr 2020 02:11:32 GMT" ], "Content-Length": [ "1266" @@ -721,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"08a7971a-43bd-4597-9ffe-f3a4fb8b3650\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps733\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bdd7afa-836d-4f9e-bbdb-f1e5e63788ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzM5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzk4MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a16930c9-c5de-4ed3-8b83-05597ade76fc" + "649cf94b-3f76-4b4e-99fd-3139c82e06c4" ], "Accept-Language": [ "en-US" @@ -740,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -751,16 +754,16 @@ "no-cache" ], "ETag": [ - "W/\"53fc96c7-cf95-474f-92f4-1e58d33f254e\"" + "W/\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\"" ], "x-ms-request-id": [ - "af7bf95a-2029-4b8e-a260-f4d3a33029fe" + "81e59288-345a-4fa6-a015-0cc8297d530b" ], "x-ms-correlation-request-id": [ - "f81637c0-4705-4221-bf95-fc88e181d8e9" + "45d799cc-a24f-457b-a6be-8ff4bfbf9d0c" ], "x-ms-arm-service-request-id": [ - "3dc424df-eec7-45d3-b598-47298b4c8fb8" + "98df47a7-5d9b-4031-a7eb-5aeb42475d57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -770,16 +773,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092943Z:f81637c0-4705-4221-bf95-fc88e181d8e9" + "WESTUS:20200413T021133Z:45d799cc-a24f-457b-a6be-8ff4bfbf9d0c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:43 GMT" + "Mon, 13 Apr 2020 02:11:32 GMT" ], "Content-Length": [ "1266" @@ -791,17 +794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"08a7971a-43bd-4597-9ffe-f3a4fb8b3650\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps733\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\",\r\n \"etag\": \"W/\\\"53fc96c7-cf95-474f-92f4-1e58d33f254e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bdd7afa-836d-4f9e-bbdb-f1e5e63788ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\",\r\n \"etag\": \"W/\\\"0066a7a5-8707-41e1-a7d3-1fef6df70ad0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzM5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzk4MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps733\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps923\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aee40d7e-49a7-4692-b30d-7ef4a73aa862" + "a6f6feeb-60a6-4927-aea6-d2505383436e" ], "Accept-Language": [ "en-US" @@ -810,13 +813,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "678" + "676" ] }, "ResponseHeaders": { @@ -830,16 +833,19 @@ "3" ], "x-ms-request-id": [ - "0be421f9-b6fd-4dc3-bd75-4061cc66dc9d" + "ebda2c7c-22c1-440b-8289-924539aca597" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/0be421f9-b6fd-4dc3-bd75-4061cc66dc9d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/ebda2c7c-22c1-440b-8289-924539aca597?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "9724d5c0-e0ee-4d93-a681-24701a109724" + "8e3f5abb-8998-4aaf-aa28-d56bd8ad72b4" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "89f6bb14-eaee-4aa9-954f-2bb34d9643c2" + "d1b27299-0b08-40ca-a432-e2e6eecd0f33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,16 +855,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092938Z:9724d5c0-e0ee-4d93-a681-24701a109724" + "WESTUS:20200413T021129Z:8e3f5abb-8998-4aaf-aa28-d56bd8ad72b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:37 GMT" + "Mon, 13 Apr 2020 02:11:29 GMT" ], "Content-Length": [ "1264" @@ -870,12 +876,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392\",\r\n \"etag\": \"W/\\\"79e9e3c4-e190-45ff-9b79-dd148e3f958e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"08a7971a-43bd-4597-9ffe-f3a4fb8b3650\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps733\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\",\r\n \"etag\": \"W/\\\"79e9e3c4-e190-45ff-9b79-dd148e3f958e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980\",\r\n \"etag\": \"W/\\\"6d806f0c-06eb-40e8-92a6-c8aac79bf4a5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8bdd7afa-836d-4f9e-bbdb-f1e5e63788ca\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\",\r\n \"etag\": \"W/\\\"6d806f0c-06eb-40e8-92a6-c8aac79bf4a5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/0be421f9-b6fd-4dc3-bd75-4061cc66dc9d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiZTQyMWY5LWI2ZmQtNGRjMy1iZDc1LTQwNjFjYzY2ZGM5ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/ebda2c7c-22c1-440b-8289-924539aca597?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ViZGEyYzdjLTIyYzEtNDQwYi04Mjg5LTkyNDUzOWFjYTU5Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -883,7 +889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -894,13 +900,13 @@ "no-cache" ], "x-ms-request-id": [ - "1bc88f54-1890-4f95-b396-44f03e0c0818" + "f042022d-e6a4-4a34-b6d5-b0531b49cbf6" ], "x-ms-correlation-request-id": [ - "a7ba40f4-abfb-44ae-b9cf-7e5088b5db18" + "095e5dc6-2292-4a9f-a9d5-5caabcf10274" ], "x-ms-arm-service-request-id": [ - "90a9e98e-1e54-4f07-aa39-b2bebe668507" + "70d401e6-8c93-4ca5-bb71-72c2c6c81b2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -913,13 +919,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092942Z:a7ba40f4-abfb-44ae-b9cf-7e5088b5db18" + "WESTUS:20200413T021132Z:095e5dc6-2292-4a9f-a9d5-5caabcf10274" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:41 GMT" + "Mon, 13 Apr 2020 02:11:32 GMT" ], "Content-Length": [ "29" @@ -935,13 +941,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bd8ccf7-3c6e-41b8-a17f-cfccad89b4fb" + "e1b0df91-48f0-4aff-8839-26db607afcd4" ], "Accept-Language": [ "en-US" @@ -950,7 +956,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -964,13 +970,13 @@ "gateway" ], "x-ms-request-id": [ - "7247a4ac-5a70-4bc8-afdf-0ee728bf35d3" + "fa9cd299-4d73-4d66-88f6-48e40fb3efa4" ], "x-ms-correlation-request-id": [ - "7247a4ac-5a70-4bc8-afdf-0ee728bf35d3" + "fa9cd299-4d73-4d66-88f6-48e40fb3efa4" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092944Z:7247a4ac-5a70-4bc8-afdf-0ee728bf35d3" + "WESTUS:20200413T021133Z:fa9cd299-4d73-4d66-88f6-48e40fb3efa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -979,7 +985,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:43 GMT" + "Mon, 13 Apr 2020 02:11:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -991,12 +997,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps6054' under resource group 'ps1799' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps8782' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1004,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1015,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"a5bf0ed7-66eb-4032-b4c6-aa1efa9fa3b2\"" + "W/\"595e2c03-49cf-4585-8a61-8f0570792536\"" ], "x-ms-request-id": [ - "20037a22-aec9-47da-b975-00b79c86c5e9" + "c5c34b65-c113-4d3f-ba1e-ba93e295bb73" ], "x-ms-correlation-request-id": [ - "32125127-2477-449b-afd7-871ac40bbb52" + "ed9f5829-bfa0-46a2-8a17-2c7ac56ca312" ], "x-ms-arm-service-request-id": [ - "8b90b9a3-dfde-4f6f-8bf1-ced0af653c22" + "594a47c5-b1fa-4a81-b39d-19f7f3a302cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,16 +1040,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092951Z:32125127-2477-449b-afd7-871ac40bbb52" + "WESTUS:20200413T021135Z:ed9f5829-bfa0-46a2-8a17-2c7ac56ca312" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:51 GMT" + "Mon, 13 Apr 2020 02:11:35 GMT" ], "Content-Length": [ "593" @@ -1055,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6054\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\",\r\n \"etag\": \"W/\\\"a5bf0ed7-66eb-4032-b4c6-aa1efa9fa3b2\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3280a537-382d-4852-9479-56650a9cad50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\",\r\n \"etag\": \"W/\\\"595e2c03-49cf-4585-8a61-8f0570792536\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d404917-5c6c-4cf8-9a83-b4015dfe7a60\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7098a720-61ce-4fd5-95e7-ed8439c0093b" + "acc11038-1dd2-4777-8990-2ad5e9398b79" ], "Accept-Language": [ "en-US" @@ -1074,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1085,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"a5bf0ed7-66eb-4032-b4c6-aa1efa9fa3b2\"" + "W/\"595e2c03-49cf-4585-8a61-8f0570792536\"" ], "x-ms-request-id": [ - "1bb6cc72-4a6f-4b04-bec2-e0841f867823" + "5a55db10-0940-442c-8796-e5d6a95bb717" ], "x-ms-correlation-request-id": [ - "90dfd198-c200-45c2-89dc-e1df35680f38" + "78820d93-68cb-4bb4-a2b9-ac0ff2804d04" ], "x-ms-arm-service-request-id": [ - "482337ba-407a-4915-99e8-c3b7f214fc24" + "2a9da920-9115-4d9a-b266-a2458907b036" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,16 +1110,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092951Z:90dfd198-c200-45c2-89dc-e1df35680f38" + "WESTUS:20200413T021135Z:78820d93-68cb-4bb4-a2b9-ac0ff2804d04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:51 GMT" + "Mon, 13 Apr 2020 02:11:35 GMT" ], "Content-Length": [ "593" @@ -1125,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6054\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\",\r\n \"etag\": \"W/\\\"a5bf0ed7-66eb-4032-b4c6-aa1efa9fa3b2\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3280a537-382d-4852-9479-56650a9cad50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\",\r\n \"etag\": \"W/\\\"595e2c03-49cf-4585-8a61-8f0570792536\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3d404917-5c6c-4cf8-9a83-b4015dfe7a60\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM2MDU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4NzgyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81d0f1b9-7398-4f4f-a5ef-1f8aa6d804a8" + "406f1ed8-86a2-4045-a9c0-f62f40cb6b80" ], "Accept-Language": [ "en-US" @@ -1144,13 +1150,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "173" + "171" ] }, "ResponseHeaders": { @@ -1164,35 +1170,38 @@ "1" ], "x-ms-request-id": [ - "0e482677-e0b2-4543-b036-7b4b5ebcb3cc" + "1746ac68-e512-4e1c-8a5f-5ad8ca4cbb1c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/0e482677-e0b2-4543-b036-7b4b5ebcb3cc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1746ac68-e512-4e1c-8a5f-5ad8ca4cbb1c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "36404dd8-ca7c-4aa5-a564-09601fa1b815" + "8ad31e41-1f9e-41de-878e-aa46a858a808" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "79687931-a0cd-44f0-b13a-8e0cec79e3a2" + "4735725a-a745-4a6a-a728-1ac28576a143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092949Z:36404dd8-ca7c-4aa5-a564-09601fa1b815" + "WESTUS:20200413T021134Z:8ad31e41-1f9e-41de-878e-aa46a858a808" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:48 GMT" + "Mon, 13 Apr 2020 02:11:34 GMT" ], "Content-Length": [ "592" @@ -1204,12 +1213,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6054\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\",\r\n \"etag\": \"W/\\\"b09ad4d0-e241-40ed-9eed-4b019d72a2a5\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3280a537-382d-4852-9479-56650a9cad50\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8782\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\",\r\n \"etag\": \"W/\\\"fa1fd191-0655-4ab1-8785-eaa592d28a4e\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3d404917-5c6c-4cf8-9a83-b4015dfe7a60\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/0e482677-e0b2-4543-b036-7b4b5ebcb3cc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBlNDgyNjc3LWUwYjItNDU0My1iMDM2LTdiNGI1ZWJjYjNjYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/1746ac68-e512-4e1c-8a5f-5ad8ca4cbb1c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE3NDZhYzY4LWU1MTItNGUxYy04YTVmLTVhZDhjYTRjYmIxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1217,7 +1226,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1228,32 +1237,32 @@ "no-cache" ], "x-ms-request-id": [ - "8ebf589d-daf7-43e0-a71a-19e2374e0940" + "d0a430a3-a369-4581-a6a8-1090833c4908" ], "x-ms-correlation-request-id": [ - "c7f56c56-ad7a-41ca-9aa0-499ad89896e6" + "9d8436b3-9bf1-48ac-b72e-3996878b4d32" ], "x-ms-arm-service-request-id": [ - "1889c96c-53af-4015-acc0-708dd6769f63" + "4171c830-81ea-4858-8711-e052536d219f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092951Z:c7f56c56-ad7a-41ca-9aa0-499ad89896e6" + "WESTUS:20200413T021135Z:9d8436b3-9bf1-48ac-b72e-3996878b4d32" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:50 GMT" + "Mon, 13 Apr 2020 02:11:35 GMT" ], "Content-Length": [ "29" @@ -1269,13 +1278,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a487640a-5ca9-4050-ab0c-436383b4392b" + "b63e5a53-9237-4000-bf2c-c1321d16c6c3" ], "Accept-Language": [ "en-US" @@ -1284,7 +1293,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1298,13 +1307,13 @@ "gateway" ], "x-ms-request-id": [ - "72851566-b18d-4544-b42b-c5b86b50c175" + "e318176f-088c-42b8-99a2-120a21abea2b" ], "x-ms-correlation-request-id": [ - "72851566-b18d-4544-b42b-c5b86b50c175" + "e318176f-088c-42b8-99a2-120a21abea2b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092952Z:72851566-b18d-4544-b42b-c5b86b50c175" + "WESTUS:20200413T021136Z:e318176f-088c-42b8-99a2-120a21abea2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1313,7 +1322,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:52 GMT" + "Mon, 13 Apr 2020 02:11:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1325,12 +1334,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2027' under resource group 'ps1799' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2548' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1338,7 +1347,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1349,16 +1358,16 @@ "no-cache" ], "ETag": [ - "W/\"f8eb831e-59fc-4595-bf7f-d3c697b31356\"" + "W/\"55c784e5-4ec1-4466-83a5-b603beb29cdb\"" ], "x-ms-request-id": [ - "c2440a9a-1b31-44ed-af05-057da90e1a04" + "61db2d1f-30af-452c-816e-3efec125ee59" ], "x-ms-correlation-request-id": [ - "d1e5c87c-93e0-4d56-a0bb-dc1fbe29342c" + "b699c409-164e-4ab2-8416-a73b6efaceea" ], "x-ms-arm-service-request-id": [ - "d1f93a59-06a5-4f26-a6e4-88010ba557ee" + "63b97ba5-7130-4acb-a0b9-fb6f01cd537a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,19 +1377,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11884" + "11889" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094929Z:d1e5c87c-93e0-4d56-a0bb-dc1fbe29342c" + "WESTUS:20200413T022955Z:b699c409-164e-4ab2-8416-a73b6efaceea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:29 GMT" + "Mon, 13 Apr 2020 02:29:54 GMT" ], "Content-Length": [ - "7707" + "7683" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1389,17 +1398,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"enableFIPS\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "150778d6-c4d9-480d-ae93-ae8dc1975ba6" + "1daf845d-a3d6-48c5-a8c4-2a963c8457ec" ], "Accept-Language": [ "en-US" @@ -1408,7 +1417,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1419,16 +1428,16 @@ "no-cache" ], "ETag": [ - "W/\"f8eb831e-59fc-4595-bf7f-d3c697b31356\"" + "W/\"55c784e5-4ec1-4466-83a5-b603beb29cdb\"" ], "x-ms-request-id": [ - "d5ac4e7f-5338-4b60-8bd3-e5428df176d9" + "0d0498be-38bf-4e4c-b6fb-0f1562e962d6" ], "x-ms-correlation-request-id": [ - "d739ad96-5fb4-484f-bc28-2b625f5532c7" + "bf1dbcfa-4b3f-4dae-b865-a779c9d44414" ], "x-ms-arm-service-request-id": [ - "9ed7f0de-ca56-4f80-9b39-ab58e8dd1bba" + "7bdcf5f9-9783-4641-b6f6-9e29985cb010" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1438,19 +1447,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11883" + "11888" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094929Z:d739ad96-5fb4-484f-bc28-2b625f5532c7" + "WESTUS:20200413T022955Z:bf1dbcfa-4b3f-4dae-b865-a779c9d44414" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:29 GMT" + "Mon, 13 Apr 2020 02:29:54 GMT" ], "Content-Length": [ - "7707" + "7683" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1459,17 +1468,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"enableFIPS\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8c65382-ef6e-4c37-a522-d18c806dae0c" + "b0efb00d-0620-4ccc-8f69-ec96f16d1ee8" ], "Accept-Language": [ "en-US" @@ -1478,7 +1487,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1489,16 +1498,16 @@ "no-cache" ], "ETag": [ - "W/\"f8eb831e-59fc-4595-bf7f-d3c697b31356\"" + "W/\"55c784e5-4ec1-4466-83a5-b603beb29cdb\"" ], "x-ms-request-id": [ - "423029a1-457a-4770-bace-a110c97d2af6" + "eedd05ca-7c66-4503-b78f-2a54ce333105" ], "x-ms-correlation-request-id": [ - "81a22027-170f-4863-a490-938cac5e04ff" + "f799c7c6-d896-4b3e-a082-b7b476f312d9" ], "x-ms-arm-service-request-id": [ - "e6810d03-fe4f-4929-a4ac-386005c82db0" + "5656db31-d846-48d4-9d48-f543fb6ea6e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1511,16 +1520,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094930Z:81a22027-170f-4863-a490-938cac5e04ff" + "WESTUS:20200413T022955Z:f799c7c6-d896-4b3e-a082-b7b476f312d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:30 GMT" + "Mon, 13 Apr 2020 02:29:55 GMT" ], "Content-Length": [ - "7707" + "7683" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1529,12 +1538,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f8eb831e-59fc-4595-bf7f-d3c697b31356\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"enableFIPS\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"55c784e5-4ec1-4466-83a5-b603beb29cdb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1542,7 +1551,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1553,16 +1562,16 @@ "no-cache" ], "ETag": [ - "W/\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\"" + "W/\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\"" ], "x-ms-request-id": [ - "d0567a48-dfca-4018-bbe1-7de287b6dd2b" + "6962509c-d5c7-4a0e-878a-b210d6a0f129" ], "x-ms-correlation-request-id": [ - "8ddca480-6111-4a1b-9180-b88f4f8b8363" + "e1a64c7c-db2a-443e-8c1b-33fda50055ea" ], "x-ms-arm-service-request-id": [ - "392dbee7-a63d-4b1c-8c78-0e0911089bae" + "da0ee081-9658-4ee1-8b7c-04e86bf9dc53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1572,19 +1581,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11875" + "11876" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101042Z:8ddca480-6111-4a1b-9180-b88f4f8b8363" + "WESTUS:20200413T025025Z:e1a64c7c-db2a-443e-8c1b-33fda50055ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:41 GMT" + "Mon, 13 Apr 2020 02:50:25 GMT" ], "Content-Length": [ - "17743" + "17745" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1593,17 +1602,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86ece405-42d8-4e4f-8dc6-aac1ab6ecea8" + "614ad8c0-853f-4e51-8a67-2e5777d041c8" ], "Accept-Language": [ "en-US" @@ -1612,7 +1621,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1623,16 +1632,16 @@ "no-cache" ], "ETag": [ - "W/\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\"" + "W/\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\"" ], "x-ms-request-id": [ - "16089eec-4fd8-43af-bff7-efe9c59fc428" + "aee570cf-65de-480d-a104-dd339ef80ed5" ], "x-ms-correlation-request-id": [ - "2607f83e-97e8-48eb-a339-eaf95264351d" + "05264b54-c60c-48dd-8b91-9e204e47a10b" ], "x-ms-arm-service-request-id": [ - "becbb713-2933-49ba-a86c-23d3ad36e3be" + "92cba845-6962-44d5-9cb7-29dab9904cb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1642,19 +1651,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11874" + "11875" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101042Z:2607f83e-97e8-48eb-a339-eaf95264351d" + "WESTUS:20200413T025025Z:05264b54-c60c-48dd-8b91-9e204e47a10b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:41 GMT" + "Mon, 13 Apr 2020 02:50:25 GMT" ], "Content-Length": [ - "17743" + "17745" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1663,17 +1672,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "571d8f3c-96f4-4614-ace2-70fb81c566a9" + "b1d35854-da91-4d38-94dd-2c6d12ece8cf" ], "Accept-Language": [ "en-US" @@ -1682,7 +1691,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1693,16 +1702,16 @@ "no-cache" ], "ETag": [ - "W/\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\"" + "W/\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\"" ], "x-ms-request-id": [ - "0f054faf-5f90-476a-9489-dbdfecc4c369" + "03884a60-ec76-4391-bcc4-66f37c0a8220" ], "x-ms-correlation-request-id": [ - "d6c5f489-cd03-4ec6-8e8a-bc53364975f1" + "b5944c58-c5a9-4636-8527-9642b2b19169" ], "x-ms-arm-service-request-id": [ - "f15b20ec-0301-47b1-bbbb-4d8cb8f8f10f" + "840b9048-0393-411e-894d-110c534ecb41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1712,19 +1721,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101045Z:d6c5f489-cd03-4ec6-8e8a-bc53364975f1" + "WESTUS:20200413T025026Z:b5944c58-c5a9-4636-8527-9642b2b19169" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:44 GMT" + "Mon, 13 Apr 2020 02:50:26 GMT" ], "Content-Length": [ - "17743" + "17745" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1733,12 +1742,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1746,7 +1755,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1757,16 +1766,16 @@ "no-cache" ], "ETag": [ - "W/\"9a43baba-0a42-46aa-b297-22a739eb1c7e\"" + "W/\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\"" ], "x-ms-request-id": [ - "f52844b2-f141-4a72-9b0c-dd5bec11acf7" + "3cf33f99-8f77-41b0-b73c-7064626d30a8" ], "x-ms-correlation-request-id": [ - "da770555-beac-4ce6-ae74-5f8f17da0b26" + "02b35d6e-e02c-4922-828a-08b2c8ae903a" ], "x-ms-arm-service-request-id": [ - "63a10661-4fa3-4fac-a063-6df2dceb8d20" + "c7ff15d0-e25a-4b5a-9a13-ba055298704b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1779,16 +1788,16 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101357Z:da770555-beac-4ce6-ae74-5f8f17da0b26" + "WESTUS:20200413T025338Z:02b35d6e-e02c-4922-828a-08b2c8ae903a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:56 GMT" + "Mon, 13 Apr 2020 02:53:38 GMT" ], "Content-Length": [ - "17214" + "17216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,17 +1806,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3615\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps1932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f3fa09a-f0f0-4cae-b33e-f73e07e6d444" + "727907da-a85a-4282-bfe1-9df99e879379" ], "Accept-Language": [ "en-US" @@ -1816,7 +1825,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1827,16 +1836,16 @@ "no-cache" ], "ETag": [ - "W/\"9a43baba-0a42-46aa-b297-22a739eb1c7e\"" + "W/\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\"" ], "x-ms-request-id": [ - "2fba2942-9e9f-47fe-ba4a-e5c7a88de2a8" + "894b1292-92f5-44dc-b874-f4ebd648037e" ], "x-ms-correlation-request-id": [ - "db0ab06b-34cf-429a-aaba-072880808061" + "d0696e3f-4c25-484f-b4b3-0d04fc3544ba" ], "x-ms-arm-service-request-id": [ - "95dcc639-98f5-4a49-b566-ecca223560d0" + "2d538fb5-1163-4f4e-bbde-589a39d6d420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1849,16 +1858,16 @@ "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101357Z:db0ab06b-34cf-429a-aaba-072880808061" + "WESTUS:20200413T025338Z:d0696e3f-4c25-484f-b4b3-0d04fc3544ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:57 GMT" + "Mon, 13 Apr 2020 02:53:38 GMT" ], "Content-Length": [ - "17214" + "17216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,17 +1876,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3615\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps1932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3194b111-7a3d-405b-9754-a70ec20d42e0" + "51ce8478-675d-4b00-8acf-045bef94ab91" ], "Accept-Language": [ "en-US" @@ -1886,7 +1895,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1897,16 +1906,16 @@ "no-cache" ], "ETag": [ - "W/\"9a43baba-0a42-46aa-b297-22a739eb1c7e\"" + "W/\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\"" ], "x-ms-request-id": [ - "edcad26e-0087-48b6-9ba5-1e44936d1829" + "94421871-e75e-4a44-a947-45c8d735d831" ], "x-ms-correlation-request-id": [ - "df0ab8e2-221e-42f8-b67b-b0bd23964482" + "92085e65-49c3-4813-a84c-f3d555507f01" ], "x-ms-arm-service-request-id": [ - "1a24e6b0-b0ec-4dd1-9a71-d810c0b97df0" + "5c5ea5b7-f547-4c94-9654-edc0a60b831d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,19 +1925,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101358Z:df0ab8e2-221e-42f8-b67b-b0bd23964482" + "WESTUS:20200413T025339Z:92085e65-49c3-4813-a84c-f3d555507f01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:57 GMT" + "Mon, 13 Apr 2020 02:53:38 GMT" ], "Content-Length": [ - "17214" + "17216" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,12 +1946,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3615\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"9a43baba-0a42-46aa-b297-22a739eb1c7e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps1932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"b0cf5406-7b0a-4220-94ba-dbd856ea23f3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1950,7 +1959,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1961,16 +1970,16 @@ "no-cache" ], "ETag": [ - "W/\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\"" + "W/\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\"" ], "x-ms-request-id": [ - "d54b21fe-59be-407b-bef5-b45a477bd4a8" + "939f2eec-7b79-47b9-86b6-0b1b48221085" ], "x-ms-correlation-request-id": [ - "6c49beaa-cd1f-4ae4-94e5-7fedd7b5b083" + "09112cdd-1ac7-496c-bab8-1d2a2c46c526" ], "x-ms-arm-service-request-id": [ - "d31a08a8-fde4-4349-91c0-8dfd5651a890" + "e6841cbc-b9fc-41c8-8e48-b8f4df410c0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1980,19 +1989,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11855" + "11848" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103833Z:6c49beaa-cd1f-4ae4-94e5-7fedd7b5b083" + "WESTUS:20200413T031850Z:09112cdd-1ac7-496c-bab8-1d2a2c46c526" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:33 GMT" + "Mon, 13 Apr 2020 03:18:50 GMT" ], "Content-Length": [ - "7573" + "7574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2001,17 +2010,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bec7b8db-cb35-4cf8-bf6b-f6d9381a868f" + "2e748876-86bb-4738-832e-c0477af40173" ], "Accept-Language": [ "en-US" @@ -2020,7 +2029,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2031,16 +2040,16 @@ "no-cache" ], "ETag": [ - "W/\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\"" + "W/\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\"" ], "x-ms-request-id": [ - "ed784a18-9053-49bd-af22-f829e1acbc1e" + "ecf278d4-6e81-4981-ad8e-8335fd9677a5" ], "x-ms-correlation-request-id": [ - "8abff9d9-a20c-4262-84b1-4bd996b6cd51" + "0408b263-7908-45dc-be5f-fd7ff5915f66" ], "x-ms-arm-service-request-id": [ - "35092244-00dd-4175-994c-3b90c4be1556" + "864a09cb-1477-4531-9c94-b39ef40e242c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2050,19 +2059,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11854" + "11847" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103833Z:8abff9d9-a20c-4262-84b1-4bd996b6cd51" + "WESTUS:20200413T031850Z:0408b263-7908-45dc-be5f-fd7ff5915f66" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:33 GMT" + "Mon, 13 Apr 2020 03:18:50 GMT" ], "Content-Length": [ - "7573" + "7574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2071,17 +2080,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b02d757-bf1f-4f37-9432-f1b2d7f5033e" + "02f44c94-c74a-417d-8daa-1b83b6219292" ], "Accept-Language": [ "en-US" @@ -2090,7 +2099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2101,16 +2110,16 @@ "no-cache" ], "ETag": [ - "W/\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\"" + "W/\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\"" ], "x-ms-request-id": [ - "46006fb3-8f66-46bf-870a-c919608bce6d" + "47ef2435-d7b1-4179-9225-30e8cf38ad89" ], "x-ms-correlation-request-id": [ - "79a4dd94-802e-484f-b471-a75eefff78dc" + "f71b9be3-2c31-4407-b53d-0a3cef46bab9" ], "x-ms-arm-service-request-id": [ - "1c9e14ce-8f74-421b-aacb-a5a964f025f4" + "356d0f74-9c64-41eb-8aa0-5860afb1e71e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2120,19 +2129,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11874" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103834Z:79a4dd94-802e-484f-b471-a75eefff78dc" + "WESTUS:20200413T031850Z:f71b9be3-2c31-4407-b53d-0a3cef46bab9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:33 GMT" + "Mon, 13 Apr 2020 03:18:50 GMT" ], "Content-Length": [ - "7573" + "7574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2141,17 +2150,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"f6a4307a-ba53-4a38-9870-6dceb4c5f3b8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0e5254b2-905f-4860-9c5d-6ed0209ab8ba\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61323013-35f4-493f-bdbc-ebd91a1aeb73" + "8de0748c-e35b-442f-a294-83518bfff3ef" ], "Accept-Language": [ "en-US" @@ -2160,7 +2169,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2171,16 +2180,16 @@ "no-cache" ], "ETag": [ - "W/\"30e75592-c7c5-40fc-a784-60b983b66d20\"" + "W/\"ab1107f7-5e1d-45d0-8842-65f81dec3838\"" ], "x-ms-request-id": [ - "260ffabb-4ee7-47e3-a2bf-920bfce27fc8" + "93ea56b5-8563-4b48-9c67-7237d42f0316" ], "x-ms-correlation-request-id": [ - "0cb8697f-3bbd-456b-801c-6168c2e77427" + "2c59b80b-16d4-4dce-95d4-0f79327affc0" ], "x-ms-arm-service-request-id": [ - "7d1f5fae-3c9c-4b8f-a09e-190662834183" + "4743fe5a-a4eb-4796-bfdc-b31327bfaf04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2190,19 +2199,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11857" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104354Z:0cb8697f-3bbd-456b-801c-6168c2e77427" + "WESTUS:20200413T032122Z:2c59b80b-16d4-4dce-95d4-0f79327affc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:53 GMT" + "Mon, 13 Apr 2020 03:21:22 GMT" ], "Content-Length": [ - "7573" + "7574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2211,17 +2220,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "414c6b2e-f58b-4f00-a5fe-ba1c3242965f" + "43760de0-f4b6-4d04-bb2d-f8174e18e373" ], "Accept-Language": [ "en-US" @@ -2230,7 +2239,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2241,38 +2250,38 @@ "no-cache" ], "ETag": [ - "W/\"30e75592-c7c5-40fc-a784-60b983b66d20\"" + "W/\"ab1107f7-5e1d-45d0-8842-65f81dec3838\"" ], "x-ms-request-id": [ - "e420c973-c4a2-45bb-8f67-3eeb56acb9e6" + "08cf8740-ff18-466e-808a-fffb0d6f8e44" ], "x-ms-correlation-request-id": [ - "3bc3cad8-f036-4e31-a9dc-70207a974ca0" + "c9d59926-f6d4-46cd-8bf5-310fd05f8982" ], "x-ms-arm-service-request-id": [ - "50127af7-376d-42fc-a5c9-d3f5d36f36b1" + "5c7081d9-10db-4d28-b5b8-86cf5985198c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104355Z:3bc3cad8-f036-4e31-a9dc-70207a974ca0" + "WESTUS:20200413T032122Z:c9d59926-f6d4-46cd-8bf5-310fd05f8982" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:55 GMT" + "Mon, 13 Apr 2020 03:21:22 GMT" ], "Content-Length": [ - "7573" + "7574" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2281,12 +2290,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"30e75592-c7c5-40fc-a784-60b983b66d20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"ab1107f7-5e1d-45d0-8842-65f81dec3838\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2294,7 +2303,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2305,16 +2314,16 @@ "no-cache" ], "ETag": [ - "W/\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\"" + "W/\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\"" ], "x-ms-request-id": [ - "ff0fc031-fcbb-41a5-a1c1-9fe16fd65aa8" + "6126ec36-71bc-4f2f-97f2-3b01379c494c" ], "x-ms-correlation-request-id": [ - "4f763a60-bd11-491b-a9cc-d570aab64894" + "6261868b-7658-467e-a9c2-221f01e2c0cb" ], "x-ms-arm-service-request-id": [ - "12d61662-cdaa-466b-bacd-347d164c85a7" + "a9675a5f-1a38-4078-bee7-6d46b954475b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2324,16 +2333,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" + "11915" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110152Z:4f763a60-bd11-491b-a9cc-d570aab64894" + "WESTUS:20200413T033518Z:6261868b-7658-467e-a9c2-221f01e2c0cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:51 GMT" + "Mon, 13 Apr 2020 03:35:18 GMT" ], "Content-Length": [ "8314" @@ -2345,17 +2354,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af55708d-e020-47bc-8d39-59c23f8810cd" + "26dbcf54-9d3a-4c45-88db-180eb0405e00" ], "Accept-Language": [ "en-US" @@ -2364,7 +2373,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2375,16 +2384,16 @@ "no-cache" ], "ETag": [ - "W/\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\"" + "W/\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\"" ], "x-ms-request-id": [ - "c9ee9739-a7a2-492d-98a3-8ef449ef9ccb" + "845b0ebb-3e42-48ad-ac48-ea2fc5456dae" ], "x-ms-correlation-request-id": [ - "0d300cce-1003-4e21-9e02-0df9ac2488c6" + "88b7ad7a-c54e-49f4-8029-8ebcf9669264" ], "x-ms-arm-service-request-id": [ - "cef051b1-3e2f-4b91-b07c-fe338fc4feba" + "0909a46d-a646-4fc8-9a62-3ba9947178d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2394,16 +2403,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" + "11914" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110152Z:0d300cce-1003-4e21-9e02-0df9ac2488c6" + "WESTUS:20200413T033518Z:88b7ad7a-c54e-49f4-8029-8ebcf9669264" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:51 GMT" + "Mon, 13 Apr 2020 03:35:18 GMT" ], "Content-Length": [ "8314" @@ -2415,17 +2424,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "418f2448-3369-4ffd-990c-b6cf532933f9" + "d897a13f-33f6-497f-8bf9-d34956576319" ], "Accept-Language": [ "en-US" @@ -2434,7 +2443,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2445,16 +2454,16 @@ "no-cache" ], "ETag": [ - "W/\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\"" + "W/\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\"" ], "x-ms-request-id": [ - "9ed09c7e-8924-4772-84a2-065ed94c86a5" + "2783fe88-aadc-466f-b5f6-f09424fdbaff" ], "x-ms-correlation-request-id": [ - "628df9ab-295b-4f14-92d7-a06dd8e5ef28" + "ed096320-6a7e-4eba-939a-a958b9eb0639" ], "x-ms-arm-service-request-id": [ - "3087cb1a-1d14-49d8-bc4a-d73073d46011" + "23151d1b-39dd-48fc-8d9f-40f8a3f272ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2467,13 +2476,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110153Z:628df9ab-295b-4f14-92d7-a06dd8e5ef28" + "WESTUS:20200413T033519Z:ed096320-6a7e-4eba-939a-a958b9eb0639" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:52 GMT" + "Mon, 13 Apr 2020 03:35:18 GMT" ], "Content-Length": [ "8314" @@ -2485,17 +2494,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70ad8f77-3ad3-4d0e-9952-4bdfc5f3c1e8" + "476b6b93-45f8-4fa0-a794-18bf2a8d92a5" ], "Accept-Language": [ "en-US" @@ -2504,7 +2513,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2515,16 +2524,16 @@ "no-cache" ], "ETag": [ - "W/\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\"" + "W/\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\"" ], "x-ms-request-id": [ - "e65b3822-09a1-488d-bfd3-61a045f34e3f" + "b1615767-38f9-4dfc-96ce-88b4638745d1" ], "x-ms-correlation-request-id": [ - "70180524-f7d2-43b9-a174-011dc8d02b90" + "62ae7d55-afb0-40c4-8d82-f75f9e1fa29b" ], "x-ms-arm-service-request-id": [ - "a97b27e6-5ab2-497c-91ba-e47cdafed3b5" + "d11a001b-c10d-49e2-8ffc-0574f9acaa56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2537,13 +2546,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110153Z:70180524-f7d2-43b9-a174-011dc8d02b90" + "WESTUS:20200413T033519Z:62ae7d55-afb0-40c4-8d82-f75f9e1fa29b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:52 GMT" + "Mon, 13 Apr 2020 03:35:19 GMT" ], "Content-Length": [ "8314" @@ -2555,17 +2564,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94e61eaf-760a-4e6f-a988-6f0344f81a92" + "08b210a3-e85c-46ac-b91a-6aa8b8e92231" ], "Accept-Language": [ "en-US" @@ -2574,7 +2583,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2585,16 +2594,16 @@ "no-cache" ], "ETag": [ - "W/\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\"" + "W/\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\"" ], "x-ms-request-id": [ - "12c28ebf-d7ce-4686-af71-54722863ac25" + "dad346b8-981b-453a-908e-786904e297de" ], "x-ms-correlation-request-id": [ - "c0bfe70b-8847-4e7f-b55b-7d92c4cc277d" + "5b5c348b-54ec-41b1-896d-aa638de86413" ], "x-ms-arm-service-request-id": [ - "b9c1fbe6-ebc7-4bbb-b027-8dc372a9a086" + "0bc5cb44-d4b6-44bf-9bd7-6cefd28c2713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2607,13 +2616,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110154Z:c0bfe70b-8847-4e7f-b55b-7d92c4cc277d" + "WESTUS:20200413T033519Z:5b5c348b-54ec-41b1-896d-aa638de86413" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:54 GMT" + "Mon, 13 Apr 2020 03:35:19 GMT" ], "Content-Length": [ "8314" @@ -2625,17 +2634,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"43f390a1-6b3f-4a9f-84e3-68409edc20c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"a3ce2755-41ac-479e-93da-9ff3aa39fd2a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e2ce76f-7316-429a-a69d-23cb37ccd1d4" + "a2040993-8104-47ba-9a6a-8b47604342cd" ], "Accept-Language": [ "en-US" @@ -2644,7 +2653,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2655,16 +2664,16 @@ "no-cache" ], "ETag": [ - "W/\"5635effc-2ede-453b-8071-22291ac55b1e\"" + "W/\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\"" ], "x-ms-request-id": [ - "e4848ce9-cbba-49c6-9b81-9101cb3d5fd0" + "1e2d8a65-e484-441f-8065-67a1c0eb3835" ], "x-ms-correlation-request-id": [ - "3ffee5b1-0d83-4c50-83de-8aed61c9e167" + "e560ae0b-b19e-4b7b-86cf-b5bca18e16d3" ], "x-ms-arm-service-request-id": [ - "6d74d36e-095c-4bac-89ba-38cb1421dc3e" + "e13485c9-40a2-45b6-8b6d-52946040a378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2674,16 +2683,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110429Z:3ffee5b1-0d83-4c50-83de-8aed61c9e167" + "WESTUS:20200413T033710Z:e560ae0b-b19e-4b7b-86cf-b5bca18e16d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:29 GMT" + "Mon, 13 Apr 2020 03:37:10 GMT" ], "Content-Length": [ "8314" @@ -2695,17 +2704,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7687908e-fb43-41bc-8318-491950f72440" + "3a4b1be6-de51-4f5f-89bf-1e5bec1fbacf" ], "Accept-Language": [ "en-US" @@ -2714,7 +2723,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2725,16 +2734,16 @@ "no-cache" ], "ETag": [ - "W/\"5635effc-2ede-453b-8071-22291ac55b1e\"" + "W/\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\"" ], "x-ms-request-id": [ - "345f9605-6eaf-42fc-9390-42aa04d21299" + "50cdfdc8-e05b-453e-a43c-884f448445db" ], "x-ms-correlation-request-id": [ - "bd847774-eb85-4aa8-99d9-81a407441c31" + "32c00f3c-f73d-44e5-bf75-851417a2933e" ], "x-ms-arm-service-request-id": [ - "6996db4c-1303-4544-8186-44192126fb3e" + "9b64e345-b92f-4387-8ca0-f1d8dde644fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2744,16 +2753,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11846" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110430Z:bd847774-eb85-4aa8-99d9-81a407441c31" + "WESTUS:20200413T033710Z:32c00f3c-f73d-44e5-bf75-851417a2933e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:30 GMT" + "Mon, 13 Apr 2020 03:37:10 GMT" ], "Content-Length": [ "8314" @@ -2765,12 +2774,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"5635effc-2ede-453b-8071-22291ac55b1e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cd8dc96d-ac72-4df0-94eb-99a5080e16e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2778,7 +2787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2789,16 +2798,16 @@ "no-cache" ], "ETag": [ - "W/\"ace8baa8-9369-4190-86dd-4b66889eb5bc\"" + "W/\"0fd302c6-b824-4a5c-be04-5da0609efa8a\"" ], "x-ms-request-id": [ - "eb879568-48bf-4d6a-80ab-35cbe927accc" + "332763dc-b565-4d14-b801-f6a83844b6df" ], "x-ms-correlation-request-id": [ - "c8b88008-37c3-494d-906c-3e06164726a8" + "99464aac-400b-4542-909f-16ba058db6a5" ], "x-ms-arm-service-request-id": [ - "c6740515-db1d-41fe-8644-558d582b35dd" + "7a36ca71-ef07-4e1f-8c90-ffad8823adda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2808,19 +2817,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11746" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112021Z:c8b88008-37c3-494d-906c-3e06164726a8" + "WESTUS:20200413T035508Z:99464aac-400b-4542-909f-16ba058db6a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:21 GMT" + "Mon, 13 Apr 2020 03:55:08 GMT" ], "Content-Length": [ - "8314" + "8316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2829,17 +2838,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79e3a5c6-fb17-400c-aa04-9e950fa9ab85" + "ed326dbf-5561-4906-9d42-6785e7754533" ], "Accept-Language": [ "en-US" @@ -2848,7 +2857,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2859,16 +2868,16 @@ "no-cache" ], "ETag": [ - "W/\"ace8baa8-9369-4190-86dd-4b66889eb5bc\"" + "W/\"0fd302c6-b824-4a5c-be04-5da0609efa8a\"" ], "x-ms-request-id": [ - "4695467c-2277-43e5-a14a-8fcdcf98269f" + "8aa583a3-bb4c-48aa-9fbe-f591b1aa31a2" ], "x-ms-correlation-request-id": [ - "3ef85556-192a-42a1-b342-204a1b02f8c2" + "3b43803d-5c49-44b9-b907-c5ed34e34609" ], "x-ms-arm-service-request-id": [ - "9407545a-b19a-46c5-bb29-917f9a9c5454" + "33b6b6cc-acac-4efc-bc56-9fe55c7d69d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2878,19 +2887,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11745" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112022Z:3ef85556-192a-42a1-b342-204a1b02f8c2" + "WESTUS:20200413T035508Z:3b43803d-5c49-44b9-b907-c5ed34e34609" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:21 GMT" + "Mon, 13 Apr 2020 03:55:08 GMT" ], "Content-Length": [ - "8314" + "8316" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2899,17 +2908,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"ace8baa8-9369-4190-86dd-4b66889eb5bc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0fd302c6-b824-4a5c-be04-5da0609efa8a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "355e20a5-c299-4efc-893e-d4f142502868" + "476b6847-4738-429a-94f6-7d17013696a5" ], "Accept-Language": [ "en-US" @@ -2918,7 +2927,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2928,55 +2937,48 @@ "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ + "gateway" + ], "x-ms-request-id": [ - "207aa1dc-00df-485e-b0d9-95eb3feb4c2c" + "843d08d2-f1ec-4784-9bb7-f5e757d896f4" ], "x-ms-correlation-request-id": [ - "44d4462d-e539-4368-a107-0c4c8e7f64b4" + "843d08d2-f1ec-4784-9bb7-f5e757d896f4" ], - "x-ms-arm-service-request-id": [ - "e1e0389a-d3d0-4a9a-91e8-a194a2bce3b0" + "x-ms-routing-request-id": [ + "WESTUS:20200413T040011Z:843d08d2-f1ec-4784-9bb7-f5e757d896f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112533Z:44d4462d-e539-4368-a107-0c4c8e7f64b4" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:32 GMT" - ], - "Content-Length": [ - "235" + "Mon, 13 Apr 2020 04:00:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"Resource /subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027 not found.\",\r\n \"details\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2548' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53d54b07-a756-4f04-a7a2-e34783461d13" + "5b75f7fe-89d6-4e81-935b-444d15d3d58e" ], "Accept-Language": [ "en-US" @@ -2985,7 +2987,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2995,55 +2997,48 @@ "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ + "gateway" + ], "x-ms-request-id": [ - "21d37a3c-e46d-491b-b0bb-dceb32fc9c10" + "b6707953-7247-4498-9b94-2ddeca2c60f5" ], "x-ms-correlation-request-id": [ - "7f8e7c8e-f34e-432b-a037-a0143d2abed5" + "b6707953-7247-4498-9b94-2ddeca2c60f5" ], - "x-ms-arm-service-request-id": [ - "1c60bb8f-1178-4bb5-b623-1809fe550dbe" + "x-ms-routing-request-id": [ + "WESTUS:20200413T040011Z:b6707953-7247-4498-9b94-2ddeca2c60f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112533Z:7f8e7c8e-f34e-432b-a037-a0143d2abed5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:33 GMT" - ], - "Content-Length": [ - "235" + "Mon, 13 Apr 2020 04:00:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"Resource /subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027 not found.\",\r\n \"details\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2548' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18b64101-17c9-46a1-b985-f3ede14c4c7d" + "6378597d-29db-4707-aed6-7853a16ef3c2" ], "Accept-Language": [ "en-US" @@ -3052,7 +3047,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3062,55 +3057,48 @@ "Pragma": [ "no-cache" ], + "x-ms-failure-cause": [ + "gateway" + ], "x-ms-request-id": [ - "68f57d0f-49ab-4acf-808d-a096ab4da25b" + "8db90fbf-fc32-4deb-8a74-e5fc79ebc743" ], "x-ms-correlation-request-id": [ - "ce7c106e-a563-46ed-9a98-13a7e415e6c1" + "8db90fbf-fc32-4deb-8a74-e5fc79ebc743" ], - "x-ms-arm-service-request-id": [ - "346b1e2d-d74f-4e75-8391-153662c49cdb" + "x-ms-routing-request-id": [ + "WESTUS:20200413T040011Z:8db90fbf-fc32-4deb-8a74-e5fc79ebc743" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112534Z:ce7c106e-a563-46ed-9a98-13a7e415e6c1" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:34 GMT" - ], - "Content-Length": [ - "235" + "Mon, 13 Apr 2020 04:00:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"Resource /subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027 not found.\",\r\n \"details\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2548' under resource group 'ps1378' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIpConfigurations/ps5152\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIpConfigurations/ps6859\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIpConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"enableFips\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIpConfigurations/ps8908\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIpConfigurations/ps5783\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIpConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59943495-4216-4869-a1ac-ef73f3b3a86f" + "3f422fa7-27e3-46ac-8e32-0f1bd6869088" ], "Accept-Language": [ "en-US" @@ -3119,13 +3107,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "4810" + "4784" ] }, "ResponseHeaders": { @@ -3139,16 +3127,19 @@ "10" ], "x-ms-request-id": [ - "97624630-5622-4f7d-8ff8-d1241a0a9e07" + "f11b84e7-1df4-4bd0-8780-1e31f92071d4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "5ce9f0f2-3fd9-4c3f-a7f0-5c3d2c355906" + "db7c5364-45fe-401d-8981-f52031ce4c73" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "4ba6b4ee-4489-4309-b6a8-1d19d74a4262" + "a4600148-94c6-4dd8-868f-b275d81ab90c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3161,16 +3152,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092958Z:5ce9f0f2-3fd9-4c3f-a7f0-5c3d2c355906" + "WESTUS:20200413T021137Z:db7c5364-45fe-401d-8981-f52031ce4c73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:58 GMT" + "Mon, 13 Apr 2020 02:11:37 GMT" ], "Content-Length": [ - "7699" + "7675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3179,17 +3170,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1e991787-6b70-45e1-bd6b-aadb23a64d6b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"enableFIPS\": true,\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"8dd31174-5925-467d-8909-7c61a5e1085e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIpConfigurations/ps8739\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"name\": \"ps3016\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ],\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIpConfigurations/ps9948\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8080\r\n },\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"name\": \"ps7185\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ],\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea5f322e-28c6-4f53-8326-578a5c316188" + "9bff3ed8-f65e-44b5-b1e5-7542a13f0bbe" ], "Accept-Language": [ "en-US" @@ -3198,13 +3189,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "14459" + "14461" ] }, "ResponseHeaders": { @@ -3218,16 +3209,19 @@ "10" ], "x-ms-request-id": [ - "df470b67-6aeb-4873-8878-b1041a0441a6" + "6a3baa7c-a7ac-4c6b-8717-7bded31cdece" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "8e4e33cc-5e75-4052-b7ea-9cdf08807830" + "cc9f00fe-9148-48c8-b7b3-b51a0f4e6ffe" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "f3e0f7fe-cc2e-445b-958b-36df678c7c90" + "8c175d61-b28c-4aa1-9686-3fd6c27be771" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3240,16 +3234,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094935Z:8e4e33cc-5e75-4052-b7ea-9cdf08807830" + "WESTUS:20200413T022956Z:cc9f00fe-9148-48c8-b7b3-b51a0f4e6ffe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:35 GMT" + "Mon, 13 Apr 2020 02:29:56 GMT" ], "Content-Length": [ - "16445" + "16447" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3258,17 +3252,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"3401c533-393e-4df3-a951-dfc112b9797b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"1bb52f82-cb44-4c84-ab81-c82a140014f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8081\r\n },\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"name\": \"ps3615\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ],\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 8081\r\n },\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"name\": \"ps1932\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ],\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3abf21e9-6090-4706-a73c-9bb49b3a158c" + "a4eb1380-4a22-433f-9dd2-19d3b882d1ac" ], "Accept-Language": [ "en-US" @@ -3277,13 +3271,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "10096" + "10098" ] }, "ResponseHeaders": { @@ -3297,16 +3291,19 @@ "10" ], "x-ms-request-id": [ - "86fe77a5-7b7d-44a5-9c23-91c478e37624" + "49e28ef0-7ae7-480c-b8b7-554846886ba3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "842d880b-404e-4a9e-9c40-c4d587c3d4db" + "299f1467-878b-4058-a134-c0404bd6cd72" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "27fbbd8f-136f-41d8-adbf-848d658ca0d0" + "ec6910f7-5845-4981-ac68-4c80d332aab3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3319,16 +3316,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101051Z:842d880b-404e-4a9e-9c40-c4d587c3d4db" + "WESTUS:20200413T025027Z:299f1467-878b-4058-a134-c0404bd6cd72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:50 GMT" + "Mon, 13 Apr 2020 02:50:27 GMT" ], "Content-Length": [ - "17197" + "17199" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3337,17 +3334,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3615\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3615\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1aaf4391-ea03-4587-879b-83d6ff57614b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIBvzCCAW2gAwIBAgIQmJtabFWZYp1NjoMbcjRvajAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDgyMzEzMjMyNFoXDTM5MTIzMTIzNTk1OVowIjEgMB4GA1UEAxMXSm9lJ3MtU29mdHdhcmUtRW1wb3JpdW0wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKH7RFdzRTwt8QPGQwBlLQox9ZvEjCIKzrB17IkWcAyRHpJMm+b00Ik8Sjm5UXwZY/DkXfkOBQ+RA9eaP5I1Aj043QQREs3MTFX7JppINYUk3gJzKPCHFHDb9qchy4qJjJAO/+PlWTP1M0T63Ln1fSIy3bjlPMfXoZK9+B+RJpIDAgMBAAGjSzBJMEcGA1UdAQRAMD6AEBLkCS0GHR1PAI1hIdwWZGOhGDAWMRQwEgYDVQQDEwtSb290IEFnZW5jeYIQBjdsAKoAZIoRz7jUqlw19DAJBgUrDgMCHQUAA0EAREgh2h7BQW5LImUO9dasVyKcQ+Y30iJ96P+/XQour7g/uAwxj/19JjE7i3Jt4tG5Ljc3o79G6QUspkP+QehBnA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 8081\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.14\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps1932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps1932\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probeset.com\",\r\n \"path\": \"/path/path1.htm\",\r\n \"interval\": 87,\r\n \"timeout\": 87,\r\n \"unhealthyThreshold\": 7,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"074edc04-4854-4cc9-bb41-940981556292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a81b65f5-4339-4945-8a6e-f8c20e24dd81" + "454f5177-ca20-4f51-ba27-21bb226ecb64" ], "Accept-Language": [ "en-US" @@ -3356,13 +3353,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "4866" + "4867" ] }, "ResponseHeaders": { @@ -3376,16 +3373,19 @@ "10" ], "x-ms-request-id": [ - "9d573bb2-8cf7-403b-9783-05100d61b87d" + "37019ed1-e726-4bc2-a2c9-636c28fb2c2c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "92a7f128-2ac2-446d-b123-55bdbcce42d6" + "e1582acc-fd6e-4035-a5f3-12969c93e9ee" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "4155e84d-53b1-4519-a1fc-7e192b845111" + "89e89050-a876-4fd0-aad5-51b298768a67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3398,16 +3398,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101403Z:92a7f128-2ac2-446d-b123-55bdbcce42d6" + "WESTUS:20200413T025340Z:e1582acc-fd6e-4035-a5f3-12969c93e9ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:02 GMT" + "Mon, 13 Apr 2020 02:53:39 GMT" ], "Content-Length": [ - "7565" + "7566" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3416,17 +3416,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"a99c01ab-2e2b-4f54-a42f-5dd23a7282e1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"5015cefc-ba0c-48bf-9ccb-37a79012499c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIpConfigurations/ps2417\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIpConfigurations/ps8739\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIpConfigurations/ps1358\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIpConfigurations/ps9948\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00bcb2a4-a131-4f9b-a535-a9b96377f3c6" + "707622c6-b8a4-45e3-9f9c-70c56ff34152" ], "Accept-Language": [ "en-US" @@ -3435,7 +3435,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3455,16 +3455,19 @@ "10" ], "x-ms-request-id": [ - "b85215f3-fd71-4398-bff6-314f075a018f" + "73f2fa26-742b-47b7-9136-2aa8abc4017e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "8bcfae49-9ca3-4915-8728-73208d0ff70c" + "3b7bfab0-7894-4b54-8cd6-231b89974714" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "75bd86a1-bcd7-4cbb-be92-a0ee64666ed8" + "cbdaaa20-606c-42af-bb03-de421f50814e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3477,13 +3480,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104400Z:8bcfae49-9ca3-4915-8728-73208d0ff70c" + "WESTUS:20200413T032123Z:3b7bfab0-7894-4b54-8cd6-231b89974714" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:00 GMT" + "Mon, 13 Apr 2020 03:21:23 GMT" ], "Content-Length": [ "8305" @@ -3495,17 +3498,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps7392/subnets/ps733\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"be9fde1a-ddda-4f47-b83e-e5b5e30d92e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3980/subnets/ps923\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"0fe617bd-40d8-4c4c-a03a-8a26fb49af75\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIpConfigurations/ps2417\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n }\r\n },\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIpConfigurations/ps8739\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n },\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIpConfigurations/ps1358\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n }\r\n },\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIpConfigurations/ps9948\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n },\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "14b8b8e6-0d90-4cff-b0b4-134816ebc576" + "d970731f-d5f0-486a-aeef-86ae22e37228" ], "Accept-Language": [ "en-US" @@ -3514,13 +3517,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "5416" + "5418" ] }, "ResponseHeaders": { @@ -3534,16 +3537,19 @@ "10" ], "x-ms-request-id": [ - "36080f41-54da-4deb-87e7-5e978d35bab2" + "79b01658-c3f6-401b-9aed-bfdcf8608ba3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "86b90415-e9f3-4f8e-9e9d-73ecfe86585d" + "10fb5f5a-2c0a-4b95-a5f9-d320eb1439e6" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "85c84407-dc6c-4419-b340-51f27f1c7954" + "1c81bdb1-b127-4b07-b776-98373b8da610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3553,19 +3559,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110433Z:86b90415-e9f3-4f8e-9e9d-73ecfe86585d" + "WESTUS:20200413T033711Z:10fb5f5a-2c0a-4b95-a5f9-d320eb1439e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:33 GMT" + "Mon, 13 Apr 2020 03:37:11 GMT" ], "Content-Length": [ - "8305" + "8307" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3574,12 +3580,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2417\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps2417\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"2a86c763-4bdf-4453-a474-2b0254d39e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps1358\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"61f13278-5dd5-4fad-b64b-f5a8e0848d89\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3587,7 +3593,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3601,13 +3607,13 @@ "10" ], "x-ms-request-id": [ - "a8145853-b8e5-4326-bb11-2d7f82e9769a" + "83890a50-ab57-447b-a405-7a74d46b5245" ], "x-ms-correlation-request-id": [ - "a57194c8-5881-46e7-91eb-9ed9967885e0" + "20231d07-6284-4ccd-a5d2-fed70491107e" ], "x-ms-arm-service-request-id": [ - "cd5df1ca-e69a-4fd8-a5a5-6f1a36c9ea9e" + "987417b3-e0cf-494a-9206-a8a4df08c2d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3620,13 +3626,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093009Z:a57194c8-5881-46e7-91eb-9ed9967885e0" + "WESTUS:20200413T021147Z:20231d07-6284-4ccd-a5d2-fed70491107e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:09 GMT" + "Mon, 13 Apr 2020 02:11:47 GMT" ], "Content-Length": [ "30" @@ -3642,8 +3648,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3651,7 +3657,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3665,13 +3671,13 @@ "10" ], "x-ms-request-id": [ - "dba7921b-30ba-44be-8aa2-a6301f72a3d0" + "a6ddc299-0c04-40cf-89c2-e626b523a25a" ], "x-ms-correlation-request-id": [ - "3f57dd94-0333-4ee1-ad7c-becf13b3ea32" + "a32e2e9e-632f-4fcb-9005-61089e4217e1" ], "x-ms-arm-service-request-id": [ - "7f3e0c96-a09a-4000-8f11-98cb7370e329" + "f727c8ff-d574-45de-aa08-0c7b8e0dad45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3684,13 +3690,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093019Z:3f57dd94-0333-4ee1-ad7c-becf13b3ea32" + "WESTUS:20200413T021157Z:a32e2e9e-632f-4fcb-9005-61089e4217e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:19 GMT" + "Mon, 13 Apr 2020 02:11:57 GMT" ], "Content-Length": [ "30" @@ -3706,8 +3712,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3715,7 +3721,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3729,32 +3735,32 @@ "10" ], "x-ms-request-id": [ - "0fa957f8-c862-4821-86ac-ffaf8ca89846" + "62930668-5506-4c67-a3f3-8081540fa5d6" ], "x-ms-correlation-request-id": [ - "d6b17054-8149-4152-9bd9-cd974128cb5b" + "7275bc82-e1b5-4d06-be25-9ecb099ab0ce" ], "x-ms-arm-service-request-id": [ - "fd2fcd13-cc74-45af-9175-b245ec1dd1d0" + "eb89d2cc-8712-436b-aa17-20463eed6cf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093029Z:d6b17054-8149-4152-9bd9-cd974128cb5b" + "WESTUS:20200413T021207Z:7275bc82-e1b5-4d06-be25-9ecb099ab0ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:29 GMT" + "Mon, 13 Apr 2020 02:12:07 GMT" ], "Content-Length": [ "30" @@ -3770,8 +3776,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3779,7 +3785,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3793,13 +3799,13 @@ "10" ], "x-ms-request-id": [ - "3a0e9b8e-76a0-43bb-88bc-21e24e13db8c" + "55fe64f2-d9aa-4dea-8903-38930d695a53" ], "x-ms-correlation-request-id": [ - "0efc2722-182c-4a41-88bf-49ef4ba3d8c4" + "c86889a5-1d41-4886-ab02-9edb42227c27" ], "x-ms-arm-service-request-id": [ - "4a512a28-cb77-493d-ac8e-aba438b153f2" + "548605ce-cc5e-4bfb-950d-1d3f5831f24a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3812,13 +3818,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093040Z:0efc2722-182c-4a41-88bf-49ef4ba3d8c4" + "WESTUS:20200413T021218Z:c86889a5-1d41-4886-ab02-9edb42227c27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:39 GMT" + "Mon, 13 Apr 2020 02:12:17 GMT" ], "Content-Length": [ "30" @@ -3834,8 +3840,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3843,7 +3849,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3857,13 +3863,13 @@ "10" ], "x-ms-request-id": [ - "0951baca-2abb-42c9-b04e-c6c45d66384e" + "ece72944-6207-46c6-87c8-8b55219743df" ], "x-ms-correlation-request-id": [ - "9b3de04c-085f-4458-924d-13feea1acf3b" + "420fa32d-4ec5-4dfc-a0ae-f8270f141a19" ], "x-ms-arm-service-request-id": [ - "9ef06d01-2dac-47ff-9d43-85b466e72469" + "dc9b3fd6-9398-49a7-9ff8-c70fb5225c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3876,13 +3882,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093050Z:9b3de04c-085f-4458-924d-13feea1acf3b" + "WESTUS:20200413T021228Z:420fa32d-4ec5-4dfc-a0ae-f8270f141a19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:49 GMT" + "Mon, 13 Apr 2020 02:12:27 GMT" ], "Content-Length": [ "30" @@ -3898,8 +3904,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3907,7 +3913,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3921,13 +3927,13 @@ "10" ], "x-ms-request-id": [ - "b006b3b9-3f90-4965-bb1c-0169449352e5" + "85799fe2-1b18-4bb9-9ce2-bc3b102cd46f" ], "x-ms-correlation-request-id": [ - "652f991c-3508-4435-a56c-b0b5d5a566cb" + "f0c13312-1961-468e-a10a-3370189edc6c" ], "x-ms-arm-service-request-id": [ - "23bc7671-0fa5-4e07-b39a-8a580ee72859" + "de3c1c84-cc0b-4eb8-9952-6dae32d35d94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3940,13 +3946,13 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093100Z:652f991c-3508-4435-a56c-b0b5d5a566cb" + "WESTUS:20200413T021238Z:f0c13312-1961-468e-a10a-3370189edc6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:30:59 GMT" + "Mon, 13 Apr 2020 02:12:38 GMT" ], "Content-Length": [ "30" @@ -3962,8 +3968,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3971,7 +3977,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3985,13 +3991,13 @@ "10" ], "x-ms-request-id": [ - "d51ad60a-9c78-4fe4-b4b8-66e6aa4267de" + "11cca80a-3f07-4359-862f-081563d07aad" ], "x-ms-correlation-request-id": [ - "86624f39-c4ae-411c-8a07-0d60c9bf98f3" + "284424ac-1cd8-4543-95fc-8ea4468b40cb" ], "x-ms-arm-service-request-id": [ - "37a9a8f5-e8ae-4698-b2d6-423626648697" + "ebc51c89-5a01-420a-b27e-13ed3b541ae5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4004,13 +4010,13 @@ "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093110Z:86624f39-c4ae-411c-8a07-0d60c9bf98f3" + "WESTUS:20200413T021248Z:284424ac-1cd8-4543-95fc-8ea4468b40cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:31:10 GMT" + "Mon, 13 Apr 2020 02:12:48 GMT" ], "Content-Length": [ "30" @@ -4026,8 +4032,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4035,7 +4041,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4049,13 +4055,13 @@ "10" ], "x-ms-request-id": [ - "bad25591-4f4b-4fa8-a77e-175a14a38782" + "25abdeef-034e-412b-bbfa-5c96913291e0" ], "x-ms-correlation-request-id": [ - "34c2976d-d68a-464a-b984-66678bf50bc3" + "bbb44af9-619b-46ef-8b23-2d7db8446dd2" ], "x-ms-arm-service-request-id": [ - "25e5e41c-12a0-46d2-be22-4df91bb5dc7e" + "6e2a0211-7957-49e9-8999-7c591fdd423a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4068,13 +4074,13 @@ "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093120Z:34c2976d-d68a-464a-b984-66678bf50bc3" + "WESTUS:20200413T021258Z:bbb44af9-619b-46ef-8b23-2d7db8446dd2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:31:20 GMT" + "Mon, 13 Apr 2020 02:12:58 GMT" ], "Content-Length": [ "30" @@ -4090,8 +4096,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4099,7 +4105,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4113,32 +4119,32 @@ "10" ], "x-ms-request-id": [ - "37454d59-7e53-49b9-9af1-383bbcd9e8fd" + "c1e40ebf-8a5e-419e-8bca-c219fa81d54a" ], "x-ms-correlation-request-id": [ - "894d7733-44e7-4f74-b421-f9efae5b72ea" + "b54793fb-4051-48d4-b36d-f7da1784b9e9" ], "x-ms-arm-service-request-id": [ - "22e10eed-7809-4c4f-b437-34053f1ff366" + "c9d7e172-39b9-4566-83e0-97000b367c4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093131Z:894d7733-44e7-4f74-b421-f9efae5b72ea" + "WESTUS:20200413T021308Z:b54793fb-4051-48d4-b36d-f7da1784b9e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:31:30 GMT" + "Mon, 13 Apr 2020 02:13:08 GMT" ], "Content-Length": [ "30" @@ -4154,8 +4160,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4163,7 +4169,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4177,32 +4183,32 @@ "10" ], "x-ms-request-id": [ - "a5cb8e47-c0eb-446a-be14-7797c915d91e" + "f97966a4-722b-42c3-84ea-eadac818c28e" ], "x-ms-correlation-request-id": [ - "e97dc378-8350-487f-8856-ab6012d6ba26" + "144710f0-2a3b-436a-9305-db44bc39ff8d" ], "x-ms-arm-service-request-id": [ - "25303642-4b07-43e5-8481-92dbc70fc5e0" + "72abff8b-0cd4-4fdd-8b0c-4c1d25ee530c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093141Z:e97dc378-8350-487f-8856-ab6012d6ba26" + "WESTUS:20200413T021318Z:144710f0-2a3b-436a-9305-db44bc39ff8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:31:40 GMT" + "Mon, 13 Apr 2020 02:13:17 GMT" ], "Content-Length": [ "30" @@ -4218,8 +4224,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4227,7 +4233,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4241,13 +4247,13 @@ "10" ], "x-ms-request-id": [ - "43560407-8251-446f-9d5d-b2440d4b2df2" + "20ad694e-36a2-4c0f-83f2-a6e24492bea5" ], "x-ms-correlation-request-id": [ - "120fcccf-806f-439a-9a8a-c657ad9c38ed" + "5d50f400-238f-4611-84df-1c3289ba9734" ], "x-ms-arm-service-request-id": [ - "f5eb00e0-7c3a-485f-b614-c7eb633c69f1" + "203a1674-e438-4bc9-a149-cbcad157520f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4260,13 +4266,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093151Z:120fcccf-806f-439a-9a8a-c657ad9c38ed" + "WESTUS:20200413T021328Z:5d50f400-238f-4611-84df-1c3289ba9734" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:31:51 GMT" + "Mon, 13 Apr 2020 02:13:28 GMT" ], "Content-Length": [ "30" @@ -4282,8 +4288,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4291,7 +4297,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4305,13 +4311,13 @@ "10" ], "x-ms-request-id": [ - "f3dbc2e9-f5eb-4513-b9c1-e94643bfae7f" + "6b2767e5-7029-4fce-8d59-20f2c06af05e" ], "x-ms-correlation-request-id": [ - "7acd0ceb-209b-4180-8dc0-0cb604a55a6f" + "b7689208-e514-4072-941c-cb770682b291" ], "x-ms-arm-service-request-id": [ - "aeca9a90-971c-4953-956c-5c277135ff23" + "de53521b-5e14-4f93-9553-5fd5eb0fe959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4324,13 +4330,13 @@ "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093202Z:7acd0ceb-209b-4180-8dc0-0cb604a55a6f" + "WESTUS:20200413T021338Z:b7689208-e514-4072-941c-cb770682b291" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:01 GMT" + "Mon, 13 Apr 2020 02:13:38 GMT" ], "Content-Length": [ "30" @@ -4346,8 +4352,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4355,7 +4361,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4369,13 +4375,13 @@ "10" ], "x-ms-request-id": [ - "a2c511f4-30a1-4f3a-8e7c-217128413f2c" + "d3c94941-02f9-4f05-9d01-85e03bf5a221" ], "x-ms-correlation-request-id": [ - "4a7e2b1d-81f3-4fcf-8042-ede94a5e5629" + "365d8a85-ab2e-47ea-97c9-341db89b97de" ], "x-ms-arm-service-request-id": [ - "ee954fcb-b424-4bc8-8167-689b4b372243" + "712ce8d8-1110-4583-966c-b55c8420abf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4388,13 +4394,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093212Z:4a7e2b1d-81f3-4fcf-8042-ede94a5e5629" + "WESTUS:20200413T021348Z:365d8a85-ab2e-47ea-97c9-341db89b97de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:11 GMT" + "Mon, 13 Apr 2020 02:13:47 GMT" ], "Content-Length": [ "30" @@ -4410,8 +4416,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4419,7 +4425,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4433,13 +4439,13 @@ "10" ], "x-ms-request-id": [ - "e25f5c25-1b22-423a-82c7-955dc798ae25" + "26dd6470-c8e1-455a-aaac-11cca60e64cf" ], "x-ms-correlation-request-id": [ - "bde53bfe-13c3-4f28-a93b-a9817f08dc3b" + "918916cf-212c-47d1-bdbc-41d78a999979" ], "x-ms-arm-service-request-id": [ - "d12b0b99-6205-4449-bee0-12c7dfd0fe95" + "f0c31e1c-bdab-4c10-ba7f-c81ece7dfa6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4452,13 +4458,13 @@ "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093222Z:bde53bfe-13c3-4f28-a93b-a9817f08dc3b" + "WESTUS:20200413T021358Z:918916cf-212c-47d1-bdbc-41d78a999979" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:22 GMT" + "Mon, 13 Apr 2020 02:13:57 GMT" ], "Content-Length": [ "30" @@ -4474,8 +4480,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4483,7 +4489,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4497,13 +4503,13 @@ "10" ], "x-ms-request-id": [ - "d1ab3127-536f-446e-9e5e-dd2f53d2afbf" + "27ef61bb-ad2d-4771-ae2b-7ad4150f4eef" ], "x-ms-correlation-request-id": [ - "704334cc-20ca-4fcd-9eef-7b852ccae4e6" + "a5668a11-9267-4a92-a306-f9f45f462941" ], "x-ms-arm-service-request-id": [ - "51c300db-7ef7-4c1e-94eb-35745f015c80" + "355a8805-0c4e-4872-bbe3-fd254527f634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4516,13 +4522,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093232Z:704334cc-20ca-4fcd-9eef-7b852ccae4e6" + "WESTUS:20200413T021408Z:a5668a11-9267-4a92-a306-f9f45f462941" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:32 GMT" + "Mon, 13 Apr 2020 02:14:07 GMT" ], "Content-Length": [ "30" @@ -4538,8 +4544,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4547,7 +4553,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4561,13 +4567,13 @@ "10" ], "x-ms-request-id": [ - "9167f9ee-c4de-4fa0-9484-6e69212bc663" + "f2fde34e-9897-43e0-a01d-54f73b9ec090" ], "x-ms-correlation-request-id": [ - "94bc0d44-a25c-48d1-8f46-1140d8a22587" + "78dc7b8f-4888-4f8e-9c51-ec9e69c3acde" ], "x-ms-arm-service-request-id": [ - "0901ac0c-1ef7-4840-835f-52b026f3927a" + "f96162fb-9417-4d23-9fde-1706c2b86024" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4580,13 +4586,13 @@ "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093243Z:94bc0d44-a25c-48d1-8f46-1140d8a22587" + "WESTUS:20200413T021418Z:78dc7b8f-4888-4f8e-9c51-ec9e69c3acde" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:42 GMT" + "Mon, 13 Apr 2020 02:14:17 GMT" ], "Content-Length": [ "30" @@ -4602,8 +4608,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4611,7 +4617,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4625,32 +4631,32 @@ "10" ], "x-ms-request-id": [ - "962a79ae-dba3-49d0-b48f-b85dfc1c24ce" + "2a8aa014-7e94-40ad-9744-e69911a2ab53" ], "x-ms-correlation-request-id": [ - "70a0a883-38a4-4dfb-9edb-3da11628cfdf" + "ff7fdbe4-7648-4106-bc9c-45ca900d3ae3" ], "x-ms-arm-service-request-id": [ - "0eb42ca7-0b76-4c62-8271-e3b6e17e64c5" + "38a0e3e0-342a-4ef2-928b-06b4855fb73f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093253Z:70a0a883-38a4-4dfb-9edb-3da11628cfdf" + "WESTUS:20200413T021428Z:ff7fdbe4-7648-4106-bc9c-45ca900d3ae3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:32:53 GMT" + "Mon, 13 Apr 2020 02:14:28 GMT" ], "Content-Length": [ "30" @@ -4666,8 +4672,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4675,7 +4681,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4689,32 +4695,32 @@ "10" ], "x-ms-request-id": [ - "babe5177-7d3f-44bd-b838-35fedc3c44ee" + "e44425d3-db2c-44b3-a91f-a650170cc437" ], "x-ms-correlation-request-id": [ - "740210b8-66d5-438d-a535-81eeae453c4f" + "a002bb97-cbbe-4a95-950f-eb9fad69709e" ], "x-ms-arm-service-request-id": [ - "20d83a7f-c911-4241-ac29-7d83b899fdf6" + "3ddfbd79-0bdd-459d-962e-f78bd78ecd87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093303Z:740210b8-66d5-438d-a535-81eeae453c4f" + "WESTUS:20200413T021438Z:a002bb97-cbbe-4a95-950f-eb9fad69709e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:03 GMT" + "Mon, 13 Apr 2020 02:14:38 GMT" ], "Content-Length": [ "30" @@ -4730,8 +4736,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4739,7 +4745,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4753,13 +4759,13 @@ "10" ], "x-ms-request-id": [ - "83763138-d01d-49ad-aba0-60e64787087b" + "dc3ef9c7-cb7d-4a81-9f5b-016a96cccf12" ], "x-ms-correlation-request-id": [ - "540fd761-7e7f-4946-bc02-90985a5258d9" + "30f10c27-d14f-4130-aef8-c6db4fc329ff" ], "x-ms-arm-service-request-id": [ - "8fe8894d-d785-4b59-89dc-767dcd702cf8" + "4066937b-d6fe-430f-9318-1cbce229c32e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4772,13 +4778,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093314Z:540fd761-7e7f-4946-bc02-90985a5258d9" + "WESTUS:20200413T021449Z:30f10c27-d14f-4130-aef8-c6db4fc329ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:13 GMT" + "Mon, 13 Apr 2020 02:14:48 GMT" ], "Content-Length": [ "30" @@ -4794,8 +4800,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4803,7 +4809,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4817,13 +4823,13 @@ "10" ], "x-ms-request-id": [ - "f7759b2b-6b8e-4b5e-b029-3af7cdb2b6d7" + "c987024c-e032-408f-b9a1-c28a087428fe" ], "x-ms-correlation-request-id": [ - "8e6ba373-6442-48c8-a14a-a8c49965570d" + "e5e1fdf4-41cf-47a9-9648-c4c51bf782b8" ], "x-ms-arm-service-request-id": [ - "08ac840e-51f5-4e56-8c43-0081f1630f34" + "9fa97ef4-f35c-495e-9f6d-2ad0f631dd38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4836,13 +4842,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093324Z:8e6ba373-6442-48c8-a14a-a8c49965570d" + "WESTUS:20200413T021459Z:e5e1fdf4-41cf-47a9-9648-c4c51bf782b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:24 GMT" + "Mon, 13 Apr 2020 02:14:58 GMT" ], "Content-Length": [ "30" @@ -4858,8 +4864,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4867,7 +4873,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4881,13 +4887,13 @@ "10" ], "x-ms-request-id": [ - "aa60ebb3-a5ba-45bf-b976-f7224e22fd88" + "758e64fe-cb5f-4840-a03e-866486cb92a7" ], "x-ms-correlation-request-id": [ - "fccccbd0-28ee-47e1-b2e7-91e982cf51dd" + "784068c4-f640-404e-a2e0-771e100d2147" ], "x-ms-arm-service-request-id": [ - "b2da6db1-8407-4b34-9cab-436e33701d42" + "e46359e8-3e45-4fd8-a5c7-70abd00ea4ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4900,13 +4906,13 @@ "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093334Z:fccccbd0-28ee-47e1-b2e7-91e982cf51dd" + "WESTUS:20200413T021509Z:784068c4-f640-404e-a2e0-771e100d2147" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:34 GMT" + "Mon, 13 Apr 2020 02:15:08 GMT" ], "Content-Length": [ "30" @@ -4922,8 +4928,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4931,7 +4937,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4945,13 +4951,13 @@ "10" ], "x-ms-request-id": [ - "0d4b59f2-4ca3-46a4-b906-8ee9d9a80207" + "1b235d39-10ab-47ef-84b3-bc8aa60c6323" ], "x-ms-correlation-request-id": [ - "ef22f7a8-429e-4171-9c4c-d534f1fdbd8b" + "d5b2fbef-ff5d-457e-b17a-2979096533c1" ], "x-ms-arm-service-request-id": [ - "d40b3381-aff6-405f-8a35-15c4de16468c" + "570dcac9-3538-49c2-b22e-957aaa3516be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4964,13 +4970,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093344Z:ef22f7a8-429e-4171-9c4c-d534f1fdbd8b" + "WESTUS:20200413T021519Z:d5b2fbef-ff5d-457e-b17a-2979096533c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:44 GMT" + "Mon, 13 Apr 2020 02:15:18 GMT" ], "Content-Length": [ "30" @@ -4986,8 +4992,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4995,7 +5001,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5009,13 +5015,13 @@ "10" ], "x-ms-request-id": [ - "4e720783-97b1-4614-b0f3-875b324699a9" + "2ceee62b-bdb3-4854-9bdc-aa2cb6f9cb4f" ], "x-ms-correlation-request-id": [ - "a027b7c8-afdf-4fdc-878a-5438255cdff0" + "021d3160-82e3-4ca5-9852-3f52f1ec81f9" ], "x-ms-arm-service-request-id": [ - "825c4492-fa17-4c52-b604-fc4a9190a6db" + "aa7a4384-e7de-449b-aac6-a5b8684c9da2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5028,13 +5034,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093355Z:a027b7c8-afdf-4fdc-878a-5438255cdff0" + "WESTUS:20200413T021529Z:021d3160-82e3-4ca5-9852-3f52f1ec81f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:33:54 GMT" + "Mon, 13 Apr 2020 02:15:28 GMT" ], "Content-Length": [ "30" @@ -5050,8 +5056,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5059,7 +5065,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5073,32 +5079,32 @@ "10" ], "x-ms-request-id": [ - "97516740-e6aa-414a-ba4a-7988cb040c09" + "c070769e-6ca7-4906-8987-1318f7b9d80c" ], "x-ms-correlation-request-id": [ - "aed90b18-568f-412f-b40a-b80f56f01389" + "18d18a36-921f-40da-8c0e-24bbe76a03f0" ], "x-ms-arm-service-request-id": [ - "cf4eb13c-38fa-4ed1-9fd8-031a43483a12" + "4caf049c-6ede-4186-9468-2996ae16448f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093405Z:aed90b18-568f-412f-b40a-b80f56f01389" + "WESTUS:20200413T021539Z:18d18a36-921f-40da-8c0e-24bbe76a03f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:04 GMT" + "Mon, 13 Apr 2020 02:15:38 GMT" ], "Content-Length": [ "30" @@ -5114,8 +5120,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5123,7 +5129,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5137,13 +5143,13 @@ "10" ], "x-ms-request-id": [ - "860e4d12-0a22-47af-bc1b-a643fa8fe57a" + "1f91c2ed-ba19-4299-b7a7-6ea7f06da0cd" ], "x-ms-correlation-request-id": [ - "bb2651b1-c76d-4e2f-ab19-d7a65222afc7" + "f17bc4da-ea40-41bb-973f-ad0447c80969" ], "x-ms-arm-service-request-id": [ - "853dffa5-a88a-4497-8d59-9fbaeb85a558" + "5def5bb3-a597-48aa-aafa-99c3cb7a38e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5156,13 +5162,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093415Z:bb2651b1-c76d-4e2f-ab19-d7a65222afc7" + "WESTUS:20200413T021549Z:f17bc4da-ea40-41bb-973f-ad0447c80969" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:14 GMT" + "Mon, 13 Apr 2020 02:15:48 GMT" ], "Content-Length": [ "30" @@ -5178,8 +5184,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5187,7 +5193,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5201,13 +5207,13 @@ "10" ], "x-ms-request-id": [ - "2eaed468-d990-4e5d-8628-dcea2e8f9c8d" + "0aaaaf16-f29b-4856-b43a-94fa9e8bdf9c" ], "x-ms-correlation-request-id": [ - "d6fcb3ed-6f8f-4925-90c4-50323cc8173e" + "898d460a-3b50-427b-873e-3ae9d9cd59dd" ], "x-ms-arm-service-request-id": [ - "fa0cb404-13cf-424b-9aad-ec3cbbb4f499" + "e4262bf1-eff5-4f5b-8455-c4f9f98fedf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5220,13 +5226,13 @@ "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093425Z:d6fcb3ed-6f8f-4925-90c4-50323cc8173e" + "WESTUS:20200413T021559Z:898d460a-3b50-427b-873e-3ae9d9cd59dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:24 GMT" + "Mon, 13 Apr 2020 02:15:59 GMT" ], "Content-Length": [ "30" @@ -5242,8 +5248,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5251,7 +5257,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5265,32 +5271,32 @@ "10" ], "x-ms-request-id": [ - "0d6387a9-0bd8-4251-b01a-f0b1290c4513" + "28ddb60d-20b1-4662-bb82-4ba1fceba6fa" ], "x-ms-correlation-request-id": [ - "98318aba-6dd1-4100-b990-53cc76e4f997" + "ece57d80-dd27-43b8-b23d-3b0697c91569" ], "x-ms-arm-service-request-id": [ - "21e28323-4a92-4c3b-a1d6-68238b9b5629" + "1e638f66-a6a0-4b5d-901f-db8abcabdc85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093435Z:98318aba-6dd1-4100-b990-53cc76e4f997" + "WESTUS:20200413T021609Z:ece57d80-dd27-43b8-b23d-3b0697c91569" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:34 GMT" + "Mon, 13 Apr 2020 02:16:09 GMT" ], "Content-Length": [ "30" @@ -5306,8 +5312,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5315,7 +5321,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5329,13 +5335,13 @@ "10" ], "x-ms-request-id": [ - "5e62ba9c-4d41-4c7e-abad-39549a48c530" + "ac47021d-47df-4bec-919c-f5a7ab741d28" ], "x-ms-correlation-request-id": [ - "cfd89c26-14d6-4cfd-8861-568ccb299e8d" + "0c3517da-a18e-486b-9eed-2cf01bf792d1" ], "x-ms-arm-service-request-id": [ - "ca34751a-41d5-4b7b-9a99-a970f774faef" + "af117068-0e9f-4c7f-a221-a786e0a9a0e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5348,13 +5354,13 @@ "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093446Z:cfd89c26-14d6-4cfd-8861-568ccb299e8d" + "WESTUS:20200413T021619Z:0c3517da-a18e-486b-9eed-2cf01bf792d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:46 GMT" + "Mon, 13 Apr 2020 02:16:19 GMT" ], "Content-Length": [ "30" @@ -5370,8 +5376,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5379,7 +5385,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5393,13 +5399,13 @@ "10" ], "x-ms-request-id": [ - "6959eee4-1ec5-42f3-ab26-d017d81345c5" + "6e7bf212-c875-43b9-baf1-38817d1585bc" ], "x-ms-correlation-request-id": [ - "2589828e-5d20-4a09-84ea-3fd0fee08e35" + "9e2e56fa-aaed-4dbd-8521-622942e24eb7" ], "x-ms-arm-service-request-id": [ - "1f4c74a0-f1b8-4b27-8320-14b8a17b6164" + "82eb48ca-9bc6-4179-b59b-237d6e9aadc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5412,13 +5418,13 @@ "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093456Z:2589828e-5d20-4a09-84ea-3fd0fee08e35" + "WESTUS:20200413T021629Z:9e2e56fa-aaed-4dbd-8521-622942e24eb7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:34:56 GMT" + "Mon, 13 Apr 2020 02:16:29 GMT" ], "Content-Length": [ "30" @@ -5434,8 +5440,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5443,7 +5449,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5457,13 +5463,13 @@ "10" ], "x-ms-request-id": [ - "a1019019-4040-4828-875d-db2a42e97afb" + "8511830f-3a20-4698-8057-cd7465c47cc7" ], "x-ms-correlation-request-id": [ - "80dc3176-305f-45a5-bbd7-2f9e0220d10c" + "26657f68-30af-4ae5-bdb5-2da09119e4e0" ], "x-ms-arm-service-request-id": [ - "30069672-e0e7-4582-b819-c01e0a998546" + "64e1c496-64f7-42d7-97b1-4e5392b2769e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5476,13 +5482,13 @@ "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093507Z:80dc3176-305f-45a5-bbd7-2f9e0220d10c" + "WESTUS:20200413T021639Z:26657f68-30af-4ae5-bdb5-2da09119e4e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:06 GMT" + "Mon, 13 Apr 2020 02:16:39 GMT" ], "Content-Length": [ "30" @@ -5498,8 +5504,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5507,7 +5513,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5521,32 +5527,32 @@ "10" ], "x-ms-request-id": [ - "c5330716-b33c-45b1-8538-47ab04e8e2d5" + "8d76fe10-c9da-4394-9e1f-c47b1b8fa7ad" ], "x-ms-correlation-request-id": [ - "05c6943d-9896-4264-8456-83418c406312" + "1611bd38-ea6e-4da1-b61b-f514f96b02fa" ], "x-ms-arm-service-request-id": [ - "dbb103d4-01e8-4a9d-a123-bd88b2ba0d5e" + "7956eb82-3505-4ee3-9852-42d8f3401ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093517Z:05c6943d-9896-4264-8456-83418c406312" + "WESTUS:20200413T021649Z:1611bd38-ea6e-4da1-b61b-f514f96b02fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:16 GMT" + "Mon, 13 Apr 2020 02:16:49 GMT" ], "Content-Length": [ "30" @@ -5562,8 +5568,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5571,7 +5577,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5585,13 +5591,13 @@ "10" ], "x-ms-request-id": [ - "1bc03976-1f96-40cc-acb9-b804b5ff2baf" + "219b8c26-7a65-436a-8e23-ebff57c30abe" ], "x-ms-correlation-request-id": [ - "1d79eb34-ec5c-4bd8-8d05-4439a8f6a76b" + "c1161b20-aece-41d7-b991-82e009d3a656" ], "x-ms-arm-service-request-id": [ - "924367cc-6bd7-4461-8489-db5057bce1c9" + "81ba0321-a139-423b-912b-21126c51ed23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5604,13 +5610,13 @@ "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093527Z:1d79eb34-ec5c-4bd8-8d05-4439a8f6a76b" + "WESTUS:20200413T021659Z:c1161b20-aece-41d7-b991-82e009d3a656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:27 GMT" + "Mon, 13 Apr 2020 02:16:59 GMT" ], "Content-Length": [ "30" @@ -5626,8 +5632,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5635,7 +5641,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5649,13 +5655,13 @@ "10" ], "x-ms-request-id": [ - "2084319c-77a1-4ce8-983a-9406b636fc1c" + "8912988e-b4fe-4c1c-b71f-8c7e30b1e351" ], "x-ms-correlation-request-id": [ - "68e22356-9288-469b-97d0-6b52cab2eb8f" + "d61c1c70-2f92-4811-8de7-019cebd4c7e6" ], "x-ms-arm-service-request-id": [ - "621b4898-5104-4e94-a390-0417ed4369af" + "a38b4a23-2ea1-4791-9bde-8ce213ceb7db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5668,13 +5674,13 @@ "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093537Z:68e22356-9288-469b-97d0-6b52cab2eb8f" + "WESTUS:20200413T021710Z:d61c1c70-2f92-4811-8de7-019cebd4c7e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:37 GMT" + "Mon, 13 Apr 2020 02:17:09 GMT" ], "Content-Length": [ "30" @@ -5690,8 +5696,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5699,7 +5705,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5713,13 +5719,13 @@ "10" ], "x-ms-request-id": [ - "b208dc6e-83a3-42b0-8980-22675dd91e82" + "c3731e5d-c8a4-487e-8e40-f908e47d1ea1" ], "x-ms-correlation-request-id": [ - "64707b08-57d6-4a6f-8070-42f4ae4b442d" + "291c0d2d-ce4f-4632-a800-2c9f6926c089" ], "x-ms-arm-service-request-id": [ - "c90eb3f5-fa28-4ca1-a206-a95dbee8ad97" + "00e4af0f-e4ee-4d27-a70d-a4a093c1088a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5732,13 +5738,13 @@ "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093547Z:64707b08-57d6-4a6f-8070-42f4ae4b442d" + "WESTUS:20200413T021720Z:291c0d2d-ce4f-4632-a800-2c9f6926c089" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:47 GMT" + "Mon, 13 Apr 2020 02:17:19 GMT" ], "Content-Length": [ "30" @@ -5754,8 +5760,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5763,7 +5769,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5777,13 +5783,13 @@ "10" ], "x-ms-request-id": [ - "f9b7111b-192c-4403-809d-edfa0420b9af" + "7c5d8969-c064-4cde-b782-69fa7cf69b0c" ], "x-ms-correlation-request-id": [ - "a8a9aac0-5139-4bb5-b124-68b25c02dd0a" + "4e111b98-b6fc-4380-b483-e156d0c2d52b" ], "x-ms-arm-service-request-id": [ - "52f51800-e5a7-463e-83c9-7f965b3b6388" + "ed1093a5-0b00-4b27-aff1-72abedbfe224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5796,13 +5802,13 @@ "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093558Z:a8a9aac0-5139-4bb5-b124-68b25c02dd0a" + "WESTUS:20200413T021730Z:4e111b98-b6fc-4380-b483-e156d0c2d52b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:35:57 GMT" + "Mon, 13 Apr 2020 02:17:29 GMT" ], "Content-Length": [ "30" @@ -5818,8 +5824,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5827,7 +5833,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5841,32 +5847,32 @@ "10" ], "x-ms-request-id": [ - "49564e7f-3352-4151-b9b5-119f7107705b" + "6358bb4e-bee6-4f69-bd69-9f8f30b811a7" ], "x-ms-correlation-request-id": [ - "b328df07-e79e-4099-aff0-5b00587b101b" + "38f9e2e7-b523-4a48-8728-a368632693c7" ], "x-ms-arm-service-request-id": [ - "47221a91-734d-46b6-8e91-e2c8aaf0f474" + "194e497a-d9c3-48cd-9eca-77beae5236d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093608Z:b328df07-e79e-4099-aff0-5b00587b101b" + "WESTUS:20200413T021740Z:38f9e2e7-b523-4a48-8728-a368632693c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:07 GMT" + "Mon, 13 Apr 2020 02:17:39 GMT" ], "Content-Length": [ "30" @@ -5882,8 +5888,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5891,7 +5897,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5905,13 +5911,13 @@ "10" ], "x-ms-request-id": [ - "16ffdd63-5fa2-4c51-9064-ce372d92a0ec" + "9acca292-5255-4256-9497-557b70a4aa81" ], "x-ms-correlation-request-id": [ - "3a8d4cd4-a9b3-4eff-bc58-db72e68a1034" + "be03fa31-cf8c-4435-80b0-485140fb210d" ], "x-ms-arm-service-request-id": [ - "0cfaa56f-bb66-4fb7-84e9-f7fa6aa0c0c3" + "d7680723-7487-42dd-a8b6-fc90b4db34b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5924,13 +5930,13 @@ "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093618Z:3a8d4cd4-a9b3-4eff-bc58-db72e68a1034" + "WESTUS:20200413T021750Z:be03fa31-cf8c-4435-80b0-485140fb210d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:18 GMT" + "Mon, 13 Apr 2020 02:17:50 GMT" ], "Content-Length": [ "30" @@ -5946,8 +5952,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5955,7 +5961,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5969,32 +5975,32 @@ "10" ], "x-ms-request-id": [ - "f5af7187-2372-4756-bcbf-c138b88c08b7" + "0eadacec-caec-469c-9255-ccd8dcafce13" ], "x-ms-correlation-request-id": [ - "4319cf41-2c8c-4bec-8ef1-345980d50cc9" + "a4cfab69-d3c7-4ad9-bdac-8b2115b4925f" ], "x-ms-arm-service-request-id": [ - "301d353a-429f-4765-9c8e-df2440053d11" + "df77ce6e-a378-43a9-bd41-6cb4360c966b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093629Z:4319cf41-2c8c-4bec-8ef1-345980d50cc9" + "WESTUS:20200413T021800Z:a4cfab69-d3c7-4ad9-bdac-8b2115b4925f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:28 GMT" + "Mon, 13 Apr 2020 02:18:00 GMT" ], "Content-Length": [ "30" @@ -6010,8 +6016,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6019,7 +6025,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6033,13 +6039,13 @@ "10" ], "x-ms-request-id": [ - "15806c0c-5d76-4f98-96e4-b0a256afb1ce" + "89930031-b8af-456b-a49e-6a7884de7e0e" ], "x-ms-correlation-request-id": [ - "f0ae0486-08a3-4492-96a9-3301bfa323b6" + "09395dee-288f-43a1-b8c5-97134a35d195" ], "x-ms-arm-service-request-id": [ - "9727f7c0-9b58-45be-930c-d8aed9004083" + "67951fb7-1ad0-439e-bfd0-300b2e774370" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6052,13 +6058,13 @@ "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093639Z:f0ae0486-08a3-4492-96a9-3301bfa323b6" + "WESTUS:20200413T021810Z:09395dee-288f-43a1-b8c5-97134a35d195" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:38 GMT" + "Mon, 13 Apr 2020 02:18:10 GMT" ], "Content-Length": [ "30" @@ -6074,8 +6080,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6083,7 +6089,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6097,13 +6103,13 @@ "10" ], "x-ms-request-id": [ - "fb283394-a5fc-4ea1-b0b0-3756553a545e" + "f66ee260-085c-4f64-8239-862e22feb53e" ], "x-ms-correlation-request-id": [ - "9620c5a2-bf72-4499-9604-48721329bfcf" + "2ba8bcb1-5a9a-4e94-bde4-86aceaa1a386" ], "x-ms-arm-service-request-id": [ - "697faf72-ac11-44af-ad35-840458b0f0d5" + "b48820aa-252d-4da2-82e3-c7213ea50fe5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6116,13 +6122,13 @@ "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093649Z:9620c5a2-bf72-4499-9604-48721329bfcf" + "WESTUS:20200413T021820Z:2ba8bcb1-5a9a-4e94-bde4-86aceaa1a386" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:48 GMT" + "Mon, 13 Apr 2020 02:18:20 GMT" ], "Content-Length": [ "30" @@ -6138,8 +6144,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6147,7 +6153,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6161,13 +6167,13 @@ "10" ], "x-ms-request-id": [ - "afc2d2bc-7724-41d3-b197-287577b556db" + "59a533f2-29b4-4a32-b98b-721b42f924da" ], "x-ms-correlation-request-id": [ - "ac352447-4244-4e26-b33e-4fc24ddfbcc2" + "49501ff6-b803-4877-9926-aa3fee1e376a" ], "x-ms-arm-service-request-id": [ - "31f242d0-dca7-477e-a38e-51c53e5e1655" + "c2569bdc-f425-4448-861d-5902c4b41251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6180,13 +6186,13 @@ "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093659Z:ac352447-4244-4e26-b33e-4fc24ddfbcc2" + "WESTUS:20200413T021830Z:49501ff6-b803-4877-9926-aa3fee1e376a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:36:59 GMT" + "Mon, 13 Apr 2020 02:18:30 GMT" ], "Content-Length": [ "30" @@ -6202,8 +6208,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6211,7 +6217,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6225,13 +6231,13 @@ "10" ], "x-ms-request-id": [ - "8769510b-0d2d-4d01-bd1b-da49007468bd" + "a66e9191-465d-48dd-8d1f-69fc5a277418" ], "x-ms-correlation-request-id": [ - "15a4d5cb-4cb4-41e0-8014-1cc5eaae2f36" + "79aecddb-1615-4e08-a4d7-be3ae72d7bc7" ], "x-ms-arm-service-request-id": [ - "882186eb-8159-48e7-91b2-4d2a42ff058d" + "feeded0e-2962-4fd9-84b3-e9b8ab337e09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6244,13 +6250,13 @@ "11957" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093710Z:15a4d5cb-4cb4-41e0-8014-1cc5eaae2f36" + "WESTUS:20200413T021840Z:79aecddb-1615-4e08-a4d7-be3ae72d7bc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:37:10 GMT" + "Mon, 13 Apr 2020 02:18:40 GMT" ], "Content-Length": [ "30" @@ -6266,8 +6272,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6275,7 +6281,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6289,13 +6295,13 @@ "10" ], "x-ms-request-id": [ - "64282539-70f9-4587-91f6-e024fea2645d" + "fdc6b1f8-bd43-4188-b393-687134386f7a" ], "x-ms-correlation-request-id": [ - "445e9cda-e323-4b28-b4af-cc664be46b8a" + "b5761b39-bcaa-4bfe-b4ed-6fd44b7ad3b4" ], "x-ms-arm-service-request-id": [ - "830fb54c-85ea-4cce-bc7f-bc21b8a05785" + "67f16072-ff35-4762-9fd1-7cfbc8b1d63b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6308,13 +6314,13 @@ "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093720Z:445e9cda-e323-4b28-b4af-cc664be46b8a" + "WESTUS:20200413T021850Z:b5761b39-bcaa-4bfe-b4ed-6fd44b7ad3b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:37:20 GMT" + "Mon, 13 Apr 2020 02:18:50 GMT" ], "Content-Length": [ "30" @@ -6330,8 +6336,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6339,7 +6345,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6353,13 +6359,13 @@ "10" ], "x-ms-request-id": [ - "4e0cb13e-0685-43eb-add7-8fd3d364a9a6" + "b1108f4e-de73-4969-9dc3-fcd176e3a84a" ], "x-ms-correlation-request-id": [ - "a44cd95b-058f-429d-8b87-4af97383250f" + "f5044194-ad3b-4df8-b336-c317d772666b" ], "x-ms-arm-service-request-id": [ - "61ff22a5-89f8-45e9-b691-ee0d2b97eaa5" + "78cb77ac-6276-4efc-8204-447c45d1d1c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6372,13 +6378,13 @@ "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093730Z:a44cd95b-058f-429d-8b87-4af97383250f" + "WESTUS:20200413T021900Z:f5044194-ad3b-4df8-b336-c317d772666b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:37:30 GMT" + "Mon, 13 Apr 2020 02:19:00 GMT" ], "Content-Length": [ "30" @@ -6394,8 +6400,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6403,7 +6409,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6417,13 +6423,13 @@ "10" ], "x-ms-request-id": [ - "b5b2f116-6053-4b4c-978a-12416c3f013c" + "1b99b49f-a7bc-4308-bfb6-784811d5c479" ], "x-ms-correlation-request-id": [ - "0fc8a5e9-ec90-463f-8f7d-356e3ab8f25a" + "5f211a9a-dad3-4d3f-af7f-f3330bc910d6" ], "x-ms-arm-service-request-id": [ - "80c7fa6f-5bd3-46c4-8568-eb8be4bbc45a" + "986b566a-1777-4a90-a2b5-df0579514cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6436,13 +6442,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093740Z:0fc8a5e9-ec90-463f-8f7d-356e3ab8f25a" + "WESTUS:20200413T021910Z:5f211a9a-dad3-4d3f-af7f-f3330bc910d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:37:40 GMT" + "Mon, 13 Apr 2020 02:19:10 GMT" ], "Content-Length": [ "30" @@ -6458,8 +6464,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6467,7 +6473,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6481,13 +6487,13 @@ "10" ], "x-ms-request-id": [ - "396d18c2-a41b-45f7-83d1-a68035e1b0af" + "3c7cef24-f67f-4224-b918-774c957c5117" ], "x-ms-correlation-request-id": [ - "bc62a1d4-eb8b-4d6a-a2b8-e59914627405" + "082a55d3-dce0-4f64-a4b5-045bf4535476" ], "x-ms-arm-service-request-id": [ - "a20e69be-354f-45c9-9a02-fd0a981cad5c" + "549daa01-e83c-4ca3-b067-a1d279ca71d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6500,13 +6506,13 @@ "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093751Z:bc62a1d4-eb8b-4d6a-a2b8-e59914627405" + "WESTUS:20200413T021920Z:082a55d3-dce0-4f64-a4b5-045bf4535476" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:37:51 GMT" + "Mon, 13 Apr 2020 02:19:20 GMT" ], "Content-Length": [ "30" @@ -6522,8 +6528,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6531,7 +6537,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6545,13 +6551,13 @@ "10" ], "x-ms-request-id": [ - "6cb0098b-6003-462e-9e06-3ffe61a1b7c9" + "08d4999a-311a-47f0-a517-6d33dfb2c97e" ], "x-ms-correlation-request-id": [ - "14e58c29-1cf9-4465-89c9-04a90403791b" + "3f91ec93-f95f-41d6-b293-71bceac1e22b" ], "x-ms-arm-service-request-id": [ - "9ebdaa2a-38f1-4afb-aacc-65c997d44794" + "0ce0214d-8b24-419c-951a-b0b01a642cb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6564,13 +6570,13 @@ "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093801Z:14e58c29-1cf9-4465-89c9-04a90403791b" + "WESTUS:20200413T021931Z:3f91ec93-f95f-41d6-b293-71bceac1e22b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:38:01 GMT" + "Mon, 13 Apr 2020 02:19:30 GMT" ], "Content-Length": [ "30" @@ -6586,8 +6592,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6595,7 +6601,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6609,13 +6615,13 @@ "10" ], "x-ms-request-id": [ - "03687d95-df53-48af-a2f7-5c0efe3cffdd" + "a827aff1-ef50-4881-a589-61c1e4f01417" ], "x-ms-correlation-request-id": [ - "88e6173e-20cc-4a12-b60e-9403bd58f510" + "c11862ef-58aa-4e8c-b74a-583938e13f58" ], "x-ms-arm-service-request-id": [ - "b19dba47-842c-4607-8e9b-db22653b096d" + "3b1f860b-d73f-4d01-9e2b-eb3bb2b44c3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6628,13 +6634,13 @@ "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093811Z:88e6173e-20cc-4a12-b60e-9403bd58f510" + "WESTUS:20200413T021941Z:c11862ef-58aa-4e8c-b74a-583938e13f58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:38:11 GMT" + "Mon, 13 Apr 2020 02:19:40 GMT" ], "Content-Length": [ "30" @@ -6650,8 +6656,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6659,7 +6665,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6673,13 +6679,13 @@ "10" ], "x-ms-request-id": [ - "9a11bf32-464b-489b-a3e8-76865ea3a15a" + "53089d9d-e902-45b7-ad19-bd2bec346bb5" ], "x-ms-correlation-request-id": [ - "b083b2df-3c48-49e1-84fc-b2586ce75b7b" + "0f6e24d5-d5aa-4c48-9cbb-cba59ef3d185" ], "x-ms-arm-service-request-id": [ - "a0b89713-c044-4883-bfb5-a63f4ad19ece" + "3c994f22-e536-411a-8d67-97391e93ff00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6692,13 +6698,13 @@ "11950" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093822Z:b083b2df-3c48-49e1-84fc-b2586ce75b7b" + "WESTUS:20200413T021951Z:0f6e24d5-d5aa-4c48-9cbb-cba59ef3d185" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:38:21 GMT" + "Mon, 13 Apr 2020 02:19:50 GMT" ], "Content-Length": [ "30" @@ -6714,8 +6720,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6723,7 +6729,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6737,13 +6743,13 @@ "10" ], "x-ms-request-id": [ - "487c67df-4819-4e28-b21d-4774bf13cb42" + "a9105ade-800b-48bc-b9c6-3b5844d3a6e3" ], "x-ms-correlation-request-id": [ - "2be2dcc3-f30c-431f-b07a-fc7d856a8959" + "9f126461-b931-483a-9b18-75cb80db142a" ], "x-ms-arm-service-request-id": [ - "f9e16efe-0e66-4e71-895b-634117d24ebf" + "b9de3e4c-8527-4a88-b1f7-ea03bc77be85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6756,13 +6762,13 @@ "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093832Z:2be2dcc3-f30c-431f-b07a-fc7d856a8959" + "WESTUS:20200413T022001Z:9f126461-b931-483a-9b18-75cb80db142a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:38:31 GMT" + "Mon, 13 Apr 2020 02:20:00 GMT" ], "Content-Length": [ "30" @@ -6778,8 +6784,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6787,7 +6793,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6801,13 +6807,13 @@ "10" ], "x-ms-request-id": [ - "c2d1847b-8502-4c22-a624-0df9ec6d165e" + "fb8ad4a5-a039-4f8f-bfa0-86e9e5135753" ], "x-ms-correlation-request-id": [ - "c191a55b-88a7-4f39-9f41-94fbf71819a0" + "5cdd00e8-6fd4-406c-ab0e-2aed3eff7fa1" ], "x-ms-arm-service-request-id": [ - "4479ffa5-4df4-4a80-82ed-60044efbe67b" + "9a91b191-f25f-4655-8c34-3febd8ec9124" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6820,13 +6826,13 @@ "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093842Z:c191a55b-88a7-4f39-9f41-94fbf71819a0" + "WESTUS:20200413T022011Z:5cdd00e8-6fd4-406c-ab0e-2aed3eff7fa1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:38:41 GMT" + "Mon, 13 Apr 2020 02:20:10 GMT" ], "Content-Length": [ "30" @@ -6842,8 +6848,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6851,7 +6857,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6865,96 +6871,32 @@ "10" ], "x-ms-request-id": [ - "7da6db38-3ab1-4852-871d-9eec659652a2" + "b56cac9a-3231-476a-80ed-d918d820e71f" ], "x-ms-correlation-request-id": [ - "123f817d-0816-47e0-8a00-19f1725d5a03" + "48b1a396-9ccb-4009-8fca-03deb06f011e" ], "x-ms-arm-service-request-id": [ - "30be02f2-a0c1-4ec2-abf7-9c5f3d2a782e" + "765d6484-b584-40e6-a887-324166f6486c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093852Z:123f817d-0816-47e0-8a00-19f1725d5a03" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 09:38:51 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9caa243b-4cfd-475c-8bcd-c770f719c0db" - ], - "x-ms-correlation-request-id": [ - "1b028eec-c19d-48af-9e49-b701aa1f1308" - ], - "x-ms-arm-service-request-id": [ - "47d19fb6-d32d-42fe-bc19-9dc73b11b41f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093903Z:1b028eec-c19d-48af-9e49-b701aa1f1308" + "WESTUS:20200413T022021Z:48b1a396-9ccb-4009-8fca-03deb06f011e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:02 GMT" + "Mon, 13 Apr 2020 02:20:20 GMT" ], "Content-Length": [ "30" @@ -6970,8 +6912,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6979,7 +6921,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6993,32 +6935,96 @@ "10" ], "x-ms-request-id": [ - "735110c0-489c-4ad5-a581-cf7d139be377" + "cd2068e8-839a-442d-8ace-80c5afe02fe0" ], "x-ms-correlation-request-id": [ - "ea4a6292-74aa-41d1-96ad-45764301303d" + "95d3039b-10ff-4556-9ff8-cdeb4b27ec40" ], "x-ms-arm-service-request-id": [ - "ad70bc00-d335-410c-b01e-55427b61cbb5" + "7673963f-c78e-4e5c-a164-2aed031146e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11946" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T022031Z:95d3039b-10ff-4556-9ff8-cdeb4b27ec40" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 02:20:30 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3219eee4-3f62-455e-9af6-6d9e8d04414c" + ], + "x-ms-correlation-request-id": [ + "63a5ebdf-5d4c-446b-811d-a7c9df7051bd" + ], + "x-ms-arm-service-request-id": [ + "cf579f6a-56e0-483f-8aa7-fc71c80037c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093913Z:ea4a6292-74aa-41d1-96ad-45764301303d" + "WESTUS:20200413T022041Z:63a5ebdf-5d4c-446b-811d-a7c9df7051bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:13 GMT" + "Mon, 13 Apr 2020 02:20:40 GMT" ], "Content-Length": [ "30" @@ -7034,8 +7040,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7043,7 +7049,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7057,13 +7063,13 @@ "10" ], "x-ms-request-id": [ - "314796be-44b1-4b40-b635-02b1051547f7" + "e48f8af3-3e3f-4fd8-8552-0d6e5cc2947c" ], "x-ms-correlation-request-id": [ - "9f91b4cf-1cd0-46d9-a44b-aa159c280f5b" + "75b89cff-703d-48c2-934c-72b5f5371ca7" ], "x-ms-arm-service-request-id": [ - "a8d1ce2d-7f92-4ac8-8865-e2e9293b2083" + "98bd7f14-05b8-4723-b74f-b6fb71de2e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7076,13 +7082,13 @@ "11944" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093923Z:9f91b4cf-1cd0-46d9-a44b-aa159c280f5b" + "WESTUS:20200413T022051Z:75b89cff-703d-48c2-934c-72b5f5371ca7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:23 GMT" + "Mon, 13 Apr 2020 02:20:50 GMT" ], "Content-Length": [ "30" @@ -7098,8 +7104,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7107,7 +7113,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7121,13 +7127,13 @@ "10" ], "x-ms-request-id": [ - "249f1348-ecb5-4c9b-bb0c-c4548257d13b" + "f5a64986-c054-4f92-b419-9e07738b5e40" ], "x-ms-correlation-request-id": [ - "11ac77ee-5f8c-4577-83e4-6a9bdb6c75cb" + "0e2a7251-b20b-4f13-a0ec-33ee2bc1ccbd" ], "x-ms-arm-service-request-id": [ - "ba2841ee-69d5-461c-8b32-12cfd8e813e6" + "68e12146-dec7-4948-9799-d63be1191ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7140,13 +7146,13 @@ "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093934Z:11ac77ee-5f8c-4577-83e4-6a9bdb6c75cb" + "WESTUS:20200413T022101Z:0e2a7251-b20b-4f13-a0ec-33ee2bc1ccbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:33 GMT" + "Mon, 13 Apr 2020 02:21:00 GMT" ], "Content-Length": [ "30" @@ -7162,8 +7168,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7171,7 +7177,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7185,13 +7191,13 @@ "10" ], "x-ms-request-id": [ - "215bb482-2439-4a70-bda8-7cfb9db7a15a" + "9d787252-af5a-429f-89ae-d5f15842a969" ], "x-ms-correlation-request-id": [ - "78b173cc-ec3e-4b39-b859-5aa5d2f4814d" + "81d66c42-5b48-4095-8cd6-e518670d3bfb" ], "x-ms-arm-service-request-id": [ - "f356e46b-5244-4e27-8b59-08cee715bbe9" + "eb5dadb8-efb5-40a4-aebb-bb46ef19cd36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7204,13 +7210,13 @@ "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093944Z:78b173cc-ec3e-4b39-b859-5aa5d2f4814d" + "WESTUS:20200413T022111Z:81d66c42-5b48-4095-8cd6-e518670d3bfb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:44 GMT" + "Mon, 13 Apr 2020 02:21:10 GMT" ], "Content-Length": [ "30" @@ -7226,8 +7232,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7235,7 +7241,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7249,13 +7255,13 @@ "10" ], "x-ms-request-id": [ - "173f3e3f-43d7-436a-a877-1cde195d5d1f" + "c2568d78-0428-4ce4-9388-618a4f807ca6" ], "x-ms-correlation-request-id": [ - "4e4278c7-621d-4489-a3bd-6f01adbd2c77" + "82b066f6-956f-4bb3-8bd7-e0eeeef85233" ], "x-ms-arm-service-request-id": [ - "dc656cdb-8ebc-4acc-9a34-01109602fb27" + "fb7ea9ef-faf0-4cb7-ac93-1c165bdd9de2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7268,13 +7274,13 @@ "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T093954Z:4e4278c7-621d-4489-a3bd-6f01adbd2c77" + "WESTUS:20200413T022121Z:82b066f6-956f-4bb3-8bd7-e0eeeef85233" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:39:54 GMT" + "Mon, 13 Apr 2020 02:21:20 GMT" ], "Content-Length": [ "30" @@ -7290,8 +7296,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7299,7 +7305,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7313,32 +7319,32 @@ "10" ], "x-ms-request-id": [ - "0628eebf-b4c6-41d4-9554-1fcb192bca54" + "895b761f-e522-40f0-816e-f3af46c612dc" ], "x-ms-correlation-request-id": [ - "70cc7855-a94f-4fb7-a1a3-4f2e339e48ef" + "046d37c1-9e8a-4dd0-92c3-bb80f1e0c1e9" ], "x-ms-arm-service-request-id": [ - "3a4009ba-ca55-42e7-a847-1d0e2f006dba" + "1ad67295-e463-479f-8484-73194c95711f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094004Z:70cc7855-a94f-4fb7-a1a3-4f2e339e48ef" + "WESTUS:20200413T022131Z:046d37c1-9e8a-4dd0-92c3-bb80f1e0c1e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:04 GMT" + "Mon, 13 Apr 2020 02:21:30 GMT" ], "Content-Length": [ "30" @@ -7354,8 +7360,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7363,7 +7369,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7377,13 +7383,13 @@ "10" ], "x-ms-request-id": [ - "21a484c4-6169-4afa-b6fe-1f9d5a1ff00e" + "c25d6eb2-a900-4d4a-8b29-0f7d5914ba90" ], "x-ms-correlation-request-id": [ - "3ce7d841-a009-4ce8-a05e-6715ac53309b" + "aa42e7df-c615-4bbb-b349-125ec56b70d8" ], "x-ms-arm-service-request-id": [ - "2caf266f-59e7-474c-aa1f-6861b0fcba49" + "c9a1c355-f89a-4c55-aa53-32a8d2a3625e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7396,13 +7402,13 @@ "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094014Z:3ce7d841-a009-4ce8-a05e-6715ac53309b" + "WESTUS:20200413T022141Z:aa42e7df-c615-4bbb-b349-125ec56b70d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:14 GMT" + "Mon, 13 Apr 2020 02:21:41 GMT" ], "Content-Length": [ "30" @@ -7418,8 +7424,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7427,7 +7433,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7441,13 +7447,13 @@ "10" ], "x-ms-request-id": [ - "30115ec7-96bb-41dc-890f-f38a57cc453e" + "755ea200-a775-4697-9e31-5917b3ae33a9" ], "x-ms-correlation-request-id": [ - "f520358e-b7be-4c46-afcd-eb40870bdb86" + "a585c079-95b6-4ce7-a8fe-e3818968a65a" ], "x-ms-arm-service-request-id": [ - "31cc0d46-bb09-4863-9e78-ffd0d910cabe" + "34d524bf-ca62-4bfb-9297-503feb27c642" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7460,13 +7466,13 @@ "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094025Z:f520358e-b7be-4c46-afcd-eb40870bdb86" + "WESTUS:20200413T022151Z:a585c079-95b6-4ce7-a8fe-e3818968a65a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:24 GMT" + "Mon, 13 Apr 2020 02:21:51 GMT" ], "Content-Length": [ "30" @@ -7482,8 +7488,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7491,7 +7497,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7505,13 +7511,13 @@ "10" ], "x-ms-request-id": [ - "2a7c7a54-d543-4b9e-aed6-155871ad51a6" + "d78f6298-2e91-455c-9130-ac8a6a7557d1" ], "x-ms-correlation-request-id": [ - "7c09492e-d646-44b6-ad85-986a5932ef01" + "4ebf75b1-84b5-422b-b2ff-59827004a3c3" ], "x-ms-arm-service-request-id": [ - "ee46e8d2-2396-40d3-aa79-5b4cd396462e" + "593d0e4d-c606-4a24-8a65-2e42e9237bd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7524,13 +7530,13 @@ "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094035Z:7c09492e-d646-44b6-ad85-986a5932ef01" + "WESTUS:20200413T022201Z:4ebf75b1-84b5-422b-b2ff-59827004a3c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:34 GMT" + "Mon, 13 Apr 2020 02:22:01 GMT" ], "Content-Length": [ "30" @@ -7546,8 +7552,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7555,7 +7561,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7569,32 +7575,32 @@ "10" ], "x-ms-request-id": [ - "4d701a1e-1919-4dec-ae85-6635c2596f00" + "ee652ec4-bd48-4778-b7d2-acd75bc92aa7" ], "x-ms-correlation-request-id": [ - "132285af-6c09-4e2e-9cb2-4f16091e2bb9" + "7a9553bb-8e7d-451a-bcf9-73bffd5d9c13" ], "x-ms-arm-service-request-id": [ - "0c870198-729d-4f7c-8243-1e2c56d4911f" + "da897306-eb3e-4376-8dc0-bd58d98c3545" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094045Z:132285af-6c09-4e2e-9cb2-4f16091e2bb9" + "WESTUS:20200413T022212Z:7a9553bb-8e7d-451a-bcf9-73bffd5d9c13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:44 GMT" + "Mon, 13 Apr 2020 02:22:11 GMT" ], "Content-Length": [ "30" @@ -7610,8 +7616,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7619,7 +7625,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7633,13 +7639,13 @@ "10" ], "x-ms-request-id": [ - "b24a1024-09ba-4b82-9d7e-9269f6d8707a" + "49115fbf-56e9-4e25-8481-59df4905d155" ], "x-ms-correlation-request-id": [ - "2c6bed3a-4d81-4556-90b1-aa3462b48ee0" + "576490ec-ea2e-4cc2-a3f5-1effcdfbf493" ], "x-ms-arm-service-request-id": [ - "e1d03bea-50c5-479c-8e3e-5d39384ab158" + "5cc7a285-c287-465a-af45-8c7abfaf6d34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7652,13 +7658,13 @@ "11935" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094056Z:2c6bed3a-4d81-4556-90b1-aa3462b48ee0" + "WESTUS:20200413T022222Z:576490ec-ea2e-4cc2-a3f5-1effcdfbf493" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:40:55 GMT" + "Mon, 13 Apr 2020 02:22:21 GMT" ], "Content-Length": [ "30" @@ -7674,8 +7680,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7683,7 +7689,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7697,13 +7703,13 @@ "10" ], "x-ms-request-id": [ - "11938d5d-3e1a-431e-9f07-cfd9182d3fd4" + "67b0beb5-4c29-4b55-8dbc-c39e23ced122" ], "x-ms-correlation-request-id": [ - "a11d448f-9472-426b-96aa-e632ffd0d971" + "e377f157-2c21-44d0-8c17-63b5cd47d13a" ], "x-ms-arm-service-request-id": [ - "37cfd540-9600-404d-922f-084b66937f84" + "f0687567-96f9-4ee0-ba52-76e7a8b8ae16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7716,13 +7722,13 @@ "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094106Z:a11d448f-9472-426b-96aa-e632ffd0d971" + "WESTUS:20200413T022232Z:e377f157-2c21-44d0-8c17-63b5cd47d13a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:05 GMT" + "Mon, 13 Apr 2020 02:22:31 GMT" ], "Content-Length": [ "30" @@ -7738,8 +7744,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7747,7 +7753,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7761,32 +7767,32 @@ "10" ], "x-ms-request-id": [ - "24549a80-671c-49ee-9d18-5004962b476a" + "497ba35e-2513-495b-87b5-325f42089ce0" ], "x-ms-correlation-request-id": [ - "76542f29-4dbb-4a60-a2f5-79cd1b4b7604" + "7e2798be-7b5d-4911-a73e-0b68eeff1f2c" ], "x-ms-arm-service-request-id": [ - "ca613631-b02f-40f9-bda5-9acfcc9a52e7" + "e5151b05-14e3-45b1-91d3-4c39d7937097" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094116Z:76542f29-4dbb-4a60-a2f5-79cd1b4b7604" + "WESTUS:20200413T022242Z:7e2798be-7b5d-4911-a73e-0b68eeff1f2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:15 GMT" + "Mon, 13 Apr 2020 02:22:41 GMT" ], "Content-Length": [ "30" @@ -7802,8 +7808,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7811,7 +7817,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7825,13 +7831,13 @@ "10" ], "x-ms-request-id": [ - "00ac1208-74d5-4159-9195-bb3c882b37a1" + "ad9613fc-19aa-44a8-b739-9e0d50281046" ], "x-ms-correlation-request-id": [ - "31f89d6d-3189-4b34-bf16-a25c4f0141cc" + "aa3a5b18-d3ce-4a61-8506-ca230dd8d516" ], "x-ms-arm-service-request-id": [ - "616389fc-5653-4d5f-96ed-ccf07e38533b" + "17202f91-3595-4029-b787-76315484d852" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7844,13 +7850,13 @@ "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094126Z:31f89d6d-3189-4b34-bf16-a25c4f0141cc" + "WESTUS:20200413T022252Z:aa3a5b18-d3ce-4a61-8506-ca230dd8d516" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:25 GMT" + "Mon, 13 Apr 2020 02:22:51 GMT" ], "Content-Length": [ "30" @@ -7866,8 +7872,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7875,7 +7881,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7889,13 +7895,13 @@ "10" ], "x-ms-request-id": [ - "5541d3e4-d6b4-4297-bddd-4ec7d7d56215" + "f8bee201-4cf0-4fcb-b7b1-aa56f6fbf06d" ], "x-ms-correlation-request-id": [ - "eafdec06-6773-487d-ba23-db6b604b1457" + "3cb4f857-9962-4e52-9e05-9a3433cd450f" ], "x-ms-arm-service-request-id": [ - "21ffa304-72aa-405f-a600-cc1e5d94f17c" + "e8527362-9e6c-41f8-a68b-8c25629c3b29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7908,13 +7914,13 @@ "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094137Z:eafdec06-6773-487d-ba23-db6b604b1457" + "WESTUS:20200413T022302Z:3cb4f857-9962-4e52-9e05-9a3433cd450f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:36 GMT" + "Mon, 13 Apr 2020 02:23:01 GMT" ], "Content-Length": [ "30" @@ -7930,8 +7936,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7939,7 +7945,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7953,13 +7959,13 @@ "10" ], "x-ms-request-id": [ - "7fa5c42a-a1de-4764-b3ea-a0a9c7bfbd49" + "65933384-3bf8-4ccb-8ed3-88bcd97de733" ], "x-ms-correlation-request-id": [ - "ebe1d64b-92d8-4deb-ab6a-7d52aa40730a" + "aec5f14f-017b-43b3-86e1-889d17326fcb" ], "x-ms-arm-service-request-id": [ - "dd1f97ae-2b98-490b-8d5e-b87163c359f8" + "019c18cd-5986-4afb-9163-2fd9dc0278b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7972,13 +7978,13 @@ "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094147Z:ebe1d64b-92d8-4deb-ab6a-7d52aa40730a" + "WESTUS:20200413T022312Z:aec5f14f-017b-43b3-86e1-889d17326fcb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:47 GMT" + "Mon, 13 Apr 2020 02:23:11 GMT" ], "Content-Length": [ "30" @@ -7994,8 +8000,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8003,7 +8009,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8017,13 +8023,13 @@ "10" ], "x-ms-request-id": [ - "7fd9cd31-d030-4a11-9afa-126dfa6fc1bf" + "1ac5c4c0-e492-4c95-b84c-015fb63b1d6b" ], "x-ms-correlation-request-id": [ - "33e47425-dc4d-457d-b785-6970a4f57098" + "ae7a77bc-d94d-4ddc-a9f2-a2b4f2de0acd" ], "x-ms-arm-service-request-id": [ - "b6cba726-0c76-4726-aaa7-be34d3ccacbe" + "59a052c1-40b3-4844-954f-0ea04f411648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8036,13 +8042,13 @@ "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094157Z:33e47425-dc4d-457d-b785-6970a4f57098" + "WESTUS:20200413T022322Z:ae7a77bc-d94d-4ddc-a9f2-a2b4f2de0acd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:41:57 GMT" + "Mon, 13 Apr 2020 02:23:21 GMT" ], "Content-Length": [ "30" @@ -8058,8 +8064,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8067,7 +8073,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8081,13 +8087,13 @@ "10" ], "x-ms-request-id": [ - "f304980a-0ed7-405c-8ee7-8b5e8b79f197" + "b0c42c7f-0af9-4aa8-9e04-ba6513e8301d" ], "x-ms-correlation-request-id": [ - "d30de768-0552-41fd-9079-58d6fd7f258b" + "e68d98f7-dc84-4d23-994b-b4002845262b" ], "x-ms-arm-service-request-id": [ - "28e41f9d-1f94-43b5-8afd-0e336bc2dd47" + "f86576bb-ac85-44a3-80e5-b25b8cf7bfc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8100,13 +8106,13 @@ "11928" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094207Z:d30de768-0552-41fd-9079-58d6fd7f258b" + "WESTUS:20200413T022332Z:e68d98f7-dc84-4d23-994b-b4002845262b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:07 GMT" + "Mon, 13 Apr 2020 02:23:31 GMT" ], "Content-Length": [ "30" @@ -8122,8 +8128,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8131,7 +8137,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8145,32 +8151,32 @@ "10" ], "x-ms-request-id": [ - "3e7c71b4-dfd1-45c0-adeb-c94e57e77f62" + "cba09657-83a7-4fba-9a13-163d1750fff8" ], "x-ms-correlation-request-id": [ - "d3b34f47-559d-4ab9-9ec4-3e978a8555b7" + "df80e595-1855-443d-a83a-72aa57b53cf6" ], "x-ms-arm-service-request-id": [ - "1c9a3ae3-007b-4105-858e-3c43974438d3" + "1163c408-6d03-4bd4-8653-c97fd4c45b74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094218Z:d3b34f47-559d-4ab9-9ec4-3e978a8555b7" + "WESTUS:20200413T022342Z:df80e595-1855-443d-a83a-72aa57b53cf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:17 GMT" + "Mon, 13 Apr 2020 02:23:42 GMT" ], "Content-Length": [ "30" @@ -8186,8 +8192,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8195,7 +8201,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8209,32 +8215,32 @@ "10" ], "x-ms-request-id": [ - "9178daef-b824-4bdb-b629-385d919f81bc" + "713219f7-7807-41ae-adff-01eae12ab44f" ], "x-ms-correlation-request-id": [ - "a5fd9577-4040-405e-83e0-a45ed29b9046" + "5b15e3a1-4810-4a81-9f26-6827aab4e248" ], "x-ms-arm-service-request-id": [ - "6ffb727f-c895-4627-9c28-c2c2b63afbef" + "1e626ff7-f1b3-468c-bf09-1e072f5aab9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11926" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094228Z:a5fd9577-4040-405e-83e0-a45ed29b9046" + "WESTUS:20200413T022352Z:5b15e3a1-4810-4a81-9f26-6827aab4e248" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:28 GMT" + "Mon, 13 Apr 2020 02:23:52 GMT" ], "Content-Length": [ "30" @@ -8250,8 +8256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8259,7 +8265,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8273,13 +8279,13 @@ "10" ], "x-ms-request-id": [ - "10effe2c-586c-4c71-8789-67babd0f1219" + "698fb5f8-cbd7-4810-82f7-a5c97ee774d5" ], "x-ms-correlation-request-id": [ - "fce20016-51e9-429b-ab89-35d6aa29a87d" + "4cb9c89d-51a5-4dde-afda-aed7273c4e71" ], "x-ms-arm-service-request-id": [ - "2e2730cc-c625-44dd-abdd-da843bcf9e8f" + "d39c2931-88d7-4581-9e4b-38930cc65442" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8292,13 +8298,13 @@ "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094238Z:fce20016-51e9-429b-ab89-35d6aa29a87d" + "WESTUS:20200413T022402Z:4cb9c89d-51a5-4dde-afda-aed7273c4e71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:38 GMT" + "Mon, 13 Apr 2020 02:24:02 GMT" ], "Content-Length": [ "30" @@ -8314,8 +8320,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8323,7 +8329,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8337,13 +8343,13 @@ "10" ], "x-ms-request-id": [ - "b2dd9357-a242-4db9-bbf2-7bfaa0c9a21d" + "b7a42f3a-c876-4fc2-a85b-f7478cd9276e" ], "x-ms-correlation-request-id": [ - "a4652a4c-1d70-4e5b-95d4-1728300cbbfe" + "ed449ac7-0f99-4cb0-8495-8ea81db143ec" ], "x-ms-arm-service-request-id": [ - "11d7cd37-4bf4-40d0-8dad-12d0fb40ff8c" + "67b2b3f1-8b1f-4c85-9f2f-9c465be3b840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8356,13 +8362,13 @@ "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094249Z:a4652a4c-1d70-4e5b-95d4-1728300cbbfe" + "WESTUS:20200413T022412Z:ed449ac7-0f99-4cb0-8495-8ea81db143ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:48 GMT" + "Mon, 13 Apr 2020 02:24:12 GMT" ], "Content-Length": [ "30" @@ -8378,8 +8384,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8387,7 +8393,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8401,13 +8407,13 @@ "10" ], "x-ms-request-id": [ - "5ff2f8d0-e120-4fd5-9310-fe6f5e473ca7" + "64036b03-c929-4820-9b7b-79fed5de385f" ], "x-ms-correlation-request-id": [ - "08f22036-9603-4efb-941a-76793373a744" + "1276456a-1d3f-4b26-989b-78ce7e24c194" ], "x-ms-arm-service-request-id": [ - "83499aea-4c50-4e5d-af70-a53220fe2ff7" + "64b43a98-f39e-47b0-b9a6-c2dfa2f251ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8420,13 +8426,13 @@ "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094259Z:08f22036-9603-4efb-941a-76793373a744" + "WESTUS:20200413T022422Z:1276456a-1d3f-4b26-989b-78ce7e24c194" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:42:58 GMT" + "Mon, 13 Apr 2020 02:24:22 GMT" ], "Content-Length": [ "30" @@ -8442,8 +8448,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8451,7 +8457,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8465,13 +8471,13 @@ "10" ], "x-ms-request-id": [ - "7f68526e-6324-4d6e-84a0-1d2cace2d79b" + "f9ab6125-fe97-44ee-86f9-37d46b8ab8b0" ], "x-ms-correlation-request-id": [ - "36a35c31-7e66-4b82-b5ab-b0793bfbb91e" + "de14f84e-1353-4204-b9de-b867258a042a" ], "x-ms-arm-service-request-id": [ - "67082d66-92ba-4a85-902e-a4e7f77adda3" + "74bba1c9-a0f7-47b3-816c-a005af6165fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8484,13 +8490,13 @@ "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094309Z:36a35c31-7e66-4b82-b5ab-b0793bfbb91e" + "WESTUS:20200413T022433Z:de14f84e-1353-4204-b9de-b867258a042a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:43:08 GMT" + "Mon, 13 Apr 2020 02:24:32 GMT" ], "Content-Length": [ "30" @@ -8506,8 +8512,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8515,7 +8521,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8529,13 +8535,13 @@ "10" ], "x-ms-request-id": [ - "e45bbbbc-2449-40d2-8105-fce98a5b6608" + "b162707d-94a8-4d0a-bde8-29dda5f8e8bd" ], "x-ms-correlation-request-id": [ - "bcaafe83-48a0-4eba-af67-a427c1b32e6c" + "4d27c233-9464-4043-8449-44ee995d8e5b" ], "x-ms-arm-service-request-id": [ - "0f428ec3-5dbd-4b51-bf58-1601b57a4b6e" + "524ad1a2-b28e-4a7a-a40b-1f913c326c2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8548,13 +8554,13 @@ "11921" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094319Z:bcaafe83-48a0-4eba-af67-a427c1b32e6c" + "WESTUS:20200413T022443Z:4d27c233-9464-4043-8449-44ee995d8e5b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:43:19 GMT" + "Mon, 13 Apr 2020 02:24:42 GMT" ], "Content-Length": [ "30" @@ -8570,8 +8576,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8579,7 +8585,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8593,13 +8599,13 @@ "10" ], "x-ms-request-id": [ - "2d9b20ba-5ad1-4fd7-8044-3d3606ba0660" + "fa8ea09f-a7ff-4de4-8404-0abea0484341" ], "x-ms-correlation-request-id": [ - "f7c557fe-4097-47fe-94af-81d77734310f" + "922d8963-1235-40a2-86dd-1407a6d51cec" ], "x-ms-arm-service-request-id": [ - "ac31b3b1-d59f-4c9b-bd6d-8bee1b131105" + "6ed733e9-39a6-44c6-846b-a4f7d90faf3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8612,13 +8618,13 @@ "11920" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094330Z:f7c557fe-4097-47fe-94af-81d77734310f" + "WESTUS:20200413T022453Z:922d8963-1235-40a2-86dd-1407a6d51cec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:43:29 GMT" + "Mon, 13 Apr 2020 02:24:52 GMT" ], "Content-Length": [ "30" @@ -8634,8 +8640,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8643,7 +8649,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8657,32 +8663,32 @@ "10" ], "x-ms-request-id": [ - "002c60d4-b9e1-4e71-abef-22e50eb9cb7b" + "bff9f3d8-ccae-4d78-bb7b-3686a336f472" ], "x-ms-correlation-request-id": [ - "e01bbea6-c1aa-4631-81ff-417e274fad9e" + "3ac10c0b-e30b-4095-9401-39b21b54f6ec" ], "x-ms-arm-service-request-id": [ - "79ed8e94-9a9e-47df-be0c-aae2682ed4aa" + "5fb2caef-a1a9-4c8e-b675-b9b7d6a8ef56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11919" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094340Z:e01bbea6-c1aa-4631-81ff-417e274fad9e" + "WESTUS:20200413T022503Z:3ac10c0b-e30b-4095-9401-39b21b54f6ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:43:39 GMT" + "Mon, 13 Apr 2020 02:25:02 GMT" ], "Content-Length": [ "30" @@ -8698,8 +8704,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8707,7 +8713,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8721,32 +8727,32 @@ "10" ], "x-ms-request-id": [ - "e2b50a03-406f-43f8-8249-b06c0e47cbd0" + "ca163b0d-a2ef-449c-b939-2771c543a548" ], "x-ms-correlation-request-id": [ - "c1dea8ed-597c-434c-be48-ee3dcc9ddd75" + "24b0dcbe-a44b-4148-a295-c0eb8be1185e" ], "x-ms-arm-service-request-id": [ - "d5f824c2-344c-4ddb-8df4-80d33a533259" + "ed2cfff4-f26b-4045-b93c-0ca8bdd6fafb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11918" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094350Z:c1dea8ed-597c-434c-be48-ee3dcc9ddd75" + "WESTUS:20200413T022513Z:24b0dcbe-a44b-4148-a295-c0eb8be1185e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:43:50 GMT" + "Mon, 13 Apr 2020 02:25:12 GMT" ], "Content-Length": [ "30" @@ -8762,8 +8768,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8771,7 +8777,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8785,13 +8791,13 @@ "10" ], "x-ms-request-id": [ - "accd61da-5a82-4d59-818d-b8206a42c0c2" + "4802ec47-7ca7-4a80-9c0b-e94a69524e00" ], "x-ms-correlation-request-id": [ - "6a7b207c-67b4-4c8f-9b00-7a2feb2c1b0a" + "07055d6c-7df7-41cd-bad8-eadb2ff8ade9" ], "x-ms-arm-service-request-id": [ - "72b8e2f6-d23a-4550-b76c-27f2be5f8494" + "5c7598bf-cf00-405b-9489-974a8f7294b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8804,13 +8810,13 @@ "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094401Z:6a7b207c-67b4-4c8f-9b00-7a2feb2c1b0a" + "WESTUS:20200413T022523Z:07055d6c-7df7-41cd-bad8-eadb2ff8ade9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:00 GMT" + "Mon, 13 Apr 2020 02:25:23 GMT" ], "Content-Length": [ "30" @@ -8826,8 +8832,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8835,7 +8841,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8849,13 +8855,13 @@ "10" ], "x-ms-request-id": [ - "9cab0628-40d6-49cb-91f6-1277d4dade7e" + "16fc6ec1-a697-452b-855c-9c55cc825e5a" ], "x-ms-correlation-request-id": [ - "d1ee2e1d-9bb3-4163-8fc3-bf6f560f0a81" + "c78e4b20-9f1e-4080-8ebf-e351390c9900" ], "x-ms-arm-service-request-id": [ - "13d93513-2a50-48a2-824d-c2420baf811b" + "88b58870-8da0-4d77-b9a7-330dd76443cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8868,13 +8874,13 @@ "11916" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094411Z:d1ee2e1d-9bb3-4163-8fc3-bf6f560f0a81" + "WESTUS:20200413T022533Z:c78e4b20-9f1e-4080-8ebf-e351390c9900" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:11 GMT" + "Mon, 13 Apr 2020 02:25:33 GMT" ], "Content-Length": [ "30" @@ -8890,8 +8896,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8899,7 +8905,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8913,13 +8919,13 @@ "10" ], "x-ms-request-id": [ - "3fed4d79-cf3b-436c-b3a2-e809f5105b2f" + "431d6232-db57-4ecd-a77c-d7e0da2c459b" ], "x-ms-correlation-request-id": [ - "37fe4ee6-45be-4dae-a78a-2bc9eb260acd" + "f717cd3b-f32b-4638-921c-d5a5d8de5e7b" ], "x-ms-arm-service-request-id": [ - "0e3942a6-a913-4a51-ae99-91e8f7b66f3d" + "7b1336ed-c52f-4d0e-a866-54c88278756a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8932,13 +8938,13 @@ "11915" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094421Z:37fe4ee6-45be-4dae-a78a-2bc9eb260acd" + "WESTUS:20200413T022543Z:f717cd3b-f32b-4638-921c-d5a5d8de5e7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:21 GMT" + "Mon, 13 Apr 2020 02:25:43 GMT" ], "Content-Length": [ "30" @@ -8954,8 +8960,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8963,7 +8969,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8977,13 +8983,13 @@ "10" ], "x-ms-request-id": [ - "7cf36a9c-1ae0-4900-8566-df9f7b6f9cc7" + "2e3dee70-03a1-4452-bf98-0c21dc3c456e" ], "x-ms-correlation-request-id": [ - "7bef74d1-538f-4a65-9e8f-760fd2d416d2" + "6e7a80bf-f45b-4866-bc32-ab041da19f96" ], "x-ms-arm-service-request-id": [ - "92f511d2-3182-4ab4-b205-a5618eee5a79" + "8859c1e1-91c9-4b7b-98f8-dd005cf83aa5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8996,13 +9002,13 @@ "11914" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094431Z:7bef74d1-538f-4a65-9e8f-760fd2d416d2" + "WESTUS:20200413T022553Z:6e7a80bf-f45b-4866-bc32-ab041da19f96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:31 GMT" + "Mon, 13 Apr 2020 02:25:53 GMT" ], "Content-Length": [ "30" @@ -9018,8 +9024,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9027,7 +9033,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9041,13 +9047,13 @@ "10" ], "x-ms-request-id": [ - "d0f27369-1c6b-42c7-a9b6-a09b805b3ee5" + "f9ef82fd-7f9e-407c-a8d1-bd60d4dbb5b1" ], "x-ms-correlation-request-id": [ - "c7f926c8-bdf6-48da-9321-3fcdc8be1195" + "94138d0b-25d9-4273-b799-a72a15df91ab" ], "x-ms-arm-service-request-id": [ - "565d0873-6fd9-4426-bd67-eed59a130870" + "4a084061-e365-4daf-ba30-4577c2434a7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9060,13 +9066,13 @@ "11913" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094441Z:c7f926c8-bdf6-48da-9321-3fcdc8be1195" + "WESTUS:20200413T022603Z:94138d0b-25d9-4273-b799-a72a15df91ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:41 GMT" + "Mon, 13 Apr 2020 02:26:03 GMT" ], "Content-Length": [ "30" @@ -9082,8 +9088,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9091,7 +9097,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9105,32 +9111,32 @@ "10" ], "x-ms-request-id": [ - "799bbeaa-357f-45ef-9d7a-c805612181cf" + "5dafcbfd-605e-46b0-a3b4-37b4ab41ac13" ], "x-ms-correlation-request-id": [ - "129cc958-526f-4c8f-bec2-c37272971129" + "d8d935c8-124b-497c-9700-87f6d5141541" ], "x-ms-arm-service-request-id": [ - "8f969bc2-651d-4529-b781-ff1fba302edb" + "5defdd3f-cadc-476d-81fe-7f756ffe41f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11912" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094452Z:129cc958-526f-4c8f-bec2-c37272971129" + "WESTUS:20200413T022613Z:d8d935c8-124b-497c-9700-87f6d5141541" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:44:51 GMT" + "Mon, 13 Apr 2020 02:26:13 GMT" ], "Content-Length": [ "30" @@ -9146,8 +9152,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9155,7 +9161,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9169,13 +9175,13 @@ "10" ], "x-ms-request-id": [ - "b1afa05a-3f46-47cc-9b22-48f73714880b" + "a2112f4f-b632-4af4-9023-4559cac223cc" ], "x-ms-correlation-request-id": [ - "27a8d89d-dc3a-4018-adf8-fbcbe284cae7" + "2e891a54-d5f4-49aa-ad9c-53a49b1c6615" ], "x-ms-arm-service-request-id": [ - "29602044-a99c-43cf-b89b-c53fe976aeec" + "623fdc0a-a534-4c26-a3cf-d4956eda424b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9188,13 +9194,13 @@ "11911" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094502Z:27a8d89d-dc3a-4018-adf8-fbcbe284cae7" + "WESTUS:20200413T022623Z:2e891a54-d5f4-49aa-ad9c-53a49b1c6615" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:01 GMT" + "Mon, 13 Apr 2020 02:26:23 GMT" ], "Content-Length": [ "30" @@ -9210,8 +9216,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9219,7 +9225,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9233,13 +9239,13 @@ "10" ], "x-ms-request-id": [ - "3f12fc56-2e5f-4e1d-812f-fa2e93d0b578" + "5e79f3a9-5c81-4ebb-a765-e0a292766b0b" ], "x-ms-correlation-request-id": [ - "b0231c8e-d8cc-47bb-8d2a-debb7165a3ab" + "5f4b3cc3-efaf-409d-888a-e8809a1d4b6c" ], "x-ms-arm-service-request-id": [ - "a0ef3c41-2f53-437f-8681-e462c8299ad1" + "a194a920-b6a0-4b5b-9c83-52cfe66915e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9252,13 +9258,13 @@ "11910" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094512Z:b0231c8e-d8cc-47bb-8d2a-debb7165a3ab" + "WESTUS:20200413T022633Z:5f4b3cc3-efaf-409d-888a-e8809a1d4b6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:12 GMT" + "Mon, 13 Apr 2020 02:26:33 GMT" ], "Content-Length": [ "30" @@ -9274,8 +9280,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9283,7 +9289,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9297,32 +9303,32 @@ "10" ], "x-ms-request-id": [ - "9f78d32a-5827-4003-b930-82fbbc404345" + "8f5a8889-ab14-4ecf-809f-57ed76b44a7a" ], "x-ms-correlation-request-id": [ - "eb0e9ade-bd41-4ef5-9c81-eb1ed7131fc0" + "30130dcb-4e86-4e67-8d4a-d44c3539569b" ], "x-ms-arm-service-request-id": [ - "28d8ecdf-96b5-4a26-a056-2243da9ac922" + "ba51c3e7-ff46-447c-8ca3-73bd27633cb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11909" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094522Z:eb0e9ade-bd41-4ef5-9c81-eb1ed7131fc0" + "WESTUS:20200413T022643Z:30130dcb-4e86-4e67-8d4a-d44c3539569b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:22 GMT" + "Mon, 13 Apr 2020 02:26:43 GMT" ], "Content-Length": [ "30" @@ -9338,8 +9344,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9347,7 +9353,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9361,13 +9367,13 @@ "10" ], "x-ms-request-id": [ - "384fe80f-ec8f-471d-aa6d-b32c4cc53e19" + "7c30a5af-be03-4f05-bef5-6301c3c979d0" ], "x-ms-correlation-request-id": [ - "870b40b2-16b6-4761-b6a9-ecf8259b47b3" + "9af38923-2a19-4f68-a672-1568770131ed" ], "x-ms-arm-service-request-id": [ - "d9648407-0e6e-4b2e-9b56-69f9dfc7de3e" + "4733e2ed-3f0b-4361-bee8-68b76be58eec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9380,13 +9386,13 @@ "11908" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094533Z:870b40b2-16b6-4761-b6a9-ecf8259b47b3" + "WESTUS:20200413T022653Z:9af38923-2a19-4f68-a672-1568770131ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:32 GMT" + "Mon, 13 Apr 2020 02:26:53 GMT" ], "Content-Length": [ "30" @@ -9402,8 +9408,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9411,7 +9417,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9425,13 +9431,13 @@ "10" ], "x-ms-request-id": [ - "3cc325b6-680c-4fd9-b335-ef82117b503f" + "b96ae08e-766c-4a81-9e6d-a3583523775f" ], "x-ms-correlation-request-id": [ - "9f30ad40-5185-41ed-88f1-038f9bb26686" + "76fb9a8e-1d8a-421f-909e-1fdc72ab8d30" ], "x-ms-arm-service-request-id": [ - "bb003bb5-8698-4a74-b18f-380a81297ace" + "69fe3810-3cf9-4d48-994e-9187b468e5f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9444,13 +9450,13 @@ "11907" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094543Z:9f30ad40-5185-41ed-88f1-038f9bb26686" + "WESTUS:20200413T022703Z:76fb9a8e-1d8a-421f-909e-1fdc72ab8d30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:42 GMT" + "Mon, 13 Apr 2020 02:27:03 GMT" ], "Content-Length": [ "30" @@ -9466,8 +9472,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9475,7 +9481,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9489,13 +9495,13 @@ "10" ], "x-ms-request-id": [ - "27f68d83-0b67-4a69-91a2-f23ea55e3cd8" + "0659cf70-e008-4aeb-8515-34cf99560c7b" ], "x-ms-correlation-request-id": [ - "9c4aa65b-d0ad-4686-a3fa-56915bc96df0" + "d68d62d9-fb08-4592-b898-60284ea21e09" ], "x-ms-arm-service-request-id": [ - "de869255-2da6-4f8a-9903-90e40f20b6f5" + "f40a0048-2dc7-4155-b0a2-5de0c12ae7f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9508,13 +9514,13 @@ "11906" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094553Z:9c4aa65b-d0ad-4686-a3fa-56915bc96df0" + "WESTUS:20200413T022714Z:d68d62d9-fb08-4592-b898-60284ea21e09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:45:52 GMT" + "Mon, 13 Apr 2020 02:27:13 GMT" ], "Content-Length": [ "30" @@ -9530,8 +9536,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9539,7 +9545,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9553,32 +9559,32 @@ "10" ], "x-ms-request-id": [ - "294b3abd-4d4f-46b8-bea8-cd1598b80ab2" + "6100bc3c-3531-472c-9b92-ca038a1977ef" ], "x-ms-correlation-request-id": [ - "80578c3e-1268-4ba8-af11-9adc32af2e1b" + "db1362e5-bfa2-4153-958d-c6a1c509ef9b" ], "x-ms-arm-service-request-id": [ - "b9d0baa7-6990-4c94-bd70-4227e685e7b3" + "304f98fa-e4b2-4e75-ab86-d5603175974d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11905" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094604Z:80578c3e-1268-4ba8-af11-9adc32af2e1b" + "WESTUS:20200413T022724Z:db1362e5-bfa2-4153-958d-c6a1c509ef9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:03 GMT" + "Mon, 13 Apr 2020 02:27:24 GMT" ], "Content-Length": [ "30" @@ -9594,8 +9600,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9603,7 +9609,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9617,13 +9623,13 @@ "10" ], "x-ms-request-id": [ - "ace2b204-ca90-475b-b44c-593bd5be1e8d" + "40f0c52a-2cfb-4d00-a741-0a7137fc5ca7" ], "x-ms-correlation-request-id": [ - "9a75dbda-7bce-4fc4-b8ec-4ab10f440be5" + "1929677d-baf8-492a-ad62-6700b095ace3" ], "x-ms-arm-service-request-id": [ - "50890194-cf32-446b-a296-da5f6c35da93" + "07193b6b-dae6-446a-8017-7a5657e3c98a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9636,13 +9642,13 @@ "11904" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094614Z:9a75dbda-7bce-4fc4-b8ec-4ab10f440be5" + "WESTUS:20200413T022734Z:1929677d-baf8-492a-ad62-6700b095ace3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:14 GMT" + "Mon, 13 Apr 2020 02:27:34 GMT" ], "Content-Length": [ "30" @@ -9658,8 +9664,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9667,7 +9673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9681,13 +9687,13 @@ "10" ], "x-ms-request-id": [ - "13e2d68f-8f3e-4eda-ac4d-a1d343294d50" + "fa193192-68a9-44ca-a1b5-562b4a693e97" ], "x-ms-correlation-request-id": [ - "e459ef49-ab39-4cfd-9cfe-8b336e890560" + "864270f3-6949-4536-8fcb-38040b5b8be6" ], "x-ms-arm-service-request-id": [ - "f4d1f1fb-9bba-4c17-8ec6-57eab49008fd" + "0295e237-cd35-4fbf-bf33-a17bdd78d9cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9700,13 +9706,13 @@ "11903" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094624Z:e459ef49-ab39-4cfd-9cfe-8b336e890560" + "WESTUS:20200413T022744Z:864270f3-6949-4536-8fcb-38040b5b8be6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:24 GMT" + "Mon, 13 Apr 2020 02:27:43 GMT" ], "Content-Length": [ "30" @@ -9722,8 +9728,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9731,7 +9737,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9745,13 +9751,13 @@ "10" ], "x-ms-request-id": [ - "d967f7d9-c42f-44dd-ac51-c89275e808a5" + "7ec2ed31-385c-46e5-ac17-f5b95a18f938" ], "x-ms-correlation-request-id": [ - "20e572fc-29ca-4566-9555-bda73e92408c" + "3bec0df8-1bec-482e-817c-7b6c11f16846" ], "x-ms-arm-service-request-id": [ - "f174ecfd-fcd5-4f1f-90a1-2a80c099397c" + "635d1900-4ff3-4fd6-99de-a99f24a403d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9764,13 +9770,13 @@ "11902" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094634Z:20e572fc-29ca-4566-9555-bda73e92408c" + "WESTUS:20200413T022754Z:3bec0df8-1bec-482e-817c-7b6c11f16846" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:34 GMT" + "Mon, 13 Apr 2020 02:27:53 GMT" ], "Content-Length": [ "30" @@ -9786,8 +9792,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9795,7 +9801,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9809,13 +9815,13 @@ "10" ], "x-ms-request-id": [ - "e910b6df-8e77-4cb9-82ae-9aff04a9e521" + "55b55ca4-6d5f-484b-a47d-2cb48d5a1435" ], "x-ms-correlation-request-id": [ - "57eed329-a00e-4520-b61e-52676651c4e5" + "1b447b48-6065-4e3b-90cb-7fd1d11a19f0" ], "x-ms-arm-service-request-id": [ - "87b729e1-0481-41d6-a704-50064c2363c8" + "259045dc-4ade-48e0-8b61-bd4a96af9054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9828,13 +9834,13 @@ "11901" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094645Z:57eed329-a00e-4520-b61e-52676651c4e5" + "WESTUS:20200413T022804Z:1b447b48-6065-4e3b-90cb-7fd1d11a19f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:44 GMT" + "Mon, 13 Apr 2020 02:28:03 GMT" ], "Content-Length": [ "30" @@ -9850,8 +9856,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9859,7 +9865,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9873,32 +9879,32 @@ "10" ], "x-ms-request-id": [ - "24101e96-70a6-47e1-a695-3d14f42df03b" + "358cd79e-b92a-44c5-a046-bbcc16d92ea4" ], "x-ms-correlation-request-id": [ - "38205b83-5fc2-40ae-ab67-66e9af2e5a2d" + "c6589f1f-1af9-45af-b96c-379fa196c5aa" ], "x-ms-arm-service-request-id": [ - "7edd7c51-a402-4a3c-b050-564feb85899e" + "0be3610c-d1b4-4c78-8645-5fdf62f16891" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094655Z:38205b83-5fc2-40ae-ab67-66e9af2e5a2d" + "WESTUS:20200413T022814Z:c6589f1f-1af9-45af-b96c-379fa196c5aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:46:54 GMT" + "Mon, 13 Apr 2020 02:28:13 GMT" ], "Content-Length": [ "30" @@ -9914,8 +9920,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9923,7 +9929,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9937,13 +9943,13 @@ "10" ], "x-ms-request-id": [ - "2369f256-fd35-4f14-a568-078c61c92196" + "d34ae735-dbc7-424d-af13-b250ab8c10a7" ], "x-ms-correlation-request-id": [ - "f5b3e2d4-9157-44ac-9037-2f5ce85c0124" + "d2088a7d-c110-430a-a8d2-9821e59ba2aa" ], "x-ms-arm-service-request-id": [ - "e4a27acf-c719-490f-84ce-59829baa2244" + "c7c517e3-908f-47a5-877f-398d361701ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9956,13 +9962,13 @@ "11899" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094705Z:f5b3e2d4-9157-44ac-9037-2f5ce85c0124" + "WESTUS:20200413T022824Z:d2088a7d-c110-430a-a8d2-9821e59ba2aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:05 GMT" + "Mon, 13 Apr 2020 02:28:23 GMT" ], "Content-Length": [ "30" @@ -9978,8 +9984,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9987,7 +9993,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10001,32 +10007,32 @@ "10" ], "x-ms-request-id": [ - "2bc4343e-66dd-4a40-bc38-c714bf0e9fdd" + "18b6936e-ce0b-4916-95ba-84a2785cab79" ], "x-ms-correlation-request-id": [ - "e9a57dce-e5b8-43fe-b2d3-f7afb8a2f60a" + "4459040d-238f-4bff-9939-899f77cac43b" ], "x-ms-arm-service-request-id": [ - "c33da1e5-d78d-4179-a8eb-7a1c2bac50c6" + "3a0e75d7-6e13-41b1-8491-ca365f68780c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11898" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094716Z:e9a57dce-e5b8-43fe-b2d3-f7afb8a2f60a" + "WESTUS:20200413T022834Z:4459040d-238f-4bff-9939-899f77cac43b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:15 GMT" + "Mon, 13 Apr 2020 02:28:33 GMT" ], "Content-Length": [ "30" @@ -10042,8 +10048,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10051,7 +10057,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10065,13 +10071,13 @@ "10" ], "x-ms-request-id": [ - "790864d4-c608-4fd9-9446-15364416c955" + "bb5a599e-7291-40e0-8169-60d368dbd25a" ], "x-ms-correlation-request-id": [ - "ac37cc50-6160-468c-9293-2eeb84e455f0" + "9aeaea90-91a6-4a2d-bd95-1b0143442840" ], "x-ms-arm-service-request-id": [ - "bba4cc40-fff3-4683-8c95-397047752520" + "d81c3e86-212e-453e-a1c5-a28e9a960b8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10084,13 +10090,13 @@ "11897" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094726Z:ac37cc50-6160-468c-9293-2eeb84e455f0" + "WESTUS:20200413T022844Z:9aeaea90-91a6-4a2d-bd95-1b0143442840" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:25 GMT" + "Mon, 13 Apr 2020 02:28:43 GMT" ], "Content-Length": [ "30" @@ -10106,8 +10112,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10115,7 +10121,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10129,13 +10135,13 @@ "10" ], "x-ms-request-id": [ - "e08d73b7-0c37-43dc-ac13-2afdb7433184" + "367e24fa-6b8e-4e33-a3b1-e6c46f8327fa" ], "x-ms-correlation-request-id": [ - "d54ff8e8-5b19-45d0-9b06-704d874dea14" + "b4572166-be99-43a4-aa07-3aaf5e96fe8b" ], "x-ms-arm-service-request-id": [ - "f9e43423-fa2f-428e-b040-5b21bbc8b6d2" + "27f92f59-4fdf-4c2d-98da-c68eab4dcb80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10148,13 +10154,13 @@ "11896" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094736Z:d54ff8e8-5b19-45d0-9b06-704d874dea14" + "WESTUS:20200413T022854Z:b4572166-be99-43a4-aa07-3aaf5e96fe8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:35 GMT" + "Mon, 13 Apr 2020 02:28:54 GMT" ], "Content-Length": [ "30" @@ -10170,8 +10176,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10179,7 +10185,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10193,13 +10199,13 @@ "10" ], "x-ms-request-id": [ - "568a4ba7-62fc-450d-9a6f-75b48852d572" + "66679a72-cbdd-4cc4-a26d-b93f5ab2b1cb" ], "x-ms-correlation-request-id": [ - "372e44bb-eed7-4a11-a17d-8dc1a6db1d04" + "e6ebb0c3-c4b4-492b-ba36-a20d0d994e06" ], "x-ms-arm-service-request-id": [ - "17c240f7-9a25-470c-8ac3-a8555d975467" + "befa0060-daad-4c52-8bb7-b0f5120f7f8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10212,13 +10218,13 @@ "11895" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094746Z:372e44bb-eed7-4a11-a17d-8dc1a6db1d04" + "WESTUS:20200413T022904Z:e6ebb0c3-c4b4-492b-ba36-a20d0d994e06" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:46 GMT" + "Mon, 13 Apr 2020 02:29:04 GMT" ], "Content-Length": [ "30" @@ -10234,8 +10240,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10243,7 +10249,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10257,13 +10263,13 @@ "10" ], "x-ms-request-id": [ - "d6686e56-6002-4636-92a9-6a7a3b27c635" + "a14edcc5-f726-441d-b902-66984e44ee86" ], "x-ms-correlation-request-id": [ - "5dcbe92b-80e9-4cd8-a327-de87f1065045" + "6e2f2799-0d1c-4024-99ce-f1f6fa18753c" ], "x-ms-arm-service-request-id": [ - "0fdd9534-c933-4085-8a42-b5168bcfe8fa" + "aca70117-70c5-437f-a1fd-9481ff2abaa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10276,13 +10282,13 @@ "11894" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094756Z:5dcbe92b-80e9-4cd8-a327-de87f1065045" + "WESTUS:20200413T022914Z:6e2f2799-0d1c-4024-99ce-f1f6fa18753c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:47:56 GMT" + "Mon, 13 Apr 2020 02:29:14 GMT" ], "Content-Length": [ "30" @@ -10298,8 +10304,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10307,7 +10313,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10321,13 +10327,13 @@ "10" ], "x-ms-request-id": [ - "32886b08-1dd8-4f61-8dbc-d7281f1f7bce" + "f7f8b013-d619-467e-bbfd-655f38fd6cac" ], "x-ms-correlation-request-id": [ - "8ee9033f-8232-4b54-9af8-253db849d177" + "e0cf8b27-1d3d-414f-8556-924e48c18a8c" ], "x-ms-arm-service-request-id": [ - "de8c22f5-9ee6-460c-b4a7-c2558dddb3a9" + "1f0a71ad-2c53-48f1-a157-aef0a4ecb496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10340,13 +10346,13 @@ "11893" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094807Z:8ee9033f-8232-4b54-9af8-253db849d177" + "WESTUS:20200413T022924Z:e0cf8b27-1d3d-414f-8556-924e48c18a8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:06 GMT" + "Mon, 13 Apr 2020 02:29:24 GMT" ], "Content-Length": [ "30" @@ -10362,8 +10368,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10371,7 +10377,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10385,32 +10391,32 @@ "10" ], "x-ms-request-id": [ - "476722e8-4aa7-4560-a791-d305fc9cc0cc" + "f48d39d4-e3b5-4753-bbd5-24bd10d9fbb9" ], "x-ms-correlation-request-id": [ - "7e39c59a-b2c0-4898-8a54-8d82848656e1" + "cd216a70-4be9-4b38-97b5-f23d2dbd182b" ], "x-ms-arm-service-request-id": [ - "b1157065-e8c1-466f-9ef8-0139e0710d60" + "ca28e72a-d812-401e-bd66-abc7186e5793" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11892" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094817Z:7e39c59a-b2c0-4898-8a54-8d82848656e1" + "WESTUS:20200413T022934Z:cd216a70-4be9-4b38-97b5-f23d2dbd182b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:17 GMT" + "Mon, 13 Apr 2020 02:29:34 GMT" ], "Content-Length": [ "30" @@ -10426,8 +10432,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10435,7 +10441,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10449,32 +10455,32 @@ "10" ], "x-ms-request-id": [ - "6cd39794-3346-4b80-80a1-a1ffdc162f73" + "18caf54e-8bbf-4788-9225-af8457c6e688" ], "x-ms-correlation-request-id": [ - "a6b02826-333a-4bea-a5a7-0af61aa6dab4" + "9ef77b6b-283c-4c0d-98f5-72e573346093" ], "x-ms-arm-service-request-id": [ - "14c7f660-b650-457f-a3ac-91184f939a47" + "1b8391cd-676f-4ed9-af83-007255e13918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094827Z:a6b02826-333a-4bea-a5a7-0af61aa6dab4" + "WESTUS:20200413T022944Z:9ef77b6b-283c-4c0d-98f5-72e573346093" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:27 GMT" + "Mon, 13 Apr 2020 02:29:44 GMT" ], "Content-Length": [ "30" @@ -10490,8 +10496,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f11b84e7-1df4-4bd0-8780-1e31f92071d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxMWI4NGU3LTFkZjQtNGJkMC04NzgwLTFlMzFmOTIwNzFkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10499,7 +10505,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10509,17 +10515,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "7c31d42c-b7b0-443f-8186-ebd60f551d9a" + "bb876143-40ce-47b7-b5f8-e25e10eb8a0e" ], "x-ms-correlation-request-id": [ - "c2f0563a-1424-4b40-a07f-04709a6d8c3e" + "bbafb8f7-2939-4d2b-a11d-4afc1bf06083" ], "x-ms-arm-service-request-id": [ - "1943960e-33b9-4fe7-8128-01209663536c" + "7954aad3-73cf-4d98-9c63-689a7f5c8dc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10532,16 +10535,16 @@ "11890" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094838Z:c2f0563a-1424-4b40-a07f-04709a6d8c3e" + "WESTUS:20200413T022955Z:bbafb8f7-2939-4d2b-a11d-4afc1bf06083" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:38 GMT" + "Mon, 13 Apr 2020 02:29:54 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10550,12 +10553,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10563,7 +10566,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10577,32 +10580,32 @@ "10" ], "x-ms-request-id": [ - "fa95c3d4-8b2c-42be-a892-8a94d99151ed" + "df2023b8-9d2a-4c75-b10f-5a27b51de065" ], "x-ms-correlation-request-id": [ - "caa32a55-e090-4232-ab36-3ccf9c700f51" + "d355c444-2cef-4609-9ddd-ee6898dc757f" ], "x-ms-arm-service-request-id": [ - "39a97762-390e-4545-8bbb-1fd0edec0f6c" + "c560a28a-84b1-4cae-97d2-8f8d80a5c251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11889" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094848Z:caa32a55-e090-4232-ab36-3ccf9c700f51" + "WESTUS:20200413T023006Z:d355c444-2cef-4609-9ddd-ee6898dc757f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:48 GMT" + "Mon, 13 Apr 2020 02:30:06 GMT" ], "Content-Length": [ "30" @@ -10618,8 +10621,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10627,7 +10630,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10641,13 +10644,13 @@ "10" ], "x-ms-request-id": [ - "10969979-afc5-495c-ab9d-71fff8c9f134" + "1fe94f46-8301-4f92-9498-74bf7f83f26b" ], "x-ms-correlation-request-id": [ - "e7a813f0-1192-4843-8dc8-4ee06bdd7831" + "d780410b-6b9f-4dbe-a777-502274defb0e" ], "x-ms-arm-service-request-id": [ - "6709e13e-9722-40fb-afba-7382c3f227c4" + "7ec18adc-1b3d-41d1-932c-23cdfbfd3526" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10657,16 +10660,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11888" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094858Z:e7a813f0-1192-4843-8dc8-4ee06bdd7831" + "WESTUS:20200413T023017Z:d780410b-6b9f-4dbe-a777-502274defb0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:48:58 GMT" + "Mon, 13 Apr 2020 02:30:16 GMT" ], "Content-Length": [ "30" @@ -10682,8 +10685,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10691,7 +10694,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10705,13 +10708,13 @@ "10" ], "x-ms-request-id": [ - "a8494bd0-0959-453a-8b43-08485637168d" + "3a4fe7f3-8192-4636-afe2-5c7a15515bba" ], "x-ms-correlation-request-id": [ - "0dec86d8-bce5-4614-b8e8-e831149d6e21" + "213d86e7-18ba-471d-9e2c-fbcf41e179ca" ], "x-ms-arm-service-request-id": [ - "ad102fb7-0656-437f-bae4-5a2f3c33f707" + "8f972ccf-ca2d-445e-b017-c6acfdc9da1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10721,16 +10724,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11887" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094908Z:0dec86d8-bce5-4614-b8e8-e831149d6e21" + "WESTUS:20200413T023027Z:213d86e7-18ba-471d-9e2c-fbcf41e179ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:08 GMT" + "Mon, 13 Apr 2020 02:30:26 GMT" ], "Content-Length": [ "30" @@ -10746,8 +10749,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10755,7 +10758,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10769,13 +10772,13 @@ "10" ], "x-ms-request-id": [ - "fe2056d1-33a7-4381-a905-528c52c9ce14" + "828569a0-3549-4b5d-82a8-b41cdc6e9301" ], "x-ms-correlation-request-id": [ - "8014cf55-23f7-423b-be47-24db29206c84" + "694544d3-c4e1-4a1e-aea1-74c041c6efc0" ], "x-ms-arm-service-request-id": [ - "c41e7ba3-b28d-40f5-b19f-4e51b0b2af3e" + "a06b67b2-a904-47e5-87f1-fa9599ba2af7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10785,16 +10788,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11886" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094919Z:8014cf55-23f7-423b-be47-24db29206c84" + "WESTUS:20200413T023037Z:694544d3-c4e1-4a1e-aea1-74c041c6efc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:18 GMT" + "Mon, 13 Apr 2020 02:30:36 GMT" ], "Content-Length": [ "30" @@ -10810,8 +10813,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/97624630-5622-4f7d-8ff8-d1241a0a9e07?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NjI0NjMwLTU2MjItNGY3ZC04ZmY4LWQxMjQxYTBhOWUwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10819,7 +10822,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10829,14 +10832,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "703ba710-f3b4-479c-86aa-3e03326faa4b" + "cd7c9c40-c7b5-4743-a1c2-7d3ed83c49b4" ], "x-ms-correlation-request-id": [ - "7b24e3ff-d47b-4625-ba18-6c640e8187c4" + "2485803c-8a0d-4c08-bca9-bfca80e5e9ed" ], "x-ms-arm-service-request-id": [ - "fddf2acb-5833-443d-91f7-1ca23dd4677c" + "3fab07a9-a4d0-4466-b54a-25fa906e0f6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10846,19 +10852,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094929Z:7b24e3ff-d47b-4625-ba18-6c640e8187c4" + "WESTUS:20200413T023047Z:2485803c-8a0d-4c08-bca9-bfca80e5e9ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:28 GMT" + "Mon, 13 Apr 2020 02:30:46 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10867,12 +10873,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10880,7 +10886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10894,13 +10900,13 @@ "10" ], "x-ms-request-id": [ - "33ce6f70-3ab5-48d9-bad8-e02f8504d888" + "e4501bc3-6acd-4567-8083-d583775d856e" ], "x-ms-correlation-request-id": [ - "15b1dbfe-4da5-4793-be6b-118ea14f5667" + "d75a4802-3c19-46a8-8755-8736a6611c84" ], "x-ms-arm-service-request-id": [ - "2f0a8e45-a62a-4563-a075-611f4fb520e9" + "5a7002b6-ed7c-42e1-8dec-2356438d35f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10910,16 +10916,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094946Z:15b1dbfe-4da5-4793-be6b-118ea14f5667" + "WESTUS:20200413T023057Z:d75a4802-3c19-46a8-8755-8736a6611c84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:45 GMT" + "Mon, 13 Apr 2020 02:30:56 GMT" ], "Content-Length": [ "30" @@ -10935,8 +10941,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10944,7 +10950,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -10958,32 +10964,32 @@ "10" ], "x-ms-request-id": [ - "22c1d88d-2180-49e6-a206-dfa7edc4e4a5" + "0e6c336b-c741-4f29-bcc1-ff2a703f43c1" ], "x-ms-correlation-request-id": [ - "be3184e4-f3a3-446e-8c0f-8b383396efed" + "5573943d-d4d9-4cfb-bf84-a80b3e3aa783" ], "x-ms-arm-service-request-id": [ - "8a8d9d0e-8d6e-49af-9f0e-480375efd14c" + "4b29fadb-3468-495d-84fa-117820ab1fd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T094956Z:be3184e4-f3a3-446e-8c0f-8b383396efed" + "WESTUS:20200413T023107Z:5573943d-d4d9-4cfb-bf84-a80b3e3aa783" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:49:55 GMT" + "Mon, 13 Apr 2020 02:31:06 GMT" ], "Content-Length": [ "30" @@ -10999,8 +11005,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11008,7 +11014,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11022,13 +11028,13 @@ "10" ], "x-ms-request-id": [ - "628c0b32-0802-4603-adb4-72ea5be6f3a7" + "90ba2ece-4401-44de-bf09-e137c0830942" ], "x-ms-correlation-request-id": [ - "08a90ccc-46b6-4cae-9728-1df110ddc3e5" + "fbb96474-e6af-4dd9-94ea-bb8ccba3b440" ], "x-ms-arm-service-request-id": [ - "038b9551-9090-4eb2-b4af-eed8f37f074b" + "e053343c-c429-4827-8b05-3c957a1e2d16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11038,16 +11044,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095006Z:08a90ccc-46b6-4cae-9728-1df110ddc3e5" + "WESTUS:20200413T023117Z:fbb96474-e6af-4dd9-94ea-bb8ccba3b440" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:05 GMT" + "Mon, 13 Apr 2020 02:31:17 GMT" ], "Content-Length": [ "30" @@ -11063,8 +11069,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11072,7 +11078,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11086,13 +11092,13 @@ "10" ], "x-ms-request-id": [ - "fd7a5450-5c93-490c-8374-e315edf60e05" + "4c411ccd-37a2-41b0-b59e-cb4d28d2affa" ], "x-ms-correlation-request-id": [ - "2abad1fb-782e-45cb-8e2c-a469ec04977b" + "814e390e-57aa-482e-8c5e-25235c33a32f" ], "x-ms-arm-service-request-id": [ - "62ffabd1-d935-47ec-85c2-28395b9ab3a4" + "1dbdfd35-517e-43af-9326-f7bdc894762e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11102,16 +11108,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095016Z:2abad1fb-782e-45cb-8e2c-a469ec04977b" + "WESTUS:20200413T023127Z:814e390e-57aa-482e-8c5e-25235c33a32f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:16 GMT" + "Mon, 13 Apr 2020 02:31:27 GMT" ], "Content-Length": [ "30" @@ -11127,8 +11133,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11136,7 +11142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11150,13 +11156,13 @@ "10" ], "x-ms-request-id": [ - "48bf5ae8-3933-429d-b37b-edc14eaa4ab4" + "e6bb5f7b-1d34-45c3-9978-2ec22e9334c1" ], "x-ms-correlation-request-id": [ - "10644f21-9033-47df-934e-c9b68093992f" + "ab54e739-3a85-440f-8bff-b2f20f410dff" ], "x-ms-arm-service-request-id": [ - "06acb2bd-488f-44da-b127-4d115e110578" + "a522c923-6c48-412d-9382-0586de08da2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11166,16 +11172,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095027Z:10644f21-9033-47df-934e-c9b68093992f" + "WESTUS:20200413T023137Z:ab54e739-3a85-440f-8bff-b2f20f410dff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:26 GMT" + "Mon, 13 Apr 2020 02:31:37 GMT" ], "Content-Length": [ "30" @@ -11191,8 +11197,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11200,7 +11206,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11214,32 +11220,32 @@ "10" ], "x-ms-request-id": [ - "1c8aa664-d734-483c-a975-1f744773becd" + "55049813-5f36-4c2d-8c7c-13aba189b40b" ], "x-ms-correlation-request-id": [ - "7501b96e-0e10-4560-9418-caa11ef743a0" + "0de1f5ca-87b6-422e-b833-112f0b3763ea" ], "x-ms-arm-service-request-id": [ - "2dc40170-79a8-4fef-a93c-0776daf1442f" + "868a723f-7d43-414e-b6ff-3d0d7d684ed6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095037Z:7501b96e-0e10-4560-9418-caa11ef743a0" + "WESTUS:20200413T023147Z:0de1f5ca-87b6-422e-b833-112f0b3763ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:36 GMT" + "Mon, 13 Apr 2020 02:31:47 GMT" ], "Content-Length": [ "30" @@ -11255,8 +11261,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11264,7 +11270,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11278,32 +11284,32 @@ "10" ], "x-ms-request-id": [ - "ea67745b-0760-4585-bd78-df1ba4544ae7" + "78b8625c-2160-49e3-b832-c9f47bf0d27c" ], "x-ms-correlation-request-id": [ - "dcc7b6a9-bd59-43e1-8404-cd32f0b8e256" + "36d638ad-d13b-4a67-846a-146cf4d9596f" ], "x-ms-arm-service-request-id": [ - "e6e59223-9da7-435e-8b7c-e7096779403f" + "57136988-4124-4af0-a4d9-ed170c22d216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095047Z:dcc7b6a9-bd59-43e1-8404-cd32f0b8e256" + "WESTUS:20200413T023157Z:36d638ad-d13b-4a67-846a-146cf4d9596f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:46 GMT" + "Mon, 13 Apr 2020 02:31:57 GMT" ], "Content-Length": [ "30" @@ -11319,8 +11325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11328,7 +11334,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11342,13 +11348,13 @@ "10" ], "x-ms-request-id": [ - "ed3fa20f-3667-45f8-a3b1-1c1af0346f3d" + "cb28118d-9b3a-4515-b7ac-4e1fa73e588e" ], "x-ms-correlation-request-id": [ - "43ffaf45-8d05-47a9-81d9-15896a9b4093" + "7252969b-2980-48e7-918c-491a4832d700" ], "x-ms-arm-service-request-id": [ - "db786d45-5b7f-4d72-8137-4e88f7ff8b59" + "40698378-e47a-4f64-8452-eb98fcb7264b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11358,16 +11364,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095058Z:43ffaf45-8d05-47a9-81d9-15896a9b4093" + "WESTUS:20200413T023207Z:7252969b-2980-48e7-918c-491a4832d700" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:50:58 GMT" + "Mon, 13 Apr 2020 02:32:07 GMT" ], "Content-Length": [ "30" @@ -11383,8 +11389,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11392,7 +11398,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11406,13 +11412,13 @@ "10" ], "x-ms-request-id": [ - "7e0a0512-83e2-4efa-9c69-48b8d2260980" + "9853db90-e53c-4a82-9885-46afff12b90e" ], "x-ms-correlation-request-id": [ - "df8654cb-b366-4e1f-8066-51eaa73968b7" + "01d8cc20-26b9-49ee-bb3c-d91360f61f5a" ], "x-ms-arm-service-request-id": [ - "c3f8239b-a6a2-4cb9-8e7a-95bac1c64b8d" + "7e8d9852-a8a4-49e4-88dc-b93179cf3b32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11422,16 +11428,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095108Z:df8654cb-b366-4e1f-8066-51eaa73968b7" + "WESTUS:20200413T023217Z:01d8cc20-26b9-49ee-bb3c-d91360f61f5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:08 GMT" + "Mon, 13 Apr 2020 02:32:17 GMT" ], "Content-Length": [ "30" @@ -11447,8 +11453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11456,7 +11462,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11470,13 +11476,13 @@ "10" ], "x-ms-request-id": [ - "d8825f10-2492-48f5-a22a-65c748222e6f" + "e687e180-a716-425c-b0f9-f23c5360e70b" ], "x-ms-correlation-request-id": [ - "353b7784-838d-4e96-ab28-3b6f2c402551" + "e76cf69b-796b-4bf5-86e0-1d4b5827f688" ], "x-ms-arm-service-request-id": [ - "a02a2194-fcb0-40d1-afaf-f547f3969a36" + "70a64c9a-45ad-4ae1-9c6a-4490eb8f829d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11486,16 +11492,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095118Z:353b7784-838d-4e96-ab28-3b6f2c402551" + "WESTUS:20200413T023227Z:e76cf69b-796b-4bf5-86e0-1d4b5827f688" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:18 GMT" + "Mon, 13 Apr 2020 02:32:27 GMT" ], "Content-Length": [ "30" @@ -11511,8 +11517,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11520,7 +11526,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11534,13 +11540,13 @@ "10" ], "x-ms-request-id": [ - "ada0e25f-5a4c-4852-855c-856dcb10d78e" + "9aeb9f50-376d-462f-999b-5c7e07884800" ], "x-ms-correlation-request-id": [ - "3ccd47c6-9629-4569-9fdd-ab35d165cca6" + "faf98d8f-4476-40c6-ba08-092e4dc23d7a" ], "x-ms-arm-service-request-id": [ - "f818a707-ea75-4812-86f6-59e63a73f475" + "2a34e01b-fa5a-4380-8a33-d6267c321d98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11550,16 +11556,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095128Z:3ccd47c6-9629-4569-9fdd-ab35d165cca6" + "WESTUS:20200413T023237Z:faf98d8f-4476-40c6-ba08-092e4dc23d7a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:28 GMT" + "Mon, 13 Apr 2020 02:32:37 GMT" ], "Content-Length": [ "30" @@ -11575,8 +11581,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11584,7 +11590,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11598,32 +11604,32 @@ "10" ], "x-ms-request-id": [ - "b48c5efd-ad97-4b7b-833d-69dd086ebeab" + "96afbd86-b875-4902-acbd-1a966014d6db" ], "x-ms-correlation-request-id": [ - "3a84340f-09fc-4ecf-8a8d-a1639f741b63" + "b0e0c4bc-9a3f-422f-b881-68215c1bf84e" ], "x-ms-arm-service-request-id": [ - "901afa34-932b-4df5-9bc8-0cfb3e06b5d5" + "887a43ba-72e3-4f95-a788-ef69dc4a80b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095139Z:3a84340f-09fc-4ecf-8a8d-a1639f741b63" + "WESTUS:20200413T023247Z:b0e0c4bc-9a3f-422f-b881-68215c1bf84e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:38 GMT" + "Mon, 13 Apr 2020 02:32:47 GMT" ], "Content-Length": [ "30" @@ -11639,8 +11645,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11648,7 +11654,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11662,32 +11668,32 @@ "10" ], "x-ms-request-id": [ - "6e629bee-f05e-41f8-81da-c952b26fa64b" + "a67687cf-e960-4f73-a75d-5d75e3b26c60" ], "x-ms-correlation-request-id": [ - "5a4b375a-1501-4b56-995a-83db133c91fb" + "64858fa1-75ef-438d-95a0-c32ada3171a7" ], "x-ms-arm-service-request-id": [ - "58e6dd63-1f56-4b01-bc15-7f0824df12b9" + "8596bd33-5054-418b-9b35-97c804c2105a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095149Z:5a4b375a-1501-4b56-995a-83db133c91fb" + "WESTUS:20200413T023258Z:64858fa1-75ef-438d-95a0-c32ada3171a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:49 GMT" + "Mon, 13 Apr 2020 02:32:57 GMT" ], "Content-Length": [ "30" @@ -11703,8 +11709,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11712,7 +11718,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11726,13 +11732,13 @@ "10" ], "x-ms-request-id": [ - "8973ebf4-a197-427e-ad9b-d105760b9381" + "93c0859c-5aa4-43b1-8b5e-3189fdcae2a9" ], "x-ms-correlation-request-id": [ - "32b6d608-fb07-4464-a797-46fe088add7d" + "02e383ce-537d-448d-8303-a223ebf0d39c" ], "x-ms-arm-service-request-id": [ - "4c98cacf-d043-4cb4-9e82-4ca0ab41b394" + "d3d3be18-5c0b-48c0-b71c-1b3000335743" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11742,16 +11748,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095159Z:32b6d608-fb07-4464-a797-46fe088add7d" + "WESTUS:20200413T023308Z:02e383ce-537d-448d-8303-a223ebf0d39c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:51:59 GMT" + "Mon, 13 Apr 2020 02:33:07 GMT" ], "Content-Length": [ "30" @@ -11767,8 +11773,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11776,7 +11782,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11790,13 +11796,13 @@ "10" ], "x-ms-request-id": [ - "ffe95c13-9b4f-42de-b43c-645d384b2aff" + "d8f8fe3a-4165-4e5e-8a5e-8f94d372baec" ], "x-ms-correlation-request-id": [ - "e699796f-ed1a-4e6a-ab24-c11c24efac73" + "b82c38b5-04af-4d44-a529-bebe318902b9" ], "x-ms-arm-service-request-id": [ - "55dd2cac-7f59-4486-bcb2-bcf0b00f4e96" + "1e1ff89c-bbf1-494f-88eb-7ab37222adf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11806,16 +11812,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095210Z:e699796f-ed1a-4e6a-ab24-c11c24efac73" + "WESTUS:20200413T023318Z:b82c38b5-04af-4d44-a529-bebe318902b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:52:09 GMT" + "Mon, 13 Apr 2020 02:33:17 GMT" ], "Content-Length": [ "30" @@ -11831,8 +11837,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11840,7 +11846,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11854,13 +11860,13 @@ "10" ], "x-ms-request-id": [ - "e9341a13-cb92-482d-92a3-e3fe6f40e9e3" + "63050ec4-2133-4ebc-9da0-b67932294e4c" ], "x-ms-correlation-request-id": [ - "1b9a318b-5d4c-4ff8-99b6-1e86536608ac" + "5d16a4ad-257e-4ad2-ae41-e6c21acfde87" ], "x-ms-arm-service-request-id": [ - "0ad9f1a6-148d-4b3c-ae0e-6e5df494306e" + "d23ccf57-b6d8-4d87-94d9-db883ace5628" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11870,16 +11876,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095220Z:1b9a318b-5d4c-4ff8-99b6-1e86536608ac" + "WESTUS:20200413T023328Z:5d16a4ad-257e-4ad2-ae41-e6c21acfde87" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:52:19 GMT" + "Mon, 13 Apr 2020 02:33:28 GMT" ], "Content-Length": [ "30" @@ -11895,8 +11901,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11904,7 +11910,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11918,13 +11924,13 @@ "10" ], "x-ms-request-id": [ - "964102cc-24be-4a34-aa65-117513932fd3" + "9f3ff160-3ee1-4502-afd4-9d1083521613" ], "x-ms-correlation-request-id": [ - "8b252184-fa02-4729-ab4b-6d461053fc72" + "dfd36af4-4317-4169-89ad-f9d120d539fe" ], "x-ms-arm-service-request-id": [ - "e37357ad-09dc-46ed-a773-2e345e39cc2c" + "6f0b6da5-968c-4e17-b5dc-d35f8477c6ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11934,16 +11940,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095230Z:8b252184-fa02-4729-ab4b-6d461053fc72" + "WESTUS:20200413T023338Z:dfd36af4-4317-4169-89ad-f9d120d539fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:52:29 GMT" + "Mon, 13 Apr 2020 02:33:38 GMT" ], "Content-Length": [ "30" @@ -11959,8 +11965,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11968,7 +11974,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -11982,32 +11988,32 @@ "10" ], "x-ms-request-id": [ - "2680e07b-b737-4172-898c-4a0a5595ca57" + "2849a34d-f013-4a4b-aa3b-95f002f8a806" ], "x-ms-correlation-request-id": [ - "fe8aefe6-c0e4-4a05-a335-5745cef5b920" + "7837205b-6db0-4295-b1e1-0189adc97593" ], "x-ms-arm-service-request-id": [ - "22472f53-3bb9-461c-91ca-27fd7c1572c4" + "3cbbbaf2-c3f9-4e09-8f85-3dad9b77389e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095240Z:fe8aefe6-c0e4-4a05-a335-5745cef5b920" + "WESTUS:20200413T023348Z:7837205b-6db0-4295-b1e1-0189adc97593" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:52:39 GMT" + "Mon, 13 Apr 2020 02:33:48 GMT" ], "Content-Length": [ "30" @@ -12023,8 +12029,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12032,7 +12038,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12046,32 +12052,32 @@ "10" ], "x-ms-request-id": [ - "3ce62385-49ab-4ca0-b29b-905e3a578c88" + "df5c49ef-5630-4701-83ed-659329b656ca" ], "x-ms-correlation-request-id": [ - "a3b0579a-1e96-4d65-99a3-00b9d4231cc7" + "b400d711-5f92-428b-bf45-86d107c5fa89" ], "x-ms-arm-service-request-id": [ - "587f5126-b05b-487c-aa8a-a9902db691cd" + "a41a97e2-a7d2-4803-a0cd-730bf704a67f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095251Z:a3b0579a-1e96-4d65-99a3-00b9d4231cc7" + "WESTUS:20200413T023358Z:b400d711-5f92-428b-bf45-86d107c5fa89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:52:50 GMT" + "Mon, 13 Apr 2020 02:33:58 GMT" ], "Content-Length": [ "30" @@ -12087,8 +12093,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12096,7 +12102,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12110,13 +12116,13 @@ "10" ], "x-ms-request-id": [ - "791b494f-caf1-440d-8ac5-71a0ca50a29c" + "a5672eb0-ad93-4d53-a158-a001334f73da" ], "x-ms-correlation-request-id": [ - "33a84c12-dc3b-4de2-80c4-027498998aa3" + "d8e1a7a9-ee4e-4632-9be4-5e12440fef5e" ], "x-ms-arm-service-request-id": [ - "cfa085c1-d765-4a9f-aa4b-6e0bccacb807" + "9aeb6037-5f92-41f4-b3d7-6ea8684ef376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12126,16 +12132,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095301Z:33a84c12-dc3b-4de2-80c4-027498998aa3" + "WESTUS:20200413T023408Z:d8e1a7a9-ee4e-4632-9be4-5e12440fef5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:01 GMT" + "Mon, 13 Apr 2020 02:34:08 GMT" ], "Content-Length": [ "30" @@ -12151,8 +12157,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12160,7 +12166,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12174,13 +12180,13 @@ "10" ], "x-ms-request-id": [ - "41a86b16-9ef4-468e-bfb8-0322c6f86034" + "1182d545-b24c-4570-91d6-2dabb4ae130a" ], "x-ms-correlation-request-id": [ - "87f0c7a7-417c-4919-b0be-3c5064a2209c" + "8d0aa3ea-93ae-4ca4-ac14-4df4be59914c" ], "x-ms-arm-service-request-id": [ - "1dad6785-ff45-4c0c-8e4f-c77841b2bb57" + "d8a7468b-cac5-4100-9f09-f6571c0064e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12190,16 +12196,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095311Z:87f0c7a7-417c-4919-b0be-3c5064a2209c" + "WESTUS:20200413T023418Z:8d0aa3ea-93ae-4ca4-ac14-4df4be59914c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:11 GMT" + "Mon, 13 Apr 2020 02:34:18 GMT" ], "Content-Length": [ "30" @@ -12215,8 +12221,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12224,7 +12230,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12238,13 +12244,13 @@ "10" ], "x-ms-request-id": [ - "4295920c-60aa-4c18-8066-5118e6192464" + "b5f3f170-0455-4757-b5b4-3ccf40c3f8ec" ], "x-ms-correlation-request-id": [ - "f3f072ef-572b-4914-8667-1b6a41e891f4" + "f540e1bd-38c5-4adb-9ffe-2ab9b46e79e7" ], "x-ms-arm-service-request-id": [ - "f90b25be-9e79-47fe-a8dd-14576f61028f" + "79f381f6-8a01-4acf-8c22-58f4a91bad25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12254,16 +12260,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095322Z:f3f072ef-572b-4914-8667-1b6a41e891f4" + "WESTUS:20200413T023428Z:f540e1bd-38c5-4adb-9ffe-2ab9b46e79e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:21 GMT" + "Mon, 13 Apr 2020 02:34:28 GMT" ], "Content-Length": [ "30" @@ -12279,8 +12285,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12288,7 +12294,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12302,13 +12308,13 @@ "10" ], "x-ms-request-id": [ - "fec3260f-0d14-4bfd-b802-69a7ad330dba" + "be72eb4a-a204-499b-b64f-f88ba1b2a692" ], "x-ms-correlation-request-id": [ - "af2c8f35-5db2-4ace-82fd-ff6d6daf7e44" + "eddba00b-24db-48e2-b186-5055c1fa0aab" ], "x-ms-arm-service-request-id": [ - "af46875b-b79e-441a-9b4f-e4c7e06c2cbe" + "aadbb991-beff-4bc7-ad9b-5036ef5a496f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12318,16 +12324,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095332Z:af2c8f35-5db2-4ace-82fd-ff6d6daf7e44" + "WESTUS:20200413T023438Z:eddba00b-24db-48e2-b186-5055c1fa0aab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:31 GMT" + "Mon, 13 Apr 2020 02:34:38 GMT" ], "Content-Length": [ "30" @@ -12343,8 +12349,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12352,7 +12358,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12366,32 +12372,32 @@ "10" ], "x-ms-request-id": [ - "7cf9f985-594f-444d-8d9f-f071e1efc227" + "745fd414-e790-4bdc-baaa-7b7b9895dc26" ], "x-ms-correlation-request-id": [ - "5d7438af-ff8f-4587-ae04-796c12cd9e26" + "69ad3942-00b0-46e3-8997-3ec9b7a21f2d" ], "x-ms-arm-service-request-id": [ - "85cd8068-9a72-4817-b211-00749db4ac4a" + "90e3b45f-3ffd-4b47-b074-abd5d223979c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095342Z:5d7438af-ff8f-4587-ae04-796c12cd9e26" + "WESTUS:20200413T023448Z:69ad3942-00b0-46e3-8997-3ec9b7a21f2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:42 GMT" + "Mon, 13 Apr 2020 02:34:48 GMT" ], "Content-Length": [ "30" @@ -12407,8 +12413,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12416,7 +12422,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12430,32 +12436,32 @@ "10" ], "x-ms-request-id": [ - "559531b9-ef4f-4dc1-bda1-8d66f8b7fd89" + "12e28108-da77-423f-93c7-b66273917ced" ], "x-ms-correlation-request-id": [ - "221365ee-1860-4970-aeed-05f133d65cf2" + "b063a5d9-5a5a-443c-a1a4-aafaf3ce2bed" ], "x-ms-arm-service-request-id": [ - "24ec1102-8cbb-44ad-9ba3-87d0b3ca692f" + "9294e346-102b-46f1-ad33-1740fbe0a365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095353Z:221365ee-1860-4970-aeed-05f133d65cf2" + "WESTUS:20200413T023458Z:b063a5d9-5a5a-443c-a1a4-aafaf3ce2bed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:53:52 GMT" + "Mon, 13 Apr 2020 02:34:58 GMT" ], "Content-Length": [ "30" @@ -12471,8 +12477,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12480,7 +12486,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12494,13 +12500,13 @@ "10" ], "x-ms-request-id": [ - "9d1b41ba-e4d3-4279-b104-05141e14b89c" + "4c65a26c-2491-415e-9474-9ea960105c3e" ], "x-ms-correlation-request-id": [ - "b51b4590-1430-4a7c-a846-2998f4d8ad7c" + "4bfce4b2-be45-4d66-8c07-1de71308901d" ], "x-ms-arm-service-request-id": [ - "19c354f9-5b33-42e7-a1b5-40858b4cd6a6" + "148119a1-cc9d-4e7d-8994-7f08b6fff445" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12510,16 +12516,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095403Z:b51b4590-1430-4a7c-a846-2998f4d8ad7c" + "WESTUS:20200413T023509Z:4bfce4b2-be45-4d66-8c07-1de71308901d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:02 GMT" + "Mon, 13 Apr 2020 02:35:08 GMT" ], "Content-Length": [ "30" @@ -12535,8 +12541,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12544,7 +12550,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12558,13 +12564,13 @@ "10" ], "x-ms-request-id": [ - "22ba9b5f-d775-4d32-9b99-4df453484124" + "e5a8905d-de73-44d0-bd67-078f1bb52c17" ], "x-ms-correlation-request-id": [ - "5edf864c-e22e-49fb-bc42-aac26f68efab" + "e57465f6-82fc-4af9-b148-26525a3bc1b3" ], "x-ms-arm-service-request-id": [ - "3b8a2cce-b94c-48c6-b03b-438869f532f2" + "cf11f6a2-0227-4ba3-bfc3-5726168fb369" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12574,16 +12580,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095413Z:5edf864c-e22e-49fb-bc42-aac26f68efab" + "WESTUS:20200413T023519Z:e57465f6-82fc-4af9-b148-26525a3bc1b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:12 GMT" + "Mon, 13 Apr 2020 02:35:18 GMT" ], "Content-Length": [ "30" @@ -12599,8 +12605,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12608,7 +12614,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12622,13 +12628,13 @@ "10" ], "x-ms-request-id": [ - "2ba52dc7-de85-4406-a161-845d5a85d08a" + "d7411f6b-bfd8-477f-85ac-d1c18400d723" ], "x-ms-correlation-request-id": [ - "d62abee1-d60e-44c9-b93e-3b2943bd7af3" + "500c411c-1029-4b1b-bdfe-3848ba76fa17" ], "x-ms-arm-service-request-id": [ - "5b4f9638-d1c3-4e42-82ec-5c4deeb1041f" + "cfa6eb5a-6e0d-4b85-a4d9-95c5ff33b112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12638,16 +12644,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095423Z:d62abee1-d60e-44c9-b93e-3b2943bd7af3" + "WESTUS:20200413T023529Z:500c411c-1029-4b1b-bdfe-3848ba76fa17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:23 GMT" + "Mon, 13 Apr 2020 02:35:28 GMT" ], "Content-Length": [ "30" @@ -12663,8 +12669,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12672,7 +12678,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12686,13 +12692,13 @@ "10" ], "x-ms-request-id": [ - "334b8027-5096-4219-8bda-3f4ce346d4dd" + "2d926a3c-3210-4126-9280-89ed2a5fb019" ], "x-ms-correlation-request-id": [ - "c22e9ca4-f597-4285-ba71-d6fa99d9d80b" + "c2d40063-9acb-43c3-8bc2-906d2d5e6f47" ], "x-ms-arm-service-request-id": [ - "d03e27a8-b122-47a7-bd2a-309f38fa1c10" + "c30d5a29-533e-434c-b178-ede9e36c0ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12702,16 +12708,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095434Z:c22e9ca4-f597-4285-ba71-d6fa99d9d80b" + "WESTUS:20200413T023539Z:c2d40063-9acb-43c3-8bc2-906d2d5e6f47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:33 GMT" + "Mon, 13 Apr 2020 02:35:38 GMT" ], "Content-Length": [ "30" @@ -12727,8 +12733,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12736,7 +12742,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12750,32 +12756,96 @@ "10" ], "x-ms-request-id": [ - "20533eb2-c3de-4f23-9824-baec3cbc5010" + "a59f69d1-018e-461c-b214-fdd58a240d32" ], "x-ms-correlation-request-id": [ - "785c88f8-b87d-4621-8a26-29d68f7badfd" + "59e52359-4412-4660-97c9-8d5322f6f485" ], "x-ms-arm-service-request-id": [ - "0fbe59a0-c077-466f-a124-a8c46d576a89" + "240f9929-4c4c-423a-a3f0-1ee972f1690d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T023549Z:59e52359-4412-4660-97c9-8d5322f6f485" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 02:35:49 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "12bbaad2-a936-4693-8990-480bec432631" + ], + "x-ms-correlation-request-id": [ + "9a5be1d8-62d2-4e7e-8605-d2d5e3704baa" + ], + "x-ms-arm-service-request-id": [ + "a6b6eb60-b5ae-45a0-9557-ef4f23be16dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095444Z:785c88f8-b87d-4621-8a26-29d68f7badfd" + "WESTUS:20200413T023559Z:9a5be1d8-62d2-4e7e-8605-d2d5e3704baa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:43 GMT" + "Mon, 13 Apr 2020 02:35:59 GMT" ], "Content-Length": [ "30" @@ -12791,8 +12861,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12800,7 +12870,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12814,13 +12884,13 @@ "10" ], "x-ms-request-id": [ - "12414d98-44d6-43f2-8bf0-dff1b638e64f" + "82763e87-bb6a-47f4-96d5-e296ac41cfdf" ], "x-ms-correlation-request-id": [ - "f274763a-a1d7-42ff-9a03-cbb8a1f4d588" + "86014c07-12a7-4810-b63f-e44207086c59" ], "x-ms-arm-service-request-id": [ - "aa339c62-303f-4580-9c28-c7029b41875d" + "90c4ae47-a579-4cc0-9c9e-bb0d53c3d142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12830,16 +12900,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095454Z:f274763a-a1d7-42ff-9a03-cbb8a1f4d588" + "WESTUS:20200413T023609Z:86014c07-12a7-4810-b63f-e44207086c59" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:54:54 GMT" + "Mon, 13 Apr 2020 02:36:09 GMT" ], "Content-Length": [ "30" @@ -12855,8 +12925,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12864,7 +12934,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12878,13 +12948,13 @@ "10" ], "x-ms-request-id": [ - "6b0b0b90-3163-464a-8985-40b82cb1bc97" + "18f94e2c-7085-4d2d-8724-fa0891ebf9d0" ], "x-ms-correlation-request-id": [ - "e5fc09a3-24bc-40f2-b1cc-d060611645d5" + "28da074a-308d-4ce7-956e-cc89f57a7bd2" ], "x-ms-arm-service-request-id": [ - "777f7d69-ff40-4139-b013-1993e0c8201c" + "24d7e2bd-5202-41a0-8f9d-d4927fd2dca0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12894,16 +12964,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095505Z:e5fc09a3-24bc-40f2-b1cc-d060611645d5" + "WESTUS:20200413T023619Z:28da074a-308d-4ce7-956e-cc89f57a7bd2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:04 GMT" + "Mon, 13 Apr 2020 02:36:19 GMT" ], "Content-Length": [ "30" @@ -12919,8 +12989,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12928,7 +12998,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -12942,13 +13012,13 @@ "10" ], "x-ms-request-id": [ - "d4ce400f-115c-42ca-9006-d539878c6132" + "b6a932e5-54e3-4afc-b770-dbd05f50f48f" ], "x-ms-correlation-request-id": [ - "0c4bb6d0-0a59-404b-a4e8-0e9538b00ff5" + "72e97682-7e8c-45e4-b5de-4d415766968f" ], "x-ms-arm-service-request-id": [ - "71516664-813b-403a-9e7d-e5349c50e411" + "359fc10c-ebee-4380-b13c-e2635390927e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12958,16 +13028,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095515Z:0c4bb6d0-0a59-404b-a4e8-0e9538b00ff5" + "WESTUS:20200413T023629Z:72e97682-7e8c-45e4-b5de-4d415766968f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:15 GMT" + "Mon, 13 Apr 2020 02:36:29 GMT" ], "Content-Length": [ "30" @@ -12983,8 +13053,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12992,7 +13062,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13006,13 +13076,13 @@ "10" ], "x-ms-request-id": [ - "9b16452c-88a4-4376-98c1-fe8496584517" + "93d9c8ec-a5b9-4d79-81de-6c8ec5d567f3" ], "x-ms-correlation-request-id": [ - "a1be6525-87f1-444f-965e-8122f1ec8839" + "a7bfd096-927a-4e8b-b533-b5e03cdf25b1" ], "x-ms-arm-service-request-id": [ - "ce66d05e-e4e0-4922-8876-9e7eb024a409" + "c4268537-7f81-43be-abe8-bc39e9e1e17b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13022,16 +13092,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095525Z:a1be6525-87f1-444f-965e-8122f1ec8839" + "WESTUS:20200413T023639Z:a7bfd096-927a-4e8b-b533-b5e03cdf25b1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:25 GMT" + "Mon, 13 Apr 2020 02:36:39 GMT" ], "Content-Length": [ "30" @@ -13047,8 +13117,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13056,7 +13126,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13070,13 +13140,13 @@ "10" ], "x-ms-request-id": [ - "38f4c47e-860f-46e0-a616-09cfaaa5bd24" + "480e45a4-e255-4a33-828e-3b2a9ecb77bf" ], "x-ms-correlation-request-id": [ - "27158eaf-5c16-4cec-9447-7eb4a2279b57" + "179148db-552c-40fb-91dd-d040636a2fd5" ], "x-ms-arm-service-request-id": [ - "e6e9a2c7-b0ca-44b6-9834-7b85542f2b42" + "f2727e2e-c1db-4d93-8b09-0789c6d74e5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13086,16 +13156,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095535Z:27158eaf-5c16-4cec-9447-7eb4a2279b57" + "WESTUS:20200413T023649Z:179148db-552c-40fb-91dd-d040636a2fd5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:35 GMT" + "Mon, 13 Apr 2020 02:36:49 GMT" ], "Content-Length": [ "30" @@ -13111,8 +13181,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13120,7 +13190,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13134,32 +13204,32 @@ "10" ], "x-ms-request-id": [ - "fba008e5-c1c2-4c08-a7c5-c62323bb1385" + "c904dde5-bf46-427e-828b-7d5a2176478d" ], "x-ms-correlation-request-id": [ - "011f56ef-9be4-4138-84b1-249fd907d8cd" + "dd849441-079b-4ddc-bc1f-b572e57dfffd" ], "x-ms-arm-service-request-id": [ - "b0c00a48-3efd-49ed-b245-70fb05b43cc3" + "50e93b4c-0684-4e95-bf69-d967c75e200c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11957" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095546Z:011f56ef-9be4-4138-84b1-249fd907d8cd" + "WESTUS:20200413T023659Z:dd849441-079b-4ddc-bc1f-b572e57dfffd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:45 GMT" + "Mon, 13 Apr 2020 02:36:59 GMT" ], "Content-Length": [ "30" @@ -13175,8 +13245,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13184,7 +13254,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13198,13 +13268,13 @@ "10" ], "x-ms-request-id": [ - "fb8198bc-b75f-449d-9d10-680df7fd08d3" + "0a9bbaa2-802d-4f4f-892d-e9addb4dc8ba" ], "x-ms-correlation-request-id": [ - "d2edd5e8-f08f-470e-acd2-198991f432c8" + "6f9ee42e-e77c-4380-893b-8d3e90dfa7db" ], "x-ms-arm-service-request-id": [ - "9855ad02-6af5-406c-90d1-9ba4e3f3b2a1" + "5dd68899-d880-4c8e-b0f4-6f347cf1c674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13214,16 +13284,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095556Z:d2edd5e8-f08f-470e-acd2-198991f432c8" + "WESTUS:20200413T023709Z:6f9ee42e-e77c-4380-893b-8d3e90dfa7db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:55:55 GMT" + "Mon, 13 Apr 2020 02:37:09 GMT" ], "Content-Length": [ "30" @@ -13239,8 +13309,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13248,7 +13318,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13262,13 +13332,13 @@ "10" ], "x-ms-request-id": [ - "e065e928-d5e7-41b2-8609-661d2ba839c2" + "14ff972f-50ad-425b-81b6-e3c983fe758c" ], "x-ms-correlation-request-id": [ - "9592546d-5d42-47e6-9990-9911bb9a897e" + "ee9fc27f-d792-4eea-826a-dcfaedf857f4" ], "x-ms-arm-service-request-id": [ - "f39b2383-8ddf-4009-b09b-20f8d49ea945" + "0d3963be-345e-4e10-821c-17b8283d4783" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13278,16 +13348,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095606Z:9592546d-5d42-47e6-9990-9911bb9a897e" + "WESTUS:20200413T023719Z:ee9fc27f-d792-4eea-826a-dcfaedf857f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:06 GMT" + "Mon, 13 Apr 2020 02:37:19 GMT" ], "Content-Length": [ "30" @@ -13303,8 +13373,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13312,7 +13382,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13326,13 +13396,13 @@ "10" ], "x-ms-request-id": [ - "c5464d16-d98e-4709-9ef9-f72f51631744" + "5748aebc-d485-4c4b-abb2-3390fd9dd0d9" ], "x-ms-correlation-request-id": [ - "61584ed0-f386-4659-b7b3-610d0c052329" + "759873f2-8401-49b6-8bcb-da72dda941a6" ], "x-ms-arm-service-request-id": [ - "bac36730-a80f-47ac-b122-071f06356c77" + "23efd75b-5d11-4b4f-ac96-d77a6b82a621" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13342,16 +13412,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095617Z:61584ed0-f386-4659-b7b3-610d0c052329" + "WESTUS:20200413T023730Z:759873f2-8401-49b6-8bcb-da72dda941a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:16 GMT" + "Mon, 13 Apr 2020 02:37:29 GMT" ], "Content-Length": [ "30" @@ -13367,8 +13437,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13376,7 +13446,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13390,13 +13460,13 @@ "10" ], "x-ms-request-id": [ - "506aa396-e926-4ba1-9eb5-746631c766f9" + "b24aaecb-e7be-4333-bdcd-6964dc5b1ce1" ], "x-ms-correlation-request-id": [ - "c84b9ff6-c768-4d87-a837-8ad15be65535" + "80746131-710d-4bc6-9022-985ec28781ef" ], "x-ms-arm-service-request-id": [ - "2d18e6ec-6811-47d0-a5c0-4c8cb60c066d" + "b73b8a86-223d-4550-a99d-1ba4eedcdd9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13406,16 +13476,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095627Z:c84b9ff6-c768-4d87-a837-8ad15be65535" + "WESTUS:20200413T023740Z:80746131-710d-4bc6-9022-985ec28781ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:26 GMT" + "Mon, 13 Apr 2020 02:37:39 GMT" ], "Content-Length": [ "30" @@ -13431,8 +13501,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13440,7 +13510,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13454,13 +13524,13 @@ "10" ], "x-ms-request-id": [ - "6db95ae6-bebd-443b-beb0-0f3dfdceaea8" + "98e3fc42-c41d-4ca3-bffd-1fab17c43127" ], "x-ms-correlation-request-id": [ - "f127b450-ad7e-4b17-a631-6320661b56ea" + "f4b074e4-513c-4661-a953-0c7596743426" ], "x-ms-arm-service-request-id": [ - "5a45093a-c720-484e-8946-a35f585ae813" + "e1d8cd99-a509-4633-9488-76066b7edc3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13470,16 +13540,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095637Z:f127b450-ad7e-4b17-a631-6320661b56ea" + "WESTUS:20200413T023750Z:f4b074e4-513c-4661-a953-0c7596743426" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:37 GMT" + "Mon, 13 Apr 2020 02:37:49 GMT" ], "Content-Length": [ "30" @@ -13495,8 +13565,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13504,7 +13574,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13518,32 +13588,32 @@ "10" ], "x-ms-request-id": [ - "c5fdb369-2b21-4272-93ff-9a8c356975dc" + "10addd24-01e0-4ccb-ac94-e67e4b1c8212" ], "x-ms-correlation-request-id": [ - "ef40275b-9d15-4daa-a68e-676e6c68204c" + "a1fafcd0-7454-45a5-ae82-c46e91294c1c" ], "x-ms-arm-service-request-id": [ - "fd522ff4-35d1-4383-bf4b-ca2049f69c5b" + "761e5600-6611-476f-9758-5ebe59f5090e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11951" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095647Z:ef40275b-9d15-4daa-a68e-676e6c68204c" + "WESTUS:20200413T023800Z:a1fafcd0-7454-45a5-ae82-c46e91294c1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:47 GMT" + "Mon, 13 Apr 2020 02:37:59 GMT" ], "Content-Length": [ "30" @@ -13559,8 +13629,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13568,7 +13638,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13582,13 +13652,13 @@ "10" ], "x-ms-request-id": [ - "7261735c-9926-45e2-81af-5ec179185d99" + "d84b3381-4f7d-4481-81bf-cfe396a2caa3" ], "x-ms-correlation-request-id": [ - "76ec4791-bb03-4e7b-99c2-5fefd55f8ad1" + "d937bad8-cf34-462e-ae63-aae4622e5525" ], "x-ms-arm-service-request-id": [ - "09a8b697-7bbd-463f-9f08-5ce40ce33535" + "29030358-fa39-48b4-9a19-ee8a5f100cfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13598,16 +13668,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11950" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095658Z:76ec4791-bb03-4e7b-99c2-5fefd55f8ad1" + "WESTUS:20200413T023810Z:d937bad8-cf34-462e-ae63-aae4622e5525" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:56:58 GMT" + "Mon, 13 Apr 2020 02:38:10 GMT" ], "Content-Length": [ "30" @@ -13623,8 +13693,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13632,7 +13702,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13646,13 +13716,13 @@ "10" ], "x-ms-request-id": [ - "55213de0-1f96-4e57-87bb-f56338d62710" + "0a2ac2f9-284d-491f-81ab-0d1fea1a4b66" ], "x-ms-correlation-request-id": [ - "40f13ced-c7a3-46b4-964a-9df61f6d662b" + "052b7bbb-7fbe-4726-8b96-45557cad11ae" ], "x-ms-arm-service-request-id": [ - "f8630426-e63e-4a0f-bef5-3c09c9b3cadf" + "b5cf6406-c0ed-4a77-a9f8-86567278ce5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13662,16 +13732,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095708Z:40f13ced-c7a3-46b4-964a-9df61f6d662b" + "WESTUS:20200413T023820Z:052b7bbb-7fbe-4726-8b96-45557cad11ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:08 GMT" + "Mon, 13 Apr 2020 02:38:20 GMT" ], "Content-Length": [ "30" @@ -13687,8 +13757,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13696,7 +13766,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13710,13 +13780,13 @@ "10" ], "x-ms-request-id": [ - "317ac6ab-7470-4023-ad38-17dc14ce93f1" + "df63eadd-5188-44c6-8ace-2d52a7d63391" ], "x-ms-correlation-request-id": [ - "f2c0f88c-14fa-44d1-8c7b-1add7b14b61d" + "025fe400-1cb8-42c6-809b-7353bfec98d8" ], "x-ms-arm-service-request-id": [ - "c7d7e149-8dbc-4571-9d86-d8df8b48e8ea" + "25970106-37c7-4ac5-a6c6-3ba5564612a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13726,16 +13796,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095718Z:f2c0f88c-14fa-44d1-8c7b-1add7b14b61d" + "WESTUS:20200413T023830Z:025fe400-1cb8-42c6-809b-7353bfec98d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:18 GMT" + "Mon, 13 Apr 2020 02:38:30 GMT" ], "Content-Length": [ "30" @@ -13751,8 +13821,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13760,7 +13830,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13774,13 +13844,13 @@ "10" ], "x-ms-request-id": [ - "25df970a-7a7b-4b34-94af-82d58e6a8b1d" + "c56f79aa-33e9-4952-ad2c-ab28b6575535" ], "x-ms-correlation-request-id": [ - "14b521ca-6e75-4a9d-99cd-cf0106c4f030" + "71a6a1d6-d583-4d26-ba17-ba077eb8f8bd" ], "x-ms-arm-service-request-id": [ - "ed426d84-aa2e-4db4-85ed-8067f9998b57" + "3502ef47-5d68-4e11-83f6-996a4752665c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13790,16 +13860,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095729Z:14b521ca-6e75-4a9d-99cd-cf0106c4f030" + "WESTUS:20200413T023840Z:71a6a1d6-d583-4d26-ba17-ba077eb8f8bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:28 GMT" + "Mon, 13 Apr 2020 02:38:40 GMT" ], "Content-Length": [ "30" @@ -13815,8 +13885,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13824,7 +13894,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13838,13 +13908,13 @@ "10" ], "x-ms-request-id": [ - "97404118-d428-4ee5-beb4-7782985332b3" + "80aebaa8-6f16-453d-9f72-0a90ed8761fd" ], "x-ms-correlation-request-id": [ - "fa475794-2eb7-479a-9102-4befaeb69abc" + "dff29051-a195-44d1-ae3e-48fa808a7591" ], "x-ms-arm-service-request-id": [ - "f48d3982-efa8-46fa-841f-155c7b3b7cfc" + "4c109347-a600-4a2f-a5ff-2940231935de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13854,16 +13924,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095739Z:fa475794-2eb7-479a-9102-4befaeb69abc" + "WESTUS:20200413T023850Z:dff29051-a195-44d1-ae3e-48fa808a7591" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:38 GMT" + "Mon, 13 Apr 2020 02:38:50 GMT" ], "Content-Length": [ "30" @@ -13879,8 +13949,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13888,7 +13958,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13902,32 +13972,32 @@ "10" ], "x-ms-request-id": [ - "aa9320c0-60db-42a2-b837-f690d05253a8" + "61c608b3-ea4f-4a97-ae09-00b645f1817f" ], "x-ms-correlation-request-id": [ - "9dded730-c86d-42db-a95e-456d683a22ff" + "500ed969-5f20-422b-9d3f-1567d3f34637" ], "x-ms-arm-service-request-id": [ - "d6dc48e5-c794-47ce-89cf-37d42a66231a" + "89eeed10-1170-4336-b598-5821da799514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11945" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095749Z:9dded730-c86d-42db-a95e-456d683a22ff" + "WESTUS:20200413T023900Z:500ed969-5f20-422b-9d3f-1567d3f34637" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:48 GMT" + "Mon, 13 Apr 2020 02:39:00 GMT" ], "Content-Length": [ "30" @@ -13943,8 +14013,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13952,7 +14022,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -13966,13 +14036,13 @@ "10" ], "x-ms-request-id": [ - "a90ecfff-44d2-4152-8e7d-8194acfe197b" + "da1565e3-781c-483c-8ee2-195e0dd11028" ], "x-ms-correlation-request-id": [ - "ee631db7-d553-41bd-bc52-7a16bd38d845" + "df81b108-64e8-445b-9225-4870e66aeaf7" ], "x-ms-arm-service-request-id": [ - "1f956bb5-f417-4442-a467-f5159ff042de" + "d1d0d660-9864-46e6-a44b-2c0381fc9433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13982,16 +14052,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11944" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095800Z:ee631db7-d553-41bd-bc52-7a16bd38d845" + "WESTUS:20200413T023910Z:df81b108-64e8-445b-9225-4870e66aeaf7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:57:59 GMT" + "Mon, 13 Apr 2020 02:39:10 GMT" ], "Content-Length": [ "30" @@ -14007,8 +14077,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14016,7 +14086,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14030,13 +14100,13 @@ "10" ], "x-ms-request-id": [ - "5b582547-c7d7-4a0b-b4c6-6dcae5351cb9" + "22f401be-45e9-4697-9c46-773872d9cbab" ], "x-ms-correlation-request-id": [ - "849b99d7-926c-488c-b3af-5750ffc238f9" + "fda71eff-bbaf-448f-bb84-53b7fdffe8e4" ], "x-ms-arm-service-request-id": [ - "70c35aa8-6a3b-423b-8595-d341520a284e" + "81e7a190-8340-4a6d-9c73-c4d5837ccb2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14046,16 +14116,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095810Z:849b99d7-926c-488c-b3af-5750ffc238f9" + "WESTUS:20200413T023920Z:fda71eff-bbaf-448f-bb84-53b7fdffe8e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:58:09 GMT" + "Mon, 13 Apr 2020 02:39:20 GMT" ], "Content-Length": [ "30" @@ -14071,8 +14141,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14080,7 +14150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14094,13 +14164,13 @@ "10" ], "x-ms-request-id": [ - "34715801-65e9-4ca2-80be-51b9b7a92094" + "ddb06b88-a7d7-484f-b981-b3ee34ddf8b2" ], "x-ms-correlation-request-id": [ - "c65f5ab3-439f-4ecf-9660-5437ff774b4d" + "85b1b4a6-717c-41ce-98b4-7d1bc9cf2517" ], "x-ms-arm-service-request-id": [ - "b945ca08-d2ce-4f1e-98e7-5217051092b1" + "f1497970-5a34-41ec-b573-62a7800817cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14110,16 +14180,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095820Z:c65f5ab3-439f-4ecf-9660-5437ff774b4d" + "WESTUS:20200413T023930Z:85b1b4a6-717c-41ce-98b4-7d1bc9cf2517" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:58:19 GMT" + "Mon, 13 Apr 2020 02:39:30 GMT" ], "Content-Length": [ "30" @@ -14135,8 +14205,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14144,7 +14214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14158,13 +14228,13 @@ "10" ], "x-ms-request-id": [ - "d7feafa5-c986-44ae-ae90-b16adf8571d7" + "9917bf71-192e-45e9-957d-61e902513333" ], "x-ms-correlation-request-id": [ - "31a6e382-594a-44f4-8d17-e885e1a84670" + "2f5e7164-2b8f-4e0b-ad1d-2c41024ccac7" ], "x-ms-arm-service-request-id": [ - "3c6d7c13-4481-40d2-b57c-6270a67ee13e" + "60f65869-21d6-4bb3-99c9-2096a6c4a7ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14174,16 +14244,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095830Z:31a6e382-594a-44f4-8d17-e885e1a84670" + "WESTUS:20200413T023940Z:2f5e7164-2b8f-4e0b-ad1d-2c41024ccac7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:58:29 GMT" + "Mon, 13 Apr 2020 02:39:40 GMT" ], "Content-Length": [ "30" @@ -14199,8 +14269,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14208,7 +14278,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14222,13 +14292,13 @@ "10" ], "x-ms-request-id": [ - "58cab25f-9b0d-49bf-a795-32c2bbe397fe" + "a8c413e1-18f7-4abe-97ab-f2a4830bd623" ], "x-ms-correlation-request-id": [ - "6aa70227-92d8-4d42-b953-216acd72b268" + "fe39dba1-d05b-4723-ac45-6cf0fed8de90" ], "x-ms-arm-service-request-id": [ - "59e990a5-033b-4d02-9e04-713eb505ffbe" + "f8150b46-731c-453f-9c41-5194823ded20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14238,16 +14308,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095840Z:6aa70227-92d8-4d42-b953-216acd72b268" + "WESTUS:20200413T023951Z:fe39dba1-d05b-4723-ac45-6cf0fed8de90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:58:40 GMT" + "Mon, 13 Apr 2020 02:39:50 GMT" ], "Content-Length": [ "30" @@ -14263,8 +14333,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14272,7 +14342,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14286,32 +14356,32 @@ "10" ], "x-ms-request-id": [ - "0beaba4a-340c-49ad-b792-3f42dfc715df" + "ec90331b-89e7-43a4-af35-069ae37b6600" ], "x-ms-correlation-request-id": [ - "e9958556-7d95-49aa-b1ec-29cc31004006" + "7f2e04a6-5f0e-4267-8576-a8eb052124f8" ], "x-ms-arm-service-request-id": [ - "3dba59bd-30b7-4c00-986d-3a1d29ae8a95" + "4b9028cb-c844-4a99-bc21-73a425a1e4e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11939" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095851Z:e9958556-7d95-49aa-b1ec-29cc31004006" + "WESTUS:20200413T024001Z:7f2e04a6-5f0e-4267-8576-a8eb052124f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:58:51 GMT" + "Mon, 13 Apr 2020 02:40:00 GMT" ], "Content-Length": [ "30" @@ -14327,8 +14397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14336,7 +14406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14350,13 +14420,13 @@ "10" ], "x-ms-request-id": [ - "b373f31c-aa66-46f0-a406-d8ac2ad068bd" + "b4901fa6-8954-4536-9e4c-0d69ffa652f3" ], "x-ms-correlation-request-id": [ - "ea536c40-d398-4e60-9975-c51d3bba65f2" + "99f271da-3deb-4bdb-a2c9-c8aa298e14e4" ], "x-ms-arm-service-request-id": [ - "929f22da-d704-46cc-9570-429b2ee214ea" + "d72c0ace-4993-459b-968d-c4bda8af0d3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14366,16 +14436,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095901Z:ea536c40-d398-4e60-9975-c51d3bba65f2" + "WESTUS:20200413T024011Z:99f271da-3deb-4bdb-a2c9-c8aa298e14e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:01 GMT" + "Mon, 13 Apr 2020 02:40:10 GMT" ], "Content-Length": [ "30" @@ -14391,8 +14461,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14400,7 +14470,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14414,13 +14484,13 @@ "10" ], "x-ms-request-id": [ - "c011caab-d5e9-422a-ab05-06ac385ed7d8" + "3de54e3e-720c-4882-a650-7c05e71095e5" ], "x-ms-correlation-request-id": [ - "d0754d92-21cb-4f74-a390-f03b0815cde8" + "1c1554e6-0224-4842-b8f1-f97c673bb28f" ], "x-ms-arm-service-request-id": [ - "f2113132-59ed-4056-ab12-8530003322e5" + "119b8a22-265c-4f55-8c62-a5d4da2aafe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14430,16 +14500,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095912Z:d0754d92-21cb-4f74-a390-f03b0815cde8" + "WESTUS:20200413T024021Z:1c1554e6-0224-4842-b8f1-f97c673bb28f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:11 GMT" + "Mon, 13 Apr 2020 02:40:20 GMT" ], "Content-Length": [ "30" @@ -14455,8 +14525,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14464,7 +14534,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14478,13 +14548,13 @@ "10" ], "x-ms-request-id": [ - "854bda36-574f-4a6b-a3c5-dec26ad1f433" + "2037b8c0-fdee-482f-9035-360612d99e9d" ], "x-ms-correlation-request-id": [ - "5432cc19-f87f-46cb-8167-a0060cf9c37a" + "c18e8fe6-a5ab-487d-8c9f-1b66a06141e4" ], "x-ms-arm-service-request-id": [ - "e3e253f1-8145-461b-a653-8df15a6ffa99" + "1bdc8c87-d344-426f-b3b8-7f80e1376e3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14494,16 +14564,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11936" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095922Z:5432cc19-f87f-46cb-8167-a0060cf9c37a" + "WESTUS:20200413T024031Z:c18e8fe6-a5ab-487d-8c9f-1b66a06141e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:21 GMT" + "Mon, 13 Apr 2020 02:40:31 GMT" ], "Content-Length": [ "30" @@ -14519,8 +14589,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14528,7 +14598,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14542,13 +14612,13 @@ "10" ], "x-ms-request-id": [ - "e7b51529-d7fd-4a44-b1d8-79dc8666ba4e" + "7568625c-9354-4c3c-a43c-a9d6c6a10b9c" ], "x-ms-correlation-request-id": [ - "a8991a00-ed40-4eda-94ec-5ee390c2c4ed" + "c7b6f263-2359-48e9-a111-030358bcbb37" ], "x-ms-arm-service-request-id": [ - "40549e24-438a-44a3-872d-468eaaf36b84" + "acc847d8-5caa-4b16-9c5d-6a1a8c99d8fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14558,16 +14628,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11935" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095932Z:a8991a00-ed40-4eda-94ec-5ee390c2c4ed" + "WESTUS:20200413T024041Z:c7b6f263-2359-48e9-a111-030358bcbb37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:32 GMT" + "Mon, 13 Apr 2020 02:40:41 GMT" ], "Content-Length": [ "30" @@ -14583,8 +14653,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14592,7 +14662,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14606,13 +14676,13 @@ "10" ], "x-ms-request-id": [ - "e281f6e0-006f-4bcc-b119-7c7d8dfa7c93" + "69a87e94-c7c7-4c17-aad9-af030c029aeb" ], "x-ms-correlation-request-id": [ - "8160fff6-08e4-407e-87ed-829872ab718f" + "54a7fd4e-df17-4fa0-9a97-4f57afe2cb93" ], "x-ms-arm-service-request-id": [ - "44319640-3acd-41b4-b3e3-1c71bbbbfc90" + "0a267b21-ddf2-4319-bf19-a4bf1fca3e44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14622,16 +14692,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095942Z:8160fff6-08e4-407e-87ed-829872ab718f" + "WESTUS:20200413T024051Z:54a7fd4e-df17-4fa0-9a97-4f57afe2cb93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:42 GMT" + "Mon, 13 Apr 2020 02:40:51 GMT" ], "Content-Length": [ "30" @@ -14647,8 +14717,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14656,7 +14726,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14670,32 +14740,32 @@ "10" ], "x-ms-request-id": [ - "714416a4-6a22-4af1-a6ad-97ba56fcabc4" + "a73fdca5-ac62-4453-9300-a3baa1ca284c" ], "x-ms-correlation-request-id": [ - "1cea0921-fac6-412b-8fee-9eada700d83c" + "db0ae97c-a778-4b1a-9add-69b1d2dcd108" ], "x-ms-arm-service-request-id": [ - "a1750cca-48ef-40b5-97e1-93a678c36cca" + "bf1a8b59-0028-4f5a-95b7-17b315e7d8c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T095952Z:1cea0921-fac6-412b-8fee-9eada700d83c" + "WESTUS:20200413T024101Z:db0ae97c-a778-4b1a-9add-69b1d2dcd108" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:59:52 GMT" + "Mon, 13 Apr 2020 02:41:01 GMT" ], "Content-Length": [ "30" @@ -14711,8 +14781,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14720,7 +14790,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14734,13 +14804,13 @@ "10" ], "x-ms-request-id": [ - "c924c598-d930-4e37-a024-6dc579112ac1" + "b1fbfaec-cecf-47b9-be7c-ac866fc7ff6e" ], "x-ms-correlation-request-id": [ - "9d2d35f1-0847-41b1-8040-e9baaca4efb7" + "d485a6f2-0938-4862-b7b8-5ca2944f1489" ], "x-ms-arm-service-request-id": [ - "ebb7c1ba-72cc-4c13-b0b2-ffb9ab64bc3f" + "e4abebb4-d48d-4684-bdab-81cae7f6c483" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14750,16 +14820,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100003Z:9d2d35f1-0847-41b1-8040-e9baaca4efb7" + "WESTUS:20200413T024111Z:d485a6f2-0938-4862-b7b8-5ca2944f1489" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:02 GMT" + "Mon, 13 Apr 2020 02:41:11 GMT" ], "Content-Length": [ "30" @@ -14775,8 +14845,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14784,7 +14854,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14798,13 +14868,13 @@ "10" ], "x-ms-request-id": [ - "475be81f-1617-4a94-801c-2a3dbdc1d339" + "5945dc8b-2cc5-496f-9a45-9e068aaf1316" ], "x-ms-correlation-request-id": [ - "77df6901-fcb1-4d3f-a156-7951477f4f88" + "b81305d2-f0ba-47e3-a187-d56defff90d5" ], "x-ms-arm-service-request-id": [ - "6681c836-a5d0-4ac5-8a11-d6e840c782c2" + "57af3679-956f-4db6-b60a-0e8a54d73766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14814,16 +14884,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100013Z:77df6901-fcb1-4d3f-a156-7951477f4f88" + "WESTUS:20200413T024121Z:b81305d2-f0ba-47e3-a187-d56defff90d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:13 GMT" + "Mon, 13 Apr 2020 02:41:21 GMT" ], "Content-Length": [ "30" @@ -14839,8 +14909,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14848,7 +14918,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14862,13 +14932,13 @@ "10" ], "x-ms-request-id": [ - "f5610aa8-7351-478e-af29-2f8de65ec60e" + "dd7b844f-f164-4316-904b-42e3addfe2f1" ], "x-ms-correlation-request-id": [ - "51faf1dc-f483-4fac-a082-41a80779fc73" + "6f51bc56-3a4f-4b5e-bf50-5873c0b3c90a" ], "x-ms-arm-service-request-id": [ - "37030c4c-d524-473d-8e49-7ec7b7cdce37" + "a4ca7478-0e54-4259-b650-d5e63c33e465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14878,16 +14948,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100024Z:51faf1dc-f483-4fac-a082-41a80779fc73" + "WESTUS:20200413T024131Z:6f51bc56-3a4f-4b5e-bf50-5873c0b3c90a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:23 GMT" + "Mon, 13 Apr 2020 02:41:31 GMT" ], "Content-Length": [ "30" @@ -14903,8 +14973,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14912,7 +14982,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14926,13 +14996,13 @@ "10" ], "x-ms-request-id": [ - "1f016efb-83e6-4cef-ac52-a16850f7bf15" + "afe055f1-e221-43fb-820b-f8b37f7218e1" ], "x-ms-correlation-request-id": [ - "c47dbc55-0c10-4d76-aefc-ab90ff9cb110" + "a814aacc-92e7-4b8c-acab-7d498b5c134b" ], "x-ms-arm-service-request-id": [ - "a8a5ce10-ba91-4eda-bca7-994a39de4189" + "b0f67905-2ae1-4557-81f1-aeecf78a0122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14942,16 +15012,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100034Z:c47dbc55-0c10-4d76-aefc-ab90ff9cb110" + "WESTUS:20200413T024141Z:a814aacc-92e7-4b8c-acab-7d498b5c134b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:34 GMT" + "Mon, 13 Apr 2020 02:41:41 GMT" ], "Content-Length": [ "30" @@ -14967,8 +15037,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -14976,7 +15046,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -14990,32 +15060,32 @@ "10" ], "x-ms-request-id": [ - "2e7d450a-84f6-4bb5-9c7b-44322dd74e30" + "9618e56f-aba6-4563-9ce4-f2062488fa41" ], "x-ms-correlation-request-id": [ - "8d25b525-f3d3-46a5-8558-e9a7ca8de13c" + "8f4deafc-b65b-48af-809e-d7d58f099930" ], "x-ms-arm-service-request-id": [ - "dff4b036-ae2a-4610-ae1c-4716659f22c1" + "444aed36-91ec-40a8-92f4-332233d10d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100044Z:8d25b525-f3d3-46a5-8558-e9a7ca8de13c" + "WESTUS:20200413T024151Z:8f4deafc-b65b-48af-809e-d7d58f099930" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:44 GMT" + "Mon, 13 Apr 2020 02:41:51 GMT" ], "Content-Length": [ "30" @@ -15031,8 +15101,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15040,7 +15110,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15054,32 +15124,32 @@ "10" ], "x-ms-request-id": [ - "50a82d0c-813d-41c4-b041-cd3897ef13f7" + "b54610a5-fd51-48d1-8d47-2cf814db8770" ], "x-ms-correlation-request-id": [ - "5b7547fe-46cb-42c3-8e26-a544c3795dc2" + "1e4689af-ef14-481d-a977-7f3b566b519c" ], "x-ms-arm-service-request-id": [ - "e0d4e2f7-921b-430e-a685-95e7213bb42d" + "d6074890-f528-4b63-905c-9522e76e39ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11927" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100054Z:5b7547fe-46cb-42c3-8e26-a544c3795dc2" + "WESTUS:20200413T024202Z:1e4689af-ef14-481d-a977-7f3b566b519c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:00:54 GMT" + "Mon, 13 Apr 2020 02:42:01 GMT" ], "Content-Length": [ "30" @@ -15095,8 +15165,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15104,7 +15174,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15118,13 +15188,13 @@ "10" ], "x-ms-request-id": [ - "828039dc-ca66-4a50-b630-fff7a85d382c" + "37f132c3-a0ed-4af8-b45f-6740a1388097" ], "x-ms-correlation-request-id": [ - "a964a0ac-99cd-4b40-960b-08e3f5bec896" + "ab267eea-d80a-4c34-89e3-941d4eacc417" ], "x-ms-arm-service-request-id": [ - "efbed4e2-8c83-499e-a308-5e73cce097a8" + "4484d0b1-2404-49aa-845e-f6360ebbec48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15134,16 +15204,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100105Z:a964a0ac-99cd-4b40-960b-08e3f5bec896" + "WESTUS:20200413T024212Z:ab267eea-d80a-4c34-89e3-941d4eacc417" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:05 GMT" + "Mon, 13 Apr 2020 02:42:12 GMT" ], "Content-Length": [ "30" @@ -15159,8 +15229,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15168,7 +15238,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15182,13 +15252,13 @@ "10" ], "x-ms-request-id": [ - "1824e632-0757-4e9c-807d-11303102494d" + "f5915187-a6b0-4dd6-8823-23254351b0cd" ], "x-ms-correlation-request-id": [ - "8d779986-56e5-4b90-bb20-e9a5232ee8a3" + "c33a5b4d-b98c-4a6a-b008-c534c2158da4" ], "x-ms-arm-service-request-id": [ - "90be99b8-2dd6-45eb-bf90-ee18ca4640cd" + "6cdbee38-07f4-4e39-a90a-5a7dffd06172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15198,16 +15268,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100115Z:8d779986-56e5-4b90-bb20-e9a5232ee8a3" + "WESTUS:20200413T024222Z:c33a5b4d-b98c-4a6a-b008-c534c2158da4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:15 GMT" + "Mon, 13 Apr 2020 02:42:22 GMT" ], "Content-Length": [ "30" @@ -15223,8 +15293,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15232,7 +15302,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15246,13 +15316,13 @@ "10" ], "x-ms-request-id": [ - "aa95bea3-dbb3-434b-8c8a-c6876ba09b9e" + "4055c04e-0fe5-40c7-9f4d-27e8db9fc68b" ], "x-ms-correlation-request-id": [ - "d03209ea-3ef7-48d7-b6b2-14ba8c44be1e" + "ff6c7d7c-57d5-493a-9653-63d05e12ae52" ], "x-ms-arm-service-request-id": [ - "ea3927fe-ee94-4103-8715-4f89fad9f33e" + "3f73c4bd-936f-412f-802f-7080a77b92e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15262,16 +15332,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100125Z:d03209ea-3ef7-48d7-b6b2-14ba8c44be1e" + "WESTUS:20200413T024232Z:ff6c7d7c-57d5-493a-9653-63d05e12ae52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:25 GMT" + "Mon, 13 Apr 2020 02:42:32 GMT" ], "Content-Length": [ "30" @@ -15287,8 +15357,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15296,7 +15366,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15310,13 +15380,13 @@ "10" ], "x-ms-request-id": [ - "c73e4a78-6334-4d7f-940a-89200b7a8137" + "bf327db9-3e73-4f74-913d-b686a3fb730e" ], "x-ms-correlation-request-id": [ - "d6adf827-19f0-4650-a3ce-a5b34c7edf37" + "03b38e49-41ae-4912-92f0-d81e9ecc9694" ], "x-ms-arm-service-request-id": [ - "26693345-0a6c-41b4-81be-50a50da64ef4" + "59646ff3-41d1-4b67-8ef8-025ab71ffe4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15326,16 +15396,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" + "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100136Z:d6adf827-19f0-4650-a3ce-a5b34c7edf37" + "WESTUS:20200413T024242Z:03b38e49-41ae-4912-92f0-d81e9ecc9694" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:35 GMT" + "Mon, 13 Apr 2020 02:42:42 GMT" ], "Content-Length": [ "30" @@ -15351,8 +15421,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15360,7 +15430,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15374,13 +15444,13 @@ "10" ], "x-ms-request-id": [ - "3b22dfe3-2c60-47c3-99a6-a45958748e4d" + "2f2acacd-2539-4ef1-b85a-fc014f345709" ], "x-ms-correlation-request-id": [ - "8f89fcd8-b5a2-4f66-b6bd-240823fc2419" + "333083f5-7f25-4046-a7c1-0d1ceb91e464" ], "x-ms-arm-service-request-id": [ - "c9145afa-f935-49ce-9c51-2bd5b3f5a737" + "4bb5c560-dd23-4223-a503-37fe49aa1ae9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15390,16 +15460,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100146Z:8f89fcd8-b5a2-4f66-b6bd-240823fc2419" + "WESTUS:20200413T024252Z:333083f5-7f25-4046-a7c1-0d1ceb91e464" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:45 GMT" + "Mon, 13 Apr 2020 02:42:52 GMT" ], "Content-Length": [ "30" @@ -15415,8 +15485,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15424,7 +15494,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15438,32 +15508,32 @@ "10" ], "x-ms-request-id": [ - "ad17b6dc-7bf8-4e63-96d0-587469013740" + "cb1d42ba-278f-4a22-8fab-45e3625cbda9" ], "x-ms-correlation-request-id": [ - "a8872c23-6ed1-4220-8ab3-1e1b9690a0d7" + "9b604c79-986d-4c31-95e0-b2e51efecef0" ], "x-ms-arm-service-request-id": [ - "60698912-4ed5-4e13-b9e8-8317cae4045a" + "17f6951c-3ed9-4a2f-b599-32b8810400d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11921" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100156Z:a8872c23-6ed1-4220-8ab3-1e1b9690a0d7" + "WESTUS:20200413T024302Z:9b604c79-986d-4c31-95e0-b2e51efecef0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:01:55 GMT" + "Mon, 13 Apr 2020 02:43:02 GMT" ], "Content-Length": [ "30" @@ -15479,8 +15549,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15488,7 +15558,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15502,13 +15572,13 @@ "10" ], "x-ms-request-id": [ - "ea2649e7-aba8-48e2-bdfb-05fc27b5b4d3" + "81539d7e-0e28-46c8-80dc-d78a93f3d0f0" ], "x-ms-correlation-request-id": [ - "c86ea5a9-649e-445e-9caf-965cbb33051d" + "7133c28a-3810-4c80-ade4-bcb70d79a39a" ], "x-ms-arm-service-request-id": [ - "7ac69908-968d-436d-bcf8-2676f6407845" + "623fe08e-941c-4dfc-8197-33668b37e778" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15518,16 +15588,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11920" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100207Z:c86ea5a9-649e-445e-9caf-965cbb33051d" + "WESTUS:20200413T024312Z:7133c28a-3810-4c80-ade4-bcb70d79a39a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:06 GMT" + "Mon, 13 Apr 2020 02:43:12 GMT" ], "Content-Length": [ "30" @@ -15543,8 +15613,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15552,7 +15622,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15566,13 +15636,13 @@ "10" ], "x-ms-request-id": [ - "161304a9-16e2-46b0-a600-706bc3a24523" + "513b21de-64e0-4c8b-a6e9-f627aecde440" ], "x-ms-correlation-request-id": [ - "0dc888d9-96a3-4e8e-a343-350db7284bd2" + "6f54efa9-e38f-45f8-8195-d96da4ac6375" ], "x-ms-arm-service-request-id": [ - "53209edf-c256-4485-8050-94e49e83df99" + "0e004615-66d3-4f3d-94c5-42266170084c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15582,16 +15652,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11919" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100217Z:0dc888d9-96a3-4e8e-a343-350db7284bd2" + "WESTUS:20200413T024322Z:6f54efa9-e38f-45f8-8195-d96da4ac6375" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:16 GMT" + "Mon, 13 Apr 2020 02:43:22 GMT" ], "Content-Length": [ "30" @@ -15607,8 +15677,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15616,7 +15686,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15630,13 +15700,13 @@ "10" ], "x-ms-request-id": [ - "831c3a28-2aac-4592-8445-c9d2eb87a35a" + "964b9883-2d3b-4ce1-ac05-f6896cf01110" ], "x-ms-correlation-request-id": [ - "aa34dded-9a62-4567-bfeb-903a4dda1184" + "8a736ff6-d239-4530-9bd1-d04153f0e5a4" ], "x-ms-arm-service-request-id": [ - "e74e8894-7bdc-48d6-873b-71a62c5da4b5" + "66ea95d8-10e4-4e33-a40e-6348e77cd08e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15646,16 +15716,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11918" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100227Z:aa34dded-9a62-4567-bfeb-903a4dda1184" + "WESTUS:20200413T024332Z:8a736ff6-d239-4530-9bd1-d04153f0e5a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:26 GMT" + "Mon, 13 Apr 2020 02:43:32 GMT" ], "Content-Length": [ "30" @@ -15671,8 +15741,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15680,7 +15750,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15694,13 +15764,13 @@ "10" ], "x-ms-request-id": [ - "6b7434d0-639d-4ef1-a227-1689c73efb7f" + "520c929f-1897-4807-ac75-09cadeddac7b" ], "x-ms-correlation-request-id": [ - "c4ddfe12-03c2-41b3-a935-d244d794bc4d" + "1349b233-eb17-4965-a4c1-7baa81135d5c" ], "x-ms-arm-service-request-id": [ - "88d613b2-bccb-4d53-a70f-aac3531db074" + "8f200629-7f04-4a37-b842-43abe6beb865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15710,16 +15780,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100237Z:c4ddfe12-03c2-41b3-a935-d244d794bc4d" + "WESTUS:20200413T024342Z:1349b233-eb17-4965-a4c1-7baa81135d5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:37 GMT" + "Mon, 13 Apr 2020 02:43:42 GMT" ], "Content-Length": [ "30" @@ -15735,8 +15805,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15744,7 +15814,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15758,13 +15828,13 @@ "10" ], "x-ms-request-id": [ - "67b40dad-62cc-4871-a2fd-1d783f0148ca" + "f3b99d63-a8dd-45e2-9173-fdb0ef0cd2f2" ], "x-ms-correlation-request-id": [ - "e1e6ae0a-1065-4c37-bd9c-db7bcce63a90" + "786fa32e-4144-4ee0-81ef-3da9e8054fbc" ], "x-ms-arm-service-request-id": [ - "cb38d21c-00fa-418d-aa15-b066bf8ce0c7" + "d85f8514-cf64-46c8-aaa4-79f67acdcf7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15774,16 +15844,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11916" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100248Z:e1e6ae0a-1065-4c37-bd9c-db7bcce63a90" + "WESTUS:20200413T024352Z:786fa32e-4144-4ee0-81ef-3da9e8054fbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:48 GMT" + "Mon, 13 Apr 2020 02:43:52 GMT" ], "Content-Length": [ "30" @@ -15799,8 +15869,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15808,7 +15878,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15822,32 +15892,32 @@ "10" ], "x-ms-request-id": [ - "b3f18812-2a11-427f-8e4c-1d01fb3886b7" + "a35d7423-e5a3-4ba4-89c5-0fdac4cd37c6" ], "x-ms-correlation-request-id": [ - "a54ffaf6-dd44-4bd1-b6a6-91836f6c65ad" + "31edb0b9-c7ce-4e1c-a460-01e7dfa06aff" ], "x-ms-arm-service-request-id": [ - "fceb17c9-e279-4bd7-b6f8-e5e6b011970c" + "8b8ae730-38c0-4fcf-930f-393c1108581a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100258Z:a54ffaf6-dd44-4bd1-b6a6-91836f6c65ad" + "WESTUS:20200413T024402Z:31edb0b9-c7ce-4e1c-a460-01e7dfa06aff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:02:58 GMT" + "Mon, 13 Apr 2020 02:44:02 GMT" ], "Content-Length": [ "30" @@ -15863,8 +15933,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15872,7 +15942,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15886,13 +15956,13 @@ "10" ], "x-ms-request-id": [ - "495bd083-b6aa-4695-a11d-0f3d4c8c1389" + "03abdd55-7cec-4570-8370-188fa9cb2a14" ], "x-ms-correlation-request-id": [ - "53eb3d1a-7388-432e-ae4f-cedbb0d2f316" + "5537feab-29b5-4073-922b-1b6c42eb23e2" ], "x-ms-arm-service-request-id": [ - "e6e3923e-af75-4037-9c0b-74e9b93dfc64" + "d21b983e-e977-45bb-943d-7ba5dc3ae5be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15902,16 +15972,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" + "11914" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100309Z:53eb3d1a-7388-432e-ae4f-cedbb0d2f316" + "WESTUS:20200413T024412Z:5537feab-29b5-4073-922b-1b6c42eb23e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:08 GMT" + "Mon, 13 Apr 2020 02:44:12 GMT" ], "Content-Length": [ "30" @@ -15927,8 +15997,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -15936,7 +16006,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -15950,13 +16020,13 @@ "10" ], "x-ms-request-id": [ - "63145866-ac62-4e2b-b558-335e44eefa0e" + "530b143d-7ab3-49e5-847a-664ccdd49249" ], "x-ms-correlation-request-id": [ - "b52771cd-5361-4198-af05-b9ba9abacd3d" + "3c89e434-276b-4968-bfda-ad63a906dc70" ], "x-ms-arm-service-request-id": [ - "47e18758-bf74-4c39-bf2c-9649e8ce7031" + "c4867abc-46ba-4034-b7d8-a8cfcadb1759" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15966,16 +16036,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" + "11913" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100319Z:b52771cd-5361-4198-af05-b9ba9abacd3d" + "WESTUS:20200413T024423Z:3c89e434-276b-4968-bfda-ad63a906dc70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:19 GMT" + "Mon, 13 Apr 2020 02:44:22 GMT" ], "Content-Length": [ "30" @@ -15991,8 +16061,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16000,7 +16070,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16014,13 +16084,13 @@ "10" ], "x-ms-request-id": [ - "e0418685-28cf-49eb-baf1-2c282f4072b9" + "29642209-d03b-4284-b81a-b01c3f350007" ], "x-ms-correlation-request-id": [ - "fa7d7a9d-3aff-4219-ab0a-2a5c80512c7a" + "a3bdda9e-9fb7-4f15-890c-f8dd9979f5ad" ], "x-ms-arm-service-request-id": [ - "e36663a8-144c-429c-ba6b-486b5735c0e6" + "80905ce8-bcc4-40b6-903a-d2dce07dc2eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16030,16 +16100,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" + "11912" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100329Z:fa7d7a9d-3aff-4219-ab0a-2a5c80512c7a" + "WESTUS:20200413T024433Z:a3bdda9e-9fb7-4f15-890c-f8dd9979f5ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:29 GMT" + "Mon, 13 Apr 2020 02:44:33 GMT" ], "Content-Length": [ "30" @@ -16055,8 +16125,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16064,7 +16134,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16078,13 +16148,13 @@ "10" ], "x-ms-request-id": [ - "1ab3c162-af5e-4117-b466-a2f33718ea7c" + "2b4935fd-2407-4a5d-b4dd-63e95e187259" ], "x-ms-correlation-request-id": [ - "f3743be7-f220-4047-bdee-a7709fff35c6" + "36beaefe-fb03-4135-98a1-21b883f7b37c" ], "x-ms-arm-service-request-id": [ - "6914037b-d5db-4c8b-ae91-b79b9c371a24" + "e296d625-ee93-4ed4-baf3-7cc0dd6141b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16094,16 +16164,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" + "11911" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100339Z:f3743be7-f220-4047-bdee-a7709fff35c6" + "WESTUS:20200413T024443Z:36beaefe-fb03-4135-98a1-21b883f7b37c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:39 GMT" + "Mon, 13 Apr 2020 02:44:42 GMT" ], "Content-Length": [ "30" @@ -16119,8 +16189,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16128,7 +16198,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16142,32 +16212,32 @@ "10" ], "x-ms-request-id": [ - "7a3fb2b0-4bb5-46ad-80b8-368ea1707492" + "6fb4957b-eee1-4e34-891f-8befe25cfb2a" ], "x-ms-correlation-request-id": [ - "c53c7fa7-5378-4ed2-89cd-17f61884984d" + "6efc5d02-fbc0-4783-a3a7-6158f9d84a1b" ], "x-ms-arm-service-request-id": [ - "d07c1a3f-cfc6-48ee-a34b-0e767cf02e6c" + "1c3e35d8-5e16-4e1b-93c9-021a83c6c562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11910" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100349Z:c53c7fa7-5378-4ed2-89cd-17f61884984d" + "WESTUS:20200413T024453Z:6efc5d02-fbc0-4783-a3a7-6158f9d84a1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:49 GMT" + "Mon, 13 Apr 2020 02:44:53 GMT" ], "Content-Length": [ "30" @@ -16183,8 +16253,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16192,7 +16262,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16206,32 +16276,32 @@ "10" ], "x-ms-request-id": [ - "4ef3710c-f756-4231-bb5b-f1c3a821111b" + "514b3992-2b06-43fc-8d93-f64667cf22af" ], "x-ms-correlation-request-id": [ - "ecf61118-f86f-4f24-b52f-ff66d4e15dde" + "d434c868-1bab-4038-a290-80e102be72ac" ], "x-ms-arm-service-request-id": [ - "5bb14b0b-0b8e-4c40-b319-dcc73598b1e5" + "238891b7-68bb-402c-879c-de51f64ca569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11909" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100400Z:ecf61118-f86f-4f24-b52f-ff66d4e15dde" + "WESTUS:20200413T024503Z:d434c868-1bab-4038-a290-80e102be72ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:03:59 GMT" + "Mon, 13 Apr 2020 02:45:03 GMT" ], "Content-Length": [ "30" @@ -16247,8 +16317,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16256,7 +16326,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16270,13 +16340,13 @@ "10" ], "x-ms-request-id": [ - "b7289da1-9119-4938-b48a-8499b5cde616" + "98e2b546-4974-4b1b-b795-9f684ceb197c" ], "x-ms-correlation-request-id": [ - "25b38797-995a-4013-8627-b08859b04e2c" + "fd06470c-6594-4770-969c-4f6af77441ae" ], "x-ms-arm-service-request-id": [ - "68cd9bf2-6ce8-48ea-ad1d-3e7118089e87" + "1dccd9f3-83a0-4637-ba52-a14a7931f45c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16286,16 +16356,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11908" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100410Z:25b38797-995a-4013-8627-b08859b04e2c" + "WESTUS:20200413T024513Z:fd06470c-6594-4770-969c-4f6af77441ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:04:10 GMT" + "Mon, 13 Apr 2020 02:45:13 GMT" ], "Content-Length": [ "30" @@ -16311,8 +16381,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16320,7 +16390,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16334,13 +16404,13 @@ "10" ], "x-ms-request-id": [ - "e0b2abc8-8902-410f-9432-63dadc9ba33d" + "14698b43-f47b-4b63-86de-471692d3afcd" ], "x-ms-correlation-request-id": [ - "1aa8e875-4edb-4327-9f99-bdf0fd57a5e2" + "dfbeb3e1-6109-4825-ab5c-084e96a9c26f" ], "x-ms-arm-service-request-id": [ - "46aa889b-153a-433c-9c2d-67175c992764" + "8e78cf3a-1528-4277-a459-3969f8a5f13e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16350,16 +16420,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11907" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100421Z:1aa8e875-4edb-4327-9f99-bdf0fd57a5e2" + "WESTUS:20200413T024523Z:dfbeb3e1-6109-4825-ab5c-084e96a9c26f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:04:20 GMT" + "Mon, 13 Apr 2020 02:45:23 GMT" ], "Content-Length": [ "30" @@ -16375,8 +16445,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16384,7 +16454,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16398,13 +16468,13 @@ "10" ], "x-ms-request-id": [ - "7d90bcf7-76de-4b90-bc59-90dadd13c49b" + "ef0e560b-4c7a-47d6-a8d9-0d84f3dc96e4" ], "x-ms-correlation-request-id": [ - "1bc2cd3a-d9f3-4ac2-b262-181b14b727bf" + "7a49b4ed-a4b8-4cbc-9f2d-58a6ef35398e" ], "x-ms-arm-service-request-id": [ - "92737277-6360-45cf-ba2c-aaa2b98819c4" + "a0555c50-5473-43c9-aba3-ca550442af61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16414,16 +16484,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" + "11906" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100431Z:1bc2cd3a-d9f3-4ac2-b262-181b14b727bf" + "WESTUS:20200413T024533Z:7a49b4ed-a4b8-4cbc-9f2d-58a6ef35398e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:04:30 GMT" + "Mon, 13 Apr 2020 02:45:33 GMT" ], "Content-Length": [ "30" @@ -16439,8 +16509,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16448,7 +16518,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16462,13 +16532,13 @@ "10" ], "x-ms-request-id": [ - "043825c4-bb64-436f-8f47-3e17d1217c39" + "1d7fa01a-68d1-4588-812e-b702ac91e966" ], "x-ms-correlation-request-id": [ - "b40e60d1-8c26-4528-b9b0-ba95a6d2787f" + "198fefb1-7731-428e-9d4a-615248ba567f" ], "x-ms-arm-service-request-id": [ - "ad74c944-7e3a-433a-94c3-f28b91ffefca" + "9248b81b-c7ff-4448-834a-24cb74137adc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16478,16 +16548,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" + "11905" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100441Z:b40e60d1-8c26-4528-b9b0-ba95a6d2787f" + "WESTUS:20200413T024543Z:198fefb1-7731-428e-9d4a-615248ba567f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:04:40 GMT" + "Mon, 13 Apr 2020 02:45:43 GMT" ], "Content-Length": [ "30" @@ -16503,8 +16573,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16512,7 +16582,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16526,32 +16596,32 @@ "10" ], "x-ms-request-id": [ - "bfaa5708-8802-424f-9831-85c77a6de1cd" + "77b9feb7-d364-43ca-88df-e762a436fb37" ], "x-ms-correlation-request-id": [ - "094847ac-5a6a-41c6-9a23-9da49061ac3d" + "683c6b64-8287-430a-bede-4036cf4313f3" ], "x-ms-arm-service-request-id": [ - "c3d321b5-1bf3-4827-9f4b-93e508f539d2" + "e356aacd-d84c-4e47-80c8-18662bc64590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11904" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100451Z:094847ac-5a6a-41c6-9a23-9da49061ac3d" + "WESTUS:20200413T024553Z:683c6b64-8287-430a-bede-4036cf4313f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:04:51 GMT" + "Mon, 13 Apr 2020 02:45:53 GMT" ], "Content-Length": [ "30" @@ -16567,8 +16637,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16576,7 +16646,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16590,32 +16660,32 @@ "10" ], "x-ms-request-id": [ - "7e91f497-6420-48cf-a4f5-51903187f9f1" + "8fa9dd6a-919c-4bc5-a8e3-824cc03a8ad7" ], "x-ms-correlation-request-id": [ - "e25e52e4-89b7-48db-85d9-0e3781f33252" + "3bf6844b-4441-484c-a9a9-167aafee3c04" ], "x-ms-arm-service-request-id": [ - "14a96874-b0f7-4364-9fd2-7cae4278e2f0" + "a61938ef-ac10-4f08-8753-126f0f5a3ba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11903" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100501Z:e25e52e4-89b7-48db-85d9-0e3781f33252" + "WESTUS:20200413T024603Z:3bf6844b-4441-484c-a9a9-167aafee3c04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:01 GMT" + "Mon, 13 Apr 2020 02:46:03 GMT" ], "Content-Length": [ "30" @@ -16631,8 +16701,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16640,7 +16710,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16654,13 +16724,13 @@ "10" ], "x-ms-request-id": [ - "16d08b53-dbfd-4e59-9835-4eecec4a3177" + "c4c02f8b-657e-4599-ae93-8f90eb679855" ], "x-ms-correlation-request-id": [ - "6c4c8a2e-97f9-4612-8209-efa3f73a1bc9" + "2241d6ca-0e5a-463c-a208-b79fcf990755" ], "x-ms-arm-service-request-id": [ - "4733add5-3ac3-4052-8f1f-444394c2fe1c" + "bd3587c6-1129-4f33-9b7f-5558d125a308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16670,16 +16740,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" + "11902" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100512Z:6c4c8a2e-97f9-4612-8209-efa3f73a1bc9" + "WESTUS:20200413T024613Z:2241d6ca-0e5a-463c-a208-b79fcf990755" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:12 GMT" + "Mon, 13 Apr 2020 02:46:13 GMT" ], "Content-Length": [ "30" @@ -16695,8 +16765,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16704,7 +16774,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16718,13 +16788,13 @@ "10" ], "x-ms-request-id": [ - "e04135d9-d5ff-4089-a35d-a663730c902b" + "9f2c295e-545b-478b-a27b-db8e23593b2a" ], "x-ms-correlation-request-id": [ - "3f90a56a-4a5d-4954-b74f-5e6ca5578037" + "06b8bf7b-06ec-498f-bcc2-90faa335eca1" ], "x-ms-arm-service-request-id": [ - "df29a1cd-dc85-442a-bcd8-4c07fab47ec6" + "514ac6c4-37b3-4165-93a7-3a6b4d8feab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16734,16 +16804,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11901" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100522Z:3f90a56a-4a5d-4954-b74f-5e6ca5578037" + "WESTUS:20200413T024623Z:06b8bf7b-06ec-498f-bcc2-90faa335eca1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:22 GMT" + "Mon, 13 Apr 2020 02:46:23 GMT" ], "Content-Length": [ "30" @@ -16759,8 +16829,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16768,7 +16838,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16782,13 +16852,13 @@ "10" ], "x-ms-request-id": [ - "52c3cb91-8d5e-4b20-b0a8-9dc0d53055b1" + "4b84ce07-2398-4950-b6db-368296f9dcc4" ], "x-ms-correlation-request-id": [ - "0baa1d38-3e64-412a-b530-2b93dbd212d7" + "59543f78-c090-4725-ac69-615c13b7a0c4" ], "x-ms-arm-service-request-id": [ - "bb091a29-8240-4fe3-aff8-37eb1661b1c5" + "6ac43e17-4488-4eaa-a914-52b3eb9e73e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16798,16 +16868,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11900" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100533Z:0baa1d38-3e64-412a-b530-2b93dbd212d7" + "WESTUS:20200413T024633Z:59543f78-c090-4725-ac69-615c13b7a0c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:32 GMT" + "Mon, 13 Apr 2020 02:46:33 GMT" ], "Content-Length": [ "30" @@ -16823,8 +16893,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16832,7 +16902,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16846,13 +16916,13 @@ "10" ], "x-ms-request-id": [ - "2aeafc18-9f8d-4a1b-b44a-b3c7ad9f9ab2" + "84b16cf5-f968-4fbd-bf61-693a425d2585" ], "x-ms-correlation-request-id": [ - "80a98a8a-e3ee-4c6b-a73c-d1f287f60b01" + "23684702-0a79-487c-a82f-f170f0d373c3" ], "x-ms-arm-service-request-id": [ - "ffa533cc-fd6f-46f5-9f10-076e31677bd8" + "63a8c261-1f74-4039-9139-f6ccb6417489" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16862,16 +16932,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11899" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100543Z:80a98a8a-e3ee-4c6b-a73c-d1f287f60b01" + "WESTUS:20200413T024643Z:23684702-0a79-487c-a82f-f170f0d373c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:42 GMT" + "Mon, 13 Apr 2020 02:46:43 GMT" ], "Content-Length": [ "30" @@ -16887,8 +16957,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16896,7 +16966,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16910,32 +16980,32 @@ "10" ], "x-ms-request-id": [ - "6225c448-ceb3-4044-a535-44abd00e063a" + "334435c6-2dc2-49a1-918c-d5802921ce24" ], "x-ms-correlation-request-id": [ - "80b9fed5-c06e-42bd-bf1e-37d80d458398" + "28c93f77-4948-4d38-b19f-2f94f43a4762" ], "x-ms-arm-service-request-id": [ - "c20f2069-01df-49aa-b8a6-b8f538204a97" + "b426a35f-d03c-4107-b0bd-fb7aea37c06c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11898" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100553Z:80b9fed5-c06e-42bd-bf1e-37d80d458398" + "WESTUS:20200413T024654Z:28c93f77-4948-4d38-b19f-2f94f43a4762" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:05:53 GMT" + "Mon, 13 Apr 2020 02:46:53 GMT" ], "Content-Length": [ "30" @@ -16951,8 +17021,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -16960,7 +17030,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -16974,32 +17044,32 @@ "10" ], "x-ms-request-id": [ - "6d72adb7-782e-4da6-821d-66e99966cacb" + "1a45a5a9-1c2f-437d-bc0f-b6af77e1fc4e" ], "x-ms-correlation-request-id": [ - "75aa3635-a343-4390-890d-51d429b2c374" + "18c2254a-04ea-4c10-92bd-79623f23b565" ], "x-ms-arm-service-request-id": [ - "9267c60f-017e-4e7d-ad95-8c6a6b308769" + "faecd32d-216b-4439-96e1-8740b9e30e10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11897" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100603Z:75aa3635-a343-4390-890d-51d429b2c374" + "WESTUS:20200413T024704Z:18c2254a-04ea-4c10-92bd-79623f23b565" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:03 GMT" + "Mon, 13 Apr 2020 02:47:03 GMT" ], "Content-Length": [ "30" @@ -17015,8 +17085,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17024,7 +17094,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17038,13 +17108,13 @@ "10" ], "x-ms-request-id": [ - "5aa9d970-5116-4ec9-8f77-ed695c4f942d" + "9457743e-dc42-4d96-a72e-4f68e3779d3e" ], "x-ms-correlation-request-id": [ - "131304ae-94a5-4a48-b20e-8ab99dc888c6" + "fa203e56-1b54-4c61-9f32-91bf876dd0fc" ], "x-ms-arm-service-request-id": [ - "bae7febd-8950-44b2-8ebf-b857d30a6ae4" + "0b537184-9509-43cb-bf7b-3c543dc61827" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17054,16 +17124,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11896" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100614Z:131304ae-94a5-4a48-b20e-8ab99dc888c6" + "WESTUS:20200413T024714Z:fa203e56-1b54-4c61-9f32-91bf876dd0fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:13 GMT" + "Mon, 13 Apr 2020 02:47:14 GMT" ], "Content-Length": [ "30" @@ -17079,8 +17149,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17088,7 +17158,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17102,13 +17172,13 @@ "10" ], "x-ms-request-id": [ - "6e6ca39f-9316-4cd9-aca5-82449e7f5b63" + "24e0ba72-ddbf-4879-8aa1-e37ef5bfc382" ], "x-ms-correlation-request-id": [ - "6d8d6ff0-a5b2-4a3d-a36b-2b6c442ea86b" + "ceacd8d0-7835-4765-b43e-f82e76506c5f" ], "x-ms-arm-service-request-id": [ - "ac2995b5-5eac-4ce7-92b5-eb345b7cf962" + "c0f983b3-bbde-42d7-a6f3-0334e8fbb2f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17118,16 +17188,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" + "11895" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100624Z:6d8d6ff0-a5b2-4a3d-a36b-2b6c442ea86b" + "WESTUS:20200413T024724Z:ceacd8d0-7835-4765-b43e-f82e76506c5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:23 GMT" + "Mon, 13 Apr 2020 02:47:24 GMT" ], "Content-Length": [ "30" @@ -17143,8 +17213,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17152,7 +17222,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17166,13 +17236,13 @@ "10" ], "x-ms-request-id": [ - "287676ce-af8b-44e6-bd12-26dd132105e4" + "42a10391-68b5-4280-8e77-3e9d2fb584c5" ], "x-ms-correlation-request-id": [ - "fab45dff-d95f-4e4c-87fc-6354ec6d8e3c" + "f7117903-f4cf-40b7-8a10-e558db28006c" ], "x-ms-arm-service-request-id": [ - "1cb95a84-cb22-4561-a23f-e72951979365" + "310067cb-f209-45e8-bb50-1d256118f899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17182,16 +17252,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" + "11894" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100634Z:fab45dff-d95f-4e4c-87fc-6354ec6d8e3c" + "WESTUS:20200413T024734Z:f7117903-f4cf-40b7-8a10-e558db28006c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:34 GMT" + "Mon, 13 Apr 2020 02:47:34 GMT" ], "Content-Length": [ "30" @@ -17207,8 +17277,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17216,7 +17286,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17230,13 +17300,13 @@ "10" ], "x-ms-request-id": [ - "9bb1978d-05fd-492a-a00e-27818a49c4ee" + "d7410aef-29d9-4f81-b937-09fb9ad17fa4" ], "x-ms-correlation-request-id": [ - "90c8fd45-36ba-4ab5-b74d-284cb5adfa59" + "df9d4d2b-7108-4d92-878b-7c66e22aa273" ], "x-ms-arm-service-request-id": [ - "da568f74-2810-4d32-92ad-4a78363c7d65" + "768f6eae-216a-4e44-aa2b-7c97d2a8c8b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17246,16 +17316,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" + "11893" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100645Z:90c8fd45-36ba-4ab5-b74d-284cb5adfa59" + "WESTUS:20200413T024744Z:df9d4d2b-7108-4d92-878b-7c66e22aa273" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:44 GMT" + "Mon, 13 Apr 2020 02:47:44 GMT" ], "Content-Length": [ "30" @@ -17271,8 +17341,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17280,7 +17350,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17294,32 +17364,32 @@ "10" ], "x-ms-request-id": [ - "7e39a0d3-eb0b-4f4f-890d-b3c5101d0807" + "b329e688-f874-4266-b7c4-758ee72c8b10" ], "x-ms-correlation-request-id": [ - "60ca58d4-5b9a-4b87-911a-fe2d16a83be9" + "e3849a4b-0d64-421e-9ff5-aae523ea8931" ], "x-ms-arm-service-request-id": [ - "019f5a2e-ff09-42fa-bdf9-0d4d0270a989" + "72fbf848-a40f-4c99-a08a-058234518348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11892" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100655Z:60ca58d4-5b9a-4b87-911a-fe2d16a83be9" + "WESTUS:20200413T024754Z:e3849a4b-0d64-421e-9ff5-aae523ea8931" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:06:54 GMT" + "Mon, 13 Apr 2020 02:47:54 GMT" ], "Content-Length": [ "30" @@ -17335,8 +17405,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17344,7 +17414,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17358,32 +17428,32 @@ "10" ], "x-ms-request-id": [ - "7afdafd0-fc9a-42eb-8da3-aad497f18b02" + "4190160a-e094-4684-881f-95e8966d061e" ], "x-ms-correlation-request-id": [ - "64cd74f5-d686-44c6-9df7-a2c4d01952ca" + "ed415888-6a07-4e0f-b56f-a8665e6eb50e" ], "x-ms-arm-service-request-id": [ - "f1c98eb3-195c-4290-9b35-6b145667ae1c" + "b054a95d-f181-48e2-9425-c8d342f2bf3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100705Z:64cd74f5-d686-44c6-9df7-a2c4d01952ca" + "WESTUS:20200413T024804Z:ed415888-6a07-4e0f-b56f-a8665e6eb50e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:05 GMT" + "Mon, 13 Apr 2020 02:48:04 GMT" ], "Content-Length": [ "30" @@ -17399,8 +17469,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17408,7 +17478,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17422,32 +17492,32 @@ "10" ], "x-ms-request-id": [ - "03e0f8c4-c009-4a6d-b040-f2637c968c1e" + "d657958b-3af3-41c1-a877-7472788f5a48" ], "x-ms-correlation-request-id": [ - "f3a0449d-f7d3-4751-9d96-60dedf5c9ff1" + "25d88bbb-f283-4168-bb83-7735596259ad" ], "x-ms-arm-service-request-id": [ - "39e48f0f-d8d3-4caf-be4b-2b254168c64c" + "47e42c6a-7f13-45c8-826e-0acd1fce4076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11890" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100716Z:f3a0449d-f7d3-4751-9d96-60dedf5c9ff1" + "WESTUS:20200413T024814Z:25d88bbb-f283-4168-bb83-7735596259ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:16 GMT" + "Mon, 13 Apr 2020 02:48:14 GMT" ], "Content-Length": [ "30" @@ -17463,8 +17533,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17472,7 +17542,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17486,13 +17556,13 @@ "10" ], "x-ms-request-id": [ - "51503da2-2a4d-4920-b3cc-0d555cf9f867" + "4b500ab6-b748-47c6-ad49-8750e2687c7e" ], "x-ms-correlation-request-id": [ - "84af46d5-cd85-419f-8377-d2cd7aee7e05" + "abc66f2d-9014-4db9-b833-39b938587366" ], "x-ms-arm-service-request-id": [ - "031c4d9d-4bd4-4544-bb93-adeea332fb67" + "2692bd2c-0355-4e36-b914-4abd161d838b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17502,16 +17572,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" + "11889" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100726Z:84af46d5-cd85-419f-8377-d2cd7aee7e05" + "WESTUS:20200413T024824Z:abc66f2d-9014-4db9-b833-39b938587366" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:26 GMT" + "Mon, 13 Apr 2020 02:48:24 GMT" ], "Content-Length": [ "30" @@ -17527,8 +17597,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17536,7 +17606,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17550,13 +17620,13 @@ "10" ], "x-ms-request-id": [ - "80ab9744-9785-4347-8f25-33020b63a514" + "cade1c11-5f80-489c-9ab4-846aeaf16812" ], "x-ms-correlation-request-id": [ - "1b97f56a-1363-4bba-8939-f32ef4d135dd" + "546eec15-c04b-4fee-9d15-de67c30e2082" ], "x-ms-arm-service-request-id": [ - "fdd1aeab-a3df-4fbc-90fa-46d593863911" + "ab80b309-7647-4dc9-a4e1-2ff9c5956e1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17566,16 +17636,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" + "11888" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100736Z:1b97f56a-1363-4bba-8939-f32ef4d135dd" + "WESTUS:20200413T024834Z:546eec15-c04b-4fee-9d15-de67c30e2082" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:36 GMT" + "Mon, 13 Apr 2020 02:48:34 GMT" ], "Content-Length": [ "30" @@ -17591,8 +17661,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17600,7 +17670,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17614,13 +17684,13 @@ "10" ], "x-ms-request-id": [ - "ee271185-fe1d-4725-9afc-840df90c1aa9" + "104c93a5-719a-4a76-809a-a6b56a71a09e" ], "x-ms-correlation-request-id": [ - "93d1346c-09bf-45fa-b5d9-8953a1e49785" + "88a22b25-3478-45a8-b1cc-61914f23937d" ], "x-ms-arm-service-request-id": [ - "b122c92e-19c8-47b4-88ab-4652f838274a" + "b499bcdc-406c-4d71-b448-375da2f70b17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17630,16 +17700,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" + "11887" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100747Z:93d1346c-09bf-45fa-b5d9-8953a1e49785" + "WESTUS:20200413T024844Z:88a22b25-3478-45a8-b1cc-61914f23937d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:46 GMT" + "Mon, 13 Apr 2020 02:48:44 GMT" ], "Content-Length": [ "30" @@ -17655,8 +17725,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17664,7 +17734,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17678,13 +17748,13 @@ "10" ], "x-ms-request-id": [ - "aff3b6e3-ce9d-4a10-b10a-2d073a301229" + "2a63b711-09b7-4513-8db9-92c4ac9d7323" ], "x-ms-correlation-request-id": [ - "317571c8-9271-4ca1-9efd-59d275e69afc" + "2a5b88fc-d44d-4b39-b30f-0b1ed90d33ed" ], "x-ms-arm-service-request-id": [ - "bdd22c34-eeb2-4c0b-8678-321c38cd7b6f" + "826cadd3-b010-4ea8-99b4-733420b85d12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17694,16 +17764,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" + "11886" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100757Z:317571c8-9271-4ca1-9efd-59d275e69afc" + "WESTUS:20200413T024854Z:2a5b88fc-d44d-4b39-b30f-0b1ed90d33ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:07:56 GMT" + "Mon, 13 Apr 2020 02:48:54 GMT" ], "Content-Length": [ "30" @@ -17719,8 +17789,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17728,7 +17798,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17742,32 +17812,32 @@ "10" ], "x-ms-request-id": [ - "af352a0e-451e-48f2-a0bd-ada753b232b0" + "4154f257-1bf7-4572-bd34-02ff1a79fc5b" ], "x-ms-correlation-request-id": [ - "b972c4a1-701a-44ce-8025-700c552ee833" + "915f9853-dd22-47b6-a76d-4d7f259aeba3" ], "x-ms-arm-service-request-id": [ - "6f661974-0059-415c-a5ce-f6fa66d959f5" + "9137c420-5fc7-40c5-90ad-427f8c4dc89e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11885" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100807Z:b972c4a1-701a-44ce-8025-700c552ee833" + "WESTUS:20200413T024904Z:915f9853-dd22-47b6-a76d-4d7f259aeba3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:06 GMT" + "Mon, 13 Apr 2020 02:49:04 GMT" ], "Content-Length": [ "30" @@ -17783,8 +17853,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17792,7 +17862,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17806,32 +17876,32 @@ "10" ], "x-ms-request-id": [ - "670047ed-109f-4a54-9c5b-fa7db3f0e563" + "0d330efe-2215-46f8-9d1e-5dae8e83e80a" ], "x-ms-correlation-request-id": [ - "a980d756-764a-4422-bfec-25be88b38750" + "54ba7157-0954-41b0-a7f4-ca7c7fdd957a" ], "x-ms-arm-service-request-id": [ - "2a8de8e3-db9d-4407-b7b3-a2712ad4d222" + "4463aaec-ae76-4be1-b7b8-e134d6b69b2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11884" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11890" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100818Z:a980d756-764a-4422-bfec-25be88b38750" + "WESTUS:20200413T024915Z:54ba7157-0954-41b0-a7f4-ca7c7fdd957a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:17 GMT" + "Mon, 13 Apr 2020 02:49:14 GMT" ], "Content-Length": [ "30" @@ -17847,8 +17917,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17856,7 +17926,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17870,13 +17940,13 @@ "10" ], "x-ms-request-id": [ - "c678b4f8-57bb-4243-b243-6d8ffaaf3c43" + "50b5cc61-d8de-4d7b-9c9d-f7803f0113c4" ], "x-ms-correlation-request-id": [ - "e9b23bc6-2d69-4fb0-b776-349440ef8d00" + "1ea9b0e2-2e34-46e4-8bed-67cd2772d352" ], "x-ms-arm-service-request-id": [ - "96bcc51e-a7eb-4a40-9252-fc9fb2b28f57" + "4634f865-5611-478c-804a-5f146c2293e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17886,16 +17956,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11889" + "11883" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100828Z:e9b23bc6-2d69-4fb0-b776-349440ef8d00" + "WESTUS:20200413T024925Z:1ea9b0e2-2e34-46e4-8bed-67cd2772d352" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:27 GMT" + "Mon, 13 Apr 2020 02:49:24 GMT" ], "Content-Length": [ "30" @@ -17911,8 +17981,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17920,7 +17990,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17934,13 +18004,13 @@ "10" ], "x-ms-request-id": [ - "21e94974-1058-4e66-8005-3b969e860a13" + "8b9278d1-7d00-4917-a9e9-d5f5d9b53f8f" ], "x-ms-correlation-request-id": [ - "53d3eb83-8892-4831-afa0-fca04f18f9de" + "acdfe81e-48be-40d8-9fe5-c3ebb0f93f62" ], "x-ms-arm-service-request-id": [ - "1566cec6-05e1-4892-bf8f-5efc1f4d4c38" + "b7e20e7a-6b50-42de-88ae-38c500ba6874" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17950,16 +18020,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11888" + "11882" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100838Z:53d3eb83-8892-4831-afa0-fca04f18f9de" + "WESTUS:20200413T024935Z:acdfe81e-48be-40d8-9fe5-c3ebb0f93f62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:37 GMT" + "Mon, 13 Apr 2020 02:49:34 GMT" ], "Content-Length": [ "30" @@ -17975,8 +18045,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -17984,7 +18054,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -17998,13 +18068,13 @@ "10" ], "x-ms-request-id": [ - "3536fb21-2cc0-4863-93e2-d6345864c0ac" + "6bcbdcde-8434-4cb8-ada4-c0ed992ca402" ], "x-ms-correlation-request-id": [ - "57e914a8-42f6-4bbc-8d8a-a2d41ce541e6" + "fda95ea9-f57a-4ba4-93e6-be07051dba8c" ], "x-ms-arm-service-request-id": [ - "4802bc7b-3f81-4be5-bb07-dd231ebad524" + "18114a71-4064-401e-9c97-a6d3216af6bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18014,16 +18084,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11887" + "11881" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100848Z:57e914a8-42f6-4bbc-8d8a-a2d41ce541e6" + "WESTUS:20200413T024945Z:fda95ea9-f57a-4ba4-93e6-be07051dba8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:47 GMT" + "Mon, 13 Apr 2020 02:49:44 GMT" ], "Content-Length": [ "30" @@ -18039,8 +18109,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18048,7 +18118,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18062,13 +18132,13 @@ "10" ], "x-ms-request-id": [ - "eced0e57-2737-4aa8-ab83-f4bdb59d9a95" + "3069da45-dd27-41a0-aa90-7441215b75ea" ], "x-ms-correlation-request-id": [ - "f63df887-1be9-4161-bcb8-28d9f3022ebd" + "6dfadaf6-e772-4e06-81fa-6647fd7e0889" ], "x-ms-arm-service-request-id": [ - "e4dacad9-2f2b-4418-8def-6d91d2612270" + "7875729f-8635-47cd-b3bd-a88975cc5996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18078,16 +18148,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11886" + "11880" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100859Z:f63df887-1be9-4161-bcb8-28d9f3022ebd" + "WESTUS:20200413T024955Z:6dfadaf6-e772-4e06-81fa-6647fd7e0889" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:08:59 GMT" + "Mon, 13 Apr 2020 02:49:54 GMT" ], "Content-Length": [ "30" @@ -18103,8 +18173,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18112,7 +18182,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18126,32 +18196,32 @@ "10" ], "x-ms-request-id": [ - "b530a577-02de-4b91-a15a-284ad6319b33" + "e38c465f-1331-42ac-81a6-9d9e03627eca" ], "x-ms-correlation-request-id": [ - "eccc3cf4-d5bf-40f9-902d-711e944f3c71" + "0fe3964d-ca2c-4c3b-8f16-c7c264f7d0ed" ], "x-ms-arm-service-request-id": [ - "8eb25052-d022-4da6-bbd2-ba7086f0af2d" + "6a5df0a7-b8e1-43bf-8d08-367d24e4c6ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11879" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100909Z:eccc3cf4-d5bf-40f9-902d-711e944f3c71" + "WESTUS:20200413T025005Z:0fe3964d-ca2c-4c3b-8f16-c7c264f7d0ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:09:09 GMT" + "Mon, 13 Apr 2020 02:50:04 GMT" ], "Content-Length": [ "30" @@ -18167,8 +18237,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18176,7 +18246,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18190,13 +18260,13 @@ "10" ], "x-ms-request-id": [ - "cb9011d0-88a4-40a1-877d-a0f51bd3d54c" + "3821a0f8-0171-40cb-a955-565c658dcbc1" ], "x-ms-correlation-request-id": [ - "a9318c38-c6ce-4aab-b573-69740f5eb714" + "2815a79c-7c62-4928-a095-a41518355702" ], "x-ms-arm-service-request-id": [ - "e4a45dc7-f07c-4eda-a0e6-354418dfa33b" + "1ed068e6-dec3-475a-b8e2-13b3348f3e93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18206,16 +18276,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11884" + "11878" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100919Z:a9318c38-c6ce-4aab-b573-69740f5eb714" + "WESTUS:20200413T025015Z:2815a79c-7c62-4928-a095-a41518355702" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:09:19 GMT" + "Mon, 13 Apr 2020 02:50:15 GMT" ], "Content-Length": [ "30" @@ -18231,8 +18301,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6a3baa7c-a7ac-4c6b-8717-7bded31cdece?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZhM2JhYTdjLWE3YWMtNGM2Yi04NzE3LTdiZGVkMzFjZGVjZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18240,7 +18310,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18250,17 +18320,81 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-request-id": [ + "abe7c44a-1f27-4cae-8919-4f134cd54c7d" + ], + "x-ms-correlation-request-id": [ + "1e587ed2-1459-42d9-97ff-3c58499188de" + ], + "x-ms-arm-service-request-id": [ + "764f8fed-7871-4372-960d-5fe9fc65da10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11877" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T025025Z:1e587ed2-1459-42d9-97ff-3c58499188de" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 02:50:25 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26586158-21b5-4e00-874e-ffe386b4d0af" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "x-ms-request-id": [ - "3cdc3f1b-8f57-4daf-9eed-bd1d8fd1b70e" + "e7b08643-a5c3-4c6e-9185-f704989b982b" ], "x-ms-correlation-request-id": [ - "b7503aa4-af13-414e-8ef8-60ae685810e8" + "be5835c4-3f94-406f-84b9-014ef8cd3499" ], "x-ms-arm-service-request-id": [ - "b06edab1-8379-43ff-ad1a-d46e162380a9" + "99354529-31a6-424d-b1be-980afa4d973d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18270,19 +18404,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11883" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100930Z:b7503aa4-af13-414e-8ef8-60ae685810e8" + "WESTUS:20200413T025025Z:be5835c4-3f94-406f-84b9-014ef8cd3499" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:09:29 GMT" + "Mon, 13 Apr 2020 02:50:25 GMT" ], "Content-Length": [ - "30" + "19110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18291,20 +18425,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7f72c0a3-b79f-4a7d-9a1d-1239db3843fc" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "19dfb964-db64-4d4f-b095-5ab84e474795", + "4a98c4f1-2a13-484e-88b1-cfe9f9cf3958" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "8fa9910a-5213-4eb4-a904-cdfaa70b8901" + ], + "x-ms-correlation-request-id": [ + "8fa9910a-5213-4eb4-a904-cdfaa70b8901" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T025026Z:8fa9910a-5213-4eb4-a904-cdfaa70b8901" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 02:50:25 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "49247" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testGw\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4a8707a9-7f09-443f-8231-58afec5de404\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"appGatewayIpConfig\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/gatewayIPConfigurations/appGatewayIpConfig\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/virtualNetworks/vnet/subnets/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"appGwPublicFrontendIp\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/publicIPAddresses/newpip\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"port_80\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8080\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"port_8081\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"pool1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"testbackend2.westus.cloudapp.azure.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"set1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"ApplicationGatewayAffinity\",\r\n \"requestTimeout\": 20,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"myPoolSettings\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8081,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 120,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"list1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_80\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8080\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"list2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendIPConfigurations/appGwPublicFrontendIp\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/frontendPorts/port_8081\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule1/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"foo\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/foo\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/foo/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"bar\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22/pathRules/bar\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/bar/*\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"url01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"rule01\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/url01/pathRules/rule01\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/path\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule1\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/new\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/set1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule22\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule22\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list1\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/urlPathMaps/rule22\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"rule3\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/requestRoutingRules/rule3\",\r\n \"etag\": \"W/\\\"5e162336-1f21-41ed-b236-a366422e11ea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/httpListeners/list2\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendAddressPools/pool1\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/applicationGateways/testGw/backendHttpSettingsCollection/myPoolSettings\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"Test\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"enableHttp2\": false,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 0,\r\n \"maxCapacity\": 10\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/v2RG/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalPolicy\"\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"ps2548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d80e3d7e-3f26-47d4-b1dd-2dfcc0a7dccc\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8908\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/gatewayIPConfigurations/ps8908\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/sslCertificates/ps7002\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps1501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/authenticationCertificates/ps1501\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5783\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/publicIPAddresses/ps8782\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps9948\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps9948\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/virtualNetworks/ps3369/subnets/ps8184\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps6895\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9043\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps9043\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2506\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4390\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps4390\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3888\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps2663\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendIPConfigurations/ps5783\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/frontendPorts/ps6895\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps7672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps7185\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/urlPathMaps/ps7672/pathRules/ps7185\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3052\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/requestRoutingRules/ps3052\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendAddressPools/ps2506\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/backendHttpSettingsCollection/ps3888\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps857\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/probes/ps857\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4992\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/redirectConfigurations/ps4992\",\r\n \"etag\": \"W/\\\"cf9b66c2-6ac3-498f-8aa4-65a4396d88a0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/httpListeners/ps2663\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps1905\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f493db6f-04ca-4d54-baf6-3164deacf822\",\r\n \"sku\": {\r\n \"name\": \"WAF_Medium\",\r\n \"tier\": \"WAF\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1287\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/gatewayIPConfigurations/ps1287\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\",\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps4893\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/publicIPAddresses/ps7525\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps5468\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/virtualNetworks/ps8410/subnets/ps6993\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9767\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps2028\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"1.1.1.1\"\r\n },\r\n {\r\n \"ipAddress\": \"2.2.2.2\"\r\n },\r\n {\r\n \"ipAddress\": \"3.3.3.3\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps8408\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps8408\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps159\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Disabled\",\r\n \"connectionDraining\": {\r\n \"enabled\": true,\r\n \"drainTimeoutInSec\": 42\r\n },\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps8996\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\"\r\n },\r\n \"authenticationCertificates\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/authenticationCertificates/ps7922\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9845\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps4893\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps9767\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4690\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendIPConfigurations/ps5468\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/frontendPorts/ps2028\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps3603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps3603\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps9845\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/requestRoutingRules/ps5308\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/httpListeners/ps4690\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendAddressPools/ps9931\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9209\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps9209\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps159\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n },\r\n {\r\n \"name\": \"ps8169\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/probes/ps8169\",\r\n \"etag\": \"W/\\\"008b78e1-fbf4-4d9a-a627-2b416d2539aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Https\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-399\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps5721/providers/Microsoft.Network/applicationGateways/ps1905/backendHttpSettingsCollection/ps8996\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n },\r\n {\r\n \"statusCode\": \"HttpStatus502\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/502.htm\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18318,13 +18516,13 @@ "10" ], "x-ms-request-id": [ - "d67d6fee-1b18-4168-9d3b-fbbd68bddedc" + "6198c0bd-c00c-4d11-bce8-d9531c18636f" ], "x-ms-correlation-request-id": [ - "4e429c32-9a87-41e2-9478-7791aae07ff6" + "8e4453f6-7f50-4360-bf40-1e1e76e923d8" ], "x-ms-arm-service-request-id": [ - "6401cd33-726b-4742-a098-74e28a0e198c" + "39c1e98d-cc5b-4ec4-a19a-24c89383db0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18334,16 +18532,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11882" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100940Z:4e429c32-9a87-41e2-9478-7791aae07ff6" + "WESTUS:20200413T025037Z:8e4453f6-7f50-4360-bf40-1e1e76e923d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:09:39 GMT" + "Mon, 13 Apr 2020 02:50:37 GMT" ], "Content-Length": [ "30" @@ -18359,8 +18557,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18368,7 +18566,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18382,13 +18580,13 @@ "10" ], "x-ms-request-id": [ - "026ee0fa-c8fe-47de-b9c6-56600c95138a" + "45ef9f7c-622e-45e5-a7fe-8df1671689e1" ], "x-ms-correlation-request-id": [ - "f5d07f39-09d1-46d2-9e05-6b76eeef3e76" + "e4283008-1a04-4fec-a79e-ff353c28411d" ], "x-ms-arm-service-request-id": [ - "90fd3859-5023-4dfb-bf34-1db7bfb82e62" + "7e92fbea-473a-40de-8c7b-f26b967b3047" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18398,16 +18596,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11881" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T100950Z:f5d07f39-09d1-46d2-9e05-6b76eeef3e76" + "WESTUS:20200413T025047Z:e4283008-1a04-4fec-a79e-ff353c28411d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:09:50 GMT" + "Mon, 13 Apr 2020 02:50:47 GMT" ], "Content-Length": [ "30" @@ -18423,8 +18621,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18432,7 +18630,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18446,13 +18644,13 @@ "10" ], "x-ms-request-id": [ - "0fb3ad3b-f250-4242-8051-1bb761e2926e" + "e0d1dfbc-d761-4f56-9ff8-fb2e6d2759cf" ], "x-ms-correlation-request-id": [ - "5aa0a145-23bb-44f6-92f6-1c51706298a3" + "4266ac17-5c53-47c7-b91f-a6bccd84ac4e" ], "x-ms-arm-service-request-id": [ - "36dcb8d5-a7fa-42d9-a725-b91e7e4c37a9" + "ba71d5e0-e518-492c-8e47-7ab26b791ce0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18462,16 +18660,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11880" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101000Z:5aa0a145-23bb-44f6-92f6-1c51706298a3" + "WESTUS:20200413T025057Z:4266ac17-5c53-47c7-b91f-a6bccd84ac4e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:00 GMT" + "Mon, 13 Apr 2020 02:50:57 GMT" ], "Content-Length": [ "30" @@ -18487,8 +18685,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18496,7 +18694,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18510,32 +18708,32 @@ "10" ], "x-ms-request-id": [ - "7d6170dd-81b3-44bc-9d5c-9f46a9ab89e6" + "7b838361-77a7-4fae-b213-b8eed695a5e0" ], "x-ms-correlation-request-id": [ - "95dc87d1-3833-47a9-9543-8b416c12ee73" + "9ac4f722-11ac-479e-8458-729b5c059855" ], "x-ms-arm-service-request-id": [ - "b4461b4c-078d-40f6-85af-03178c75f392" + "70429b11-bc61-478a-94a2-b93ac6c75b36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11879" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101010Z:95dc87d1-3833-47a9-9543-8b416c12ee73" + "WESTUS:20200413T025107Z:9ac4f722-11ac-479e-8458-729b5c059855" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:10 GMT" + "Mon, 13 Apr 2020 02:51:07 GMT" ], "Content-Length": [ "30" @@ -18551,8 +18749,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18560,7 +18758,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18574,13 +18772,13 @@ "10" ], "x-ms-request-id": [ - "868162e5-43ee-4feb-a59b-f87287e9197b" + "997bc624-cd47-42a6-9f64-89397f42374b" ], "x-ms-correlation-request-id": [ - "7616283a-77d1-4223-bf37-6136f77b228a" + "98c98020-e774-4179-a7a6-dc01a23b456a" ], "x-ms-arm-service-request-id": [ - "a2abe648-6f55-46ae-a7cf-301a5b60180b" + "c2e43ccc-20eb-4c04-9aa3-6be27b16a8f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18590,16 +18788,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11878" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101021Z:7616283a-77d1-4223-bf37-6136f77b228a" + "WESTUS:20200413T025117Z:98c98020-e774-4179-a7a6-dc01a23b456a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:21 GMT" + "Mon, 13 Apr 2020 02:51:17 GMT" ], "Content-Length": [ "30" @@ -18615,8 +18813,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18624,7 +18822,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18638,32 +18836,32 @@ "10" ], "x-ms-request-id": [ - "7964b6ba-6bf8-472c-9a5d-437dad29e485" + "43ca2b29-b425-4cb2-bd6e-4e5e37f6bfbe" ], "x-ms-correlation-request-id": [ - "84ce83a5-3121-48b8-86e6-d8850b174ec4" + "05a96af0-9104-42fb-8089-69b40b205c94" ], "x-ms-arm-service-request-id": [ - "c8938069-dcbc-4d5d-9421-9fa00fecc2a8" + "a86b892e-a1ad-4f99-a1ad-dba1cd47ec0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11877" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101031Z:84ce83a5-3121-48b8-86e6-d8850b174ec4" + "WESTUS:20200413T025127Z:05a96af0-9104-42fb-8089-69b40b205c94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:31 GMT" + "Mon, 13 Apr 2020 02:51:27 GMT" ], "Content-Length": [ "30" @@ -18679,8 +18877,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/df470b67-6aeb-4873-8878-b1041a0441a6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RmNDcwYjY3LTZhZWItNDg3My04ODc4LWIxMDQxYTA0NDFhNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18688,7 +18886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18698,14 +18896,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "01e6d0e3-b9f7-4afe-b51d-865e0e48394e" + "7e36e457-b3db-4125-bdf8-85e6d9769284" ], "x-ms-correlation-request-id": [ - "ddb77748-e82e-4446-bf1c-0cc5581b6d39" + "310a6052-bf37-48c5-aed5-859b426f585c" ], "x-ms-arm-service-request-id": [ - "5b437280-4516-4268-919d-51426d16cea9" + "5d0cabcf-73b9-4417-885e-5811c009fa4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18715,19 +18916,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11876" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101042Z:ddb77748-e82e-4446-bf1c-0cc5581b6d39" + "WESTUS:20200413T025138Z:310a6052-bf37-48c5-aed5-859b426f585c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:41 GMT" + "Mon, 13 Apr 2020 02:51:37 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18736,26 +18937,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a521a8e9-de71-42e2-a975-2c6e1194a996" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18765,14 +18960,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "2073e1b1-5091-4f93-81ab-02b3c7bc91d4" + "8062d910-665b-4537-8177-6d08ecab5592" ], "x-ms-correlation-request-id": [ - "e23f6c4b-2861-4585-b26b-bec140a83007" + "83e1ffa6-c87a-4784-b90d-d9530f1baa27" ], "x-ms-arm-service-request-id": [ - "b2039221-8724-4518-afcc-54618e156dd6" + "338e0844-f2ea-4580-9810-0321d2117cb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18782,19 +18980,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101043Z:e23f6c4b-2861-4585-b26b-bec140a83007" + "WESTUS:20200413T025148Z:83e1ffa6-c87a-4784-b90d-d9530f1baa27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:42 GMT" + "Mon, 13 Apr 2020 02:51:47 GMT" ], "Content-Length": [ - "19108" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -18803,26 +19001,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGateways?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "087043da-d73f-4ca3-9044-6882d23e3372" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18832,47 +19024,53 @@ "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "0a845042-9945-4d56-8222-a28014e0db74", - "2a62e683-dec2-45a4-96b5-a6de0bd04f9c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "a3f47676-7be4-44bf-946e-e4a17726a05c" + "c8930af3-1ad4-45bf-bc12-a7dd55bf1b35" ], "x-ms-correlation-request-id": [ - "a3f47676-7be4-44bf-946e-e4a17726a05c" + "cdb8ac35-a44d-4bba-bfcd-b9df2c89632f" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101044Z:a3f47676-7be4-44bf-946e-e4a17726a05c" + "x-ms-arm-service-request-id": [ + "cd0eeca7-c80e-4bca-8f87-4d11b7ecc302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T025158Z:cdb8ac35-a44d-4bba-bfcd-b9df2c89632f" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:10:43 GMT" + "Mon, 13 Apr 2020 02:51:57 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "63303" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ps2027\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0e4ab44d-788a-4a84-8380-836517da5052\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5152\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/gatewayIPConfigurations/ps5152\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9129\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/sslCertificates/ps9129\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [\r\n {\r\n \"name\": \"ps7280\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/authenticationCertificates/ps7280\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/authenticationCertificates\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6859\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/publicIPAddresses/ps6054\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps8739\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps8739\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": \"Static\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/virtualNetworks/ps679/subnets/ps3302\"\r\n }\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps4766\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps382\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps382\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 8080\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9376\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps7410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps7410\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"10.11.12.13\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6657\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7629\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendIPConfigurations/ps6859\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/frontendPorts/ps4766\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1268\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps3016\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/urlPathMaps/ps1268/pathRules/ps3016\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/requestRoutingRules/ps5484\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendAddressPools/ps9376\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/backendHttpSettingsCollection/ps6657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9039\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/probes/ps9039\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1737\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/redirectConfigurations/ps1737\",\r\n \"etag\": \"W/\\\"1cafb8d2-7d8b-4e43-b5ef-f9e857005174\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/httpListeners/ps7629\"\r\n },\r\n \"includePath\": true\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"disabledSslProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\"\r\n ]\r\n },\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ps4345\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78b86842-b6de-496b-b49c-b50935b4fc24\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8728\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/gatewayIPConfigurations/ps8728\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/virtualNetworks/ps2474/subnets/ps3312\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps8677\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps371\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps371\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9610\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/publicIPAddresses/ps3474\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5308\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps5746\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps1437\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps3835\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps6354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5308\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/sslCertificates/ps8677\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6279\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendIPConfigurations/ps9610\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/frontendPorts/ps5746\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1823\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps1823\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendAddressPools/ps1437\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps524\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6279\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2143\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/probes/ps2143\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/backendHttpSettingsCollection/ps3835\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps2504\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/redirectConfigurations/ps2504\",\r\n \"etag\": \"W/\\\"988f4859-9a39-4d6e-a64e-c3c670a6e54f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/httpListeners/ps6354\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps7418/providers/Microsoft.Network/applicationGateways/ps4345/requestRoutingRules/ps524\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps6484\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"02b2a147-0f42-4da1-b213-0f47e033dad3\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps4678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/gatewayIPConfigurations/ps4678\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/virtualNetworks/ps5631/subnets/ps3362\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps9828\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4126\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/trustedRootCertificates/ps4126\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2612\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/publicIPAddresses/ps5199\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9870\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8668\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2285\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps9762\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps9762\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps243\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9410\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps9410\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8219\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps9870\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1628\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps9879\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps9879\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendIPConfigurations/ps2612\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/frontendPorts/ps8668\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/sslCertificates/ps9828\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps1745\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps3025\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps9486\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps633\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7158\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps7158\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendAddressPools/ps2285\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/backendHttpSettingsCollection/ps243\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps1397\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/requestRoutingRules/ps1397\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps1628\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/probes/ps8449\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/rewriteRuleSets/ps6131\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps3168\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3922\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/redirectConfigurations/ps3922\",\r\n \"etag\": \"W/\\\"67f0fcab-376c-4a30-8d27-b7268fbc1b7f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/httpListeners/ps8219\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps1745/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps9486\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps764/providers/Microsoft.Network/applicationGateways/ps6484/urlPathMaps/ps3025/pathRules/ps633\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ps1601\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"522c1038-1f2a-4692-940f-f9bd72f99b67\",\r\n \"sku\": {\r\n \"name\": \"Standard_Medium\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps9613\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/gatewayIPConfigurations/ps9613\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/virtualNetworks/ps1783/subnets/ps973\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6445\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n },\r\n {\r\n \"name\": \"ps8407\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps8407\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQFb6JJ4MbSZNIiVHVLHfaMDANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzEyMDAyMDJaGA8yMDU5MTAzMTIwMTIwMlowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/R8CY6/EUAPB6stkTXEbO0fub1TCxeIqBJ+G5vkdCMDKjHfCfM0AaGr5i9nUsHKTUGxjicgpJA4cglF/ppe9mcYcc69/rg2vphpLbwFmN+gaaxuaMQoPsZ0u4VYfXT5qBkkGf8NqD7Y9V+8uhltr9ru8+akJoso/EMywneSh0qEjIClTy8xsMM0Qe8jMVIw9cuk4KzqAOJwtDH5htNHPmcrmwxE2UMfOcUk/EQa6CETXRc2rCZZnfgnEW1caV7qk5QlCXMN6axfbNZ+3q1mpizjEumRFjqEiE/yeEoPto5TVSM19VBDaHz4St9p4AUeuPvBkGmbwvZuhjgmzawTL5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQU4/rFzgoU0tEi+ooN/60y9O8bc2kwDQYJKoZIhvcNAQELBQADggEBAHAEretJFucNhOv+Jy5/eS06zoAjpu04AGj/rpZKoIODc7gjTZQlLYGKCRj1CncCeYRSC12PIrp+sM+jQ/05crVmCWgx+n7UWK0hfP+Umkgs53u9QIwv7TtGiqw+LRuelbqQvtT1sTDkrJalshCqWFNbqlhtnxUKPwWOjDpKHqEY6qNE5wgKGWWOV2i05NpCqpq26ywxWmJHBNnch1MBL6iAJ3qVd0Yi4V4Oq6XcUBQ2/Yl7IugspA6xe5ZOI7exYQQ7KJSPNfQNz9Doqsvcn8ZrQwcYfy/SX+ArtBTTgN/gPAhGUyMAq1uI/CqXH87SIAc252KuSPoKLxJFzQoPdZcxAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1449\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/publicIPAddresses/ps8989\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8671\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7272\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps7925\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps4563\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"probe\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps3776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps8671\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/sslCertificates/ps6445\"\r\n },\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8622\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendIPConfigurations/ps1449\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/frontendPorts/ps7272\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7543\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps7543\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendAddressPools/ps7925\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4894\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps8622\"\r\n },\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps2321\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/probes/ps2321\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"host\": \"probe.com\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": false,\r\n \"minServers\": 0,\r\n \"match\": {\r\n \"body\": \"helloworld\",\r\n \"statusCodes\": [\r\n \"200-300\",\r\n \"404\"\r\n ]\r\n },\r\n \"backendHttpSettings\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/backendHttpSettingsCollection/ps4563\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps8861\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/redirectConfigurations/ps8861\",\r\n \"etag\": \"W/\\\"d7dcb3b7-2906-4fbb-9978-f570ec5e1270\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/httpListeners/ps3776\"\r\n },\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps8055/providers/Microsoft.Network/applicationGateways/ps1601/requestRoutingRules/ps4894\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"sslPolicy\": {\r\n \"policyType\": \"Custom\",\r\n \"minProtocolVersion\": \"TLSv1_1\",\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\"\r\n ]\r\n },\r\n \"enableHttp2\": false,\r\n \"customErrorConfigurations\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18880,7 +19078,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18894,13 +19092,13 @@ "10" ], "x-ms-request-id": [ - "822d4c0a-466b-450e-8ffb-36c908531dce" + "c11a8571-a205-4453-800b-6dc431173ddc" ], "x-ms-correlation-request-id": [ - "51746f04-2382-44d4-9264-f661d43cdf91" + "25aa8d1d-b3ef-44bf-940f-84cee21d6ccd" ], "x-ms-arm-service-request-id": [ - "9031dd10-d50c-49e5-a0bc-db87cd404204" + "bfa23889-c78b-452e-b765-ec54745a18ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18910,16 +19108,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101102Z:51746f04-2382-44d4-9264-f661d43cdf91" + "WESTUS:20200413T025208Z:25aa8d1d-b3ef-44bf-940f-84cee21d6ccd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:01 GMT" + "Mon, 13 Apr 2020 02:52:08 GMT" ], "Content-Length": [ "30" @@ -18935,8 +19133,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -18944,7 +19142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -18958,13 +19156,13 @@ "10" ], "x-ms-request-id": [ - "6c08d364-155a-4ff0-bff7-2f4a0314d35d" + "47742485-5d2e-4d48-874a-8192895dff15" ], "x-ms-correlation-request-id": [ - "b7b21c3d-f83f-4cf1-87a1-ae1fdef3f470" + "b1a7f079-6d6c-4b1d-bf46-1274e682d40d" ], "x-ms-arm-service-request-id": [ - "d9566578-1883-4719-91f5-5dfd33adb8e1" + "2470416b-47f7-4b9d-8d1c-18aedcb90667" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18974,16 +19172,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101112Z:b7b21c3d-f83f-4cf1-87a1-ae1fdef3f470" + "WESTUS:20200413T025218Z:b1a7f079-6d6c-4b1d-bf46-1274e682d40d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:11 GMT" + "Mon, 13 Apr 2020 02:52:18 GMT" ], "Content-Length": [ "30" @@ -18999,8 +19197,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19008,7 +19206,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19022,13 +19220,13 @@ "10" ], "x-ms-request-id": [ - "2251ec68-9fd0-48c8-aaea-b0a8947e068e" + "343c9cf8-0ef8-42e4-8961-fc4e8c66aee1" ], "x-ms-correlation-request-id": [ - "4adf3173-6f3d-469b-932c-7077fd4073f7" + "4056ec85-21c9-4483-ab51-2143e81bcb98" ], "x-ms-arm-service-request-id": [ - "82856e5d-7239-4b31-a956-10aa9bff88cc" + "65096d32-2a81-49b3-95b1-d1e073b83f91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19038,16 +19236,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101122Z:4adf3173-6f3d-469b-932c-7077fd4073f7" + "WESTUS:20200413T025228Z:4056ec85-21c9-4483-ab51-2143e81bcb98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:22 GMT" + "Mon, 13 Apr 2020 02:52:28 GMT" ], "Content-Length": [ "30" @@ -19063,8 +19261,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19072,7 +19270,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19086,13 +19284,13 @@ "10" ], "x-ms-request-id": [ - "5bbea300-fa8a-4d8a-9596-f18241735103" + "859f61e8-6a2a-4034-ba05-0ea4612e9687" ], "x-ms-correlation-request-id": [ - "5ff49f73-4e39-43cc-9bf1-230365b3f034" + "bc139668-c1f7-409b-b2f0-43de701e7c18" ], "x-ms-arm-service-request-id": [ - "5608265e-9f84-496c-8608-1d1b5f2b90f7" + "734e324a-f345-470e-82b7-dfa63a98281d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19102,16 +19300,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101133Z:5ff49f73-4e39-43cc-9bf1-230365b3f034" + "WESTUS:20200413T025238Z:bc139668-c1f7-409b-b2f0-43de701e7c18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:32 GMT" + "Mon, 13 Apr 2020 02:52:38 GMT" ], "Content-Length": [ "30" @@ -19127,8 +19325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19136,7 +19334,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19150,13 +19348,13 @@ "10" ], "x-ms-request-id": [ - "6b34355f-b77a-420f-a9ef-3ab5c4930530" + "0194a884-76e1-46d4-ac73-a505748819fb" ], "x-ms-correlation-request-id": [ - "9bcb8d46-de98-4aaa-b69f-65acab5d4df1" + "98680a93-4389-4609-b3c9-fd51f89feba8" ], "x-ms-arm-service-request-id": [ - "f8c21215-7362-4601-b611-6f2167cf64b0" + "4d6dab28-0d22-4ccd-85d4-c1cee0b2cc5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19166,16 +19364,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101143Z:9bcb8d46-de98-4aaa-b69f-65acab5d4df1" + "WESTUS:20200413T025248Z:98680a93-4389-4609-b3c9-fd51f89feba8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:43 GMT" + "Mon, 13 Apr 2020 02:52:47 GMT" ], "Content-Length": [ "30" @@ -19191,8 +19389,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19200,7 +19398,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19214,32 +19412,32 @@ "10" ], "x-ms-request-id": [ - "9f72296a-0fac-4de3-9189-19064cb65838" + "cdd95a9b-70ef-4332-9ef0-4fc2a7a3dae2" ], "x-ms-correlation-request-id": [ - "89013e8e-c296-46bc-bd1c-3489f7d59802" + "729c9590-bed4-4c87-9554-828238db86ed" ], "x-ms-arm-service-request-id": [ - "6d5383e3-2fc1-4068-bc3d-8cc5da0fab28" + "93640f80-a186-45e6-a264-9456bc6c462d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101153Z:89013e8e-c296-46bc-bd1c-3489f7d59802" + "WESTUS:20200413T025258Z:729c9590-bed4-4c87-9554-828238db86ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:11:53 GMT" + "Mon, 13 Apr 2020 02:52:57 GMT" ], "Content-Length": [ "30" @@ -19255,8 +19453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19264,7 +19462,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19278,13 +19476,13 @@ "10" ], "x-ms-request-id": [ - "baa9134d-e4ab-4fd3-8a4a-e4ec644bb271" + "3f446040-8e15-4b06-af9e-c0ffb02635e4" ], "x-ms-correlation-request-id": [ - "26177b83-d037-4222-b7a6-b869b72c6d42" + "f599c9f3-a23f-499d-8bb2-90afe55a12ed" ], "x-ms-arm-service-request-id": [ - "5354ecb8-4aa5-4d88-923e-cd630c4dc45e" + "3a46ac1e-dc95-4b9d-896b-16f943d88377" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19294,16 +19492,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101203Z:26177b83-d037-4222-b7a6-b869b72c6d42" + "WESTUS:20200413T025308Z:f599c9f3-a23f-499d-8bb2-90afe55a12ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:03 GMT" + "Mon, 13 Apr 2020 02:53:07 GMT" ], "Content-Length": [ "30" @@ -19319,8 +19517,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19328,7 +19526,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19342,32 +19540,32 @@ "10" ], "x-ms-request-id": [ - "b0da9648-2579-4a9a-93bd-a31600c8dfe1" + "fd545aec-f0aa-40cf-83d2-816475716e06" ], "x-ms-correlation-request-id": [ - "848c59e2-17f7-4c24-accf-b72ab12fcb07" + "385ff142-998d-4e53-bab3-c3af5260347f" ], "x-ms-arm-service-request-id": [ - "950494d5-e414-4b32-98f6-f3b32eef20b0" + "0068b165-b7d8-4dd1-8f67-74354b86c840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101214Z:848c59e2-17f7-4c24-accf-b72ab12fcb07" + "WESTUS:20200413T025318Z:385ff142-998d-4e53-bab3-c3af5260347f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:13 GMT" + "Mon, 13 Apr 2020 02:53:17 GMT" ], "Content-Length": [ "30" @@ -19383,8 +19581,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19392,7 +19590,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19406,13 +19604,13 @@ "10" ], "x-ms-request-id": [ - "04584980-cbbd-41b3-a27f-09d797e50d41" + "20b0a04b-1e6e-4a7a-b87b-8be09c9bb548" ], "x-ms-correlation-request-id": [ - "c9b2713c-7d9f-4ed6-a4fd-f92d3372d788" + "9e189639-d307-469d-971c-6e6c330abe70" ], "x-ms-arm-service-request-id": [ - "38e093ee-64ca-47b9-9e23-22931a34006c" + "3a8a96bb-8c2c-47a8-9072-7a06a9e6157e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19422,16 +19620,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101224Z:c9b2713c-7d9f-4ed6-a4fd-f92d3372d788" + "WESTUS:20200413T025328Z:9e189639-d307-469d-971c-6e6c330abe70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:24 GMT" + "Mon, 13 Apr 2020 02:53:27 GMT" ], "Content-Length": [ "30" @@ -19447,8 +19645,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/49e28ef0-7ae7-480c-b8b7-554846886ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5ZTI4ZWYwLTdhZTctNDgwYy1iOGI3LTU1NDg0Njg4NmJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19456,7 +19654,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19466,17 +19664,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "7d00ea2b-2b6e-4b57-ade8-09e134b9aa6b" + "9e817944-92aa-4da7-8ba2-60a5448ebee8" ], "x-ms-correlation-request-id": [ - "7367822e-58d5-4cae-94e8-e0b98af77ad4" + "c6666f54-431a-487e-8859-2b5bb944f1a4" ], "x-ms-arm-service-request-id": [ - "9d39544b-ca50-49cc-8f3c-3703e6ea14aa" + "33b2cbc6-7a50-4027-8242-547c51e73f83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19486,19 +19681,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101234Z:7367822e-58d5-4cae-94e8-e0b98af77ad4" + "WESTUS:20200413T025338Z:c6666f54-431a-487e-8859-2b5bb944f1a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:34 GMT" + "Mon, 13 Apr 2020 02:53:38 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -19507,12 +19702,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19520,7 +19715,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19534,13 +19729,13 @@ "10" ], "x-ms-request-id": [ - "d362b4da-b16f-4818-97a3-e8f6eea70b32" + "1a28adbf-7651-47c0-b4b3-251f544f3fd1" ], "x-ms-correlation-request-id": [ - "01adb053-39d6-4fc2-a665-05036a20352c" + "db07a817-2f68-498a-a68f-1925e31b5713" ], "x-ms-arm-service-request-id": [ - "bfd55bdf-b49b-4de1-9ef5-e15f357e3b01" + "844a7441-764c-4d3a-a16d-e3fe0f8d6eea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19550,16 +19745,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101245Z:01adb053-39d6-4fc2-a665-05036a20352c" + "WESTUS:20200413T025350Z:db07a817-2f68-498a-a68f-1925e31b5713" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:44 GMT" + "Mon, 13 Apr 2020 02:53:49 GMT" ], "Content-Length": [ "30" @@ -19575,8 +19770,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19584,7 +19779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19598,13 +19793,13 @@ "10" ], "x-ms-request-id": [ - "1262843d-8a5d-4c6a-a53d-3a4eabfd1b2b" + "6194b620-ed60-4448-8f31-53554e03ab53" ], "x-ms-correlation-request-id": [ - "c2abd777-a444-4294-b63e-6d9be6ee4072" + "c45bec81-ece9-46cb-b910-466b3457baf8" ], "x-ms-arm-service-request-id": [ - "df32eefc-2d1e-4e79-9ede-ff1a77f6c76c" + "89606842-8923-467d-ad14-7d2c8c4fd37a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19614,16 +19809,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101255Z:c2abd777-a444-4294-b63e-6d9be6ee4072" + "WESTUS:20200413T025400Z:c45bec81-ece9-46cb-b910-466b3457baf8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:12:54 GMT" + "Mon, 13 Apr 2020 02:53:59 GMT" ], "Content-Length": [ "30" @@ -19639,8 +19834,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19648,7 +19843,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19662,13 +19857,13 @@ "10" ], "x-ms-request-id": [ - "1536672e-050a-4ea9-b74f-0bbd3c5d84ee" + "1f8d3046-e404-49f5-9744-1a528f7da7da" ], "x-ms-correlation-request-id": [ - "5ce9cd21-4dba-4b41-b377-633a09cf5139" + "5d101a1d-4b74-4b17-88d4-875cb5bf23bd" ], "x-ms-arm-service-request-id": [ - "20028e8e-7c80-4cba-95cd-65256fe6dae0" + "313f2b83-d2cd-44ad-8607-21a36c6e64da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19678,16 +19873,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101305Z:5ce9cd21-4dba-4b41-b377-633a09cf5139" + "WESTUS:20200413T025410Z:5d101a1d-4b74-4b17-88d4-875cb5bf23bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:05 GMT" + "Mon, 13 Apr 2020 02:54:09 GMT" ], "Content-Length": [ "30" @@ -19703,8 +19898,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19712,7 +19907,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19726,13 +19921,13 @@ "10" ], "x-ms-request-id": [ - "738a0d1a-bd47-42c2-a367-3c71d7d5742c" + "91d14b28-0346-4122-b248-7c523a384006" ], "x-ms-correlation-request-id": [ - "d33f1243-fc65-4ce0-a7d2-411797d0793c" + "d96c2809-11a6-4923-a76c-7c3b7717d31e" ], "x-ms-arm-service-request-id": [ - "10d685d2-73f5-434a-a4a2-b0364729d82b" + "0d2c587e-566a-469c-9be1-7e1fe91f6998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19742,16 +19937,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101315Z:d33f1243-fc65-4ce0-a7d2-411797d0793c" + "WESTUS:20200413T025420Z:d96c2809-11a6-4923-a76c-7c3b7717d31e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:15 GMT" + "Mon, 13 Apr 2020 02:54:20 GMT" ], "Content-Length": [ "30" @@ -19767,8 +19962,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19776,7 +19971,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19790,13 +19985,13 @@ "10" ], "x-ms-request-id": [ - "6840fe53-6e7d-473a-8d57-97c958011a4c" + "bc0c8fa1-afb8-4437-9a0c-e8234ab32ea6" ], "x-ms-correlation-request-id": [ - "1e79ce9c-8cfe-4141-830b-88a7031cfec6" + "92c7c687-0f5a-4b87-a3af-92713c7c4363" ], "x-ms-arm-service-request-id": [ - "cd5e16c2-f59e-499f-bbe0-9314d2ce1fe3" + "a228ca40-acf9-4b6d-ae0c-5c94303d0b28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19806,16 +20001,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101326Z:1e79ce9c-8cfe-4141-830b-88a7031cfec6" + "WESTUS:20200413T025430Z:92c7c687-0f5a-4b87-a3af-92713c7c4363" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:25 GMT" + "Mon, 13 Apr 2020 02:54:30 GMT" ], "Content-Length": [ "30" @@ -19831,8 +20026,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19840,7 +20035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19854,32 +20049,32 @@ "10" ], "x-ms-request-id": [ - "b48c6d83-9e10-463a-8c36-247dc58d8707" + "6580708b-2db1-4967-9bf1-94655b65140b" ], "x-ms-correlation-request-id": [ - "882827fc-ac43-48bf-b831-0ee0b09d5f7b" + "41e1c67d-e761-461b-9461-fad362be045f" ], "x-ms-arm-service-request-id": [ - "a033dfc5-8171-4e09-abf3-01e165e07e80" + "e758847d-7251-4790-a1a3-a27f8d7c06bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101336Z:882827fc-ac43-48bf-b831-0ee0b09d5f7b" + "WESTUS:20200413T025440Z:41e1c67d-e761-461b-9461-fad362be045f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:35 GMT" + "Mon, 13 Apr 2020 02:54:40 GMT" ], "Content-Length": [ "30" @@ -19895,8 +20090,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19904,7 +20099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19918,13 +20113,13 @@ "10" ], "x-ms-request-id": [ - "57e6e55d-c2fc-418e-832f-cf7d321d0cee" + "9b00e857-080f-4204-a837-87059c302683" ], "x-ms-correlation-request-id": [ - "63ae3893-fc42-4f20-b38b-ba209f0f2bc6" + "1015352b-87c9-40c9-92b9-84806f65a0fe" ], "x-ms-arm-service-request-id": [ - "17a50a7d-cc5c-4234-9286-6257ed8ff6b4" + "e25c197d-e369-47c4-949d-f5eca77f843a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19934,16 +20129,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101346Z:63ae3893-fc42-4f20-b38b-ba209f0f2bc6" + "WESTUS:20200413T025450Z:1015352b-87c9-40c9-92b9-84806f65a0fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:46 GMT" + "Mon, 13 Apr 2020 02:54:50 GMT" ], "Content-Length": [ "30" @@ -19959,8 +20154,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/86fe77a5-7b7d-44a5-9c23-91c478e37624?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg2ZmU3N2E1LTdiN2QtNDRhNS05YzIzLTkxYzQ3OGUzNzYyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -19968,7 +20163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -19978,14 +20173,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "f4799435-a643-4626-9317-4e643071c19f" + "3efe0183-103d-4767-a71f-d1b346ca06ae" ], "x-ms-correlation-request-id": [ - "4ba21836-1999-4285-b569-53b6332865d7" + "b1d9a3c0-ff47-4068-8d35-2ee7173ba7bd" ], "x-ms-arm-service-request-id": [ - "b2e3ab3f-e7eb-4e13-8fe3-5d38ca4bbc28" + "9eff291e-7d61-4da4-ada6-7636d0e47ed6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -19995,19 +20193,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101357Z:4ba21836-1999-4285-b569-53b6332865d7" + "WESTUS:20200413T025500Z:b1d9a3c0-ff47-4068-8d35-2ee7173ba7bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:13:56 GMT" + "Mon, 13 Apr 2020 02:55:00 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -20016,12 +20214,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20029,7 +20227,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20043,13 +20241,13 @@ "10" ], "x-ms-request-id": [ - "5fdad3de-b636-40eb-9b09-b422591d5335" + "d1fec378-c932-49c2-a381-a0a973833dc1" ], "x-ms-correlation-request-id": [ - "3d3bd332-d86e-4bef-bba5-69b2c680c49a" + "af6f62d7-94b0-418a-a0b2-ac7302293fec" ], "x-ms-arm-service-request-id": [ - "33dcfd51-c3fa-47f5-aae7-042de6a82fcc" + "3f3f1f1c-87bc-4d65-ac56-b548fa05c6a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20059,16 +20257,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101413Z:3d3bd332-d86e-4bef-bba5-69b2c680c49a" + "WESTUS:20200413T025510Z:af6f62d7-94b0-418a-a0b2-ac7302293fec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:12 GMT" + "Mon, 13 Apr 2020 02:55:10 GMT" ], "Content-Length": [ "30" @@ -20084,8 +20282,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20093,7 +20291,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20107,13 +20305,13 @@ "10" ], "x-ms-request-id": [ - "f7b66ebe-f38a-44ba-9469-9d2388890a3d" + "ed4ddcc6-5983-4429-8717-2dfa973eb1b1" ], "x-ms-correlation-request-id": [ - "3862ca0f-b587-45d7-aa6c-fa85dd96b385" + "70284da2-0ea5-4553-b495-6e47afe950d3" ], "x-ms-arm-service-request-id": [ - "7ef5fbe5-9fac-4df7-bdea-7402eabbc6d7" + "e6b6da3c-3ae3-4557-bf04-2d253a3da980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20123,16 +20321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101424Z:3862ca0f-b587-45d7-aa6c-fa85dd96b385" + "WESTUS:20200413T025520Z:70284da2-0ea5-4553-b495-6e47afe950d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:23 GMT" + "Mon, 13 Apr 2020 02:55:20 GMT" ], "Content-Length": [ "30" @@ -20148,8 +20346,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20157,7 +20355,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20171,13 +20369,13 @@ "10" ], "x-ms-request-id": [ - "2ecdaee2-85c0-423e-b9f1-a51ab23d46e3" + "cade0a72-9120-452f-b2a1-56847c12119e" ], "x-ms-correlation-request-id": [ - "65091ba0-479d-488e-bc16-3b8716767a02" + "a5907eab-35cf-4465-ab67-da42fbecc3fa" ], "x-ms-arm-service-request-id": [ - "d3d94089-7102-426e-9cc9-bd5ee800560f" + "cc5a620e-4fa4-4f07-a450-9194286e61c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20187,16 +20385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101434Z:65091ba0-479d-488e-bc16-3b8716767a02" + "WESTUS:20200413T025530Z:a5907eab-35cf-4465-ab67-da42fbecc3fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:34 GMT" + "Mon, 13 Apr 2020 02:55:30 GMT" ], "Content-Length": [ "30" @@ -20212,8 +20410,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20221,7 +20419,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20235,32 +20433,32 @@ "10" ], "x-ms-request-id": [ - "00b2ac15-4a8a-43e7-9c6e-4aeb12806a75" + "d5bbb665-90b3-4ad1-bd12-f8a4e624f407" ], "x-ms-correlation-request-id": [ - "1851862b-33eb-40a7-bcb2-2d8eb749c25a" + "46c31c23-e93c-42e2-8f1a-d33ea616c7ef" ], "x-ms-arm-service-request-id": [ - "b21f1276-ab36-46f8-b150-3265fab0a5fd" + "8a98934b-9209-43b0-afd6-c94c06373a5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101444Z:1851862b-33eb-40a7-bcb2-2d8eb749c25a" + "WESTUS:20200413T025540Z:46c31c23-e93c-42e2-8f1a-d33ea616c7ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:44 GMT" + "Mon, 13 Apr 2020 02:55:40 GMT" ], "Content-Length": [ "30" @@ -20276,8 +20474,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20285,7 +20483,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20299,13 +20497,13 @@ "10" ], "x-ms-request-id": [ - "47796f01-4cb0-47e3-a54f-58f1168f299e" + "c6c08b0a-09fb-4b1f-bde9-9f7d3a1f9e50" ], "x-ms-correlation-request-id": [ - "175bdfb1-8c7e-4b5d-b972-66e8cff7c0c5" + "ede8b95d-ca2b-4fad-a944-876f9410a21a" ], "x-ms-arm-service-request-id": [ - "250d8913-a02d-48e8-b597-8f17c1dd4bb2" + "f4feef60-91dd-44b6-8db2-0a671dba8931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20315,16 +20513,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101454Z:175bdfb1-8c7e-4b5d-b972-66e8cff7c0c5" + "WESTUS:20200413T025551Z:ede8b95d-ca2b-4fad-a944-876f9410a21a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:14:54 GMT" + "Mon, 13 Apr 2020 02:55:50 GMT" ], "Content-Length": [ "30" @@ -20340,8 +20538,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20349,7 +20547,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20363,13 +20561,13 @@ "10" ], "x-ms-request-id": [ - "45488e94-8091-41f1-a4ca-e3fd2897a4a2" + "985dc310-3e14-40b8-b29a-a03c8d0af76a" ], "x-ms-correlation-request-id": [ - "21f88529-5731-48e5-a4d7-55ae16d61707" + "4031f10b-aef5-48f4-91a4-c276e79f5283" ], "x-ms-arm-service-request-id": [ - "d69a953b-70c6-48e6-baae-1b40209c308c" + "a23dc03c-7cb5-464b-8ba5-0d01d3826fb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20379,16 +20577,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101505Z:21f88529-5731-48e5-a4d7-55ae16d61707" + "WESTUS:20200413T025601Z:4031f10b-aef5-48f4-91a4-c276e79f5283" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:04 GMT" + "Mon, 13 Apr 2020 02:56:01 GMT" ], "Content-Length": [ "30" @@ -20404,8 +20602,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20413,7 +20611,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20427,13 +20625,13 @@ "10" ], "x-ms-request-id": [ - "a506f517-faf9-4e7d-8ff6-4a27f0a12cd0" + "e1d70329-4049-4bc1-b23a-5f7e74b532bc" ], "x-ms-correlation-request-id": [ - "76db924d-58b8-4aaf-a0fe-f94679258573" + "9f3b9514-4d91-48fe-a997-1b31663f1752" ], "x-ms-arm-service-request-id": [ - "791c4503-d450-44b5-abc0-a03b56e8969c" + "78f99d6f-6733-4c73-97e3-66fb2fbdc767" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20443,16 +20641,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101515Z:76db924d-58b8-4aaf-a0fe-f94679258573" + "WESTUS:20200413T025611Z:9f3b9514-4d91-48fe-a997-1b31663f1752" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:14 GMT" + "Mon, 13 Apr 2020 02:56:11 GMT" ], "Content-Length": [ "30" @@ -20468,8 +20666,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20477,7 +20675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20491,32 +20689,32 @@ "10" ], "x-ms-request-id": [ - "33f8c78d-35f8-43f1-9de1-3c7c7b310ecc" + "2c8e3a70-0390-4295-b2dd-201715bff7df" ], "x-ms-correlation-request-id": [ - "c09cfa5a-0572-41ac-98d9-b12bd34155e9" + "d703d920-ee8b-4872-888b-1c3d3165f4c2" ], "x-ms-arm-service-request-id": [ - "1fbd8611-92f1-4ae3-9902-ae107a604933" + "a3898b38-96db-4ad3-b817-f2be9855ee1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101525Z:c09cfa5a-0572-41ac-98d9-b12bd34155e9" + "WESTUS:20200413T025621Z:d703d920-ee8b-4872-888b-1c3d3165f4c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:24 GMT" + "Mon, 13 Apr 2020 02:56:21 GMT" ], "Content-Length": [ "30" @@ -20532,8 +20730,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20541,7 +20739,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20555,13 +20753,13 @@ "10" ], "x-ms-request-id": [ - "1195c2eb-af48-4893-b40b-94e9c423edf0" + "d108213c-2c17-4d49-b0a2-2ad3a494d8f0" ], "x-ms-correlation-request-id": [ - "778872c1-4769-4a8a-89ee-6ec60c8cf5e0" + "3f5dadac-f5d5-4d54-93e3-5926169f27bf" ], "x-ms-arm-service-request-id": [ - "6a01e4c7-e059-4346-aae6-d55ba678fff1" + "44d26166-10a7-42ba-b77f-4a25ceaede40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20571,16 +20769,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101536Z:778872c1-4769-4a8a-89ee-6ec60c8cf5e0" + "WESTUS:20200413T025631Z:3f5dadac-f5d5-4d54-93e3-5926169f27bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:35 GMT" + "Mon, 13 Apr 2020 02:56:30 GMT" ], "Content-Length": [ "30" @@ -20596,8 +20794,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20605,7 +20803,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20619,13 +20817,13 @@ "10" ], "x-ms-request-id": [ - "882e8964-e91a-4a80-b1d2-f2dd2a95fc80" + "a3630cc8-3ab2-4efe-9fb2-37504235ef88" ], "x-ms-correlation-request-id": [ - "b60fb324-b425-4f0c-8681-61a5079e7e01" + "089fbe35-e3eb-4b82-893d-9d2f20948e09" ], "x-ms-arm-service-request-id": [ - "ce2aaec8-9766-4b0c-b74e-f58d2ae1c80a" + "9770c7ff-fd47-44c7-98d3-3470c66412f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20635,16 +20833,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101546Z:b60fb324-b425-4f0c-8681-61a5079e7e01" + "WESTUS:20200413T025641Z:089fbe35-e3eb-4b82-893d-9d2f20948e09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:45 GMT" + "Mon, 13 Apr 2020 02:56:40 GMT" ], "Content-Length": [ "30" @@ -20660,8 +20858,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20669,7 +20867,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20683,13 +20881,13 @@ "10" ], "x-ms-request-id": [ - "c6b16605-df51-451b-8811-da86f8de719a" + "e346259c-ec52-4e64-9c68-edc8d84b479f" ], "x-ms-correlation-request-id": [ - "64de1e7c-62c4-4d2c-840f-5838b6929937" + "0d0641b1-0e8a-4bb3-b6c7-462429fe049f" ], "x-ms-arm-service-request-id": [ - "902090c5-961f-498f-88af-a720d5361471" + "7e79c54a-986b-407b-94bd-c1d32fb0e8fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20699,16 +20897,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101556Z:64de1e7c-62c4-4d2c-840f-5838b6929937" + "WESTUS:20200413T025651Z:0d0641b1-0e8a-4bb3-b6c7-462429fe049f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:15:55 GMT" + "Mon, 13 Apr 2020 02:56:51 GMT" ], "Content-Length": [ "30" @@ -20724,8 +20922,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20733,7 +20931,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20747,13 +20945,13 @@ "10" ], "x-ms-request-id": [ - "2877a6da-c035-4ba5-9ecd-56dc986e7642" + "0ce2e12a-9f1a-4ab2-8d4b-97688efa9699" ], "x-ms-correlation-request-id": [ - "ecbad7ac-99f8-48bd-a414-3fc9afda9b56" + "5db97753-ed51-40dc-a0ef-5b2e52190046" ], "x-ms-arm-service-request-id": [ - "8412639c-2f83-4682-9879-3942f9fe2732" + "dd1dd17a-fcbd-49a4-93b7-615a102704d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20763,16 +20961,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101606Z:ecbad7ac-99f8-48bd-a414-3fc9afda9b56" + "WESTUS:20200413T025701Z:5db97753-ed51-40dc-a0ef-5b2e52190046" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:06 GMT" + "Mon, 13 Apr 2020 02:57:01 GMT" ], "Content-Length": [ "30" @@ -20788,8 +20986,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20797,7 +20995,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20811,13 +21009,13 @@ "10" ], "x-ms-request-id": [ - "bfae40e1-4368-49d1-9916-85db9cc0394b" + "6a400705-7656-4f9c-a80e-91101a050481" ], "x-ms-correlation-request-id": [ - "81c5e6b0-3fd9-4d82-8638-a7da4dbbd476" + "987aa91e-4a67-43ae-b15a-4045aaeea19a" ], "x-ms-arm-service-request-id": [ - "8cc98745-159c-464d-8802-0f06397a5b0e" + "969444b8-6e11-4b43-aa05-786a7a2b1e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20827,16 +21025,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101617Z:81c5e6b0-3fd9-4d82-8638-a7da4dbbd476" + "WESTUS:20200413T025711Z:987aa91e-4a67-43ae-b15a-4045aaeea19a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:16 GMT" + "Mon, 13 Apr 2020 02:57:10 GMT" ], "Content-Length": [ "30" @@ -20852,8 +21050,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20861,7 +21059,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20875,13 +21073,13 @@ "10" ], "x-ms-request-id": [ - "ab4f754c-8fef-4fb4-8694-6e7dfe8636b3" + "d3ba48de-7ae4-486b-b9d7-81a26ecf4c45" ], "x-ms-correlation-request-id": [ - "17dbcfc5-1a4e-420f-a9b3-fd274b45d8ac" + "a693c04b-7cc5-497e-ac0f-6195489946ad" ], "x-ms-arm-service-request-id": [ - "40629ba9-8750-498b-ab3d-f2298c0bb809" + "ac6478a6-d078-4596-b2aa-d050828541ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20891,16 +21089,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101627Z:17dbcfc5-1a4e-420f-a9b3-fd274b45d8ac" + "WESTUS:20200413T025721Z:a693c04b-7cc5-497e-ac0f-6195489946ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:27 GMT" + "Mon, 13 Apr 2020 02:57:20 GMT" ], "Content-Length": [ "30" @@ -20916,8 +21114,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20925,7 +21123,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -20939,13 +21137,13 @@ "10" ], "x-ms-request-id": [ - "b39fb7bb-41f9-4605-8751-0fae3f474ab8" + "23dd6ef2-e713-447c-b0db-bb8983f5abdb" ], "x-ms-correlation-request-id": [ - "061dd341-ac9c-4e0c-9122-c9953079b0c4" + "1438bb8c-247c-4df8-9e08-aaa5a4c398b9" ], "x-ms-arm-service-request-id": [ - "7c8b3b45-825a-4915-8fe9-24040eecb98c" + "d894fbf8-8f3f-4f6b-8b2c-6fe382376805" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -20955,16 +21153,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101637Z:061dd341-ac9c-4e0c-9122-c9953079b0c4" + "WESTUS:20200413T025731Z:1438bb8c-247c-4df8-9e08-aaa5a4c398b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:37 GMT" + "Mon, 13 Apr 2020 02:57:30 GMT" ], "Content-Length": [ "30" @@ -20980,8 +21178,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -20989,7 +21187,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21003,32 +21201,32 @@ "10" ], "x-ms-request-id": [ - "41fb1c86-ac0c-4bd6-be88-071090a35f6c" + "5a136b3a-fa42-4fe9-9213-41f04ffea541" ], "x-ms-correlation-request-id": [ - "fe32307b-7f8f-465f-aabe-ded1635b41f9" + "4d3a0263-a18c-4c6e-9f43-3b2b276cecbc" ], "x-ms-arm-service-request-id": [ - "b517681a-a62f-49a1-a845-60749bfac3af" + "a18ee58e-2a0c-40fe-8c40-d3f4e0e7b384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101647Z:fe32307b-7f8f-465f-aabe-ded1635b41f9" + "WESTUS:20200413T025741Z:4d3a0263-a18c-4c6e-9f43-3b2b276cecbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:47 GMT" + "Mon, 13 Apr 2020 02:57:40 GMT" ], "Content-Length": [ "30" @@ -21044,8 +21242,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21053,7 +21251,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21067,13 +21265,13 @@ "10" ], "x-ms-request-id": [ - "ab191660-dcc0-4532-836c-6aa9eb4454bd" + "2fd41c74-8b4d-4241-af9a-11de413f7179" ], "x-ms-correlation-request-id": [ - "3fe31332-cae5-4fd6-a38b-a184d0647597" + "90aab60e-3f12-42ac-82a4-f55b5c35ea73" ], "x-ms-arm-service-request-id": [ - "c5bcc53c-e935-4a4c-92b6-c2ebf48bffed" + "20e03f26-e037-4e66-b281-929f30d19270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21083,16 +21281,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101658Z:3fe31332-cae5-4fd6-a38b-a184d0647597" + "WESTUS:20200413T025751Z:90aab60e-3f12-42ac-82a4-f55b5c35ea73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:16:58 GMT" + "Mon, 13 Apr 2020 02:57:50 GMT" ], "Content-Length": [ "30" @@ -21108,8 +21306,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21117,7 +21315,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21131,13 +21329,13 @@ "10" ], "x-ms-request-id": [ - "b0677662-ebfa-4b8f-8cf2-8dde22f22266" + "28728630-918b-4fd9-988a-19f1834b46b2" ], "x-ms-correlation-request-id": [ - "a36ec823-c0f9-4fbd-ac0d-2a75d7a67143" + "3ee48d2f-d45d-44b3-a455-0b2b1938006e" ], "x-ms-arm-service-request-id": [ - "a472ed90-6de9-4a63-b400-fe2df762b150" + "5901aee9-0a61-4b5d-b10f-5a3538e099f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21147,16 +21345,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101708Z:a36ec823-c0f9-4fbd-ac0d-2a75d7a67143" + "WESTUS:20200413T025801Z:3ee48d2f-d45d-44b3-a455-0b2b1938006e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:08 GMT" + "Mon, 13 Apr 2020 02:58:00 GMT" ], "Content-Length": [ "30" @@ -21172,8 +21370,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21181,7 +21379,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21195,13 +21393,13 @@ "10" ], "x-ms-request-id": [ - "cf3e279b-2c3e-4d99-b7ba-1f87dec178cf" + "2cee9272-62ec-465f-9dff-9d50079b0e43" ], "x-ms-correlation-request-id": [ - "738d2667-d033-49e5-bb83-c1c25bfd5e30" + "090e79c5-4856-467b-89a4-d655af3622a9" ], "x-ms-arm-service-request-id": [ - "843c70e0-7699-488d-a622-85b83195796c" + "735e51ee-d79e-4cc8-a843-167c3f0056a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21211,16 +21409,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101718Z:738d2667-d033-49e5-bb83-c1c25bfd5e30" + "WESTUS:20200413T025811Z:090e79c5-4856-467b-89a4-d655af3622a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:18 GMT" + "Mon, 13 Apr 2020 02:58:11 GMT" ], "Content-Length": [ "30" @@ -21236,8 +21434,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21245,7 +21443,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21259,13 +21457,13 @@ "10" ], "x-ms-request-id": [ - "b9aae97d-9bc5-484a-9b32-04d81f337e0b" + "93c2fe2a-6c1b-4a87-ae7b-0125a0aa0701" ], "x-ms-correlation-request-id": [ - "9be2e629-90cb-45a9-a8e5-0585cf044b64" + "9dd58e81-975b-46c1-a0d1-72899fe538a1" ], "x-ms-arm-service-request-id": [ - "60778b63-600c-43b8-a1d3-14dedbfd78be" + "880e988d-a55c-4d43-9a63-0d7e99a6f105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21275,16 +21473,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101729Z:9be2e629-90cb-45a9-a8e5-0585cf044b64" + "WESTUS:20200413T025821Z:9dd58e81-975b-46c1-a0d1-72899fe538a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:28 GMT" + "Mon, 13 Apr 2020 02:58:21 GMT" ], "Content-Length": [ "30" @@ -21300,8 +21498,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21309,7 +21507,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21323,13 +21521,13 @@ "10" ], "x-ms-request-id": [ - "c333756b-24ca-4348-bee9-253ac2f937b5" + "d3355af3-32fe-4236-8fbf-7eb7e639b23b" ], "x-ms-correlation-request-id": [ - "f2ea2db4-7754-4dc7-a9aa-93a6cb4a7b31" + "fb26fe1b-4587-4c75-81ed-998abb68b5d8" ], "x-ms-arm-service-request-id": [ - "c44c1588-2b92-4def-8012-25d1a3a51faa" + "a2794ab4-7002-4c5d-af61-d3f1a066c4ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21339,16 +21537,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101739Z:f2ea2db4-7754-4dc7-a9aa-93a6cb4a7b31" + "WESTUS:20200413T025832Z:fb26fe1b-4587-4c75-81ed-998abb68b5d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:38 GMT" + "Mon, 13 Apr 2020 02:58:31 GMT" ], "Content-Length": [ "30" @@ -21364,8 +21562,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21373,7 +21571,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21387,13 +21585,13 @@ "10" ], "x-ms-request-id": [ - "e12cfc00-59fe-420d-a18f-49bf8a787fef" + "70b9bec7-c38a-489d-90ff-de285c2be11e" ], "x-ms-correlation-request-id": [ - "9174d317-ad82-43ed-a80e-6a2d95af1c98" + "06ba5536-8af4-4818-802d-0732165ed844" ], "x-ms-arm-service-request-id": [ - "8dbfa67b-1c5a-4e81-ae59-a5cd11a794e4" + "15bf46ab-662c-41a3-ad67-dd59e21e4d39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21403,16 +21601,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101749Z:9174d317-ad82-43ed-a80e-6a2d95af1c98" + "WESTUS:20200413T025842Z:06ba5536-8af4-4818-802d-0732165ed844" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:48 GMT" + "Mon, 13 Apr 2020 02:58:41 GMT" ], "Content-Length": [ "30" @@ -21428,8 +21626,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21437,7 +21635,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21451,32 +21649,32 @@ "10" ], "x-ms-request-id": [ - "c3887e36-14e2-4860-b408-1751d91c207f" + "aa9a103e-9c0c-4a9b-8968-9d041265ce64" ], "x-ms-correlation-request-id": [ - "04b55aa9-e636-48b8-ba3f-5d897e66b953" + "08776b08-4ddc-4c37-bf3e-0fda81fb7a1a" ], "x-ms-arm-service-request-id": [ - "f8a8da68-9d0e-40f1-b317-1e2c6f30e091" + "ff5e122f-005f-42cb-a1d8-73cfc4cc8369" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101759Z:04b55aa9-e636-48b8-ba3f-5d897e66b953" + "WESTUS:20200413T025852Z:08776b08-4ddc-4c37-bf3e-0fda81fb7a1a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:17:58 GMT" + "Mon, 13 Apr 2020 02:58:51 GMT" ], "Content-Length": [ "30" @@ -21492,8 +21690,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21501,7 +21699,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21515,32 +21713,32 @@ "10" ], "x-ms-request-id": [ - "6e65dd28-0f82-4f93-b8b7-6c8a8228f16a" + "755dbec6-d390-4abe-ab6d-39d82efc2f76" ], "x-ms-correlation-request-id": [ - "6db8c36d-e706-4a60-8126-5dc7b731b714" + "98d1017f-add1-49f2-9321-9bc9517f3547" ], "x-ms-arm-service-request-id": [ - "878fea7b-0d49-4499-b616-9c6515403de0" + "fe21ad27-087f-418e-af1e-3134e0b35850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101810Z:6db8c36d-e706-4a60-8126-5dc7b731b714" + "WESTUS:20200413T025902Z:98d1017f-add1-49f2-9321-9bc9517f3547" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:18:09 GMT" + "Mon, 13 Apr 2020 02:59:01 GMT" ], "Content-Length": [ "30" @@ -21556,8 +21754,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21565,7 +21763,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21579,13 +21777,13 @@ "10" ], "x-ms-request-id": [ - "bbbeb213-d684-45ce-aa4d-558ab5a678c7" + "0d225711-8e57-49d0-a3d5-089fa49116d8" ], "x-ms-correlation-request-id": [ - "55e52f0b-5a4f-4b91-8d95-b89799286d7a" + "4c9d5b98-566b-4f5d-a9a5-5cc1d3686591" ], "x-ms-arm-service-request-id": [ - "5c893a6c-4d6f-4bd1-a570-f4385a059541" + "b4dcfd0a-99a8-475f-b581-0ccfad1be13f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21595,16 +21793,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101820Z:55e52f0b-5a4f-4b91-8d95-b89799286d7a" + "WESTUS:20200413T025912Z:4c9d5b98-566b-4f5d-a9a5-5cc1d3686591" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:18:20 GMT" + "Mon, 13 Apr 2020 02:59:11 GMT" ], "Content-Length": [ "30" @@ -21620,8 +21818,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21629,7 +21827,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21643,13 +21841,13 @@ "10" ], "x-ms-request-id": [ - "6624842c-32e8-49a3-9fa5-90fec6e0a1e8" + "31427f12-c865-4799-9ffb-30bcc7069ac7" ], "x-ms-correlation-request-id": [ - "e87093d6-4f31-4a66-92dd-9da6848ce33f" + "4125ab56-e024-46ce-8cda-5dbc3e29733f" ], "x-ms-arm-service-request-id": [ - "0050d916-b209-4414-8c3f-20313f856112" + "0e9a0e46-dc39-4553-ba01-ff9492bdf849" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21659,16 +21857,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101830Z:e87093d6-4f31-4a66-92dd-9da6848ce33f" + "WESTUS:20200413T025922Z:4125ab56-e024-46ce-8cda-5dbc3e29733f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:18:30 GMT" + "Mon, 13 Apr 2020 02:59:21 GMT" ], "Content-Length": [ "30" @@ -21684,8 +21882,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21693,7 +21891,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21707,13 +21905,13 @@ "10" ], "x-ms-request-id": [ - "2a23a919-ae5a-4322-81c8-2cf99a41554f" + "9d799c7e-a7ff-42ab-8f41-3ffe44388e2a" ], "x-ms-correlation-request-id": [ - "0cfbca11-3ec7-4b67-a61e-51f9080631b4" + "b8507b1a-abd0-4397-bb6b-45da147d5140" ], "x-ms-arm-service-request-id": [ - "0fc7d15e-6de3-4ce0-82a9-0778767d621b" + "91e44d55-4864-4adc-b648-d760486a0102" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21723,16 +21921,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101841Z:0cfbca11-3ec7-4b67-a61e-51f9080631b4" + "WESTUS:20200413T025932Z:b8507b1a-abd0-4397-bb6b-45da147d5140" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:18:40 GMT" + "Mon, 13 Apr 2020 02:59:31 GMT" ], "Content-Length": [ "30" @@ -21748,8 +21946,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21757,7 +21955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21771,13 +21969,13 @@ "10" ], "x-ms-request-id": [ - "75e4ac56-0f9d-4767-b854-ce338f11106e" + "3fd02a17-dc5d-46d5-ae45-89c11f73b374" ], "x-ms-correlation-request-id": [ - "76352636-35c2-478c-a87d-e94609e73d55" + "c5f4f17f-02e7-4537-862d-6fed9a7d1b6e" ], "x-ms-arm-service-request-id": [ - "a61e18da-5669-4f4e-a0cb-61861816c5a4" + "f90f69b9-5f62-41b5-a337-c1b0189ed86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21787,16 +21985,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101851Z:76352636-35c2-478c-a87d-e94609e73d55" + "WESTUS:20200413T025942Z:c5f4f17f-02e7-4537-862d-6fed9a7d1b6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:18:51 GMT" + "Mon, 13 Apr 2020 02:59:41 GMT" ], "Content-Length": [ "30" @@ -21812,8 +22010,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21821,7 +22019,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21835,13 +22033,13 @@ "10" ], "x-ms-request-id": [ - "ab122590-e09a-43d0-926f-73e2ea82b7b8" + "494f98fb-d4ef-4b90-857a-f7c1a6cf7c69" ], "x-ms-correlation-request-id": [ - "a6117b21-f6ad-4f2e-ae85-c3b55f4ec7f1" + "e5084087-3e07-4596-aa16-a4f93d02e7c7" ], "x-ms-arm-service-request-id": [ - "5cfaecb7-ff54-45f2-8cac-3adde8d3fed9" + "070eb5d2-ddda-4697-aee0-b27be2ab9c32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21851,16 +22049,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101901Z:a6117b21-f6ad-4f2e-ae85-c3b55f4ec7f1" + "WESTUS:20200413T025952Z:e5084087-3e07-4596-aa16-a4f93d02e7c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:01 GMT" + "Mon, 13 Apr 2020 02:59:51 GMT" ], "Content-Length": [ "30" @@ -21876,8 +22074,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21885,7 +22083,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21899,32 +22097,32 @@ "10" ], "x-ms-request-id": [ - "67605c96-eb9e-4b25-a229-becca115c72b" + "b15ddfff-b00a-4adc-9880-6d8c7ec2aadf" ], "x-ms-correlation-request-id": [ - "a66f4c60-9a57-42ab-b467-7b6db642899d" + "1422a0d5-42bb-4087-90c4-12ba9f47bdc0" ], "x-ms-arm-service-request-id": [ - "8190582f-8b7d-4df4-933f-a8f779e50bc9" + "f7ecc0cb-7e92-48bc-a902-e7333de11fc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101911Z:a66f4c60-9a57-42ab-b467-7b6db642899d" + "WESTUS:20200413T030002Z:1422a0d5-42bb-4087-90c4-12ba9f47bdc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:11 GMT" + "Mon, 13 Apr 2020 03:00:02 GMT" ], "Content-Length": [ "30" @@ -21940,8 +22138,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -21949,7 +22147,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -21963,13 +22161,13 @@ "10" ], "x-ms-request-id": [ - "ff9eb5a9-50b7-4bbf-81b0-4e612f2e9a0f" + "4f5cc589-8e6d-4f5b-b3ce-7c5f4bb3a260" ], "x-ms-correlation-request-id": [ - "6ac2d0ad-89ba-4162-9e99-fd065ab872b9" + "a279d2e6-6f0c-4429-826c-94b75200a376" ], "x-ms-arm-service-request-id": [ - "e8de6e31-db92-40d8-9ccf-899844b773ce" + "3e6a9a80-f436-4e7a-ba0f-5a463c2e4251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -21979,16 +22177,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101922Z:6ac2d0ad-89ba-4162-9e99-fd065ab872b9" + "WESTUS:20200413T030012Z:a279d2e6-6f0c-4429-826c-94b75200a376" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:21 GMT" + "Mon, 13 Apr 2020 03:00:12 GMT" ], "Content-Length": [ "30" @@ -22004,8 +22202,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22013,7 +22211,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22027,32 +22225,32 @@ "10" ], "x-ms-request-id": [ - "46492aef-fd8c-43df-807e-189ced27c38c" + "6d6c0fc4-f302-4a7a-9ef0-8baf490322c4" ], "x-ms-correlation-request-id": [ - "2c4a8fc0-eaee-4909-8364-cea65cd5e941" + "af615024-a45b-4043-80bf-ce667f227330" ], "x-ms-arm-service-request-id": [ - "abfa67df-7a3e-4d71-ba22-dc2485ce222c" + "e17a0e0a-aca4-4f37-8651-43089f0cbf00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101932Z:2c4a8fc0-eaee-4909-8364-cea65cd5e941" + "WESTUS:20200413T030023Z:af615024-a45b-4043-80bf-ce667f227330" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:31 GMT" + "Mon, 13 Apr 2020 03:00:22 GMT" ], "Content-Length": [ "30" @@ -22068,8 +22266,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22077,7 +22275,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22091,13 +22289,13 @@ "10" ], "x-ms-request-id": [ - "614e40a7-8aca-4ffb-8dfb-1db68f7ced6e" + "27588d18-cc13-463a-8738-b3d74291197b" ], "x-ms-correlation-request-id": [ - "4c64da05-1dd8-42f8-b3b3-ce9eed1c3adb" + "2176ae2b-f4c4-4bc3-a564-02cf53eb4194" ], "x-ms-arm-service-request-id": [ - "f7570f32-2d70-4375-8b37-167a796485af" + "6986c7f1-0f55-45b8-9f5e-9116534975ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22107,16 +22305,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101942Z:4c64da05-1dd8-42f8-b3b3-ce9eed1c3adb" + "WESTUS:20200413T030033Z:2176ae2b-f4c4-4bc3-a564-02cf53eb4194" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:41 GMT" + "Mon, 13 Apr 2020 03:00:32 GMT" ], "Content-Length": [ "30" @@ -22132,8 +22330,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22141,7 +22339,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22155,13 +22353,13 @@ "10" ], "x-ms-request-id": [ - "d71016c5-4af2-47e0-8b2e-2aeec5a6a362" + "b4c7c34c-df90-419a-9dfe-5fd5418596bc" ], "x-ms-correlation-request-id": [ - "194c9ef9-6c12-4e5e-9730-7cc1f9ce5287" + "df85d957-374d-497f-b64e-1511b1552f01" ], "x-ms-arm-service-request-id": [ - "5e2f9cb3-a5a3-44a6-9b07-4dad90afef05" + "3d9e14f9-c8e9-43a9-9c19-3dce03a96c2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22171,16 +22369,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11957" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T101952Z:194c9ef9-6c12-4e5e-9730-7cc1f9ce5287" + "WESTUS:20200413T030043Z:df85d957-374d-497f-b64e-1511b1552f01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:19:51 GMT" + "Mon, 13 Apr 2020 03:00:42 GMT" ], "Content-Length": [ "30" @@ -22196,8 +22394,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22205,7 +22403,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22219,13 +22417,13 @@ "10" ], "x-ms-request-id": [ - "33149b8d-41e0-4b2d-a099-bb4a4aca2688" + "10f9f84c-54fe-4888-9e36-911684e392f1" ], "x-ms-correlation-request-id": [ - "c68c0444-ff86-4933-97fb-592a718ec214" + "a1ab22f9-3cbd-46d7-8a0f-8e70c3e3b16d" ], "x-ms-arm-service-request-id": [ - "bf6bca30-3c19-461f-add0-18efc875de2e" + "abc279e7-18c0-48e7-846f-7a519b37900c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22235,16 +22433,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102002Z:c68c0444-ff86-4933-97fb-592a718ec214" + "WESTUS:20200413T030053Z:a1ab22f9-3cbd-46d7-8a0f-8e70c3e3b16d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:02 GMT" + "Mon, 13 Apr 2020 03:00:52 GMT" ], "Content-Length": [ "30" @@ -22260,8 +22458,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22269,7 +22467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22283,13 +22481,13 @@ "10" ], "x-ms-request-id": [ - "14ec6093-ea09-4603-a5e7-d9e135a2730f" + "68ff4d1a-6cc8-444e-b2f4-a13816f6f730" ], "x-ms-correlation-request-id": [ - "6e48fa60-ee6f-448d-87ec-9ff3bf58d1a9" + "95d8d9fb-7d6f-4682-8db2-5967b572a1be" ], "x-ms-arm-service-request-id": [ - "01c52a93-02b7-4f80-95f0-eceff629b91a" + "c82cf8f7-8ac9-447c-b1ba-f2922ca6038a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22299,16 +22497,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102013Z:6e48fa60-ee6f-448d-87ec-9ff3bf58d1a9" + "WESTUS:20200413T030103Z:95d8d9fb-7d6f-4682-8db2-5967b572a1be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:12 GMT" + "Mon, 13 Apr 2020 03:01:02 GMT" ], "Content-Length": [ "30" @@ -22324,8 +22522,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22333,7 +22531,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22347,32 +22545,32 @@ "10" ], "x-ms-request-id": [ - "2319b10a-714f-4c3a-8bd7-c7724bb334c6" + "9ce12f40-4e0b-46af-965e-0da6ad1f5a6e" ], "x-ms-correlation-request-id": [ - "f6e2ce0a-3e6b-4544-bc2b-f8b8cafa6b8b" + "08085eb8-a936-47ac-9980-33736e315bab" ], "x-ms-arm-service-request-id": [ - "e603595f-879b-47b0-bf8f-19c735de258d" + "d6673a9a-ff80-40d1-961a-1024e506be39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102023Z:f6e2ce0a-3e6b-4544-bc2b-f8b8cafa6b8b" + "WESTUS:20200413T030113Z:08085eb8-a936-47ac-9980-33736e315bab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:23 GMT" + "Mon, 13 Apr 2020 03:01:12 GMT" ], "Content-Length": [ "30" @@ -22388,8 +22586,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22397,7 +22595,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22411,13 +22609,13 @@ "10" ], "x-ms-request-id": [ - "26cabe43-5c50-4be0-8211-d63a8165f6c3" + "5f296235-db71-4da5-b302-f3b89355bbb4" ], "x-ms-correlation-request-id": [ - "58aefac3-a42c-40f0-8828-12238c0e5c4d" + "0ff6bfab-5b03-4ed3-8387-890127ac4727" ], "x-ms-arm-service-request-id": [ - "82840e76-fdc0-4867-812e-f04d0a7113a5" + "47fc4df7-9a74-444e-bb6f-dbe9b1384dc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22427,16 +22625,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102033Z:58aefac3-a42c-40f0-8828-12238c0e5c4d" + "WESTUS:20200413T030123Z:0ff6bfab-5b03-4ed3-8387-890127ac4727" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:33 GMT" + "Mon, 13 Apr 2020 03:01:22 GMT" ], "Content-Length": [ "30" @@ -22452,8 +22650,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22461,7 +22659,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22475,32 +22673,32 @@ "10" ], "x-ms-request-id": [ - "3c2b30d3-9ef1-4f8d-91f0-42144fe2b408" + "769678fe-605b-4e94-a299-e5b74304a619" ], "x-ms-correlation-request-id": [ - "b9b68a8a-cf36-469a-aeb7-fcd8b7e909af" + "4a82bd76-3661-469b-bdf6-fa780c26df7e" ], "x-ms-arm-service-request-id": [ - "af36d70e-e4f5-457b-ae98-e2e9e06cba4b" + "0e8dbde3-5d0f-463f-b7a5-6c9208ad5c7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102043Z:b9b68a8a-cf36-469a-aeb7-fcd8b7e909af" + "WESTUS:20200413T030133Z:4a82bd76-3661-469b-bdf6-fa780c26df7e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:43 GMT" + "Mon, 13 Apr 2020 03:01:32 GMT" ], "Content-Length": [ "30" @@ -22516,8 +22714,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22525,7 +22723,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22539,13 +22737,13 @@ "10" ], "x-ms-request-id": [ - "07ed08cf-87a9-4267-93e4-68aa3612fdd3" + "58514a78-6cd5-4692-a4b1-a539fbbaf33f" ], "x-ms-correlation-request-id": [ - "d3c0b6b5-266e-4a29-bc86-b41bb4ef840b" + "227ac90a-a30a-4e49-8f93-fdb1b0537586" ], "x-ms-arm-service-request-id": [ - "568caec9-6f78-4577-a131-fa4576f84b6f" + "9e832748-a184-4de2-8cf3-91b334221617" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22555,16 +22753,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102054Z:d3c0b6b5-266e-4a29-bc86-b41bb4ef840b" + "WESTUS:20200413T030143Z:227ac90a-a30a-4e49-8f93-fdb1b0537586" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:20:54 GMT" + "Mon, 13 Apr 2020 03:01:42 GMT" ], "Content-Length": [ "30" @@ -22580,8 +22778,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22589,7 +22787,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22603,13 +22801,13 @@ "10" ], "x-ms-request-id": [ - "7d202b84-db1f-4005-a0ba-d197057f9913" + "d0510aaf-1b81-4370-bc18-3fb98c856d4d" ], "x-ms-correlation-request-id": [ - "d501ac51-a26d-46ef-9404-198a7e86d0e9" + "9e06cc84-0c73-4fe3-9b26-6cb09f82498d" ], "x-ms-arm-service-request-id": [ - "6149b502-1cb7-4179-8c33-1cc5804e8ade" + "deca6889-9fdf-42c4-beff-7a5ee9b6da89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22619,16 +22817,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11950" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102104Z:d501ac51-a26d-46ef-9404-198a7e86d0e9" + "WESTUS:20200413T030153Z:9e06cc84-0c73-4fe3-9b26-6cb09f82498d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:04 GMT" + "Mon, 13 Apr 2020 03:01:52 GMT" ], "Content-Length": [ "30" @@ -22644,8 +22842,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22653,7 +22851,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22667,13 +22865,13 @@ "10" ], "x-ms-request-id": [ - "da1cef8f-25fa-47ac-b049-382f70e05657" + "a7a7cb26-690e-4076-9142-1857c0589e4f" ], "x-ms-correlation-request-id": [ - "8689b630-ab77-4420-8a37-3bf439ad31d5" + "e754b0c3-259c-4dbb-93ca-073fc24b10cb" ], "x-ms-arm-service-request-id": [ - "7961282b-8cc7-42ea-9fc1-9ff500865bd2" + "572c343c-dfa2-4f8a-82cd-765df2b91b5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22683,16 +22881,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102115Z:8689b630-ab77-4420-8a37-3bf439ad31d5" + "WESTUS:20200413T030203Z:e754b0c3-259c-4dbb-93ca-073fc24b10cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:14 GMT" + "Mon, 13 Apr 2020 03:02:02 GMT" ], "Content-Length": [ "30" @@ -22708,8 +22906,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22717,7 +22915,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22731,13 +22929,13 @@ "10" ], "x-ms-request-id": [ - "e6887d55-2f39-4ad5-b076-db6a9ee042e5" + "1b44f820-5908-481b-a074-efffaf5f6a30" ], "x-ms-correlation-request-id": [ - "1bec268b-f75d-4412-8008-245a73a053c5" + "6adf9d60-c47c-4c50-aac6-dab293751a68" ], "x-ms-arm-service-request-id": [ - "bbc8fc86-b151-47a7-ae75-0dab51bd8efb" + "fba91102-e9de-46b0-914e-c78a6dccc62a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22747,16 +22945,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102125Z:1bec268b-f75d-4412-8008-245a73a053c5" + "WESTUS:20200413T030213Z:6adf9d60-c47c-4c50-aac6-dab293751a68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:24 GMT" + "Mon, 13 Apr 2020 03:02:12 GMT" ], "Content-Length": [ "30" @@ -22772,8 +22970,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22781,7 +22979,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22795,13 +22993,13 @@ "10" ], "x-ms-request-id": [ - "69500da0-934c-4c15-8a62-b9b9e45ad385" + "f86070ce-e499-40d0-9f1d-87ff8a4c70af" ], "x-ms-correlation-request-id": [ - "1d2bc557-d1b4-45ab-9a3d-8f230fef8f4a" + "60c720db-2f0d-4279-8eb0-2b594f92ebe3" ], "x-ms-arm-service-request-id": [ - "d334501c-212d-40a8-a3b2-72847e43685f" + "77e9babe-d175-45b3-8371-91064b1fcc89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22811,16 +23009,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102135Z:1d2bc557-d1b4-45ab-9a3d-8f230fef8f4a" + "WESTUS:20200413T030223Z:60c720db-2f0d-4279-8eb0-2b594f92ebe3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:34 GMT" + "Mon, 13 Apr 2020 03:02:22 GMT" ], "Content-Length": [ "30" @@ -22836,8 +23034,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22845,7 +23043,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22859,13 +23057,13 @@ "10" ], "x-ms-request-id": [ - "5261aa3f-d8c9-457c-959e-4f4e11da2e68" + "a4029855-9672-42c6-b30b-21534c5a92a9" ], "x-ms-correlation-request-id": [ - "5120b878-ad1f-40f1-8718-353ca659661b" + "f0987b6f-37ad-4539-802b-47a71893997b" ], "x-ms-arm-service-request-id": [ - "b76e02fd-7c04-474a-b83a-6cbb0a93d6cf" + "05038da1-24aa-4d32-9623-5560a0795091" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22875,16 +23073,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102145Z:5120b878-ad1f-40f1-8718-353ca659661b" + "WESTUS:20200413T030233Z:f0987b6f-37ad-4539-802b-47a71893997b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:44 GMT" + "Mon, 13 Apr 2020 03:02:33 GMT" ], "Content-Length": [ "30" @@ -22900,8 +23098,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22909,7 +23107,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22923,13 +23121,13 @@ "10" ], "x-ms-request-id": [ - "d28f40d3-db5d-4e43-b951-45304f906f2e" + "bf717ea5-eb91-4f25-845d-3e27dfeb8df5" ], "x-ms-correlation-request-id": [ - "679144b4-6e5c-48c0-a6ae-8027dc20f65f" + "0ffc6148-694d-4349-babe-ab6af40fe8bc" ], "x-ms-arm-service-request-id": [ - "ecdb911d-c167-4f32-95c0-6114871ad52b" + "3bff3424-ecb4-45ea-a104-b59e5d10ed41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -22939,16 +23137,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11945" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102155Z:679144b4-6e5c-48c0-a6ae-8027dc20f65f" + "WESTUS:20200413T030243Z:0ffc6148-694d-4349-babe-ab6af40fe8bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:21:55 GMT" + "Mon, 13 Apr 2020 03:02:43 GMT" ], "Content-Length": [ "30" @@ -22964,8 +23162,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -22973,7 +23171,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -22987,32 +23185,32 @@ "10" ], "x-ms-request-id": [ - "b56fa21b-575a-499d-983c-4fe698df150e" + "4b6a1781-e83d-46d1-b37f-df5a4fedab2d" ], "x-ms-correlation-request-id": [ - "ffbd1eee-2e42-4980-8e0e-16595ce8b6a1" + "e811bdd2-cac4-426b-9b74-fdef14b260a3" ], "x-ms-arm-service-request-id": [ - "6e9e04d2-b865-4d37-9d8d-08462a77dc12" + "7effae44-6a02-450d-b430-b218cc930e26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102206Z:ffbd1eee-2e42-4980-8e0e-16595ce8b6a1" + "WESTUS:20200413T030254Z:e811bdd2-cac4-426b-9b74-fdef14b260a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:06 GMT" + "Mon, 13 Apr 2020 03:02:53 GMT" ], "Content-Length": [ "30" @@ -23028,8 +23226,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23037,7 +23235,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23051,13 +23249,13 @@ "10" ], "x-ms-request-id": [ - "89238f06-3580-4bc5-8ac1-7d07eeeea46e" + "c0ea4942-4804-4a4e-8ead-f206ffa5196e" ], "x-ms-correlation-request-id": [ - "6d78343a-60e7-4f4c-89b2-a5e70dd8f22e" + "8918068d-11d0-45e9-8941-162d66a75404" ], "x-ms-arm-service-request-id": [ - "0fb460f2-0113-452d-912b-6e4ba8a9656a" + "5287d4fe-92d0-43a9-87d0-2614a0c75ebe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23067,16 +23265,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102216Z:6d78343a-60e7-4f4c-89b2-a5e70dd8f22e" + "WESTUS:20200413T030304Z:8918068d-11d0-45e9-8941-162d66a75404" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:16 GMT" + "Mon, 13 Apr 2020 03:03:04 GMT" ], "Content-Length": [ "30" @@ -23092,8 +23290,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23101,7 +23299,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23115,13 +23313,13 @@ "10" ], "x-ms-request-id": [ - "a2f20ca7-bb1e-4cd4-8168-9d6a5f7db2d8" + "8c350b52-5860-40e4-b087-c20eeafb25be" ], "x-ms-correlation-request-id": [ - "16808718-9836-4e23-95b0-9851aa4fe1d6" + "beaa4fc6-efeb-424d-9f89-19c2589419a2" ], "x-ms-arm-service-request-id": [ - "28b80c85-7eb3-455e-b4ea-87c4586572b6" + "563cbc23-a769-42bb-abbe-c1494be9a9f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23131,16 +23329,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102227Z:16808718-9836-4e23-95b0-9851aa4fe1d6" + "WESTUS:20200413T030314Z:beaa4fc6-efeb-424d-9f89-19c2589419a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:26 GMT" + "Mon, 13 Apr 2020 03:03:13 GMT" ], "Content-Length": [ "30" @@ -23156,8 +23354,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23165,7 +23363,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23179,32 +23377,32 @@ "10" ], "x-ms-request-id": [ - "e94f836c-ded0-40f4-ac62-3a0bbbe033f3" + "44660aff-065e-4fc7-9f77-82a1bd4d42b9" ], "x-ms-correlation-request-id": [ - "13d45db3-f1cd-42f4-91ed-e7db0f572d25" + "a58706b3-fc72-4a65-a255-0d78183552a1" ], "x-ms-arm-service-request-id": [ - "7da0bfa7-2474-477f-a116-79b68fbd77b7" + "39e8fbfc-3a7a-4904-949e-06f82176b2e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102237Z:13d45db3-f1cd-42f4-91ed-e7db0f572d25" + "WESTUS:20200413T030324Z:a58706b3-fc72-4a65-a255-0d78183552a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:36 GMT" + "Mon, 13 Apr 2020 03:03:23 GMT" ], "Content-Length": [ "30" @@ -23220,8 +23418,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23229,7 +23427,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23243,13 +23441,13 @@ "10" ], "x-ms-request-id": [ - "4ee97695-900b-4b34-a7f9-fae4f8055152" + "a157413d-38a5-4748-a3e8-752f9fceacd3" ], "x-ms-correlation-request-id": [ - "bf032955-75ca-4dc0-a83d-10e150f81a43" + "63430dac-8a01-4077-93f7-e7f5b5e807ad" ], "x-ms-arm-service-request-id": [ - "8f648bba-3952-4e2e-8385-c4bc17a9c901" + "1b46a072-35b3-417c-bdb0-998b88332a28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23259,16 +23457,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102247Z:bf032955-75ca-4dc0-a83d-10e150f81a43" + "WESTUS:20200413T030334Z:63430dac-8a01-4077-93f7-e7f5b5e807ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:47 GMT" + "Mon, 13 Apr 2020 03:03:34 GMT" ], "Content-Length": [ "30" @@ -23284,8 +23482,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23293,7 +23491,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23307,13 +23505,13 @@ "10" ], "x-ms-request-id": [ - "2d45c931-981a-49fe-b6a2-e4b769288f1e" + "2e18eb3c-d3cf-4416-a6b0-e7cb3a23b7da" ], "x-ms-correlation-request-id": [ - "322daf20-3d02-492f-8389-999b400c65dc" + "b78b9656-40b1-419a-a610-674754983426" ], "x-ms-arm-service-request-id": [ - "0a342883-c8d4-4b65-b4db-6f5a4c21b681" + "18128d84-69a9-4ae9-a1e6-0725edc9b643" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23323,16 +23521,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102258Z:322daf20-3d02-492f-8389-999b400c65dc" + "WESTUS:20200413T030344Z:b78b9656-40b1-419a-a610-674754983426" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:22:57 GMT" + "Mon, 13 Apr 2020 03:03:43 GMT" ], "Content-Length": [ "30" @@ -23348,8 +23546,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23357,7 +23555,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23371,13 +23569,13 @@ "10" ], "x-ms-request-id": [ - "87eb772a-ed13-4bec-a63c-bfea850fff18" + "30a51604-3cbe-4bde-a10f-7962e74765b6" ], "x-ms-correlation-request-id": [ - "aaf12793-f947-4391-83ee-ca14bb90e9bf" + "1aff8436-0163-4fff-89e2-9eba15c3fa3c" ], "x-ms-arm-service-request-id": [ - "a8f2158c-b8bb-402e-9f60-d5c8e3fb661d" + "d9318bf6-a80e-4d37-8d3b-abeabe105a60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23387,16 +23585,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102308Z:aaf12793-f947-4391-83ee-ca14bb90e9bf" + "WESTUS:20200413T030354Z:1aff8436-0163-4fff-89e2-9eba15c3fa3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:07 GMT" + "Mon, 13 Apr 2020 03:03:54 GMT" ], "Content-Length": [ "30" @@ -23412,8 +23610,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23421,7 +23619,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23435,13 +23633,13 @@ "10" ], "x-ms-request-id": [ - "063c291e-af5f-439b-820b-d9531a9956ea" + "8bc71087-acac-4734-a927-75df2589ee7b" ], "x-ms-correlation-request-id": [ - "1cb47cd8-463a-407e-8ea0-a8f25f65b098" + "bf59c4ab-7c6c-4177-b12b-7c4a318650c8" ], "x-ms-arm-service-request-id": [ - "028bf661-f8b7-4725-a4e4-bf425d7de4f3" + "694bc56b-a445-415e-b30a-0880503391f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23451,16 +23649,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102318Z:1cb47cd8-463a-407e-8ea0-a8f25f65b098" + "WESTUS:20200413T030404Z:bf59c4ab-7c6c-4177-b12b-7c4a318650c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:17 GMT" + "Mon, 13 Apr 2020 03:04:04 GMT" ], "Content-Length": [ "30" @@ -23476,8 +23674,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23485,7 +23683,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23499,32 +23697,32 @@ "10" ], "x-ms-request-id": [ - "43e9b02c-7f3e-496d-a368-d9e113fabc8e" + "873348d4-41bd-41a2-b283-10b26465085b" ], "x-ms-correlation-request-id": [ - "78c9e0a8-aab3-4cfb-b769-36ed8274d5a9" + "f4f0e58d-e875-4304-afcc-ffa252062d9a" ], "x-ms-arm-service-request-id": [ - "ab747e2b-18fd-4a0b-8893-ed2ca821c8b1" + "369b932c-b9ec-46f8-9ebb-447049ade740" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102328Z:78c9e0a8-aab3-4cfb-b769-36ed8274d5a9" + "WESTUS:20200413T030414Z:f4f0e58d-e875-4304-afcc-ffa252062d9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:27 GMT" + "Mon, 13 Apr 2020 03:04:14 GMT" ], "Content-Length": [ "30" @@ -23540,8 +23738,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23549,7 +23747,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23563,13 +23761,13 @@ "10" ], "x-ms-request-id": [ - "b26008a2-e052-4719-bc60-d211105b0cd5" + "c3b7953a-13f8-40d6-b629-85e473905b21" ], "x-ms-correlation-request-id": [ - "b99568bb-a7a3-46fb-a59f-e8e0d01a7426" + "e25362e1-65cb-4edc-8575-75a6370a3418" ], "x-ms-arm-service-request-id": [ - "ef84c06e-f505-449d-aae8-4f22be2b7bf4" + "a0185540-2ecc-44b1-ae2a-23dbed0f4c04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23579,16 +23777,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11935" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102339Z:b99568bb-a7a3-46fb-a59f-e8e0d01a7426" + "WESTUS:20200413T030424Z:e25362e1-65cb-4edc-8575-75a6370a3418" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:38 GMT" + "Mon, 13 Apr 2020 03:04:24 GMT" ], "Content-Length": [ "30" @@ -23604,8 +23802,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23613,7 +23811,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23627,32 +23825,32 @@ "10" ], "x-ms-request-id": [ - "141e66a3-b064-4074-99b5-78b4c31b1715" + "dd1d6ad4-11d5-4d15-98a8-1bdba4a89f2d" ], "x-ms-correlation-request-id": [ - "5b07cd77-735d-4857-8855-8720916ce09f" + "8a2868d6-55aa-4f98-81fd-e6a924473ff7" ], "x-ms-arm-service-request-id": [ - "51e774fc-05db-45e9-8977-58e90891a3e9" + "ad631138-1172-46a9-85d1-2a47b2f2e9d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102349Z:5b07cd77-735d-4857-8855-8720916ce09f" + "WESTUS:20200413T030434Z:8a2868d6-55aa-4f98-81fd-e6a924473ff7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:49 GMT" + "Mon, 13 Apr 2020 03:04:34 GMT" ], "Content-Length": [ "30" @@ -23668,8 +23866,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23677,7 +23875,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23691,13 +23889,13 @@ "10" ], "x-ms-request-id": [ - "1ba83505-1c4f-454f-84a4-810d53f78d68" + "ef1ddc04-c1d8-4730-bcb4-039de19d2010" ], "x-ms-correlation-request-id": [ - "3d0fcd55-7341-4db1-914d-0691adb2f432" + "532f3e8f-6c4b-4bec-81af-ff3ae54b90be" ], "x-ms-arm-service-request-id": [ - "b54a7d83-37b2-4114-9b5f-e5f48e2cdc84" + "2bc4b12b-c1cc-47b1-b6e1-f945827ae9a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23707,16 +23905,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102359Z:3d0fcd55-7341-4db1-914d-0691adb2f432" + "WESTUS:20200413T030444Z:532f3e8f-6c4b-4bec-81af-ff3ae54b90be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:23:59 GMT" + "Mon, 13 Apr 2020 03:04:44 GMT" ], "Content-Length": [ "30" @@ -23732,8 +23930,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23741,7 +23939,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23755,13 +23953,13 @@ "10" ], "x-ms-request-id": [ - "b90fcdab-edfe-463e-b6ad-10a6a8a621d7" + "d8103f20-d34b-403e-abf8-aafa4d68db7d" ], "x-ms-correlation-request-id": [ - "75d3f60e-fcc3-46b4-9e5e-7f7864ecb7f5" + "222f1d60-bec5-4723-a28d-89fbabb86e95" ], "x-ms-arm-service-request-id": [ - "ecc451b9-814a-4ed5-aea5-23f8506ef1b9" + "a1788ab3-0454-4405-b999-2797a7ec9489" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23771,16 +23969,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102410Z:75d3f60e-fcc3-46b4-9e5e-7f7864ecb7f5" + "WESTUS:20200413T030454Z:222f1d60-bec5-4723-a28d-89fbabb86e95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:24:09 GMT" + "Mon, 13 Apr 2020 03:04:53 GMT" ], "Content-Length": [ "30" @@ -23796,8 +23994,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23805,7 +24003,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23819,13 +24017,13 @@ "10" ], "x-ms-request-id": [ - "e51b1d15-56d0-462b-934d-704dc7ab3be2" + "8c312a3c-6279-4e2d-b6ba-1277402d3607" ], "x-ms-correlation-request-id": [ - "60cb9a2c-ca80-43ab-b3ae-41f0269dda95" + "a9a18fa0-5dd2-4c4c-a3ea-789acea878b2" ], "x-ms-arm-service-request-id": [ - "2b95f691-b05a-49c9-b034-208738605c11" + "6b4eb994-a7c8-47f7-bf6a-0cb5f0ddf5b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23835,16 +24033,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102420Z:60cb9a2c-ca80-43ab-b3ae-41f0269dda95" + "WESTUS:20200413T030504Z:a9a18fa0-5dd2-4c4c-a3ea-789acea878b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:24:19 GMT" + "Mon, 13 Apr 2020 03:05:03 GMT" ], "Content-Length": [ "30" @@ -23860,8 +24058,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23869,7 +24067,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23883,13 +24081,13 @@ "10" ], "x-ms-request-id": [ - "2370de3e-f367-41cf-87d4-4b1b68893f62" + "1b288220-aa10-470d-bf10-556325e76e5f" ], "x-ms-correlation-request-id": [ - "636634f4-4f54-4884-8904-9a8427c29bee" + "3f773176-657c-4007-a7d5-276cfcc68098" ], "x-ms-arm-service-request-id": [ - "2026be95-eba5-4978-aed3-99a5b7f4aac0" + "87d255db-ce06-4288-9f6f-d2cad6582b2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23899,16 +24097,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102430Z:636634f4-4f54-4884-8904-9a8427c29bee" + "WESTUS:20200413T030514Z:3f773176-657c-4007-a7d5-276cfcc68098" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:24:30 GMT" + "Mon, 13 Apr 2020 03:05:13 GMT" ], "Content-Length": [ "30" @@ -23924,8 +24122,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23933,7 +24131,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -23947,13 +24145,13 @@ "10" ], "x-ms-request-id": [ - "24e5cbdb-82ad-4780-9538-e102e95f0721" + "5e04a354-12d6-4bfd-8a79-30f9dd3d4356" ], "x-ms-correlation-request-id": [ - "2e816fcc-3306-40aa-acf2-51e854c0e870" + "409f8896-9c9b-455a-8458-62daf911ff07" ], "x-ms-arm-service-request-id": [ - "07f4a56f-659e-4548-9d6d-106c2800a6cd" + "57afd5ca-2c68-49a4-8c1f-be25e4a7e74b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -23963,16 +24161,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102440Z:2e816fcc-3306-40aa-acf2-51e854c0e870" + "WESTUS:20200413T030524Z:409f8896-9c9b-455a-8458-62daf911ff07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:24:40 GMT" + "Mon, 13 Apr 2020 03:05:24 GMT" ], "Content-Length": [ "30" @@ -23988,8 +24186,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -23997,7 +24195,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24011,32 +24209,32 @@ "10" ], "x-ms-request-id": [ - "1afbfd07-afd1-4727-9623-a314de63a78d" + "ae5e2543-2b4c-4798-86a8-2531b5d222ff" ], "x-ms-correlation-request-id": [ - "cc05a64d-4365-4609-aaa6-9f43e6294582" + "83e4f2db-f810-40a7-9c4a-50c05c09dcab" ], "x-ms-arm-service-request-id": [ - "dc7e457e-c62d-4997-b6c8-796450e0fc63" + "86308457-5528-4b24-99b6-f431faf35c97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102451Z:cc05a64d-4365-4609-aaa6-9f43e6294582" + "WESTUS:20200413T030535Z:83e4f2db-f810-40a7-9c4a-50c05c09dcab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:24:50 GMT" + "Mon, 13 Apr 2020 03:05:34 GMT" ], "Content-Length": [ "30" @@ -24052,8 +24250,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24061,7 +24259,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24075,32 +24273,32 @@ "10" ], "x-ms-request-id": [ - "bf683fd6-da20-4030-bb2f-c7035110bbf5" + "f90c8966-4aaa-4d46-8a95-7da29a3617ba" ], "x-ms-correlation-request-id": [ - "020c330d-c312-49a3-bb48-c6c6f9f0beff" + "9db0ade7-30b5-47de-894b-c412f4fd6514" ], "x-ms-arm-service-request-id": [ - "f344d108-3612-4724-ad6f-b0da9dbea2e9" + "cf23fd96-82c3-43ce-953f-0cc1b623ca6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102501Z:020c330d-c312-49a3-bb48-c6c6f9f0beff" + "WESTUS:20200413T030545Z:9db0ade7-30b5-47de-894b-c412f4fd6514" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:00 GMT" + "Mon, 13 Apr 2020 03:05:44 GMT" ], "Content-Length": [ "30" @@ -24116,8 +24314,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24125,7 +24323,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24139,13 +24337,13 @@ "10" ], "x-ms-request-id": [ - "98a6e409-0d65-4ec4-91c0-7d7a4c22fcd7" + "5bc8566e-d319-4762-96b6-2c1c9df1b913" ], "x-ms-correlation-request-id": [ - "5fca6f6e-28e2-4a41-ae89-713639c3c87d" + "aa7c01b5-e322-433c-96e4-fb73a7731114" ], "x-ms-arm-service-request-id": [ - "e106f5e2-bcb8-4a33-9488-46c82602f3d4" + "d8329858-095b-4b55-bcfa-b56b012c357f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24155,16 +24353,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102511Z:5fca6f6e-28e2-4a41-ae89-713639c3c87d" + "WESTUS:20200413T030555Z:aa7c01b5-e322-433c-96e4-fb73a7731114" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:11 GMT" + "Mon, 13 Apr 2020 03:05:54 GMT" ], "Content-Length": [ "30" @@ -24180,8 +24378,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24189,7 +24387,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24203,13 +24401,13 @@ "10" ], "x-ms-request-id": [ - "2b071181-bc75-41e0-bbd8-0615ac441578" + "0b9cd524-f2bf-47f5-8bf2-78f7adc24645" ], "x-ms-correlation-request-id": [ - "16f43387-6787-4971-ace6-9bf72e1d1e88" + "6447b35c-bbe9-4ba2-b991-a51398075d9b" ], "x-ms-arm-service-request-id": [ - "a0d224ff-2dea-4d5d-a9ee-b147d52cd04d" + "977f9731-8186-4fb5-b157-2e4f5cf35778" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24219,16 +24417,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102522Z:16f43387-6787-4971-ace6-9bf72e1d1e88" + "WESTUS:20200413T030605Z:6447b35c-bbe9-4ba2-b991-a51398075d9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:22 GMT" + "Mon, 13 Apr 2020 03:06:05 GMT" ], "Content-Length": [ "30" @@ -24244,8 +24442,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24253,7 +24451,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24267,13 +24465,13 @@ "10" ], "x-ms-request-id": [ - "c84eb242-e8d5-4647-a2a4-734d3884ad86" + "a48f0615-fd25-4eda-80bb-7f003e1e4a45" ], "x-ms-correlation-request-id": [ - "778c5986-6e19-4c54-9b35-030108ff52b1" + "cd8bb932-2892-4cc4-980c-de6b682daa7b" ], "x-ms-arm-service-request-id": [ - "9d5002e2-fd0e-4d67-a68b-afe426ffea0f" + "ef518fed-a000-458d-aef6-6319980e08be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24283,16 +24481,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102532Z:778c5986-6e19-4c54-9b35-030108ff52b1" + "WESTUS:20200413T030615Z:cd8bb932-2892-4cc4-980c-de6b682daa7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:32 GMT" + "Mon, 13 Apr 2020 03:06:14 GMT" ], "Content-Length": [ "30" @@ -24308,8 +24506,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24317,7 +24515,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24331,13 +24529,13 @@ "10" ], "x-ms-request-id": [ - "e7d45f35-b28e-4f9b-819b-64784e6c0abd" + "cb636a61-1aa0-40e2-ad11-bbb756d1e18e" ], "x-ms-correlation-request-id": [ - "08afea69-bf06-43b8-a8c1-7e055975c1ce" + "8f2ed248-d268-41f6-81eb-1ccfcf56ea98" ], "x-ms-arm-service-request-id": [ - "39a8e406-14cb-432a-9e2d-d163daa60de3" + "076dc459-5e07-4816-b265-18deadb86cb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24347,16 +24545,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102542Z:08afea69-bf06-43b8-a8c1-7e055975c1ce" + "WESTUS:20200413T030625Z:8f2ed248-d268-41f6-81eb-1ccfcf56ea98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:42 GMT" + "Mon, 13 Apr 2020 03:06:24 GMT" ], "Content-Length": [ "30" @@ -24372,8 +24570,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24381,7 +24579,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24395,13 +24593,13 @@ "10" ], "x-ms-request-id": [ - "e8da1c30-e6d8-424e-a8b8-8a598a0c1bb8" + "656a4e7f-772a-4e95-97fa-d8c9a36d5d14" ], "x-ms-correlation-request-id": [ - "1f2a2641-79a1-472f-9cfe-846025acfc28" + "1c2f76d8-04f9-4af7-90fc-0adabdded57d" ], "x-ms-arm-service-request-id": [ - "b65d9b95-39e3-4862-bd66-c74e1afa56ae" + "c14de553-8f94-451d-bb08-49ad161a293f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24411,16 +24609,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" + "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102552Z:1f2a2641-79a1-472f-9cfe-846025acfc28" + "WESTUS:20200413T030635Z:1c2f76d8-04f9-4af7-90fc-0adabdded57d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:25:52 GMT" + "Mon, 13 Apr 2020 03:06:34 GMT" ], "Content-Length": [ "30" @@ -24436,8 +24634,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24445,7 +24643,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24459,13 +24657,13 @@ "10" ], "x-ms-request-id": [ - "56bcae1b-7789-4b89-b7df-9ffffe3165aa" + "a78e20eb-b4e8-49a5-b975-59ea4847b65a" ], "x-ms-correlation-request-id": [ - "021406d8-431f-45ae-bcea-8bd48ed86fee" + "ecedd983-0c80-4681-b559-5cb0a2d6846b" ], "x-ms-arm-service-request-id": [ - "ba665444-97be-46ef-9b26-ddd125a20c74" + "54ddc332-f96e-4696-91a9-3931fc037d1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24475,16 +24673,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11921" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102603Z:021406d8-431f-45ae-bcea-8bd48ed86fee" + "WESTUS:20200413T030645Z:ecedd983-0c80-4681-b559-5cb0a2d6846b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:02 GMT" + "Mon, 13 Apr 2020 03:06:44 GMT" ], "Content-Length": [ "30" @@ -24500,8 +24698,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24509,7 +24707,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24523,32 +24721,32 @@ "10" ], "x-ms-request-id": [ - "803b987b-95eb-4975-a760-62d7fa1c62b7" + "93a26e16-a908-4eeb-8190-369f9666dc29" ], "x-ms-correlation-request-id": [ - "c4708500-1164-4a7a-9a4c-38d6dd0e5b70" + "636feb84-d91d-445b-a3e4-9b841f26081a" ], "x-ms-arm-service-request-id": [ - "e5f18306-3620-4e4a-98e7-e8ef8232d6d2" + "b9b71291-7bd3-498d-bf50-31372d5966f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11920" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102613Z:c4708500-1164-4a7a-9a4c-38d6dd0e5b70" + "WESTUS:20200413T030655Z:636feb84-d91d-445b-a3e4-9b841f26081a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:13 GMT" + "Mon, 13 Apr 2020 03:06:54 GMT" ], "Content-Length": [ "30" @@ -24564,8 +24762,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24573,7 +24771,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24587,13 +24785,13 @@ "10" ], "x-ms-request-id": [ - "158c5fae-be70-4c16-b1d8-f85bd63bea5d" + "ce47a338-6d91-4b31-990a-1babc424d34b" ], "x-ms-correlation-request-id": [ - "7a22c2d7-1637-444a-bfb4-120ff864710e" + "a59af6a9-d1bf-4fe9-8f24-cdb675a7c388" ], "x-ms-arm-service-request-id": [ - "8ecca6c9-9db6-4c37-a0ef-7ac678e7a538" + "f3eb2e5b-aa2d-4cb7-8126-663fcbc96c7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24603,16 +24801,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11919" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102624Z:7a22c2d7-1637-444a-bfb4-120ff864710e" + "WESTUS:20200413T030705Z:a59af6a9-d1bf-4fe9-8f24-cdb675a7c388" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:23 GMT" + "Mon, 13 Apr 2020 03:07:04 GMT" ], "Content-Length": [ "30" @@ -24628,8 +24826,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24637,7 +24835,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24651,13 +24849,13 @@ "10" ], "x-ms-request-id": [ - "967677d5-78eb-4bd4-9b59-b20fe1240cc9" + "45c8800f-21ae-4f40-87d0-50501063b17a" ], "x-ms-correlation-request-id": [ - "9173e8d3-b846-4a3e-a155-f4fecaa7827d" + "ca72c7e6-99cd-47bb-b773-a9267b912837" ], "x-ms-arm-service-request-id": [ - "7a61e512-cda7-44aa-8ba7-e71b720d5d9e" + "4409a0a3-a1d1-472a-93c3-d104faa38a6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24667,16 +24865,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11918" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102634Z:9173e8d3-b846-4a3e-a155-f4fecaa7827d" + "WESTUS:20200413T030715Z:ca72c7e6-99cd-47bb-b773-a9267b912837" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:33 GMT" + "Mon, 13 Apr 2020 03:07:14 GMT" ], "Content-Length": [ "30" @@ -24692,8 +24890,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24701,7 +24899,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24715,13 +24913,13 @@ "10" ], "x-ms-request-id": [ - "7dbc4d8e-193e-44e8-85d9-507ab3790f65" + "dbf0b154-6026-4e73-8555-4d7f8311705c" ], "x-ms-correlation-request-id": [ - "ea025dd0-db31-4951-892e-7f5039bedab1" + "20792840-cf51-4321-b568-1c58a7ac5499" ], "x-ms-arm-service-request-id": [ - "c51a3777-57c3-4de9-9191-38600ecd3e83" + "28be558d-0986-46ac-9ca7-e6d3a6e9160a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24731,16 +24929,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102644Z:ea025dd0-db31-4951-892e-7f5039bedab1" + "WESTUS:20200413T030725Z:20792840-cf51-4321-b568-1c58a7ac5499" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:43 GMT" + "Mon, 13 Apr 2020 03:07:25 GMT" ], "Content-Length": [ "30" @@ -24756,8 +24954,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24765,7 +24963,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24779,13 +24977,13 @@ "10" ], "x-ms-request-id": [ - "5015f087-031f-4b7f-bda7-874bbb11111e" + "3c83a97f-26e2-42af-89c7-292a9906b7c2" ], "x-ms-correlation-request-id": [ - "9e9364d3-0868-464b-9ef3-78f4e7d0fb38" + "7912dcb4-b72b-45c4-8ffe-58e765814028" ], "x-ms-arm-service-request-id": [ - "b30d316b-da90-40f8-8bee-5cf34c800fc2" + "691fbe6b-eaa2-47f1-b39a-338c6c815723" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24795,16 +24993,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11916" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102654Z:9e9364d3-0868-464b-9ef3-78f4e7d0fb38" + "WESTUS:20200413T030735Z:7912dcb4-b72b-45c4-8ffe-58e765814028" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:26:54 GMT" + "Mon, 13 Apr 2020 03:07:35 GMT" ], "Content-Length": [ "30" @@ -24820,8 +25018,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24829,7 +25027,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24843,13 +25041,13 @@ "10" ], "x-ms-request-id": [ - "f90ee1ff-db4a-4977-80af-d60bfcfa568c" + "9399c3e9-da07-4d88-94ed-87b76799fe26" ], "x-ms-correlation-request-id": [ - "1bf6c2c4-e54f-4b29-b8a2-5db94cfd3a66" + "6f18f749-3d19-4e5e-9226-906d147750d0" ], "x-ms-arm-service-request-id": [ - "7208cdad-ea05-4a0d-935d-96f92227af2b" + "0bcc6257-642e-4570-ae0c-e820e9643e6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24859,16 +25057,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11915" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102704Z:1bf6c2c4-e54f-4b29-b8a2-5db94cfd3a66" + "WESTUS:20200413T030745Z:6f18f749-3d19-4e5e-9226-906d147750d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:04 GMT" + "Mon, 13 Apr 2020 03:07:45 GMT" ], "Content-Length": [ "30" @@ -24884,8 +25082,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24893,7 +25091,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24907,13 +25105,13 @@ "10" ], "x-ms-request-id": [ - "df64d698-d817-48da-b0e7-deb35b450aa8" + "8742ee95-f1ae-4c4e-915e-048006837524" ], "x-ms-correlation-request-id": [ - "26b357df-8d4f-4e39-88bc-82b57354c6d8" + "048e3ef3-1d85-4c29-8bbb-5a03d424ff52" ], "x-ms-arm-service-request-id": [ - "7d51bc2d-4fad-4258-9403-4427b80c042c" + "b4af2b4a-c72d-475f-9e58-1e620145ae1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -24923,16 +25121,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" + "11914" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102715Z:26b357df-8d4f-4e39-88bc-82b57354c6d8" + "WESTUS:20200413T030756Z:048e3ef3-1d85-4c29-8bbb-5a03d424ff52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:14 GMT" + "Mon, 13 Apr 2020 03:07:55 GMT" ], "Content-Length": [ "30" @@ -24948,8 +25146,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -24957,7 +25155,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -24971,32 +25169,32 @@ "10" ], "x-ms-request-id": [ - "b09e2200-ed7a-4cca-b8e1-820a1c9c3b20" + "31999ba0-722b-4fa8-b6fe-2a479e2000ae" ], "x-ms-correlation-request-id": [ - "e529ba45-118a-43cc-9c99-dad4b96ba456" + "a9f01eb8-a90a-44ed-85ed-9f613980f5e3" ], "x-ms-arm-service-request-id": [ - "d23e26ef-a163-4607-8795-c2d1eed8a2bd" + "aa754cf4-7cec-4624-be01-c79291b6a99d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11913" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102725Z:e529ba45-118a-43cc-9c99-dad4b96ba456" + "WESTUS:20200413T030806Z:a9f01eb8-a90a-44ed-85ed-9f613980f5e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:24 GMT" + "Mon, 13 Apr 2020 03:08:05 GMT" ], "Content-Length": [ "30" @@ -25012,8 +25210,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25021,7 +25219,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25035,32 +25233,32 @@ "10" ], "x-ms-request-id": [ - "83584155-82cf-448c-866b-1f8ca4a3dd77" + "4e56cf58-8299-4813-81de-6398371c84e8" ], "x-ms-correlation-request-id": [ - "3f00c54e-cb0d-48a2-bdd5-cc3966f2d984" + "2f9d1995-2493-4e78-a497-85be54f3fa05" ], "x-ms-arm-service-request-id": [ - "12e66c15-14b6-4c86-9906-9d2601979c1c" + "c4c11ad0-be2a-433a-8135-5620a8a107a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11912" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102735Z:3f00c54e-cb0d-48a2-bdd5-cc3966f2d984" + "WESTUS:20200413T030816Z:2f9d1995-2493-4e78-a497-85be54f3fa05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:35 GMT" + "Mon, 13 Apr 2020 03:08:15 GMT" ], "Content-Length": [ "30" @@ -25076,8 +25274,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25085,7 +25283,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25099,13 +25297,13 @@ "10" ], "x-ms-request-id": [ - "a7fa91cd-0a93-484d-8a5f-0fc5a29f4691" + "0fe7852d-1678-4dc2-b3ee-21fa48dd0ab3" ], "x-ms-correlation-request-id": [ - "310d0b02-5739-40dd-92a8-82192d17ff04" + "b0450daf-2896-402f-9c53-3632c4dde813" ], "x-ms-arm-service-request-id": [ - "3af5dd2c-07ef-488a-930d-54eca357cd99" + "1488b76c-6642-4ddf-a5e4-e16db7a185a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25115,16 +25313,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" + "11911" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102746Z:310d0b02-5739-40dd-92a8-82192d17ff04" + "WESTUS:20200413T030826Z:b0450daf-2896-402f-9c53-3632c4dde813" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:46 GMT" + "Mon, 13 Apr 2020 03:08:25 GMT" ], "Content-Length": [ "30" @@ -25140,8 +25338,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25149,7 +25347,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25163,13 +25361,13 @@ "10" ], "x-ms-request-id": [ - "f065da80-c1e4-437d-ad50-8127c01ca679" + "bee05b0f-fb40-4595-89aa-41acf6de9cb3" ], "x-ms-correlation-request-id": [ - "09e618b7-653e-486b-a583-9d839c7a793f" + "cb4807e1-40c1-41d4-a360-4b8581090c47" ], "x-ms-arm-service-request-id": [ - "d29ab743-a2c1-4feb-b3bf-a7176427d13f" + "125409b0-d958-4851-808b-f6ce68c96362" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25179,16 +25377,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" + "11910" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102756Z:09e618b7-653e-486b-a583-9d839c7a793f" + "WESTUS:20200413T030836Z:cb4807e1-40c1-41d4-a360-4b8581090c47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:27:56 GMT" + "Mon, 13 Apr 2020 03:08:35 GMT" ], "Content-Length": [ "30" @@ -25204,8 +25402,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25213,7 +25411,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25227,13 +25425,13 @@ "10" ], "x-ms-request-id": [ - "b4708592-3eb0-482e-9d69-a1760642c1f5" + "deffb4a1-7537-45db-9e29-bb465bade738" ], "x-ms-correlation-request-id": [ - "72ea9161-2f40-4f3a-825d-b5299a544c4e" + "2b0ee702-7b90-438a-adab-b49803b99f83" ], "x-ms-arm-service-request-id": [ - "f2b93ea5-befd-4235-a582-961b9fd71bc5" + "cd4ef51d-d0ac-49d7-b925-94424a334e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25243,16 +25441,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "11909" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102806Z:72ea9161-2f40-4f3a-825d-b5299a544c4e" + "WESTUS:20200413T030846Z:2b0ee702-7b90-438a-adab-b49803b99f83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:06 GMT" + "Mon, 13 Apr 2020 03:08:45 GMT" ], "Content-Length": [ "30" @@ -25268,8 +25466,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25277,7 +25475,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25291,13 +25489,13 @@ "10" ], "x-ms-request-id": [ - "45d7c735-6138-4511-b863-f3188ce658dc" + "e8ef11c7-b2d1-480e-998d-8036fd940b85" ], "x-ms-correlation-request-id": [ - "ebc999e3-e0ef-4d36-8bbb-3ece48e5b0de" + "63cf3b9d-b11e-4bd8-8345-ced073f3b5b0" ], "x-ms-arm-service-request-id": [ - "d4b425af-8fae-4d1a-8e51-f0e94d5ce206" + "ae1b3522-40cf-402d-bb5c-bf41a5ab02d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25307,16 +25505,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" + "11908" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102816Z:ebc999e3-e0ef-4d36-8bbb-3ece48e5b0de" + "WESTUS:20200413T030856Z:63cf3b9d-b11e-4bd8-8345-ced073f3b5b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:16 GMT" + "Mon, 13 Apr 2020 03:08:55 GMT" ], "Content-Length": [ "30" @@ -25332,8 +25530,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25341,7 +25539,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25355,13 +25553,13 @@ "10" ], "x-ms-request-id": [ - "5449e8bc-6eb4-446f-acb4-2dca0bc4a0de" + "758ffcc2-7029-4c03-bb6a-07cbf3872970" ], "x-ms-correlation-request-id": [ - "98580fb2-0822-4b0a-8907-13d2dec37c23" + "24875eb0-cd5b-4cc8-8626-2854fc2327b7" ], "x-ms-arm-service-request-id": [ - "f082c5fd-ec2b-47cb-bd11-4a1903642cf4" + "1cbc4480-cffe-4bc0-a4c4-bf9599ed47db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25371,16 +25569,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11907" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102827Z:98580fb2-0822-4b0a-8907-13d2dec37c23" + "WESTUS:20200413T030906Z:24875eb0-cd5b-4cc8-8626-2854fc2327b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:26 GMT" + "Mon, 13 Apr 2020 03:09:05 GMT" ], "Content-Length": [ "30" @@ -25396,8 +25594,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25405,7 +25603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25419,32 +25617,32 @@ "10" ], "x-ms-request-id": [ - "e08864c9-3609-4951-9f50-8d994dda20cc" + "a5106715-7c71-4be3-8861-631572e3163d" ], "x-ms-correlation-request-id": [ - "586be944-71f0-4a98-a0a8-20dd40a9d64c" + "36d335f1-6341-4de4-8620-b5ae9ea27104" ], "x-ms-arm-service-request-id": [ - "e550ef8c-0302-466d-a349-569605f48241" + "2eff9d8f-09e3-4ac5-a27c-a8e21b9848c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11906" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102837Z:586be944-71f0-4a98-a0a8-20dd40a9d64c" + "WESTUS:20200413T030916Z:36d335f1-6341-4de4-8620-b5ae9ea27104" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:36 GMT" + "Mon, 13 Apr 2020 03:09:15 GMT" ], "Content-Length": [ "30" @@ -25460,8 +25658,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25469,7 +25667,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25483,13 +25681,13 @@ "10" ], "x-ms-request-id": [ - "4fe1e98d-6117-4af1-8d00-0dd1a02c692b" + "314e904d-fcd2-4681-b864-38fab91f88bb" ], "x-ms-correlation-request-id": [ - "2f70c7ea-e79a-48c4-899f-80a3a5141851" + "c051b76e-c31b-44f3-bfab-90491cde12ee" ], "x-ms-arm-service-request-id": [ - "acc263c6-63f2-41d2-8850-ef70403c6f03" + "dd5800ae-916a-4687-93ea-f52b07c857cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25499,16 +25697,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" + "11905" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102847Z:2f70c7ea-e79a-48c4-899f-80a3a5141851" + "WESTUS:20200413T030926Z:c051b76e-c31b-44f3-bfab-90491cde12ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:46 GMT" + "Mon, 13 Apr 2020 03:09:25 GMT" ], "Content-Length": [ "30" @@ -25524,8 +25722,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25533,7 +25731,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25547,32 +25745,32 @@ "10" ], "x-ms-request-id": [ - "9f002d6d-3c18-4922-99fa-1ac502bc4615" + "7c4df492-9bab-49f8-a4ea-176d1f664810" ], "x-ms-correlation-request-id": [ - "af4dd3c4-3967-4ee7-ab61-ce8c1a4eac87" + "bb184c97-c6d1-49e2-a04e-1024d9a8bca5" ], "x-ms-arm-service-request-id": [ - "c425c831-6ca3-453f-868b-62bdb22d5ee8" + "bd27b11a-8e94-4c58-be63-b835316660ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11904" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102857Z:af4dd3c4-3967-4ee7-ab61-ce8c1a4eac87" + "WESTUS:20200413T030936Z:bb184c97-c6d1-49e2-a04e-1024d9a8bca5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:28:57 GMT" + "Mon, 13 Apr 2020 03:09:36 GMT" ], "Content-Length": [ "30" @@ -25588,8 +25786,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25597,7 +25795,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25611,13 +25809,13 @@ "10" ], "x-ms-request-id": [ - "77a0d439-50c5-41eb-803f-6c167ce6768a" + "b652575d-bfda-4574-bea4-1f5f620a2deb" ], "x-ms-correlation-request-id": [ - "400fbae5-6ed7-4a2a-af15-8fcbaa35f615" + "46218031-7414-4d28-bfcc-29b58085c0d1" ], "x-ms-arm-service-request-id": [ - "acedd333-291f-4aff-8fef-15d627051678" + "bb904ab9-3c7c-43b6-a7a1-309c91807eba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25627,16 +25825,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" + "11903" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102908Z:400fbae5-6ed7-4a2a-af15-8fcbaa35f615" + "WESTUS:20200413T030946Z:46218031-7414-4d28-bfcc-29b58085c0d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:07 GMT" + "Mon, 13 Apr 2020 03:09:46 GMT" ], "Content-Length": [ "30" @@ -25652,8 +25850,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25661,7 +25859,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25675,13 +25873,13 @@ "10" ], "x-ms-request-id": [ - "fdbe7e81-d565-4ac3-ac0a-fead40aa9b1d" + "4da4489e-678a-4240-9d07-1925e5f4113c" ], "x-ms-correlation-request-id": [ - "017436c8-f381-4ab0-bab5-960316ea98b4" + "a1e5c59e-af2d-4947-a22e-57575c77f3c4" ], "x-ms-arm-service-request-id": [ - "1e882324-3d38-4e7c-8122-e8b7132f0885" + "52f9cfbf-6861-426c-a7bf-30ad00a3bf0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25691,16 +25889,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11902" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102918Z:017436c8-f381-4ab0-bab5-960316ea98b4" + "WESTUS:20200413T030956Z:a1e5c59e-af2d-4947-a22e-57575c77f3c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:18 GMT" + "Mon, 13 Apr 2020 03:09:56 GMT" ], "Content-Length": [ "30" @@ -25716,8 +25914,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25725,7 +25923,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25739,13 +25937,13 @@ "10" ], "x-ms-request-id": [ - "80e5bc46-6b52-4ada-a00f-20739868dcff" + "3f8540ec-b48e-4811-a4d7-7ebb8de6e7c2" ], "x-ms-correlation-request-id": [ - "f8ec2d9d-9a33-4ac3-b6ab-0c57009d6626" + "86db0ec4-ccf9-41b9-9d86-e14887f8d7d7" ], "x-ms-arm-service-request-id": [ - "5279047c-e8b1-463e-8b58-5ed438f316fb" + "abfb6c2b-6031-422e-959c-54e5d9dd1fd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25755,16 +25953,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" + "11901" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102928Z:f8ec2d9d-9a33-4ac3-b6ab-0c57009d6626" + "WESTUS:20200413T031007Z:86db0ec4-ccf9-41b9-9d86-e14887f8d7d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:28 GMT" + "Mon, 13 Apr 2020 03:10:06 GMT" ], "Content-Length": [ "30" @@ -25780,8 +25978,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25789,7 +25987,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25803,13 +26001,13 @@ "10" ], "x-ms-request-id": [ - "13228197-3afa-4ed5-bb6a-b363569aaeea" + "3b105590-4633-4ee5-ae97-3216a7ec75ee" ], "x-ms-correlation-request-id": [ - "2ba5a5cb-ed42-48e4-a081-8043ab670b7c" + "158b1d2b-d9da-4ce9-bc4a-8651df639a83" ], "x-ms-arm-service-request-id": [ - "29a411b7-0709-49f2-927a-a768195f2a49" + "a6abf9ce-54a5-4d78-bb40-e025646a561d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -25819,16 +26017,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11900" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102939Z:2ba5a5cb-ed42-48e4-a081-8043ab670b7c" + "WESTUS:20200413T031017Z:158b1d2b-d9da-4ce9-bc4a-8651df639a83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:38 GMT" + "Mon, 13 Apr 2020 03:10:16 GMT" ], "Content-Length": [ "30" @@ -25844,8 +26042,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25853,7 +26051,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25867,32 +26065,32 @@ "10" ], "x-ms-request-id": [ - "a3e4f9ba-a795-49c0-a2a9-c5b35c101ce5" + "8fc857a4-3f91-42b9-91d8-4cabc673b11f" ], "x-ms-correlation-request-id": [ - "1be4412e-d491-4761-ba4e-efe87756706e" + "9194b0c4-6d52-4cf7-83fc-10f742624ea6" ], "x-ms-arm-service-request-id": [ - "2442025e-5b26-4ac9-97bc-5a75c3d2e577" + "0f530edb-7714-4ef9-8767-243e759474e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11899" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102949Z:1be4412e-d491-4761-ba4e-efe87756706e" + "WESTUS:20200413T031027Z:9194b0c4-6d52-4cf7-83fc-10f742624ea6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:48 GMT" + "Mon, 13 Apr 2020 03:10:26 GMT" ], "Content-Length": [ "30" @@ -25908,8 +26106,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25917,7 +26115,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25931,32 +26129,32 @@ "10" ], "x-ms-request-id": [ - "e44f175f-7e6d-4426-b03e-f853df4c195f" + "7f16fc88-e835-48c7-aff9-9ecb6a4b1306" ], "x-ms-correlation-request-id": [ - "8967126e-73c7-4481-9906-9225bfb5ce87" + "9dabf2de-fc7e-49ca-bebb-78006b697ea1" ], "x-ms-arm-service-request-id": [ - "43d5a2d4-e4d2-4b27-abce-87521c10e5c3" + "92c22fee-bb04-4c3d-a63f-5d704b6466b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11898" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T102959Z:8967126e-73c7-4481-9906-9225bfb5ce87" + "WESTUS:20200413T031037Z:9dabf2de-fc7e-49ca-bebb-78006b697ea1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:29:59 GMT" + "Mon, 13 Apr 2020 03:10:36 GMT" ], "Content-Length": [ "30" @@ -25972,8 +26170,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -25981,7 +26179,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -25995,13 +26193,13 @@ "10" ], "x-ms-request-id": [ - "8aa4c390-6ccd-4ff3-bf3d-ab2da8d4f868" + "83224847-e7b3-4fd5-a423-3d71e35dbca4" ], "x-ms-correlation-request-id": [ - "033ff83a-0f1f-4d54-a79d-41050c62275a" + "14838e05-530d-423c-aaaa-e590dfe638b6" ], "x-ms-arm-service-request-id": [ - "7c0dadfa-0283-44af-8705-a9214bc96943" + "e61f3c3a-f7b9-4f39-8138-7006f17c0f9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26011,16 +26209,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11897" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103009Z:033ff83a-0f1f-4d54-a79d-41050c62275a" + "WESTUS:20200413T031047Z:14838e05-530d-423c-aaaa-e590dfe638b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:30:09 GMT" + "Mon, 13 Apr 2020 03:10:46 GMT" ], "Content-Length": [ "30" @@ -26036,8 +26234,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26045,7 +26243,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26059,32 +26257,32 @@ "10" ], "x-ms-request-id": [ - "aa65c040-b44c-4f92-a777-7996b20a9df5" + "a344aa77-df11-4235-908d-43e5f4b255b2" ], "x-ms-correlation-request-id": [ - "cf03ea02-da94-4193-b900-82d45f7467eb" + "ea84fff7-1648-4878-ae51-4b22f284915e" ], "x-ms-arm-service-request-id": [ - "34e323e8-a6dc-45ef-bd8c-b65439c1c18d" + "96055991-ede6-44a3-b6f6-19be18710ea3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11896" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103020Z:cf03ea02-da94-4193-b900-82d45f7467eb" + "WESTUS:20200413T031057Z:ea84fff7-1648-4878-ae51-4b22f284915e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:30:19 GMT" + "Mon, 13 Apr 2020 03:10:56 GMT" ], "Content-Length": [ "30" @@ -26100,8 +26298,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26109,7 +26307,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26123,13 +26321,13 @@ "10" ], "x-ms-request-id": [ - "efa35c32-f377-41c9-b76a-a89b01448782" + "9b468964-5b7b-4723-8750-6931785969d6" ], "x-ms-correlation-request-id": [ - "91d77d4f-ea3a-428d-a843-d92d848052d4" + "50abf356-fa82-4021-9254-82ea057ad6ab" ], "x-ms-arm-service-request-id": [ - "da2ffffc-a6d6-48b9-9e41-da76e4771c20" + "8cb3d103-b2af-41a9-a231-af60d0a7eedf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26139,16 +26337,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" + "11895" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103030Z:91d77d4f-ea3a-428d-a843-d92d848052d4" + "WESTUS:20200413T031107Z:50abf356-fa82-4021-9254-82ea057ad6ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:30:30 GMT" + "Mon, 13 Apr 2020 03:11:06 GMT" ], "Content-Length": [ "30" @@ -26164,8 +26362,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26173,7 +26371,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26187,13 +26385,13 @@ "10" ], "x-ms-request-id": [ - "1c9d1f0d-36be-4da0-85ac-9a75f0fffbac" + "8e0a26e2-0fe3-4f72-9673-23f0fb9956cc" ], "x-ms-correlation-request-id": [ - "bee1252c-5b47-482e-836a-2946fb25a0e8" + "f4d80406-2236-44a0-8d7a-ca877635f818" ], "x-ms-arm-service-request-id": [ - "7125d1e5-f8a4-4e5a-b544-2316b4577a3b" + "256361e4-a2da-4ee1-8f14-eabfa2f0b23e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26203,16 +26401,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11894" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103040Z:bee1252c-5b47-482e-836a-2946fb25a0e8" + "WESTUS:20200413T031117Z:f4d80406-2236-44a0-8d7a-ca877635f818" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:30:40 GMT" + "Mon, 13 Apr 2020 03:11:16 GMT" ], "Content-Length": [ "30" @@ -26228,8 +26426,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26237,7 +26435,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26251,13 +26449,13 @@ "10" ], "x-ms-request-id": [ - "a4e3bead-effe-482a-a2f7-a49331957152" + "57db57be-6b0e-4201-b6d3-a54cb45335ab" ], "x-ms-correlation-request-id": [ - "d6e09184-231f-4a99-ad46-f32439a1de45" + "3826d2f2-7ee1-412a-9da3-50bbec4a90c1" ], "x-ms-arm-service-request-id": [ - "b489b144-f894-4200-8a96-59d04c54769f" + "c03324ce-f74c-4992-a74f-4c4830e9b915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26267,16 +26465,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" + "11893" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103051Z:d6e09184-231f-4a99-ad46-f32439a1de45" + "WESTUS:20200413T031127Z:3826d2f2-7ee1-412a-9da3-50bbec4a90c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:30:50 GMT" + "Mon, 13 Apr 2020 03:11:26 GMT" ], "Content-Length": [ "30" @@ -26292,8 +26490,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26301,7 +26499,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26315,13 +26513,13 @@ "10" ], "x-ms-request-id": [ - "380ffa31-0c9f-4cdb-9833-da56fb5f88b5" + "e2b9c967-4c48-40d5-87b2-8c814edc102f" ], "x-ms-correlation-request-id": [ - "b201ff5c-0c30-4215-9bc5-87110d623ca5" + "78b8ef34-64e7-4bfb-949a-1da3074ce0b3" ], "x-ms-arm-service-request-id": [ - "95f62486-5051-412c-b090-a6e2a73e6d40" + "c7c50fb7-9bd9-4b6c-bb08-998664f53b92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26331,16 +26529,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" + "11892" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103101Z:b201ff5c-0c30-4215-9bc5-87110d623ca5" + "WESTUS:20200413T031137Z:78b8ef34-64e7-4bfb-949a-1da3074ce0b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:00 GMT" + "Mon, 13 Apr 2020 03:11:37 GMT" ], "Content-Length": [ "30" @@ -26356,8 +26554,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26365,7 +26563,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26379,32 +26577,32 @@ "10" ], "x-ms-request-id": [ - "de9bd05a-6cc1-40b7-a971-75469c944047" + "2ff9573c-8757-4f00-bf64-1a9bdd843479" ], "x-ms-correlation-request-id": [ - "0db2fb18-4aa2-4bd4-93a7-2d76c50f9a8d" + "865115a1-6fdd-4ea1-affa-01ed5fd35a01" ], "x-ms-arm-service-request-id": [ - "3a6d7926-6932-484e-8032-8c24a99c3900" + "f3cf38b9-473e-436a-8979-98c5d6c01c79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103111Z:0db2fb18-4aa2-4bd4-93a7-2d76c50f9a8d" + "WESTUS:20200413T031147Z:865115a1-6fdd-4ea1-affa-01ed5fd35a01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:11 GMT" + "Mon, 13 Apr 2020 03:11:47 GMT" ], "Content-Length": [ "30" @@ -26420,8 +26618,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26429,7 +26627,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26443,13 +26641,13 @@ "10" ], "x-ms-request-id": [ - "d67089ad-6e3f-42fd-a362-4b2987122e24" + "e9e8ec7b-8ef5-41fa-a009-4e7dd49f3f9e" ], "x-ms-correlation-request-id": [ - "0911179f-3345-4ab9-a8ab-c2c9cd3bbf3e" + "b6f9fb8e-953c-4bb8-afc9-1d13d824fd26" ], "x-ms-arm-service-request-id": [ - "079f5383-ac4f-4535-b050-18f13f62f555" + "d517a6d9-503d-4688-b34d-2e2bcd8f21d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26459,16 +26657,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" + "11890" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103121Z:0911179f-3345-4ab9-a8ab-c2c9cd3bbf3e" + "WESTUS:20200413T031157Z:b6f9fb8e-953c-4bb8-afc9-1d13d824fd26" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:21 GMT" + "Mon, 13 Apr 2020 03:11:57 GMT" ], "Content-Length": [ "30" @@ -26484,8 +26682,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26493,7 +26691,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26507,13 +26705,13 @@ "10" ], "x-ms-request-id": [ - "f154a12d-7072-457e-a9b6-d567694a37de" + "d5f4bc9b-6c05-4936-80b3-1de14a11b6c2" ], "x-ms-correlation-request-id": [ - "168a6158-8203-4e88-b5b3-f6c17a057a00" + "505c88f8-c57d-4255-9f23-d21ab102152d" ], "x-ms-arm-service-request-id": [ - "224963a5-6d78-4059-90a6-5dd4d0ef6ab6" + "f418bd53-c4ce-418c-9639-c7e629e8bfdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26523,16 +26721,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" + "11889" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103132Z:168a6158-8203-4e88-b5b3-f6c17a057a00" + "WESTUS:20200413T031207Z:505c88f8-c57d-4255-9f23-d21ab102152d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:31 GMT" + "Mon, 13 Apr 2020 03:12:07 GMT" ], "Content-Length": [ "30" @@ -26548,8 +26746,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26557,7 +26755,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26571,32 +26769,32 @@ "10" ], "x-ms-request-id": [ - "6044c27e-fb25-4449-a00d-b42811b3061f" + "ede72249-912c-44ac-9227-9343a568dde8" ], "x-ms-correlation-request-id": [ - "dac912a0-5e4f-4aeb-97c0-57cadde8c95b" + "29524a37-e0ee-485b-a890-3038dfcc9f42" ], "x-ms-arm-service-request-id": [ - "69b0c20a-5161-41d3-b8cb-3cf7be2469b0" + "f9627d95-7812-4a2a-b4bf-1323cba5f179" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11888" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103142Z:dac912a0-5e4f-4aeb-97c0-57cadde8c95b" + "WESTUS:20200413T031217Z:29524a37-e0ee-485b-a890-3038dfcc9f42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:41 GMT" + "Mon, 13 Apr 2020 03:12:17 GMT" ], "Content-Length": [ "30" @@ -26612,8 +26810,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26621,7 +26819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26635,13 +26833,13 @@ "10" ], "x-ms-request-id": [ - "75788cc6-d3fb-4c49-8506-f4cab3b5d87b" + "880ba9f5-639c-449c-9ad1-7ebfddbd5055" ], "x-ms-correlation-request-id": [ - "0b2bb2c6-1fd9-4b2f-93ec-f2b769c78c99" + "4d69407f-6036-497b-bb92-11846f363c55" ], "x-ms-arm-service-request-id": [ - "89f3def1-4511-40ba-952f-e01788561edb" + "14c133db-b1bd-4b9b-8750-9041e37e5ff8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26651,16 +26849,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" + "11887" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103152Z:0b2bb2c6-1fd9-4b2f-93ec-f2b769c78c99" + "WESTUS:20200413T031227Z:4d69407f-6036-497b-bb92-11846f363c55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:31:52 GMT" + "Mon, 13 Apr 2020 03:12:27 GMT" ], "Content-Length": [ "30" @@ -26676,8 +26874,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26685,7 +26883,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26699,13 +26897,13 @@ "10" ], "x-ms-request-id": [ - "dd9197b9-6ac6-45c5-a287-aeb400d5533c" + "3f23e7f4-c8bb-409d-b8b1-3bc9fcde203c" ], "x-ms-correlation-request-id": [ - "0fc9f877-1fac-4932-84d0-42df3756ae70" + "2280f892-e5c6-4edb-9a77-d77b4e224dcd" ], "x-ms-arm-service-request-id": [ - "bef44121-b73f-4893-b219-fdbd9c8256c3" + "98778f83-b038-42bf-b188-1c7780d2cd85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26715,16 +26913,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" + "11886" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103203Z:0fc9f877-1fac-4932-84d0-42df3756ae70" + "WESTUS:20200413T031238Z:2280f892-e5c6-4edb-9a77-d77b4e224dcd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:02 GMT" + "Mon, 13 Apr 2020 03:12:37 GMT" ], "Content-Length": [ "30" @@ -26740,8 +26938,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26749,7 +26947,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26763,13 +26961,13 @@ "10" ], "x-ms-request-id": [ - "f7b922ff-0a9a-44b3-89c3-37c364154a55" + "a07958a5-cc45-414a-afef-8aefdc567048" ], "x-ms-correlation-request-id": [ - "524699b7-ebe5-4d42-b384-c4a189b57efb" + "1903ddf3-0b9d-433f-851f-07ea81f2a4f7" ], "x-ms-arm-service-request-id": [ - "56971336-27e3-4ae0-ae78-f066a5c3cf97" + "b504ade7-0075-4929-b531-10655f98e0f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26779,16 +26977,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" + "11885" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103213Z:524699b7-ebe5-4d42-b384-c4a189b57efb" + "WESTUS:20200413T031248Z:1903ddf3-0b9d-433f-851f-07ea81f2a4f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:12 GMT" + "Mon, 13 Apr 2020 03:12:47 GMT" ], "Content-Length": [ "30" @@ -26804,8 +27002,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26813,7 +27011,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26827,32 +27025,32 @@ "10" ], "x-ms-request-id": [ - "dde1235f-5a1e-44e0-b7cd-7ef8c675fa7c" + "7171bfef-2fd2-4489-965c-1fe8063fbf95" ], "x-ms-correlation-request-id": [ - "8f6cb273-91fb-4d51-91ee-be7a2e46cb20" + "4d11201a-17fb-49ff-999a-602c51c8cf69" ], "x-ms-arm-service-request-id": [ - "058cfe73-a3b4-4bfd-b702-bb6cd03722c9" + "65172a04-db17-4a6e-8adb-0a6385b60bc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11884" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103223Z:8f6cb273-91fb-4d51-91ee-be7a2e46cb20" + "WESTUS:20200413T031258Z:4d11201a-17fb-49ff-999a-602c51c8cf69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:22 GMT" + "Mon, 13 Apr 2020 03:12:57 GMT" ], "Content-Length": [ "30" @@ -26868,8 +27066,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26877,7 +27075,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26891,13 +27089,13 @@ "10" ], "x-ms-request-id": [ - "7a614195-3ce2-4fbb-b7f8-989f894a9ac2" + "f883ff4a-b5ab-43e4-9893-6c66c3ab34dd" ], "x-ms-correlation-request-id": [ - "b35010f4-f576-4661-9918-742d524009e8" + "857bbf43-691d-4b13-b58d-86c16f5cb5d4" ], "x-ms-arm-service-request-id": [ - "13e96b40-31a1-473a-8270-82e5a9c0f989" + "55fba1a2-ecc5-40cb-b588-0ab8eed80aa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26907,16 +27105,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" + "11883" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103233Z:b35010f4-f576-4661-9918-742d524009e8" + "WESTUS:20200413T031308Z:857bbf43-691d-4b13-b58d-86c16f5cb5d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:33 GMT" + "Mon, 13 Apr 2020 03:13:07 GMT" ], "Content-Length": [ "30" @@ -26932,8 +27130,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -26941,7 +27139,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -26955,13 +27153,13 @@ "10" ], "x-ms-request-id": [ - "a51985e8-16f4-4d8a-ba5a-e6f48825f1a5" + "8cccd08f-ee34-4372-8501-7510d6259c64" ], "x-ms-correlation-request-id": [ - "48756182-cc07-4ebb-a4e4-9cbf975a45c5" + "7677216b-ad2f-453b-86b1-58fe64a96c68" ], "x-ms-arm-service-request-id": [ - "0cd71267-e9f3-4cae-a123-361a1b7ac72d" + "7ee3992e-71e3-4949-a8e6-41684f719d1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -26971,16 +27169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11890" + "11882" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103244Z:48756182-cc07-4ebb-a4e4-9cbf975a45c5" + "WESTUS:20200413T031318Z:7677216b-ad2f-453b-86b1-58fe64a96c68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:43 GMT" + "Mon, 13 Apr 2020 03:13:17 GMT" ], "Content-Length": [ "30" @@ -26996,8 +27194,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27005,7 +27203,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27019,13 +27217,13 @@ "10" ], "x-ms-request-id": [ - "1deb125a-6bb2-4441-97e7-0c133197aaf3" + "2db0c651-6c7d-423b-a060-ba7b952b88ce" ], "x-ms-correlation-request-id": [ - "94b86fae-05f5-43c8-adcc-b497b0812de2" + "7b2c5322-3d03-435d-97e3-678ab505e97c" ], "x-ms-arm-service-request-id": [ - "d98b00dc-04b0-4a3c-9e16-40f316b81a56" + "eb9606a9-54b3-4e7d-86d9-1ffbf8329397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27035,16 +27233,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11889" + "11881" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103254Z:94b86fae-05f5-43c8-adcc-b497b0812de2" + "WESTUS:20200413T031328Z:7b2c5322-3d03-435d-97e3-678ab505e97c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:32:53 GMT" + "Mon, 13 Apr 2020 03:13:27 GMT" ], "Content-Length": [ "30" @@ -27060,8 +27258,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27069,7 +27267,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27083,32 +27281,32 @@ "10" ], "x-ms-request-id": [ - "464f9196-2f74-40ee-9c67-674a2256c8d8" + "caa70fac-e778-4022-8827-a62674fc4dd3" ], "x-ms-correlation-request-id": [ - "9e36e5ca-2415-46c2-a37c-37c2c52fe784" + "84985933-05b6-46e3-a15a-93c2a717e16b" ], "x-ms-arm-service-request-id": [ - "aeb72cd5-599c-4065-aea6-1aee0b00b274" + "5a4cd001-1339-4143-889a-4f2cef1aa7d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11888" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11880" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103304Z:9e36e5ca-2415-46c2-a37c-37c2c52fe784" + "WESTUS:20200413T031338Z:84985933-05b6-46e3-a15a-93c2a717e16b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:03 GMT" + "Mon, 13 Apr 2020 03:13:37 GMT" ], "Content-Length": [ "30" @@ -27124,8 +27322,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27133,7 +27331,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27147,13 +27345,13 @@ "10" ], "x-ms-request-id": [ - "762df056-7a41-40b9-b1d1-99da2bf70251" + "776e97b5-469c-4a0c-be54-1365465b1c6d" ], "x-ms-correlation-request-id": [ - "becd450a-77c2-4704-8bbc-ab8d466e3e03" + "f4f6737e-a592-46d7-bf4b-02672b10a22a" ], "x-ms-arm-service-request-id": [ - "69483543-072a-46cd-a898-a9b0c5705154" + "f7d85d06-df83-4437-af0e-c1b7a7e0b373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27163,16 +27361,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11887" + "11879" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103315Z:becd450a-77c2-4704-8bbc-ab8d466e3e03" + "WESTUS:20200413T031348Z:f4f6737e-a592-46d7-bf4b-02672b10a22a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:14 GMT" + "Mon, 13 Apr 2020 03:13:47 GMT" ], "Content-Length": [ "30" @@ -27188,8 +27386,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27197,7 +27395,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27211,13 +27409,13 @@ "10" ], "x-ms-request-id": [ - "aab9175e-aaa8-40af-a70c-ac47737f876d" + "e30519b7-35a2-4ab2-8cab-91e62f613e67" ], "x-ms-correlation-request-id": [ - "6e7bcdd1-d4ff-4318-bab1-7dcf88ca1f0d" + "c25646ea-f92d-40ef-a0ad-9f2f0b0763f6" ], "x-ms-arm-service-request-id": [ - "34cc2504-dbeb-4a69-98d7-8347208f2330" + "f5964026-35e6-420b-ab4f-66892c3d6bd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27227,16 +27425,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11886" + "11878" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103325Z:6e7bcdd1-d4ff-4318-bab1-7dcf88ca1f0d" + "WESTUS:20200413T031358Z:c25646ea-f92d-40ef-a0ad-9f2f0b0763f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:25 GMT" + "Mon, 13 Apr 2020 03:13:58 GMT" ], "Content-Length": [ "30" @@ -27252,8 +27450,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27261,7 +27459,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27275,32 +27473,32 @@ "10" ], "x-ms-request-id": [ - "d07056cd-1df0-46a3-8101-ca4695e187f7" + "bb8057f3-b8d2-42a3-8ce5-612bec77638f" ], "x-ms-correlation-request-id": [ - "97482a65-1a38-46ed-bfa1-601a12f23b95" + "3cf8b077-0fe9-491d-a4d7-bf03eb77fcff" ], "x-ms-arm-service-request-id": [ - "8a2fe0b5-2906-4b0b-b20c-5c6eb2d65fef" + "1fdec319-5b00-444b-9afc-29f518e4f0d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11877" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103335Z:97482a65-1a38-46ed-bfa1-601a12f23b95" + "WESTUS:20200413T031408Z:3cf8b077-0fe9-491d-a4d7-bf03eb77fcff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:35 GMT" + "Mon, 13 Apr 2020 03:14:08 GMT" ], "Content-Length": [ "30" @@ -27316,8 +27514,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27325,7 +27523,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27339,13 +27537,13 @@ "10" ], "x-ms-request-id": [ - "c0f0027e-009c-4755-8087-8757d626e3bf" + "2ce4fa1d-73b2-4ada-b22e-903eff5b1122" ], "x-ms-correlation-request-id": [ - "7bb2b121-70bc-402a-8e81-9a3e50b2e6b2" + "8ec5f8dc-ced7-44e9-a89e-383809d32b0f" ], "x-ms-arm-service-request-id": [ - "57679fb2-3e05-4d5f-a0a1-17e2790c2301" + "fd9536a4-e9e2-45c1-902a-9131b4ba626e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27355,16 +27553,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11884" + "11876" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103345Z:7bb2b121-70bc-402a-8e81-9a3e50b2e6b2" + "WESTUS:20200413T031418Z:8ec5f8dc-ced7-44e9-a89e-383809d32b0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:45 GMT" + "Mon, 13 Apr 2020 03:14:18 GMT" ], "Content-Length": [ "30" @@ -27380,8 +27578,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27389,7 +27587,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27403,13 +27601,13 @@ "10" ], "x-ms-request-id": [ - "27c1b9e5-b7eb-435e-9718-e621cdfad64c" + "2a91def6-2351-4af9-81b3-a72282677d8a" ], "x-ms-correlation-request-id": [ - "61b6e022-d02a-4990-ab94-4432e99e014a" + "3ca28d3a-ca50-4179-9acb-c03e6ad428ec" ], "x-ms-arm-service-request-id": [ - "7f54c221-1ff4-4411-9b59-bc90ae32f5a5" + "6c0d2a53-3a4e-4392-8fa8-ab5125d71e53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27419,16 +27617,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11883" + "11875" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103356Z:61b6e022-d02a-4990-ab94-4432e99e014a" + "WESTUS:20200413T031428Z:3ca28d3a-ca50-4179-9acb-c03e6ad428ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:33:55 GMT" + "Mon, 13 Apr 2020 03:14:28 GMT" ], "Content-Length": [ "30" @@ -27444,8 +27642,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27453,7 +27651,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27467,13 +27665,13 @@ "10" ], "x-ms-request-id": [ - "49a48142-1303-4d5f-bd45-110ebae93150" + "e1fb3072-a5f4-4636-8826-ce5a70a2925c" ], "x-ms-correlation-request-id": [ - "442c314f-3ff5-4c12-8440-a21df89691b8" + "e482a235-8ae4-4c6c-acc8-5d9c158ddddb" ], "x-ms-arm-service-request-id": [ - "1d80557f-81dc-4be6-b9a0-53002f65dbee" + "a37ed644-ed44-4e9e-99c7-0fc23a11cb90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27483,16 +27681,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11882" + "11874" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103406Z:442c314f-3ff5-4c12-8440-a21df89691b8" + "WESTUS:20200413T031438Z:e482a235-8ae4-4c6c-acc8-5d9c158ddddb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:05 GMT" + "Mon, 13 Apr 2020 03:14:38 GMT" ], "Content-Length": [ "30" @@ -27508,8 +27706,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27517,7 +27715,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27531,13 +27729,13 @@ "10" ], "x-ms-request-id": [ - "36cb9cab-9c5b-49fe-9100-2f796252d51f" + "1da515d0-8254-43de-8140-ef4a504c8179" ], "x-ms-correlation-request-id": [ - "1f2747a3-c1cb-4723-bc00-6d265663537b" + "e4ce63f7-06a6-41dc-953e-5f5c61323be7" ], "x-ms-arm-service-request-id": [ - "1073f381-fd45-4f8d-884e-84fe2064892b" + "258299ed-0fa7-4ea0-ae52-fd281b8566e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27547,16 +27745,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11881" + "11873" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103416Z:1f2747a3-c1cb-4723-bc00-6d265663537b" + "WESTUS:20200413T031448Z:e4ce63f7-06a6-41dc-953e-5f5c61323be7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:16 GMT" + "Mon, 13 Apr 2020 03:14:48 GMT" ], "Content-Length": [ "30" @@ -27572,8 +27770,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27581,7 +27779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27595,32 +27793,32 @@ "10" ], "x-ms-request-id": [ - "9cdf200f-2a9b-4a57-974e-714f60fd34fd" + "d549eb0e-92ad-4614-b109-a3d4b30e8887" ], "x-ms-correlation-request-id": [ - "d9f27991-97cf-4048-8e7a-0e9fa54cbf69" + "b417ede0-ad1d-4e5f-8b35-9c4c39779d52" ], "x-ms-arm-service-request-id": [ - "508942b8-b9f9-4cf2-8c12-515f52bf0d35" + "ac731f5b-e894-4266-9632-8fda316cd096" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11880" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11872" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103426Z:d9f27991-97cf-4048-8e7a-0e9fa54cbf69" + "WESTUS:20200413T031459Z:b417ede0-ad1d-4e5f-8b35-9c4c39779d52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:26 GMT" + "Mon, 13 Apr 2020 03:14:58 GMT" ], "Content-Length": [ "30" @@ -27636,8 +27834,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27645,7 +27843,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27659,13 +27857,13 @@ "10" ], "x-ms-request-id": [ - "c2b5e38b-65e5-4208-afe9-70ef7754ec13" + "46fd2c26-5253-433c-b277-4a2797f51df5" ], "x-ms-correlation-request-id": [ - "4dd798d3-f92f-4bba-bef4-62bac221f08b" + "2976ba4e-4afc-4974-99e3-8f18f22a4709" ], "x-ms-arm-service-request-id": [ - "ef954fba-5237-48b2-80c6-77474f8011ad" + "c2d8b57f-a113-4785-8082-3baab0357e8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27675,16 +27873,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11879" + "11871" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103436Z:4dd798d3-f92f-4bba-bef4-62bac221f08b" + "WESTUS:20200413T031509Z:2976ba4e-4afc-4974-99e3-8f18f22a4709" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:36 GMT" + "Mon, 13 Apr 2020 03:15:08 GMT" ], "Content-Length": [ "30" @@ -27700,8 +27898,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27709,7 +27907,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27723,32 +27921,32 @@ "10" ], "x-ms-request-id": [ - "0950b48d-7b16-4c0d-988f-2104fec9f92e" + "af7e4a87-97f7-4b67-8784-0b3075ea691a" ], "x-ms-correlation-request-id": [ - "82518e27-b3bc-48d1-815d-9a340c6a373b" + "9e41ecd5-4346-4c0b-8fbe-f61afd509f0a" ], "x-ms-arm-service-request-id": [ - "8e9d9793-38ab-4f9e-83b8-6bf92ff4c436" + "e43e9b4c-4ded-4404-bd3c-1b8772dc4e6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11870" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11878" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103447Z:82518e27-b3bc-48d1-815d-9a340c6a373b" + "WESTUS:20200413T031519Z:9e41ecd5-4346-4c0b-8fbe-f61afd509f0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:46 GMT" + "Mon, 13 Apr 2020 03:15:18 GMT" ], "Content-Length": [ "30" @@ -27764,8 +27962,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27773,7 +27971,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27787,13 +27985,13 @@ "10" ], "x-ms-request-id": [ - "6dfac192-6dc0-4dc1-8bcd-6a48a751d64f" + "283ae290-66b1-4c0d-b19c-5afbdc536150" ], "x-ms-correlation-request-id": [ - "3b87b91c-02b2-4985-a3eb-3ac30a5ade7b" + "6071bafe-9908-42b3-9406-264366776395" ], "x-ms-arm-service-request-id": [ - "08a224be-a2e1-4bae-a069-38533e75186a" + "ff7d0b6c-b0cb-4dea-a6dc-bc74f65f838d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27803,16 +28001,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11877" + "11869" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103457Z:3b87b91c-02b2-4985-a3eb-3ac30a5ade7b" + "WESTUS:20200413T031529Z:6071bafe-9908-42b3-9406-264366776395" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:34:56 GMT" + "Mon, 13 Apr 2020 03:15:28 GMT" ], "Content-Length": [ "30" @@ -27828,8 +28026,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27837,7 +28035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27851,13 +28049,13 @@ "10" ], "x-ms-request-id": [ - "245d9bfc-5ced-45bb-bd40-777e3b2957fc" + "85de88ae-cb48-4c27-8a51-81d49fe762a1" ], "x-ms-correlation-request-id": [ - "3b2a08ed-20e7-493b-ac14-be0febc1be72" + "d53b13a0-443f-4ba3-8d06-5d3ee1ef455f" ], "x-ms-arm-service-request-id": [ - "23de50b2-53da-4fc7-9eeb-86189757f802" + "4ba609d8-9522-4f48-a429-4694df2137a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27867,16 +28065,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11876" + "11868" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103507Z:3b2a08ed-20e7-493b-ac14-be0febc1be72" + "WESTUS:20200413T031539Z:d53b13a0-443f-4ba3-8d06-5d3ee1ef455f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:06 GMT" + "Mon, 13 Apr 2020 03:15:38 GMT" ], "Content-Length": [ "30" @@ -27892,8 +28090,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27901,7 +28099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27915,13 +28113,13 @@ "10" ], "x-ms-request-id": [ - "cedfb7bb-8ad4-48a5-b415-b7a704803fe9" + "07226c29-0773-4c97-954f-351d5ceb0ddf" ], "x-ms-correlation-request-id": [ - "c64dcf8f-7059-4e36-b06b-81d9428fca8b" + "b9106e07-8596-4a10-8790-19b4be88df0f" ], "x-ms-arm-service-request-id": [ - "abf147d5-52eb-4a48-b232-27ff93e7190a" + "1ed38cb5-e158-447e-bab4-644df982ebd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27931,16 +28129,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11875" + "11867" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103517Z:c64dcf8f-7059-4e36-b06b-81d9428fca8b" + "WESTUS:20200413T031549Z:b9106e07-8596-4a10-8790-19b4be88df0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:17 GMT" + "Mon, 13 Apr 2020 03:15:48 GMT" ], "Content-Length": [ "30" @@ -27956,8 +28154,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -27965,7 +28163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27979,13 +28177,13 @@ "10" ], "x-ms-request-id": [ - "8edcc0fe-d194-43b0-ba45-ac4d953577bf" + "183eeee4-3fe0-48f8-8fcf-360332d9c2fe" ], "x-ms-correlation-request-id": [ - "8d15bb9f-e2b9-4bc7-a2ff-f108cf4e1f13" + "db2db3a2-ca0c-4621-ac82-b244a1f1dd4c" ], "x-ms-arm-service-request-id": [ - "8f0e51fd-86e0-4631-9b24-6b3c4de4a511" + "bb3690db-8026-47f5-9082-1925cd4f92c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -27995,16 +28193,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11874" + "11866" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103528Z:8d15bb9f-e2b9-4bc7-a2ff-f108cf4e1f13" + "WESTUS:20200413T031559Z:db2db3a2-ca0c-4621-ac82-b244a1f1dd4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:27 GMT" + "Mon, 13 Apr 2020 03:15:58 GMT" ], "Content-Length": [ "30" @@ -28020,8 +28218,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28029,7 +28227,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28043,13 +28241,13 @@ "10" ], "x-ms-request-id": [ - "cbbedbe5-396d-4227-addf-ff514289f3da" + "20359f2b-4536-4d68-90b8-ac3428753c7a" ], "x-ms-correlation-request-id": [ - "0576f885-40f8-41eb-be81-322653b3fd05" + "190d3a85-5606-4678-9977-1a8ebfbf768e" ], "x-ms-arm-service-request-id": [ - "795ea90a-65e1-4747-822a-cf73a603f7ad" + "51ac5f2d-62ca-4ed8-98b0-8acd4d88af45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28059,16 +28257,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11873" + "11865" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103538Z:0576f885-40f8-41eb-be81-322653b3fd05" + "WESTUS:20200413T031609Z:190d3a85-5606-4678-9977-1a8ebfbf768e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:38 GMT" + "Mon, 13 Apr 2020 03:16:09 GMT" ], "Content-Length": [ "30" @@ -28084,8 +28282,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28093,7 +28291,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28107,32 +28305,32 @@ "10" ], "x-ms-request-id": [ - "5f2b13df-7206-4431-9177-eb5929c9770c" + "a3c414fb-7536-491e-a5f3-ad784ed3602e" ], "x-ms-correlation-request-id": [ - "b0979fa3-1d2c-484f-96d7-4cc46cd851d1" + "7a36c159-ea6b-4023-b344-a6ccfe80a8c6" ], "x-ms-arm-service-request-id": [ - "697c9bef-5ba9-4777-af3a-9e2973811f47" + "d6dbe81e-e4e2-4b52-aa23-9a1993f9eaa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11872" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11864" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103548Z:b0979fa3-1d2c-484f-96d7-4cc46cd851d1" + "WESTUS:20200413T031619Z:7a36c159-ea6b-4023-b344-a6ccfe80a8c6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:48 GMT" + "Mon, 13 Apr 2020 03:16:19 GMT" ], "Content-Length": [ "30" @@ -28148,8 +28346,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28157,7 +28355,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28171,32 +28369,32 @@ "10" ], "x-ms-request-id": [ - "3dd2a146-ffc2-4919-bd2d-ba084564ccc1" + "8eb168a4-d7b9-4673-8523-d3ab4c2e1f9d" ], "x-ms-correlation-request-id": [ - "c85c1bc9-e558-4332-b2a5-87bf86fe407d" + "cd71dd7a-fee3-4724-8226-5a335ef4c11d" ], "x-ms-arm-service-request-id": [ - "699d3cde-6d1b-4d01-ab53-fd4ac2c6d0ac" + "4625b362-ac1e-480e-8252-ceef20a15fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11863" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11871" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103559Z:c85c1bc9-e558-4332-b2a5-87bf86fe407d" + "WESTUS:20200413T031629Z:cd71dd7a-fee3-4724-8226-5a335ef4c11d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:35:59 GMT" + "Mon, 13 Apr 2020 03:16:29 GMT" ], "Content-Length": [ "30" @@ -28212,8 +28410,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28221,7 +28419,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28235,13 +28433,13 @@ "10" ], "x-ms-request-id": [ - "758bb08e-18d6-4058-bd50-40d7a0ac9110" + "1d3788a0-7319-4823-9122-60578464a9fc" ], "x-ms-correlation-request-id": [ - "0b2130a6-ce5e-4fd9-9437-22931547eb86" + "f63085e8-2da6-4480-866b-801a4defbfcb" ], "x-ms-arm-service-request-id": [ - "a4942a8c-817e-41b7-9846-992561157dd9" + "ca81752b-8c3e-4731-b0a3-29cae2991828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28251,16 +28449,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11870" + "11862" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103609Z:0b2130a6-ce5e-4fd9-9437-22931547eb86" + "WESTUS:20200413T031639Z:f63085e8-2da6-4480-866b-801a4defbfcb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:09 GMT" + "Mon, 13 Apr 2020 03:16:39 GMT" ], "Content-Length": [ "30" @@ -28276,8 +28474,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28285,7 +28483,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28299,13 +28497,13 @@ "10" ], "x-ms-request-id": [ - "bfd550e3-d1f1-4fac-9f86-97d8c1e6161a" + "31863540-b998-435f-b0d6-e7ee338a4642" ], "x-ms-correlation-request-id": [ - "9c167ffb-0486-4940-8632-416ccb3b5c09" + "97321173-cab4-4b62-b2e2-6eccf45364df" ], "x-ms-arm-service-request-id": [ - "be174d03-f88f-441e-b66d-1c1d1a1e31b3" + "8af0e755-9770-4363-895f-95d5d80c3047" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28315,16 +28513,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11869" + "11861" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103619Z:9c167ffb-0486-4940-8632-416ccb3b5c09" + "WESTUS:20200413T031649Z:97321173-cab4-4b62-b2e2-6eccf45364df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:19 GMT" + "Mon, 13 Apr 2020 03:16:49 GMT" ], "Content-Length": [ "30" @@ -28340,8 +28538,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28349,7 +28547,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28363,13 +28561,13 @@ "10" ], "x-ms-request-id": [ - "81570ff7-148b-4c9c-8fab-8fb46b7385bf" + "5bd855c2-e747-49a7-9b91-44293faa066b" ], "x-ms-correlation-request-id": [ - "a3d659ec-c722-44c7-97d3-0c5993216518" + "5639217a-ecb0-4cca-93fe-c72f62fe3f1b" ], "x-ms-arm-service-request-id": [ - "5f34f866-8186-46a9-9138-918be9d0456c" + "6d78d55f-8193-4230-ac37-b5951e28315f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28379,16 +28577,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11868" + "11860" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103629Z:a3d659ec-c722-44c7-97d3-0c5993216518" + "WESTUS:20200413T031659Z:5639217a-ecb0-4cca-93fe-c72f62fe3f1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:29 GMT" + "Mon, 13 Apr 2020 03:16:59 GMT" ], "Content-Length": [ "30" @@ -28404,8 +28602,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28413,7 +28611,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28427,13 +28625,13 @@ "10" ], "x-ms-request-id": [ - "e4cfdcd3-5458-480c-9ab7-d1a089ec1472" + "7fd1d5ef-cc1a-4831-83cf-411e940f4b66" ], "x-ms-correlation-request-id": [ - "f7feb82a-74c6-44b9-992f-d86b396471d2" + "06bab608-ec6a-4869-8065-c740a20d22ab" ], "x-ms-arm-service-request-id": [ - "2537598b-090a-412e-a2a4-c97a1ce4a7db" + "e5962d17-b61f-4c8b-ae62-72ac9c4aa3ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28443,16 +28641,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11867" + "11859" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103640Z:f7feb82a-74c6-44b9-992f-d86b396471d2" + "WESTUS:20200413T031709Z:06bab608-ec6a-4869-8065-c740a20d22ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:39 GMT" + "Mon, 13 Apr 2020 03:17:09 GMT" ], "Content-Length": [ "30" @@ -28468,8 +28666,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28477,7 +28675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28491,13 +28689,13 @@ "10" ], "x-ms-request-id": [ - "0175e4dc-e5ef-4570-8ef6-468c7317ef03" + "e3a476e7-3268-40a9-a488-87aa1c085f97" ], "x-ms-correlation-request-id": [ - "0d1ea926-647a-4c4e-86cd-94edf5714a3c" + "d8c5a794-09ac-415d-841b-63c0b3621f6e" ], "x-ms-arm-service-request-id": [ - "371ea511-2b7d-43d6-93c6-ddc127256119" + "62383b26-a957-479b-aa75-941b63001072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28507,16 +28705,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11866" + "11858" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103650Z:0d1ea926-647a-4c4e-86cd-94edf5714a3c" + "WESTUS:20200413T031719Z:d8c5a794-09ac-415d-841b-63c0b3621f6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:49 GMT" + "Mon, 13 Apr 2020 03:17:19 GMT" ], "Content-Length": [ "30" @@ -28532,8 +28730,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28541,7 +28739,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28555,13 +28753,13 @@ "10" ], "x-ms-request-id": [ - "0aeebf07-f824-4078-bee3-8237a7394cc9" + "58dbbdac-ed5e-412b-b317-dfb80807541b" ], "x-ms-correlation-request-id": [ - "dc7fa4b1-fa7d-4267-aef0-38a9270beb47" + "dd909f62-2e39-42b9-8dfb-eca0de216e33" ], "x-ms-arm-service-request-id": [ - "65dbf383-d9bf-425d-8925-6e2a5f8122a3" + "dd8afb00-9ae9-4c37-8d2a-42bd1c1200b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28571,16 +28769,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11865" + "11857" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103700Z:dc7fa4b1-fa7d-4267-aef0-38a9270beb47" + "WESTUS:20200413T031729Z:dd909f62-2e39-42b9-8dfb-eca0de216e33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:36:59 GMT" + "Mon, 13 Apr 2020 03:17:29 GMT" ], "Content-Length": [ "30" @@ -28596,8 +28794,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28605,7 +28803,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28619,96 +28817,32 @@ "10" ], "x-ms-request-id": [ - "df3ce4c3-f03c-4b2b-8682-647c3d6959f3" + "39f64864-5f86-4018-9e12-2ea89ead9efc" ], "x-ms-correlation-request-id": [ - "5ed4e06a-959e-42b4-a2ea-fa261dc7f44e" + "ee1640c0-022d-47f2-ba02-5a501f9a459b" ], "x-ms-arm-service-request-id": [ - "436bafaf-58ee-4cf4-8545-302a15238367" + "c09a3bc8-5b9a-412f-b169-c991713273bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11864" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103710Z:5ed4e06a-959e-42b4-a2ea-fa261dc7f44e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:37:10 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "c637126d-e83a-49d6-b0d4-d101f8b7ef70" - ], - "x-ms-correlation-request-id": [ - "eeef0968-648b-4afc-ae36-156af70b7fae" - ], - "x-ms-arm-service-request-id": [ - "e1a54033-d54c-4722-ab23-771fc0e305af" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "11856" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11863" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103721Z:eeef0968-648b-4afc-ae36-156af70b7fae" + "WESTUS:20200413T031739Z:ee1640c0-022d-47f2-ba02-5a501f9a459b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:37:20 GMT" + "Mon, 13 Apr 2020 03:17:39 GMT" ], "Content-Length": [ "30" @@ -28724,8 +28858,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28733,7 +28867,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28747,13 +28881,13 @@ "10" ], "x-ms-request-id": [ - "48ff80d6-7f4d-4507-bbcc-c3133036cdeb" + "d3ba87f0-bb46-4d3a-9484-c296bc0ace09" ], "x-ms-correlation-request-id": [ - "5ea19674-c7ba-44ca-a02f-5d3620e61e97" + "89d3cf21-2330-440e-8225-6efd61d6ab17" ], "x-ms-arm-service-request-id": [ - "db57c379-6fe0-4d44-93dd-4ea839f0e531" + "14aa3fee-fc40-442b-b894-7b4c0068a7e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28763,16 +28897,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11862" + "11855" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103731Z:5ea19674-c7ba-44ca-a02f-5d3620e61e97" + "WESTUS:20200413T031750Z:89d3cf21-2330-440e-8225-6efd61d6ab17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:37:30 GMT" + "Mon, 13 Apr 2020 03:17:49 GMT" ], "Content-Length": [ "30" @@ -28788,8 +28922,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28797,7 +28931,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28811,13 +28945,13 @@ "10" ], "x-ms-request-id": [ - "223e61e2-9035-4d1b-9f2d-59547f244740" + "019e5f7c-7ad8-4297-aa48-2c6910fcd54f" ], "x-ms-correlation-request-id": [ - "d3c84975-fe2a-4cbb-a65f-f7de5d25fa3d" + "faab5366-442a-4f39-9394-a196e8aa3e68" ], "x-ms-arm-service-request-id": [ - "a3e6cf33-c672-488a-b85e-e4a291fa0cbe" + "7588be5e-2142-4582-a3f0-67f4d914ed8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28827,16 +28961,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11861" + "11854" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103741Z:d3c84975-fe2a-4cbb-a65f-f7de5d25fa3d" + "WESTUS:20200413T031800Z:faab5366-442a-4f39-9394-a196e8aa3e68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:37:40 GMT" + "Mon, 13 Apr 2020 03:18:00 GMT" ], "Content-Length": [ "30" @@ -28852,8 +28986,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28861,7 +28995,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28875,13 +29009,13 @@ "10" ], "x-ms-request-id": [ - "31aa7816-f39e-448f-8c30-047ffec64418" + "31d36316-345c-402a-a313-d6690f914f60" ], "x-ms-correlation-request-id": [ - "9bb49d81-1026-45d6-a65a-83bccaa99527" + "00cdce72-f243-42ab-9af2-6d7cc5a0f81e" ], "x-ms-arm-service-request-id": [ - "3c826bee-1ada-4592-a15e-a5c854921bae" + "4c1f6f8c-5cbc-4b31-9796-6848bc040057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28891,16 +29025,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11860" + "11853" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103752Z:9bb49d81-1026-45d6-a65a-83bccaa99527" + "WESTUS:20200413T031810Z:00cdce72-f243-42ab-9af2-6d7cc5a0f81e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:37:52 GMT" + "Mon, 13 Apr 2020 03:18:10 GMT" ], "Content-Length": [ "30" @@ -28916,8 +29050,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28925,7 +29059,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -28939,13 +29073,13 @@ "10" ], "x-ms-request-id": [ - "879a8a05-ec30-4c92-88c3-d16eec080677" + "0c30acc3-094f-44ed-ae4f-7c5cbaf7c9f7" ], "x-ms-correlation-request-id": [ - "54569904-e031-4936-8f72-f9d0dc64fdab" + "e3f69ac7-783d-44a4-b493-9ceec03796af" ], "x-ms-arm-service-request-id": [ - "07a449fd-c7f7-44fe-b187-ce8a5a169399" + "0e08f15b-c93c-43db-b7fd-945f3a0e5ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -28955,16 +29089,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11859" + "11852" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103802Z:54569904-e031-4936-8f72-f9d0dc64fdab" + "WESTUS:20200413T031820Z:e3f69ac7-783d-44a4-b493-9ceec03796af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:02 GMT" + "Mon, 13 Apr 2020 03:18:20 GMT" ], "Content-Length": [ "30" @@ -28980,8 +29114,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -28989,7 +29123,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29003,13 +29137,13 @@ "10" ], "x-ms-request-id": [ - "78184450-8f9e-4cca-9dca-6042579be4de" + "6ee36eaa-4777-4c4f-a9c4-238803626a16" ], "x-ms-correlation-request-id": [ - "e1cabcab-ae1c-4b4a-8d76-1e02ad85f9c9" + "2a7d2c19-72e7-4837-b1db-dcbde9ff4a53" ], "x-ms-arm-service-request-id": [ - "bc4b8030-17f5-413f-b867-136af6a81cdc" + "6aeaae60-c4b3-4612-9d1f-1a1645ac0dfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29019,16 +29153,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11858" + "11851" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103812Z:e1cabcab-ae1c-4b4a-8d76-1e02ad85f9c9" + "WESTUS:20200413T031830Z:2a7d2c19-72e7-4837-b1db-dcbde9ff4a53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:12 GMT" + "Mon, 13 Apr 2020 03:18:30 GMT" ], "Content-Length": [ "30" @@ -29044,8 +29178,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29053,7 +29187,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29067,13 +29201,13 @@ "10" ], "x-ms-request-id": [ - "386f8e87-0804-4d50-8e00-2a2b69745947" + "e7845188-e5dc-4883-a186-1fcbab1b99ac" ], "x-ms-correlation-request-id": [ - "6510eb41-29b9-490c-afa2-8d486d7a8894" + "b9130b06-fa43-441b-a5c0-4f1d30658b8d" ], "x-ms-arm-service-request-id": [ - "eb211b97-1fed-4c1f-ace4-68921df3e828" + "2a17a80d-7f92-488c-b6e9-d63978b778bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29083,16 +29217,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11857" + "11850" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103822Z:6510eb41-29b9-490c-afa2-8d486d7a8894" + "WESTUS:20200413T031840Z:b9130b06-fa43-441b-a5c0-4f1d30658b8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:22 GMT" + "Mon, 13 Apr 2020 03:18:40 GMT" ], "Content-Length": [ "30" @@ -29108,8 +29242,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/9d573bb2-8cf7-403b-9783-05100d61b87d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzlkNTczYmIyLThjZjctNDAzYi05NzgzLTA1MTAwZDYxYjg3ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/37019ed1-e726-4bc2-a2c9-636c28fb2c2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM3MDE5ZWQxLWU3MjYtNGJjMi1hMmM5LTYzNmMyOGZiMmMyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29117,7 +29251,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29128,32 +29262,32 @@ "no-cache" ], "x-ms-request-id": [ - "a4087de2-d4be-463a-9ee8-b2e913e5a74c" + "03172b5c-c9f6-428e-a073-802fa8ddfa9f" ], "x-ms-correlation-request-id": [ - "5228b46d-917c-4128-b4ce-243359388077" + "06ed072b-59c1-41ec-8312-dfbe6e24c47f" ], "x-ms-arm-service-request-id": [ - "fc94a28d-7ce0-4ba6-82dd-23b9524a5253" + "2fdadfa8-a83e-42d8-8c9c-88239c66ff8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11856" + "11849" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103833Z:5228b46d-917c-4128-b4ce-243359388077" + "WESTUS:20200413T031850Z:06ed072b-59c1-41ec-8312-dfbe6e24c47f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:32 GMT" + "Mon, 13 Apr 2020 03:18:49 GMT" ], "Content-Length": [ "29" @@ -29169,13 +29303,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjcvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDgvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67babcbd-c6f3-4f75-916b-a54c93d43a37" + "68c97d9c-cbf6-4e59-8142-0b3617919d49" ], "Accept-Language": [ "en-US" @@ -29184,7 +29318,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29195,22 +29329,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "a97b1e27-5682-4a40-9c97-e51072b12bdc" + "6d3070bd-e038-4003-ad4f-85bb463662e1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "51cebfb9-b233-45c9-a02b-e8d6fb522fa8" + "945d5314-d232-4daa-8845-1bb600b5ec73" ], "x-ms-arm-service-request-id": [ - "b9dd70bc-aeac-4c88-932a-ec7815cca2b5" + "f31d7199-d946-4394-8f93-82abfe28d656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29223,13 +29357,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103835Z:51cebfb9-b233-45c9-a02b-e8d6fb522fa8" + "WESTUS:20200413T031851Z:945d5314-d232-4daa-8845-1bb600b5ec73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:34 GMT" + "Mon, 13 Apr 2020 03:18:50 GMT" ], "Expires": [ "-1" @@ -29242,13 +29376,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/stop?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjcvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/stop?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDgvc3RvcD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d657a33-51a8-4c6e-ae77-cd71ced2a908" + "2a6633fe-6a08-4dfe-a602-0e14246e9f41" ], "Accept-Language": [ "en-US" @@ -29257,7 +29391,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29268,22 +29402,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "d8f497f6-a032-4dbb-9b46-de56b0b61242" + "762c9fc6-f9ed-4505-af00-b075d37ad870" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "722368e0-7d99-40dc-844c-3e0fa7a9fe48" + "4a100201-efcd-4dc2-b066-19b0728b6f6e" ], "x-ms-arm-service-request-id": [ - "69ce90f8-3043-4271-ba9e-5e4417d9b21b" + "47ef1262-bfaf-4a4e-94a0-910d54006530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29296,13 +29430,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110154Z:722368e0-7d99-40dc-844c-3e0fa7a9fe48" + "WESTUS:20200413T033519Z:4a100201-efcd-4dc2-b066-19b0728b6f6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:54 GMT" + "Mon, 13 Apr 2020 03:35:19 GMT" ], "Expires": [ "-1" @@ -29315,8 +29449,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29324,7 +29458,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29338,13 +29472,13 @@ "10" ], "x-ms-request-id": [ - "12c3e9a8-687d-4023-b065-0da123307de4" + "a2db523d-1bd4-4562-b79f-382d89c4541d" ], "x-ms-correlation-request-id": [ - "7ba8ea87-341d-4ef4-b45f-f1b645c8763b" + "58223cf7-fd8c-43c6-922d-9a213456bf68" ], "x-ms-arm-service-request-id": [ - "071cca0a-6313-4e73-a4d8-75f06bfd386f" + "c2afc697-d843-453e-a9c0-66a59bd0e644" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29354,16 +29488,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11873" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103845Z:7ba8ea87-341d-4ef4-b45f-f1b645c8763b" + "WESTUS:20200413T031901Z:58223cf7-fd8c-43c6-922d-9a213456bf68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:45 GMT" + "Mon, 13 Apr 2020 03:19:00 GMT" ], "Content-Length": [ "30" @@ -29379,8 +29513,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29388,7 +29522,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29402,13 +29536,13 @@ "10" ], "x-ms-request-id": [ - "161dafb0-62b8-4685-8d1c-aa13db156281" + "511fb3f7-684c-4c37-804f-44060237679b" ], "x-ms-correlation-request-id": [ - "e70688aa-4c56-4dbb-9a4c-d143ed0b3476" + "379933ad-3161-415f-9bc7-b2a83a5a5826" ], "x-ms-arm-service-request-id": [ - "55bd21cd-048e-48b5-89bc-14fcdab3fb98" + "92fa4fb7-2e84-4479-b6bb-265938b442d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29418,16 +29552,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11872" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103855Z:e70688aa-4c56-4dbb-9a4c-d143ed0b3476" + "WESTUS:20200413T031911Z:379933ad-3161-415f-9bc7-b2a83a5a5826" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:38:55 GMT" + "Mon, 13 Apr 2020 03:19:10 GMT" ], "Content-Length": [ "30" @@ -29443,8 +29577,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29452,7 +29586,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29466,32 +29600,32 @@ "10" ], "x-ms-request-id": [ - "3be866ea-fcae-4b5c-9d95-9d867bb3ee3b" + "7a056fa9-cfac-4b8f-9532-2d8c38f12d15" ], "x-ms-correlation-request-id": [ - "6dd27545-906c-4484-894c-c2405f3eaa3c" + "9bd80ca7-cf32-43e8-9906-6f2ed8565f7b" ], "x-ms-arm-service-request-id": [ - "0b01d06b-c41b-4168-a73a-c0a634851621" + "03d5662e-08e9-4267-99b5-5a2707170898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11871" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103905Z:6dd27545-906c-4484-894c-c2405f3eaa3c" + "WESTUS:20200413T031921Z:9bd80ca7-cf32-43e8-9906-6f2ed8565f7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:05 GMT" + "Mon, 13 Apr 2020 03:19:20 GMT" ], "Content-Length": [ "30" @@ -29507,8 +29641,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29516,7 +29650,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29530,13 +29664,13 @@ "10" ], "x-ms-request-id": [ - "aa8fdfc9-85c4-4143-8210-bac5952b3e9e" + "16735523-449c-4a96-b5b6-6b82d19b52bb" ], "x-ms-correlation-request-id": [ - "8d4fa33c-0a25-4d19-8d4e-56495e1f0a71" + "4a2819fd-39e5-4c0e-b51a-3f90ad3490f1" ], "x-ms-arm-service-request-id": [ - "44ce7caa-9711-4616-994f-33daedb3f40f" + "868da0bd-3d3d-4c50-9ae8-cfade6836f4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29546,16 +29680,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11870" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103916Z:8d4fa33c-0a25-4d19-8d4e-56495e1f0a71" + "WESTUS:20200413T031931Z:4a2819fd-39e5-4c0e-b51a-3f90ad3490f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:15 GMT" + "Mon, 13 Apr 2020 03:19:30 GMT" ], "Content-Length": [ "30" @@ -29571,8 +29705,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29580,7 +29714,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29594,13 +29728,13 @@ "10" ], "x-ms-request-id": [ - "b282402e-4a9e-4cd1-a19d-77a8375560c5" + "165083d4-e1b2-458e-8056-8a561711417b" ], "x-ms-correlation-request-id": [ - "5f133763-f61f-4077-a94e-aebf71a85b99" + "b0382cc7-88b7-44d0-a938-651c9d9985e3" ], "x-ms-arm-service-request-id": [ - "8f9772d9-f53e-4d6a-986c-46d6f5370bf3" + "cef7a769-7c28-49dc-943e-d6b602793fea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29610,16 +29744,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11869" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103926Z:5f133763-f61f-4077-a94e-aebf71a85b99" + "WESTUS:20200413T031941Z:b0382cc7-88b7-44d0-a938-651c9d9985e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:26 GMT" + "Mon, 13 Apr 2020 03:19:40 GMT" ], "Content-Length": [ "30" @@ -29635,8 +29769,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29644,7 +29778,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29658,32 +29792,32 @@ "10" ], "x-ms-request-id": [ - "3dfca503-5c52-437a-b262-9e875bfcf8ea" + "4c1f0d03-4f99-418f-be96-0c19f1eb3b8c" ], "x-ms-correlation-request-id": [ - "3a20399b-1970-4b4f-8413-c8e26c0b7474" + "06912584-0fff-4844-82c2-0bd3392a9875" ], "x-ms-arm-service-request-id": [ - "47b3582a-eaa8-42a2-be97-6f97d96392b8" + "98a7f590-7811-49bc-a57e-39d4852ddcec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11868" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103936Z:3a20399b-1970-4b4f-8413-c8e26c0b7474" + "WESTUS:20200413T031951Z:06912584-0fff-4844-82c2-0bd3392a9875" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:36 GMT" + "Mon, 13 Apr 2020 03:19:50 GMT" ], "Content-Length": [ "30" @@ -29699,8 +29833,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29708,7 +29842,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29722,13 +29856,13 @@ "10" ], "x-ms-request-id": [ - "c1f88c37-cc13-498a-8df1-418d3d30e850" + "64ec0b46-d875-4e38-add6-cd1e1d2a45e0" ], "x-ms-correlation-request-id": [ - "efb2e793-638f-4e16-aa7b-d7cbadef104f" + "c715e9e8-ecf8-413b-b609-7b977a780fc0" ], "x-ms-arm-service-request-id": [ - "bb727091-4c24-460b-8739-b893f1029cd7" + "d9f75634-7b1e-4d91-ab85-5734299c76a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29738,16 +29872,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11867" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103947Z:efb2e793-638f-4e16-aa7b-d7cbadef104f" + "WESTUS:20200413T032001Z:c715e9e8-ecf8-413b-b609-7b977a780fc0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:46 GMT" + "Mon, 13 Apr 2020 03:20:01 GMT" ], "Content-Length": [ "30" @@ -29763,8 +29897,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29772,7 +29906,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29786,13 +29920,13 @@ "10" ], "x-ms-request-id": [ - "d5441369-e2a7-41a0-8700-383de8e7d00d" + "23fd7824-a7f6-4aa7-90aa-833875eceed6" ], "x-ms-correlation-request-id": [ - "b314dc3d-04e4-40df-ab4f-e53081d029e4" + "bc68cb5d-397d-4a9b-8b63-31553ce83ac3" ], "x-ms-arm-service-request-id": [ - "384ace98-8fc0-437a-845d-de2cbb916bc2" + "12bf28e7-aaba-45d2-9e1b-e8008f25e62f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29802,16 +29936,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11866" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T103957Z:b314dc3d-04e4-40df-ab4f-e53081d029e4" + "WESTUS:20200413T032011Z:bc68cb5d-397d-4a9b-8b63-31553ce83ac3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:39:56 GMT" + "Mon, 13 Apr 2020 03:20:11 GMT" ], "Content-Length": [ "30" @@ -29827,8 +29961,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29836,7 +29970,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29850,32 +29984,32 @@ "10" ], "x-ms-request-id": [ - "5188cbd2-cedd-4e44-b0fa-3c8c76c2e83a" + "1cf3f8dc-8a6f-4d7f-b89d-1a96896a577f" ], "x-ms-correlation-request-id": [ - "50b0e533-5955-46ba-a835-b1fefb3aa71e" + "58e71f0d-7ab4-4634-a8ff-142274ac9de9" ], "x-ms-arm-service-request-id": [ - "f0f89d05-4f00-4370-be88-e94c222190dc" + "bbdca905-317b-4931-9be7-58a3a96808c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11865" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104007Z:50b0e533-5955-46ba-a835-b1fefb3aa71e" + "WESTUS:20200413T032021Z:58e71f0d-7ab4-4634-a8ff-142274ac9de9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:07 GMT" + "Mon, 13 Apr 2020 03:20:21 GMT" ], "Content-Length": [ "30" @@ -29891,8 +30025,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29900,7 +30034,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29914,13 +30048,13 @@ "10" ], "x-ms-request-id": [ - "57aeb22d-cbbb-4b8b-840c-12f578718342" + "3b1102a1-c0df-414c-b49a-3aef4eea79e2" ], "x-ms-correlation-request-id": [ - "284cf352-2704-47cb-a4ad-6f3fff328752" + "4ebeae97-aef4-4175-aa84-48bd7c7e478a" ], "x-ms-arm-service-request-id": [ - "707f7aaa-9e27-4d9c-8534-4b75f0d79936" + "d6c72233-4dd4-47d1-96d7-76a1c7ce4a64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29930,16 +30064,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11864" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104017Z:284cf352-2704-47cb-a4ad-6f3fff328752" + "WESTUS:20200413T032031Z:4ebeae97-aef4-4175-aa84-48bd7c7e478a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:17 GMT" + "Mon, 13 Apr 2020 03:20:31 GMT" ], "Content-Length": [ "30" @@ -29955,8 +30089,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -29964,7 +30098,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -29978,13 +30112,13 @@ "10" ], "x-ms-request-id": [ - "749fb02d-bf54-48ab-9633-01bb61e411fe" + "54a35aff-7183-431e-9e36-b69378d401df" ], "x-ms-correlation-request-id": [ - "481add0a-449e-498f-8a75-49c054e9b8ac" + "26e9bf12-de83-463e-8751-55a975fa5b9a" ], "x-ms-arm-service-request-id": [ - "c19041e9-b83e-4fb8-8927-2b1765c1bac5" + "2a6d84d5-d37d-44e3-a353-3c035c6f8149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -29994,16 +30128,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11863" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104028Z:481add0a-449e-498f-8a75-49c054e9b8ac" + "WESTUS:20200413T032041Z:26e9bf12-de83-463e-8751-55a975fa5b9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:27 GMT" + "Mon, 13 Apr 2020 03:20:41 GMT" ], "Content-Length": [ "30" @@ -30019,8 +30153,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30028,7 +30162,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30042,32 +30176,32 @@ "10" ], "x-ms-request-id": [ - "6f133883-a10e-4903-963e-4ef17e559a77" + "81a53e91-ed13-4bc9-bbc6-c0a7c0ab8bca" ], "x-ms-correlation-request-id": [ - "657e0469-aac9-444b-89e9-d33c066af8ff" + "5638686e-eb45-43a3-97ef-efdd70de6e9f" ], "x-ms-arm-service-request-id": [ - "c2b83f2b-ae47-4b50-a3d0-c75d78ccaafd" + "d7424f51-d8ee-40ea-8647-e78e289fb31f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11862" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104038Z:657e0469-aac9-444b-89e9-d33c066af8ff" + "WESTUS:20200413T032051Z:5638686e-eb45-43a3-97ef-efdd70de6e9f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:37 GMT" + "Mon, 13 Apr 2020 03:20:51 GMT" ], "Content-Length": [ "30" @@ -30083,8 +30217,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30092,7 +30226,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30106,13 +30240,13 @@ "10" ], "x-ms-request-id": [ - "ff6e8f68-5db3-420f-8cc7-a08269fa4aed" + "973b00e4-37e6-492f-b1eb-cb933f7a3993" ], "x-ms-correlation-request-id": [ - "5464c315-5a94-4384-ab88-b043c5cb974b" + "936a326e-4faa-4b97-9b63-81f4d52fef5c" ], "x-ms-arm-service-request-id": [ - "3e914d87-b45a-49c3-99cd-7b06ee5c5d72" + "5f5089d8-60e5-4cc6-a8d9-22617b831298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30122,16 +30256,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11861" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104049Z:5464c315-5a94-4384-ab88-b043c5cb974b" + "WESTUS:20200413T032101Z:936a326e-4faa-4b97-9b63-81f4d52fef5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:48 GMT" + "Mon, 13 Apr 2020 03:21:01 GMT" ], "Content-Length": [ "30" @@ -30147,8 +30281,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30156,7 +30290,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30170,13 +30304,13 @@ "10" ], "x-ms-request-id": [ - "21e2132a-a066-458f-99d2-9277533774ba" + "cbbaf561-07bc-42cd-9d98-40290ee6be4b" ], "x-ms-correlation-request-id": [ - "af5b5214-1ae6-496d-a52c-fb49079ccb96" + "affa6fc9-6163-45af-9084-e6c32359c240" ], "x-ms-arm-service-request-id": [ - "da6bcbdc-4aaf-412b-a828-cc087ea241e3" + "6a4225a1-7556-4780-92e7-7ab718a98cdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30186,16 +30320,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11860" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104059Z:af5b5214-1ae6-496d-a52c-fb49079ccb96" + "WESTUS:20200413T032111Z:affa6fc9-6163-45af-9084-e6c32359c240" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:40:59 GMT" + "Mon, 13 Apr 2020 03:21:11 GMT" ], "Content-Length": [ "30" @@ -30211,8 +30345,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30220,7 +30354,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30230,39 +30364,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "4a450e3c-299d-4279-b1ce-c577dfa53833" + "762021c6-0723-40e9-85b7-30ed897978ae" ], "x-ms-correlation-request-id": [ - "48005c38-e739-4e6a-b634-26cd6f0bbde3" + "773614a7-50bf-4066-9d0e-b0bc66196b3e" ], "x-ms-arm-service-request-id": [ - "7bdf7478-34f7-4571-aab4-ff9630683378" + "88e43a9d-ad01-469d-9ff4-fd48c1730313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11859" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104109Z:48005c38-e739-4e6a-b634-26cd6f0bbde3" + "WESTUS:20200413T032122Z:773614a7-50bf-4066-9d0e-b0bc66196b3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:41:09 GMT" + "Mon, 13 Apr 2020 03:21:22 GMT" ], "Content-Length": [ - "30" + "50" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30271,12 +30402,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzZkMzA3MGJkLWUwMzgtNDAwMy1hZDRmLTg1YmI0NjM2NjJlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30284,7 +30415,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30294,17 +30425,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01" ], "x-ms-request-id": [ - "a35160fb-b3db-4847-8959-10ce2b439c42" + "6d3070bd-e038-4003-ad4f-85bb463662e1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/6d3070bd-e038-4003-ad4f-85bb463662e1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "51e640a5-8c11-4b41-83a1-6337777ef740" + "945d5314-d232-4daa-8845-1bb600b5ec73" ], "x-ms-arm-service-request-id": [ - "f7a7a30a-b406-41dd-8a22-cab81a43eec5" + "f31d7199-d946-4394-8f93-82abfe28d656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30314,19 +30448,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11858" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104119Z:51e640a5-8c11-4b41-83a1-6337777ef740" + "WESTUS:20200413T032122Z:e8a0fee6-757a-42cb-871c-6773cbf10f83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:41:19 GMT" + "Mon, 13 Apr 2020 03:21:22 GMT" ], "Content-Length": [ - "30" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30335,12 +30469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "null", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30348,7 +30482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30362,13 +30496,13 @@ "10" ], "x-ms-request-id": [ - "28b435f1-db03-4192-9260-8548ac2de246" + "14282e3e-7ff8-4a37-a014-e22cd7a4184e" ], "x-ms-correlation-request-id": [ - "4e7b402c-27cc-4a51-b693-abdf5059c66a" + "fc85a597-66a7-4b11-87e9-b5c8f1e0aee1" ], "x-ms-arm-service-request-id": [ - "32613036-deb2-46f5-b95e-81fed7dbd1c2" + "4f3eb672-8e1c-4bb4-a72a-8dcc223f3e78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30378,16 +30512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104129Z:4e7b402c-27cc-4a51-b693-abdf5059c66a" + "WESTUS:20200413T032133Z:fc85a597-66a7-4b11-87e9-b5c8f1e0aee1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:41:29 GMT" + "Mon, 13 Apr 2020 03:21:33 GMT" ], "Content-Length": [ "30" @@ -30403,8 +30537,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30412,7 +30546,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30426,32 +30560,32 @@ "10" ], "x-ms-request-id": [ - "fe52331f-a98f-4405-bf26-1b66b680deb5" + "4e7e9164-e2df-4be4-afcb-70efc6ab5d3e" ], "x-ms-correlation-request-id": [ - "37b490a3-f945-4557-99df-72a3bae04566" + "94668703-2d1b-4c28-ba7b-a45d6c67d5d4" ], "x-ms-arm-service-request-id": [ - "ec0f28fb-48bc-4c6b-b7bb-1e961046d5e2" + "86f7d5b8-ceef-41e3-bb49-fa8f7aac511b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104140Z:37b490a3-f945-4557-99df-72a3bae04566" + "WESTUS:20200413T032143Z:94668703-2d1b-4c28-ba7b-a45d6c67d5d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:41:39 GMT" + "Mon, 13 Apr 2020 03:21:43 GMT" ], "Content-Length": [ "30" @@ -30467,8 +30601,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30476,7 +30610,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30490,13 +30624,13 @@ "10" ], "x-ms-request-id": [ - "4d94e385-b540-45ce-8625-5bb4d940585e" + "d17093a5-ba93-49e5-a405-644871720113" ], "x-ms-correlation-request-id": [ - "657da2df-6af4-4141-b503-1df7b5a78db7" + "6083b9ec-6ca8-4c61-9091-2999ef568ed6" ], "x-ms-arm-service-request-id": [ - "e95d6e88-137f-4375-b97e-658e10931a44" + "42af359a-9ded-43c7-a146-ffdeede54a3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30506,16 +30640,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104150Z:657da2df-6af4-4141-b503-1df7b5a78db7" + "WESTUS:20200413T032153Z:6083b9ec-6ca8-4c61-9091-2999ef568ed6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:41:50 GMT" + "Mon, 13 Apr 2020 03:21:53 GMT" ], "Content-Length": [ "30" @@ -30531,8 +30665,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30540,7 +30674,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30554,32 +30688,32 @@ "10" ], "x-ms-request-id": [ - "fb806d69-7cce-4a5f-99d6-a8267390b3ed" + "1a13fb6d-4d11-4818-869b-97d57daece7a" ], "x-ms-correlation-request-id": [ - "42770070-aa43-4aa0-ab25-6105c4dd201e" + "4bfd5f18-1c14-4053-a9f1-eb1051c80a0e" ], "x-ms-arm-service-request-id": [ - "0a4b6087-d19d-4f4d-a294-4571e1304809" + "b6415493-ecaa-4237-ad66-2fb0aeb7ddc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104201Z:42770070-aa43-4aa0-ab25-6105c4dd201e" + "WESTUS:20200413T032203Z:4bfd5f18-1c14-4053-a9f1-eb1051c80a0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:00 GMT" + "Mon, 13 Apr 2020 03:22:03 GMT" ], "Content-Length": [ "30" @@ -30595,8 +30729,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30604,7 +30738,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30618,13 +30752,13 @@ "10" ], "x-ms-request-id": [ - "26c28392-7b98-4f3b-a261-4e2898ecad35" + "254d88dd-da8e-4f6b-b0c2-3a59997f721a" ], "x-ms-correlation-request-id": [ - "d08211fd-7ca6-411e-ab81-e39f93f933da" + "1cb3c5e3-65d2-4d99-800c-1ad87c2eeefd" ], "x-ms-arm-service-request-id": [ - "c6fae1bb-fe13-49b3-887b-7663aec8edee" + "35836c78-5b06-4cfd-925f-9821b4baadfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30634,16 +30768,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104211Z:d08211fd-7ca6-411e-ab81-e39f93f933da" + "WESTUS:20200413T032213Z:1cb3c5e3-65d2-4d99-800c-1ad87c2eeefd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:10 GMT" + "Mon, 13 Apr 2020 03:22:13 GMT" ], "Content-Length": [ "30" @@ -30659,8 +30793,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30668,7 +30802,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30682,13 +30816,13 @@ "10" ], "x-ms-request-id": [ - "4a999e47-4730-4776-8f0b-f18166c7040e" + "5fdcf6f7-87ac-41c7-bd02-9e598099e2a9" ], "x-ms-correlation-request-id": [ - "8c72ab05-a7a5-4764-9532-853b14afa44e" + "d2659e5f-2cdf-4056-aad1-98a6530c9d84" ], "x-ms-arm-service-request-id": [ - "2d9d961e-28ae-4e26-822f-a4eb6916146d" + "a6fccb65-2140-4f95-8eab-95ba4a9c7b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30698,16 +30832,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104221Z:8c72ab05-a7a5-4764-9532-853b14afa44e" + "WESTUS:20200413T032223Z:d2659e5f-2cdf-4056-aad1-98a6530c9d84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:20 GMT" + "Mon, 13 Apr 2020 03:22:23 GMT" ], "Content-Length": [ "30" @@ -30723,8 +30857,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30732,7 +30866,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30746,13 +30880,13 @@ "10" ], "x-ms-request-id": [ - "37fbbb20-e096-4bbf-9f37-eb4f79a62e86" + "7199c68c-9c7b-4261-a901-bf542fd3de89" ], "x-ms-correlation-request-id": [ - "6fc4b1a3-596a-4fae-8268-49adbc8c97e6" + "99eb907c-227f-4d5d-bd1e-796aa88eba14" ], "x-ms-arm-service-request-id": [ - "ec5450d8-03e5-49b4-96f7-1aca2a7de936" + "41c0be4c-3a6d-4196-b85a-dc88f7b6bc6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30762,16 +30896,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104231Z:6fc4b1a3-596a-4fae-8268-49adbc8c97e6" + "WESTUS:20200413T032233Z:99eb907c-227f-4d5d-bd1e-796aa88eba14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:31 GMT" + "Mon, 13 Apr 2020 03:22:33 GMT" ], "Content-Length": [ "30" @@ -30787,8 +30921,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30796,7 +30930,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30810,32 +30944,32 @@ "10" ], "x-ms-request-id": [ - "663546e0-9388-44fb-a6eb-946468802714" + "427e15f8-4c6c-496b-ab6e-18037c406716" ], "x-ms-correlation-request-id": [ - "c0e76e4e-ae7a-4e80-8903-c7a7541ae4ea" + "d93bc781-9af1-4941-b601-86d623548f9c" ], "x-ms-arm-service-request-id": [ - "5d4f2beb-a645-4c63-87d0-34377c1ba0c5" + "272231f6-c862-49c2-bb56-da85ebf0a95e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104241Z:c0e76e4e-ae7a-4e80-8903-c7a7541ae4ea" + "WESTUS:20200413T032243Z:d93bc781-9af1-4941-b601-86d623548f9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:41 GMT" + "Mon, 13 Apr 2020 03:22:43 GMT" ], "Content-Length": [ "30" @@ -30851,8 +30985,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30860,7 +30994,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30874,13 +31008,13 @@ "10" ], "x-ms-request-id": [ - "c639feff-12d7-4d07-8014-4f1187fb2bdc" + "653129ed-fed4-42b9-bbd4-5fdb2cc19729" ], "x-ms-correlation-request-id": [ - "f4562dca-0690-4ac3-afb7-c6bd0e4d04bb" + "b05e036a-9885-46f4-ae43-cc31ea3c51e7" ], "x-ms-arm-service-request-id": [ - "55e2d618-ef49-4ae5-9cbb-768c92dbdfa2" + "3a9345b9-b6e1-46f4-bbe3-494ad340e738" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30890,16 +31024,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104252Z:f4562dca-0690-4ac3-afb7-c6bd0e4d04bb" + "WESTUS:20200413T032254Z:b05e036a-9885-46f4-ae43-cc31ea3c51e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:42:52 GMT" + "Mon, 13 Apr 2020 03:22:53 GMT" ], "Content-Length": [ "30" @@ -30915,8 +31049,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30924,7 +31058,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -30938,13 +31072,13 @@ "10" ], "x-ms-request-id": [ - "79e3f9c1-eb7f-4b14-bd23-3c964fa93e3c" + "9984b402-d1bb-4921-98b2-5833eade270a" ], "x-ms-correlation-request-id": [ - "311fd849-7afd-4ca2-992b-150f7e286767" + "b3ed0525-aad8-4da9-a3a8-1cfb241bb6e6" ], "x-ms-arm-service-request-id": [ - "f3f218c7-a9b9-4f20-a99e-e302b8d76a7d" + "f5a64c03-c91a-4b80-865e-6c3bac669779" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -30954,16 +31088,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104302Z:311fd849-7afd-4ca2-992b-150f7e286767" + "WESTUS:20200413T032304Z:b3ed0525-aad8-4da9-a3a8-1cfb241bb6e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:02 GMT" + "Mon, 13 Apr 2020 03:23:03 GMT" ], "Content-Length": [ "30" @@ -30979,8 +31113,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -30988,7 +31122,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31002,13 +31136,13 @@ "10" ], "x-ms-request-id": [ - "a64e4fec-f57e-4bfd-8510-56facf624361" + "86af13d7-d03d-48e5-941b-af66f06d9bf5" ], "x-ms-correlation-request-id": [ - "b9d29b5f-2262-4357-91ab-1e38ffa1fd6f" + "5ee4580d-58f4-4292-ba42-8a457d54bda4" ], "x-ms-arm-service-request-id": [ - "f5f8718d-5caf-48f7-a7b9-45d199fbf23b" + "66d0f402-be06-4015-ba91-f1d704146261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31018,16 +31152,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104312Z:b9d29b5f-2262-4357-91ab-1e38ffa1fd6f" + "WESTUS:20200413T032314Z:5ee4580d-58f4-4292-ba42-8a457d54bda4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:12 GMT" + "Mon, 13 Apr 2020 03:23:13 GMT" ], "Content-Length": [ "30" @@ -31043,8 +31177,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31052,7 +31186,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31066,32 +31200,32 @@ "10" ], "x-ms-request-id": [ - "0e90e93a-1f59-4aec-8a97-1b81053b102e" + "0d83b1b9-4ae6-4eb1-9f7b-08b72de11317" ], "x-ms-correlation-request-id": [ - "fdea7ef8-086e-45d7-a8a1-f0c661c07941" + "1f5ef6e4-fdc4-405f-ba84-0c3b4b4559a4" ], "x-ms-arm-service-request-id": [ - "06394150-696f-4c9b-bc44-d2bb496a36a7" + "6ac7efbe-147d-4c05-8a01-52cd1b896263" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104323Z:fdea7ef8-086e-45d7-a8a1-f0c661c07941" + "WESTUS:20200413T032324Z:1f5ef6e4-fdc4-405f-ba84-0c3b4b4559a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:22 GMT" + "Mon, 13 Apr 2020 03:23:23 GMT" ], "Content-Length": [ "30" @@ -31107,8 +31241,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31116,7 +31250,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31130,13 +31264,13 @@ "10" ], "x-ms-request-id": [ - "cae99954-84c7-45e0-9335-fa5321cef710" + "55d9fead-a97a-43da-860e-11a6fac4366e" ], "x-ms-correlation-request-id": [ - "dcb390db-0dc4-48e8-8c0e-d85e2b0027a2" + "8765258b-88bb-4f31-977d-32ef646f837c" ], "x-ms-arm-service-request-id": [ - "0bafb83f-a4cf-4620-be71-2cf39c8c2c6a" + "7f9821cb-0381-4fdf-a2f1-f8b0a2b6c5f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31146,16 +31280,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104333Z:dcb390db-0dc4-48e8-8c0e-d85e2b0027a2" + "WESTUS:20200413T032334Z:8765258b-88bb-4f31-977d-32ef646f837c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:32 GMT" + "Mon, 13 Apr 2020 03:23:34 GMT" ], "Content-Length": [ "30" @@ -31171,8 +31305,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31180,7 +31314,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31194,74 +31328,13 @@ "10" ], "x-ms-request-id": [ - "e4b6c80f-e9b2-46b2-9003-76d20587488c" - ], - "x-ms-correlation-request-id": [ - "2ba95be5-7158-442e-9d75-65b1578190fb" - ], - "x-ms-arm-service-request-id": [ - "ea50eda3-ac26-45a3-a1b3-f1aed5816b31" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104343Z:2ba95be5-7158-442e-9d75-65b1578190fb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:43:42 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "5d2eb821-cd82-45d5-94fe-8d0e738863bf" + "2f69a7c6-8aee-406c-8bf3-1edfe9df9b7e" ], "x-ms-correlation-request-id": [ - "4bc82e39-bd62-4569-8088-16b9f2a4e7c4" + "66213643-2a00-49fa-ad7c-79631f95d419" ], "x-ms-arm-service-request-id": [ - "3fa97e4b-bccf-4a20-9e6c-442a25475e29" + "049ed469-f56c-4e13-83dc-ad31122c7643" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31271,86 +31344,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104354Z:4bc82e39-bd62-4569-8088-16b9f2a4e7c4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:43:53 GMT" - ], - "Content-Length": [ - "50" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2E5N2IxZTI3LTU2ODItNGE0MC05Yzk3LWU1MTA3MmIxMmJkYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01" - ], - "x-ms-request-id": [ - "a97b1e27-5682-4a40-9c97-e51072b12bdc" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a97b1e27-5682-4a40-9c97-e51072b12bdc?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "51cebfb9-b233-45c9-a02b-e8d6fb522fa8" - ], - "x-ms-arm-service-request-id": [ - "b9dd70bc-aeac-4c88-932a-ec7815cca2b5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104354Z:f58c6d5c-d156-459b-819f-41eadc527fa8" + "WESTUS:20200413T032344Z:66213643-2a00-49fa-ad7c-79631f95d419" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:43:53 GMT" + "Mon, 13 Apr 2020 03:23:44 GMT" ], "Content-Length": [ - "4" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31359,12 +31365,12 @@ "-1" ] }, - "ResponseBody": "null", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31372,7 +31378,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31386,13 +31392,13 @@ "10" ], "x-ms-request-id": [ - "7f5b5746-501d-4b77-b31e-ebf07ea7584d" + "93a4a285-fac4-4b98-b28c-be9a6bcb0f2f" ], "x-ms-correlation-request-id": [ - "87873ca5-6dcc-44f2-b946-c414dcbd9e67" + "e870a2e0-8daa-43a6-bf1c-25f075065871" ], "x-ms-arm-service-request-id": [ - "25b2e5a0-2c64-48fc-ba00-dc49c78aa8e1" + "feb7f692-812e-478c-b68d-406fe94daa47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31402,16 +31408,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104411Z:87873ca5-6dcc-44f2-b946-c414dcbd9e67" + "WESTUS:20200413T032354Z:e870a2e0-8daa-43a6-bf1c-25f075065871" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:11 GMT" + "Mon, 13 Apr 2020 03:23:54 GMT" ], "Content-Length": [ "30" @@ -31427,8 +31433,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31436,7 +31442,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31450,13 +31456,13 @@ "10" ], "x-ms-request-id": [ - "7f001307-f833-42c6-bff6-8c171dbc718d" + "91e73fa2-8d06-4857-a16f-f143a2dd1b1b" ], "x-ms-correlation-request-id": [ - "b1ebea4e-fc25-4d42-b3e0-d080f4f7ff3d" + "57b333d5-9304-496d-a655-fedc61705b86" ], "x-ms-arm-service-request-id": [ - "adf9299f-c824-466f-b73f-d817480873d4" + "93965cb1-6ca6-4ee3-bceb-8d7b9f2cde83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31466,16 +31472,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104421Z:b1ebea4e-fc25-4d42-b3e0-d080f4f7ff3d" + "WESTUS:20200413T032404Z:57b333d5-9304-496d-a655-fedc61705b86" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:21 GMT" + "Mon, 13 Apr 2020 03:24:04 GMT" ], "Content-Length": [ "30" @@ -31491,8 +31497,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31500,7 +31506,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31514,13 +31520,13 @@ "10" ], "x-ms-request-id": [ - "6d3264aa-9050-4bcc-83d4-36d2da1fc660" + "41aefa1d-cf89-4166-8a1c-245d55cc0c3d" ], "x-ms-correlation-request-id": [ - "b099b093-ea4c-4ee0-aa6e-3150bfd106f4" + "2472e437-a711-47da-acee-dac3cf9d667b" ], "x-ms-arm-service-request-id": [ - "e7b38c34-a69e-4d58-8569-1590492b4730" + "c3ce7ade-310e-422c-8988-8e511e6794f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31530,16 +31536,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104432Z:b099b093-ea4c-4ee0-aa6e-3150bfd106f4" + "WESTUS:20200413T032414Z:2472e437-a711-47da-acee-dac3cf9d667b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:31 GMT" + "Mon, 13 Apr 2020 03:24:14 GMT" ], "Content-Length": [ "30" @@ -31555,8 +31561,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31564,7 +31570,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31578,13 +31584,13 @@ "10" ], "x-ms-request-id": [ - "4d8cdaad-9232-4e9f-a221-e49679f09091" + "e90273aa-1126-420b-b876-66133d4722ac" ], "x-ms-correlation-request-id": [ - "92991879-b280-4f68-847e-0762854b0187" + "f9ec6ede-ede1-45ba-9dcb-ef5ea02193b7" ], "x-ms-arm-service-request-id": [ - "82437bf8-a419-4861-a197-42bd9df24af5" + "698f411f-f1ec-4b77-a175-28e548443bed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31594,16 +31600,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104442Z:92991879-b280-4f68-847e-0762854b0187" + "WESTUS:20200413T032424Z:f9ec6ede-ede1-45ba-9dcb-ef5ea02193b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:41 GMT" + "Mon, 13 Apr 2020 03:24:24 GMT" ], "Content-Length": [ "30" @@ -31619,8 +31625,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31628,7 +31634,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31642,13 +31648,13 @@ "10" ], "x-ms-request-id": [ - "2185ee0f-8198-4b60-a9dc-e37e5aac73e6" + "d648e420-140b-4a8f-906b-31a8685b9b22" ], "x-ms-correlation-request-id": [ - "48642bd5-d49c-4972-8f19-a07cfeeab6ed" + "8cc2db65-3e63-4e8d-9164-8e9da80fc8c5" ], "x-ms-arm-service-request-id": [ - "41bd23b2-4c5d-446f-b66d-3526c68f5df5" + "3e40138f-e354-41bd-83d0-610755153f6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31658,16 +31664,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104452Z:48642bd5-d49c-4972-8f19-a07cfeeab6ed" + "WESTUS:20200413T032434Z:8cc2db65-3e63-4e8d-9164-8e9da80fc8c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:44:51 GMT" + "Mon, 13 Apr 2020 03:24:34 GMT" ], "Content-Length": [ "30" @@ -31683,8 +31689,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31692,7 +31698,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31706,13 +31712,13 @@ "10" ], "x-ms-request-id": [ - "fb29476d-05ae-4935-b420-71b827cf368f" + "8e9504ce-ee18-4d76-8e08-43de5ecdd8a9" ], "x-ms-correlation-request-id": [ - "10314d0c-54d0-4b4b-adb4-a9380f5d56f7" + "ca015df3-3af9-4da7-ab5b-ae2f8cede297" ], "x-ms-arm-service-request-id": [ - "25593b63-9b98-497a-81fe-9a6b21cf4f62" + "9ee5f6c4-8d23-4122-bb7e-0fce4ba49566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31722,16 +31728,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104502Z:10314d0c-54d0-4b4b-adb4-a9380f5d56f7" + "WESTUS:20200413T032444Z:ca015df3-3af9-4da7-ab5b-ae2f8cede297" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:01 GMT" + "Mon, 13 Apr 2020 03:24:44 GMT" ], "Content-Length": [ "30" @@ -31747,8 +31753,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31756,7 +31762,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31770,32 +31776,32 @@ "10" ], "x-ms-request-id": [ - "60985322-a710-4062-a27e-7c074912e67a" + "9c21c7a1-ee5f-4e2a-a53c-fb2a105391e0" ], "x-ms-correlation-request-id": [ - "1660c83a-85df-461d-8cfb-9e1c547a908c" + "82e0e4fa-6e9f-415e-bee6-11fe4b1b7004" ], "x-ms-arm-service-request-id": [ - "c836ffee-619f-40fc-bcce-5e80f10046b6" + "fb40eb23-42aa-4ea9-910b-79c8ff6ed7a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104512Z:1660c83a-85df-461d-8cfb-9e1c547a908c" + "WESTUS:20200413T032454Z:82e0e4fa-6e9f-415e-bee6-11fe4b1b7004" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:12 GMT" + "Mon, 13 Apr 2020 03:24:54 GMT" ], "Content-Length": [ "30" @@ -31811,8 +31817,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31820,7 +31826,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31834,13 +31840,13 @@ "10" ], "x-ms-request-id": [ - "036a7456-24a7-4d60-a394-cc11607a07c9" + "ed683e64-ea87-4377-a76f-953548ec46f0" ], "x-ms-correlation-request-id": [ - "283180fc-1b2b-44d6-ab94-6f1b59385140" + "13291024-5fc5-4b87-ac7d-b1f8cfc420d0" ], "x-ms-arm-service-request-id": [ - "ade01c3d-133f-4449-a49c-f99daf29c164" + "aadabc9f-155f-4bf4-bd68-aa0750721eff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31850,16 +31856,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104523Z:283180fc-1b2b-44d6-ab94-6f1b59385140" + "WESTUS:20200413T032504Z:13291024-5fc5-4b87-ac7d-b1f8cfc420d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:22 GMT" + "Mon, 13 Apr 2020 03:25:04 GMT" ], "Content-Length": [ "30" @@ -31875,8 +31881,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31884,7 +31890,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31898,13 +31904,13 @@ "10" ], "x-ms-request-id": [ - "5d523dfe-9cc5-4431-bda7-45dd3763d745" + "3fca5ef4-af78-462a-a337-697bbf3cc595" ], "x-ms-correlation-request-id": [ - "311f8a7d-0981-4f50-834c-0aa3a43acc5d" + "ac553d80-327d-4b26-b660-2f086ba5ae72" ], "x-ms-arm-service-request-id": [ - "cb2be595-74fd-4eaf-b1a6-231583cc2f0a" + "f7988aed-6495-4257-a048-39e84927540b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31914,16 +31920,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104533Z:311f8a7d-0981-4f50-834c-0aa3a43acc5d" + "WESTUS:20200413T032514Z:ac553d80-327d-4b26-b660-2f086ba5ae72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:33 GMT" + "Mon, 13 Apr 2020 03:25:14 GMT" ], "Content-Length": [ "30" @@ -31939,8 +31945,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -31948,7 +31954,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -31962,13 +31968,13 @@ "10" ], "x-ms-request-id": [ - "febe03cf-1a0a-4aa6-b4d6-4bd9dc0e375d" + "673d22fc-938e-422f-ab72-b23842ad94eb" ], "x-ms-correlation-request-id": [ - "a58e31b4-7d07-4ecb-82e9-0480d4d3bdd0" + "b1043546-241a-4ff8-b3a1-de2a620f7550" ], "x-ms-arm-service-request-id": [ - "903fa163-4742-492f-82d6-ef0f8f3febb3" + "c0f858d5-a061-4a87-b42f-e31b8857ff52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -31978,16 +31984,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104544Z:a58e31b4-7d07-4ecb-82e9-0480d4d3bdd0" + "WESTUS:20200413T032525Z:b1043546-241a-4ff8-b3a1-de2a620f7550" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:43 GMT" + "Mon, 13 Apr 2020 03:25:24 GMT" ], "Content-Length": [ "30" @@ -32003,8 +32009,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32012,7 +32018,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32026,13 +32032,13 @@ "10" ], "x-ms-request-id": [ - "1617ed35-215e-4073-9244-fa30cfc80976" + "f9596a0b-fd7a-427a-a9f9-4fb4b7590ea9" ], "x-ms-correlation-request-id": [ - "aff6cab8-c319-4f83-be90-1178c5d3c127" + "b1460ac5-7909-46e6-8c35-fba1e2e1301d" ], "x-ms-arm-service-request-id": [ - "47332518-8429-4d39-ad3a-e58edf531f13" + "d87631ce-ed49-4487-b430-8d3d88011720" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32042,16 +32048,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104554Z:aff6cab8-c319-4f83-be90-1178c5d3c127" + "WESTUS:20200413T032535Z:b1460ac5-7909-46e6-8c35-fba1e2e1301d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:45:54 GMT" + "Mon, 13 Apr 2020 03:25:34 GMT" ], "Content-Length": [ "30" @@ -32067,8 +32073,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32076,7 +32082,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32090,13 +32096,13 @@ "10" ], "x-ms-request-id": [ - "266dce1d-793c-4e23-a2d0-bddfa6272919" + "220e8334-b85e-4557-8687-db2e4581d487" ], "x-ms-correlation-request-id": [ - "938e0bd6-5b52-4489-8113-e988d4640863" + "1c30ef16-2cf0-4095-9e25-e782290c8851" ], "x-ms-arm-service-request-id": [ - "e546791f-fcf0-4d21-b500-2b4e75194da7" + "b23e5ad9-3fb6-4934-8b17-ae223d919e66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32106,16 +32112,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104604Z:938e0bd6-5b52-4489-8113-e988d4640863" + "WESTUS:20200413T032545Z:1c30ef16-2cf0-4095-9e25-e782290c8851" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:04 GMT" + "Mon, 13 Apr 2020 03:25:45 GMT" ], "Content-Length": [ "30" @@ -32131,8 +32137,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32140,7 +32146,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32154,32 +32160,32 @@ "10" ], "x-ms-request-id": [ - "47e069b3-c960-4aaa-86a7-f8473313f699" + "071ca30c-e5a1-4fe1-8c3d-f6fb1c7675c5" ], "x-ms-correlation-request-id": [ - "beb09324-5edf-4215-ba6d-7945132cf1d9" + "5db96f61-0a5f-43ca-a9a1-4787c0287543" ], "x-ms-arm-service-request-id": [ - "7974c0e2-2d73-44e8-bb11-889a9960bc0f" + "ab4ec4bb-a5e1-4890-aee7-64f2b140affe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104614Z:beb09324-5edf-4215-ba6d-7945132cf1d9" + "WESTUS:20200413T032555Z:5db96f61-0a5f-43ca-a9a1-4787c0287543" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:14 GMT" + "Mon, 13 Apr 2020 03:25:55 GMT" ], "Content-Length": [ "30" @@ -32195,8 +32201,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32204,7 +32210,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32218,32 +32224,32 @@ "10" ], "x-ms-request-id": [ - "cff565e1-b3e2-4f49-b06c-8627329b68c6" + "aaf05aee-0ba8-4262-912d-ac93fa7bb9e8" ], "x-ms-correlation-request-id": [ - "80109530-d51d-4cfd-8630-f04b7e68601c" + "bad011cd-cc76-4dae-953f-b300b96dcdf5" ], "x-ms-arm-service-request-id": [ - "660066e9-c91d-4361-8fc4-700cb29691a8" + "0ef8688a-cd25-4dc8-b147-acaedf31e825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104624Z:80109530-d51d-4cfd-8630-f04b7e68601c" + "WESTUS:20200413T032605Z:bad011cd-cc76-4dae-953f-b300b96dcdf5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:24 GMT" + "Mon, 13 Apr 2020 03:26:05 GMT" ], "Content-Length": [ "30" @@ -32259,8 +32265,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32268,7 +32274,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32282,13 +32288,13 @@ "10" ], "x-ms-request-id": [ - "e8744572-fd6d-49aa-99f5-a4ca25106a3f" + "c839dd29-c70a-45dd-a618-585a19db1a29" ], "x-ms-correlation-request-id": [ - "6323bdc7-7dcd-4ed8-be52-d637106f89f4" + "f812d864-ef58-4360-9e11-7b4cc41ec88f" ], "x-ms-arm-service-request-id": [ - "3800bdab-3f5a-4216-90e4-a06aa2d6a972" + "45f98583-ec0b-4dfe-b1af-5cc9b6b7b470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32298,16 +32304,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104635Z:6323bdc7-7dcd-4ed8-be52-d637106f89f4" + "WESTUS:20200413T032615Z:f812d864-ef58-4360-9e11-7b4cc41ec88f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:35 GMT" + "Mon, 13 Apr 2020 03:26:15 GMT" ], "Content-Length": [ "30" @@ -32323,8 +32329,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32332,7 +32338,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32346,13 +32352,13 @@ "10" ], "x-ms-request-id": [ - "d0b81c1f-9eaf-4f7e-945f-74a6ab3e74e6" + "38e8a5d4-6cf7-4813-a9f3-c971c7de5e50" ], "x-ms-correlation-request-id": [ - "1926472a-433d-4203-ac22-84dde89f5d41" + "08993b8b-f527-4029-8740-7725c5175aa5" ], "x-ms-arm-service-request-id": [ - "ec4eceab-ea73-402c-bfc3-e682766274c4" + "ee362198-baa0-4a8f-81d0-6cd984fb12c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32362,16 +32368,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104645Z:1926472a-433d-4203-ac22-84dde89f5d41" + "WESTUS:20200413T032625Z:08993b8b-f527-4029-8740-7725c5175aa5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:45 GMT" + "Mon, 13 Apr 2020 03:26:25 GMT" ], "Content-Length": [ "30" @@ -32387,8 +32393,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32396,7 +32402,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32410,13 +32416,13 @@ "10" ], "x-ms-request-id": [ - "8aea36f6-ded9-45fa-a490-cf69bf1e46d0" + "45566426-ebc6-4da6-8c18-ec6990b61e61" ], "x-ms-correlation-request-id": [ - "8f3f0ec0-4b83-48da-b267-0dee97c2fde8" + "d998b401-89e4-4a3d-adc2-ae198533e1df" ], "x-ms-arm-service-request-id": [ - "8c930542-773a-4264-bebf-331f466d590d" + "898147dd-d30c-45fd-b4ad-eb1edd45cb1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32426,16 +32432,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104656Z:8f3f0ec0-4b83-48da-b267-0dee97c2fde8" + "WESTUS:20200413T032635Z:d998b401-89e4-4a3d-adc2-ae198533e1df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:46:55 GMT" + "Mon, 13 Apr 2020 03:26:35 GMT" ], "Content-Length": [ "30" @@ -32451,8 +32457,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32460,7 +32466,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32474,13 +32480,13 @@ "10" ], "x-ms-request-id": [ - "6e2db047-3aff-4e2b-afea-a2a299cb112b" + "fd4a3b12-6a29-4919-bf4d-341495d81998" ], "x-ms-correlation-request-id": [ - "24924868-cb75-4487-b99c-d5c2dc3dec38" + "a26d2a79-f7ce-451a-be98-7edfb1bfc75a" ], "x-ms-arm-service-request-id": [ - "04eca800-b150-40b2-8db3-fcc63576778e" + "c89d40ca-674f-46a7-8060-c0b57942ae38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32490,16 +32496,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104706Z:24924868-cb75-4487-b99c-d5c2dc3dec38" + "WESTUS:20200413T032645Z:a26d2a79-f7ce-451a-be98-7edfb1bfc75a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:47:05 GMT" + "Mon, 13 Apr 2020 03:26:45 GMT" ], "Content-Length": [ "30" @@ -32515,8 +32521,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32524,7 +32530,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32538,13 +32544,13 @@ "10" ], "x-ms-request-id": [ - "953c19c1-4ade-4e3c-8cd8-85f625465243" + "71d6fbb5-52f1-439a-be45-7825bd72f633" ], "x-ms-correlation-request-id": [ - "1f580181-3ce5-41f2-b2a2-873807928a58" + "6de61632-62a6-40ea-86bf-cd7644ad0671" ], "x-ms-arm-service-request-id": [ - "17d883b0-8b9b-4a81-9f48-c96dd95e894e" + "b4f0987a-5206-4653-95f2-cedb3f0ce7d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -32554,16 +32560,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104716Z:1f580181-3ce5-41f2-b2a2-873807928a58" + "WESTUS:20200413T032655Z:6de61632-62a6-40ea-86bf-cd7644ad0671" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:47:15 GMT" + "Mon, 13 Apr 2020 03:26:55 GMT" ], "Content-Length": [ "30" @@ -32579,8 +32585,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32588,7 +32594,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32602,32 +32608,32 @@ "10" ], "x-ms-request-id": [ - "100b2021-1258-43c7-8695-bd09e2bfeda6" + "fc284abe-b623-47be-8f89-72e79a7cbd83" ], "x-ms-correlation-request-id": [ - "d83f4865-dcb0-44e1-ad41-9af530b1e194" + "85c243c1-9e33-4672-850a-89ad2b6a015e" ], "x-ms-arm-service-request-id": [ - "1a856402-20d6-4440-8211-f2835ac8b8f2" + "54ed7947-8878-4822-96bd-9aec50707e8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104727Z:d83f4865-dcb0-44e1-ad41-9af530b1e194" + "WESTUS:20200413T032705Z:85c243c1-9e33-4672-850a-89ad2b6a015e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:47:26 GMT" + "Mon, 13 Apr 2020 03:27:05 GMT" ], "Content-Length": [ "30" @@ -32643,8 +32649,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32652,7 +32658,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32666,32 +32672,32 @@ "10" ], "x-ms-request-id": [ - "699d8ba6-6be7-4b9f-859a-91279a51dd25" + "1c98ef06-7a4a-4543-bbd8-b921e64bb49d" ], "x-ms-correlation-request-id": [ - "3ca37f24-8f63-4445-b4d9-45dd67d4b211" + "b9152d8e-d6fa-4145-8bb6-a35677ffa8c3" ], "x-ms-arm-service-request-id": [ - "5748b77e-d6f5-4845-9286-d0eb75885832" + "e00449e0-a1c2-4767-a6e9-2ef298c8511f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104737Z:3ca37f24-8f63-4445-b4d9-45dd67d4b211" + "WESTUS:20200413T032715Z:b9152d8e-d6fa-4145-8bb6-a35677ffa8c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:47:36 GMT" + "Mon, 13 Apr 2020 03:27:15 GMT" ], "Content-Length": [ "30" @@ -32707,8 +32713,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -32716,7 +32722,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -32730,909 +32736,13 @@ "10" ], "x-ms-request-id": [ - "19d7e93c-8ddd-444c-b84a-2154818a6e2e" + "567f7845-9ddc-4327-8dfb-664761b5e57c" ], "x-ms-correlation-request-id": [ - "1603fc5f-bffc-4e03-af4e-951714da7cbc" + "c40a61e8-46b5-4590-aaf6-5e359d6580de" ], "x-ms-arm-service-request-id": [ - "5c9a835d-0501-47a3-9cab-5a2de2edf2d5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104747Z:1603fc5f-bffc-4e03-af4e-951714da7cbc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:47:47 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "3af87abc-a7ae-4e02-a6b9-e78593338591" - ], - "x-ms-correlation-request-id": [ - "43d09257-8538-46ef-9bde-3d5c4cf1c5f1" - ], - "x-ms-arm-service-request-id": [ - "461c6c2f-37d1-4fb7-861e-a5e70750c3d9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104758Z:43d09257-8538-46ef-9bde-3d5c4cf1c5f1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:47:58 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "cf9044b2-9e5d-4409-aa77-99c338fe3835" - ], - "x-ms-correlation-request-id": [ - "69856025-c958-498b-9381-c213c16b965d" - ], - "x-ms-arm-service-request-id": [ - "a2845e4f-89a5-4bc8-9f79-c4d29e55619a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104808Z:69856025-c958-498b-9381-c213c16b965d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:08 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2958864c-cea7-42cd-8956-dccf6d80fb82" - ], - "x-ms-correlation-request-id": [ - "d0ef2446-1377-45d7-9e57-76c7f7c17a51" - ], - "x-ms-arm-service-request-id": [ - "0d608bbd-1397-4875-89e8-850a3313090b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104818Z:d0ef2446-1377-45d7-9e57-76c7f7c17a51" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:18 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "6c4381a5-26de-4456-af19-74cb9915c9af" - ], - "x-ms-correlation-request-id": [ - "239d2d51-7dab-4eac-9b8b-8e19fb7fc66c" - ], - "x-ms-arm-service-request-id": [ - "9848664c-bf30-4948-8e1c-0d16a45f84d4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104828Z:239d2d51-7dab-4eac-9b8b-8e19fb7fc66c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:28 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "485c0f12-2ff5-4495-92bd-509ccd9cb260" - ], - "x-ms-correlation-request-id": [ - "baadfff3-d2d5-4816-a323-fee45eabf9a9" - ], - "x-ms-arm-service-request-id": [ - "bdb736a5-fb66-496c-9de3-a2bdf5610257" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104839Z:baadfff3-d2d5-4816-a323-fee45eabf9a9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "a331dd8b-0acb-4745-b178-c19bb84f0c85" - ], - "x-ms-correlation-request-id": [ - "5dc5b290-0033-49ba-a1fd-002eac79bb16" - ], - "x-ms-arm-service-request-id": [ - "241ef697-bcbc-4497-ba06-0dd4eef77e0d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104849Z:5dc5b290-0033-49ba-a1fd-002eac79bb16" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:48 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "08f2d501-1e46-4db2-9a28-3af8f870907b" - ], - "x-ms-correlation-request-id": [ - "6b9a68f8-d2e3-43ab-99fb-12af910d8688" - ], - "x-ms-arm-service-request-id": [ - "363e10bb-4207-4131-9589-0e09c460a93b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104859Z:6b9a68f8-d2e3-43ab-99fb-12af910d8688" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:48:59 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "104bd1b5-40db-41f1-b3df-c7bd80ea576d" - ], - "x-ms-correlation-request-id": [ - "226e16a7-e38b-4590-99e2-08b56263d1ed" - ], - "x-ms-arm-service-request-id": [ - "0156c4d7-2b20-4b37-b2ad-e3764068e2f9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104910Z:226e16a7-e38b-4590-99e2-08b56263d1ed" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:49:09 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "30ee72e2-8183-4461-8e51-503dcc568dae" - ], - "x-ms-correlation-request-id": [ - "1b40c230-c32e-422d-8792-340e574859fb" - ], - "x-ms-arm-service-request-id": [ - "c940cba7-2e53-4af8-94ea-d91d5361b480" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104920Z:1b40c230-c32e-422d-8792-340e574859fb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:49:19 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "7ae49bcb-7002-4df4-91c8-f1dda4ca7993" - ], - "x-ms-correlation-request-id": [ - "d3dde524-eff4-49f0-a8b7-d5b0b0d99f5f" - ], - "x-ms-arm-service-request-id": [ - "8ba15bbf-ff01-45bf-b326-78ff4a368758" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104930Z:d3dde524-eff4-49f0-a8b7-d5b0b0d99f5f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:49:29 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "3b2cdf6e-a838-4925-8cea-4f97c27eec8d" - ], - "x-ms-correlation-request-id": [ - "9354794f-522b-4576-87c3-903624f6be6c" - ], - "x-ms-arm-service-request-id": [ - "3b2c2246-c8e3-41f5-9e25-cbfafb05dbe3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104940Z:9354794f-522b-4576-87c3-903624f6be6c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:49:39 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "a8bb9083-6c47-4e33-ae3a-8f88f77e487b" - ], - "x-ms-correlation-request-id": [ - "7dacb997-cd2e-4ec1-a559-61105ce59a6f" - ], - "x-ms-arm-service-request-id": [ - "94c98254-c06e-4335-a972-dcaaa05e65f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T104950Z:7dacb997-cd2e-4ec1-a559-61105ce59a6f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:49:50 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "21d88110-6169-4a1c-9337-5ca2e544fa94" - ], - "x-ms-correlation-request-id": [ - "f2ac4b8b-1acd-4cc6-a62e-ab8aa717deea" - ], - "x-ms-arm-service-request-id": [ - "350b463b-b7b6-4d4b-8870-9cda26ebfdb3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105001Z:f2ac4b8b-1acd-4cc6-a62e-ab8aa717deea" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:01 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "081af93f-e7bb-4b6d-9733-0f68bccd3f1f" - ], - "x-ms-correlation-request-id": [ - "8f4c8714-a126-4640-9782-678bd0dc0585" - ], - "x-ms-arm-service-request-id": [ - "9eddec28-ef09-4932-92b6-fc86947acd23" + "9bc11d75-f062-49c6-b042-05d0c9a4a0bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -33645,525 +32755,13 @@ "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105011Z:8f4c8714-a126-4640-9782-678bd0dc0585" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:11 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9535baa3-cb40-454e-b7bc-cd6df6cea0bc" - ], - "x-ms-correlation-request-id": [ - "f6943535-de33-49ae-b4c1-4221de67e939" - ], - "x-ms-arm-service-request-id": [ - "69fdb466-085e-40d8-817f-7ededf874f44" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105022Z:f6943535-de33-49ae-b4c1-4221de67e939" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:22 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "50597337-0d61-4f6c-9f3f-a9b681683386" - ], - "x-ms-correlation-request-id": [ - "fbbb5c73-f1db-45d9-ac2b-26e896756fba" - ], - "x-ms-arm-service-request-id": [ - "894f6774-277d-4fad-af40-42c70ce9c0f5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105032Z:fbbb5c73-f1db-45d9-ac2b-26e896756fba" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:32 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ecf86d74-838d-47ea-ab9a-329e84a71138" - ], - "x-ms-correlation-request-id": [ - "a119342e-3f5f-4774-b852-803e9ea76862" - ], - "x-ms-arm-service-request-id": [ - "adea6ebb-c6ec-423c-a2db-fb4ef1084e03" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105042Z:a119342e-3f5f-4774-b852-803e9ea76862" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:42 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "b9456e8c-8ada-403b-9d60-85580f70700a" - ], - "x-ms-correlation-request-id": [ - "fed7c7af-b927-47d4-a0f3-b16c874e0af4" - ], - "x-ms-arm-service-request-id": [ - "c621658a-9c1c-45d6-a9a5-a0f174737154" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105052Z:fed7c7af-b927-47d4-a0f3-b16c874e0af4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:50:52 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e35856de-4c43-4409-ba59-0efdd2aab49b" - ], - "x-ms-correlation-request-id": [ - "f39d7308-1386-4145-a075-767b8e84f8c6" - ], - "x-ms-arm-service-request-id": [ - "347022c2-1519-4b41-a37a-e47daf63e118" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105103Z:f39d7308-1386-4145-a075-767b8e84f8c6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:51:02 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "d6349272-5989-40e6-9a20-197f2b8a7be2" - ], - "x-ms-correlation-request-id": [ - "81e20f92-5fc0-4f82-9c22-cc0519f60c15" - ], - "x-ms-arm-service-request-id": [ - "486cf7bd-f2fb-4812-af4a-3630f08dd0ee" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105113Z:81e20f92-5fc0-4f82-9c22-cc0519f60c15" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:51:12 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "87896b46-033a-477b-a3ff-49fc2f6b96f9" - ], - "x-ms-correlation-request-id": [ - "adaed9c3-fffb-4c0e-a720-b0b9e2fe9982" - ], - "x-ms-arm-service-request-id": [ - "d053e8f3-dcf9-447c-bc21-db6a45fc9da0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105123Z:adaed9c3-fffb-4c0e-a720-b0b9e2fe9982" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 10:51:23 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "393e4f2c-a2e9-4fa6-aaf8-9dad3c5e1a5e" - ], - "x-ms-correlation-request-id": [ - "bc3447d4-e28c-415c-9115-58efbb236687" - ], - "x-ms-arm-service-request-id": [ - "e0df0420-6a8a-4823-9964-243c70181956" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105134Z:bc3447d4-e28c-415c-9115-58efbb236687" + "WESTUS:20200413T032725Z:c40a61e8-46b5-4590-aaf6-5e359d6580de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:51:33 GMT" + "Mon, 13 Apr 2020 03:27:25 GMT" ], "Content-Length": [ "30" @@ -34179,8 +32777,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34188,7 +32786,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34202,13 +32800,13 @@ "10" ], "x-ms-request-id": [ - "20302882-b05d-4b55-9efa-21bbd1ab0616" + "f490f9bb-81b9-428b-944b-8c2d5d5c52d9" ], "x-ms-correlation-request-id": [ - "06bd8643-cb6d-4b13-8e3d-f10a2b5e7158" + "8e2ea5a4-bbe8-4c79-8c9d-10ee10913bb5" ], "x-ms-arm-service-request-id": [ - "fd0da08e-87eb-4ac1-9dfa-b363bff26ebb" + "0d85bc4c-04e3-4468-bf06-71560ecdcb3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34218,16 +32816,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105144Z:06bd8643-cb6d-4b13-8e3d-f10a2b5e7158" + "WESTUS:20200413T032735Z:8e2ea5a4-bbe8-4c79-8c9d-10ee10913bb5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:51:43 GMT" + "Mon, 13 Apr 2020 03:27:35 GMT" ], "Content-Length": [ "30" @@ -34243,8 +32841,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34252,7 +32850,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34266,13 +32864,13 @@ "10" ], "x-ms-request-id": [ - "193a621d-76b7-4479-984f-b0080a8426ac" + "e6d2c00a-1351-46c1-9287-e2ed03ada595" ], "x-ms-correlation-request-id": [ - "1e59aa78-30ba-4b54-9c10-198f21cc675d" + "31799770-b6f7-494b-a63c-9979e95ce7bb" ], "x-ms-arm-service-request-id": [ - "d75aca39-5dec-4612-93ee-00363ba31e0f" + "de629845-f171-41c6-8619-afc5e524feb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34282,16 +32880,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105154Z:1e59aa78-30ba-4b54-9c10-198f21cc675d" + "WESTUS:20200413T032745Z:31799770-b6f7-494b-a63c-9979e95ce7bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:51:53 GMT" + "Mon, 13 Apr 2020 03:27:45 GMT" ], "Content-Length": [ "30" @@ -34307,8 +32905,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34316,7 +32914,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34330,13 +32928,13 @@ "10" ], "x-ms-request-id": [ - "eabb4c45-53ae-4a32-98b7-6c11cd39bdc8" + "43dc2a70-fe56-44f8-ac49-dd0f57c7acfb" ], "x-ms-correlation-request-id": [ - "573fce98-e038-4730-94fd-f8ee9a72f14e" + "020fcbc0-828e-411a-992b-e7ac0a996b9b" ], "x-ms-arm-service-request-id": [ - "35508454-209e-4eb6-abf8-fb62773888fb" + "07bac66e-f93e-4179-b1de-7af4d05219c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34346,16 +32944,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105204Z:573fce98-e038-4730-94fd-f8ee9a72f14e" + "WESTUS:20200413T032755Z:020fcbc0-828e-411a-992b-e7ac0a996b9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:03 GMT" + "Mon, 13 Apr 2020 03:27:55 GMT" ], "Content-Length": [ "30" @@ -34371,8 +32969,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34380,7 +32978,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34394,13 +32992,13 @@ "10" ], "x-ms-request-id": [ - "aeb4e297-e3fc-4d24-9751-96f80483e228" + "aecca8a8-6878-4357-84b1-2676dcce33b8" ], "x-ms-correlation-request-id": [ - "6812765d-b5a7-4e0e-9039-942efd405443" + "fdf20cde-9c2b-4146-88a5-811fc25ca767" ], "x-ms-arm-service-request-id": [ - "e45322c0-ce55-44b9-9494-300624b072ec" + "8b078c3c-0e00-478a-9cdf-1ea33ff97188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34410,16 +33008,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105215Z:6812765d-b5a7-4e0e-9039-942efd405443" + "WESTUS:20200413T032806Z:fdf20cde-9c2b-4146-88a5-811fc25ca767" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:15 GMT" + "Mon, 13 Apr 2020 03:28:05 GMT" ], "Content-Length": [ "30" @@ -34435,8 +33033,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34444,7 +33042,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34458,32 +33056,32 @@ "10" ], "x-ms-request-id": [ - "c1d1698e-c017-4619-88b4-dc526fdb81f3" + "e0876730-6500-494b-8a6e-79cb4616d8e5" ], "x-ms-correlation-request-id": [ - "5772b5ab-b9fa-415c-9ee7-1149812efaad" + "553909b6-8ee2-4b08-9fcf-99a12d28ef95" ], "x-ms-arm-service-request-id": [ - "7fc7962b-68e0-46a4-879f-12c1e89311ea" + "7dc86c5a-a2aa-4595-b666-f19f68310fc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105225Z:5772b5ab-b9fa-415c-9ee7-1149812efaad" + "WESTUS:20200413T032816Z:553909b6-8ee2-4b08-9fcf-99a12d28ef95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:25 GMT" + "Mon, 13 Apr 2020 03:28:16 GMT" ], "Content-Length": [ "30" @@ -34499,8 +33097,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34508,7 +33106,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34522,32 +33120,32 @@ "10" ], "x-ms-request-id": [ - "c6097dea-cebb-45ff-825a-4ffd09909e4e" + "20ae238a-60fc-490d-a1a2-f21fcaf09b6a" ], "x-ms-correlation-request-id": [ - "57575aa8-c054-475a-bf46-65f683b53222" + "0612d739-ce98-4bc2-b191-fe0d9e357a70" ], "x-ms-arm-service-request-id": [ - "be9f7004-0354-4282-b62b-8476f521cbe9" + "7ab8b485-6b4e-4c31-807d-43df606e1243" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105235Z:57575aa8-c054-475a-bf46-65f683b53222" + "WESTUS:20200413T032826Z:0612d739-ce98-4bc2-b191-fe0d9e357a70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:35 GMT" + "Mon, 13 Apr 2020 03:28:25 GMT" ], "Content-Length": [ "30" @@ -34563,8 +33161,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34572,7 +33170,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34586,13 +33184,13 @@ "10" ], "x-ms-request-id": [ - "acb6c8a2-d2cf-4b6b-a9ad-d0896adeae2b" + "72d0ff69-7b13-44c5-b91c-f94d8c8204f6" ], "x-ms-correlation-request-id": [ - "833d56ad-ae50-430a-bc3c-3ebf09c1b778" + "3dbf2e6f-f505-4e56-b3be-c9a4cebd4540" ], "x-ms-arm-service-request-id": [ - "6a867a58-e981-4d7f-891e-1912e9b49ff5" + "a9b2fe68-35dd-4453-8f8a-ff7ed5258570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34602,16 +33200,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105246Z:833d56ad-ae50-430a-bc3c-3ebf09c1b778" + "WESTUS:20200413T032836Z:3dbf2e6f-f505-4e56-b3be-c9a4cebd4540" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:45 GMT" + "Mon, 13 Apr 2020 03:28:36 GMT" ], "Content-Length": [ "30" @@ -34627,8 +33225,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34636,7 +33234,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34650,13 +33248,13 @@ "10" ], "x-ms-request-id": [ - "0642e0df-6f26-40d9-b5f6-21b31bdec5c6" + "d100fedf-a65b-4bb5-bad9-ceaf9b79d43c" ], "x-ms-correlation-request-id": [ - "f4b7bd6b-bfc6-46e5-a6d4-82611c7db4ba" + "e549dd21-cf84-4049-a031-57b0a047ee12" ], "x-ms-arm-service-request-id": [ - "e91b906e-9071-4503-9036-e1e87cac9873" + "4f5085e6-90a3-42e4-9691-5c0a602f544c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34666,16 +33264,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105256Z:f4b7bd6b-bfc6-46e5-a6d4-82611c7db4ba" + "WESTUS:20200413T032846Z:e549dd21-cf84-4049-a031-57b0a047ee12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:52:55 GMT" + "Mon, 13 Apr 2020 03:28:46 GMT" ], "Content-Length": [ "30" @@ -34691,8 +33289,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34700,7 +33298,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34714,13 +33312,13 @@ "10" ], "x-ms-request-id": [ - "d25d1260-5615-479b-b185-ad0100426718" + "ec3193d2-93b4-4216-9103-2e4f98730c1e" ], "x-ms-correlation-request-id": [ - "531a14a1-d012-45ab-ad45-77489af2b800" + "9d24ed4e-f15b-4023-81e6-d8bc619214e8" ], "x-ms-arm-service-request-id": [ - "0d40c488-a967-4af3-bdbc-4e7867ecff08" + "4208d67c-1b2d-4882-bd71-0145d19c0f03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34730,16 +33328,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105306Z:531a14a1-d012-45ab-ad45-77489af2b800" + "WESTUS:20200413T032856Z:9d24ed4e-f15b-4023-81e6-d8bc619214e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:05 GMT" + "Mon, 13 Apr 2020 03:28:56 GMT" ], "Content-Length": [ "30" @@ -34755,8 +33353,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34764,7 +33362,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34778,13 +33376,13 @@ "10" ], "x-ms-request-id": [ - "bf3ca024-8e9c-4871-8f7c-0107a55300b3" + "35b8dcb7-4a3a-4f0a-8c1c-92326dfd16c7" ], "x-ms-correlation-request-id": [ - "09e300ee-55e5-45c3-92e5-20c5b2743ff6" + "fad198a9-fafe-49b3-a3cc-00ba4fd9beea" ], "x-ms-arm-service-request-id": [ - "4aecfec7-9368-400a-b605-8eaefdee7ed3" + "bcabd967-fc73-4acf-a686-24a700e14c64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34794,16 +33392,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105316Z:09e300ee-55e5-45c3-92e5-20c5b2743ff6" + "WESTUS:20200413T032906Z:fad198a9-fafe-49b3-a3cc-00ba4fd9beea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:16 GMT" + "Mon, 13 Apr 2020 03:29:06 GMT" ], "Content-Length": [ "30" @@ -34819,8 +33417,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34828,7 +33426,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34842,13 +33440,13 @@ "10" ], "x-ms-request-id": [ - "de10b961-dd9b-4c23-91e1-919bbb691b16" + "a5c77dc3-9392-4476-8302-80485720114f" ], "x-ms-correlation-request-id": [ - "cbd936a4-2f94-4a36-893b-8d029a944c9d" + "b72cfbcf-acca-4ff7-837c-44272a321490" ], "x-ms-arm-service-request-id": [ - "bacde95b-858a-4b89-b7e6-faff18c358b3" + "66e378fe-fe1a-4a76-9472-af0c6e0c7ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34858,16 +33456,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105326Z:cbd936a4-2f94-4a36-893b-8d029a944c9d" + "WESTUS:20200413T032916Z:b72cfbcf-acca-4ff7-837c-44272a321490" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:26 GMT" + "Mon, 13 Apr 2020 03:29:16 GMT" ], "Content-Length": [ "30" @@ -34883,8 +33481,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34892,7 +33490,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34906,32 +33504,32 @@ "10" ], "x-ms-request-id": [ - "d758c76f-6c23-4a65-8a62-38f2fa6f5266" + "e465d612-28f1-432e-989f-63052925ac8e" ], "x-ms-correlation-request-id": [ - "d095088e-a38b-4af6-a263-346bd67e4523" + "5dc5d237-ff8a-4678-b79a-df66f1313a67" ], "x-ms-arm-service-request-id": [ - "864e9e9f-2fff-4877-afd7-9d100b4a51f2" + "7d399b99-3f51-482e-8a6b-e6d94381650e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105337Z:d095088e-a38b-4af6-a263-346bd67e4523" + "WESTUS:20200413T032926Z:5dc5d237-ff8a-4678-b79a-df66f1313a67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:36 GMT" + "Mon, 13 Apr 2020 03:29:26 GMT" ], "Content-Length": [ "30" @@ -34947,8 +33545,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -34956,7 +33554,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -34970,13 +33568,13 @@ "10" ], "x-ms-request-id": [ - "449d2826-1b74-4880-8396-2001a3638100" + "9d5b0404-9b21-45ae-8830-29c103a0b5f5" ], "x-ms-correlation-request-id": [ - "7014b938-b97b-4cf9-a808-905d9dd8d842" + "791371fb-bad9-4967-90dd-9094f345552a" ], "x-ms-arm-service-request-id": [ - "cf2b70c6-aef9-4ac0-94ae-71f1d2ba9778" + "a2911ba2-3049-4752-a1b3-7255f9efb494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -34986,16 +33584,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11950" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105347Z:7014b938-b97b-4cf9-a808-905d9dd8d842" + "WESTUS:20200413T032936Z:791371fb-bad9-4967-90dd-9094f345552a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:46 GMT" + "Mon, 13 Apr 2020 03:29:36 GMT" ], "Content-Length": [ "30" @@ -35011,8 +33609,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35020,7 +33618,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35034,13 +33632,13 @@ "10" ], "x-ms-request-id": [ - "92f3cacc-131a-4820-8ab9-ec3a77803dc4" + "2ee8a8a2-9045-4953-8f39-8c7b31784477" ], "x-ms-correlation-request-id": [ - "c919a767-c9ac-4e33-979c-0f31c26c425c" + "58d7c991-a6ab-4ba8-9345-02e6d057523b" ], "x-ms-arm-service-request-id": [ - "81777e08-92c5-4a57-8a9b-f90ab60910da" + "8386407e-1342-48c9-af43-7ef1424c9b03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35050,16 +33648,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105358Z:c919a767-c9ac-4e33-979c-0f31c26c425c" + "WESTUS:20200413T032946Z:58d7c991-a6ab-4ba8-9345-02e6d057523b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:53:58 GMT" + "Mon, 13 Apr 2020 03:29:46 GMT" ], "Content-Length": [ "30" @@ -35075,8 +33673,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35084,7 +33682,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35098,13 +33696,13 @@ "10" ], "x-ms-request-id": [ - "88840e8a-61c9-4824-be26-bd8023c4e8a5" + "188a76b8-b511-4c5b-a28e-499e0ba6d3ee" ], "x-ms-correlation-request-id": [ - "918edb3d-9783-4c13-a206-b7234a2148a1" + "5fdd4907-9824-4cb9-8ee2-c70a55692a92" ], "x-ms-arm-service-request-id": [ - "cf5d71bc-7493-4051-997d-3b03ef20aac6" + "3dbe3308-3515-4896-920c-59ab1cff2aa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35114,16 +33712,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105408Z:918edb3d-9783-4c13-a206-b7234a2148a1" + "WESTUS:20200413T032956Z:5fdd4907-9824-4cb9-8ee2-c70a55692a92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:08 GMT" + "Mon, 13 Apr 2020 03:29:56 GMT" ], "Content-Length": [ "30" @@ -35139,8 +33737,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35148,7 +33746,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35162,13 +33760,13 @@ "10" ], "x-ms-request-id": [ - "4bccdab5-f03d-401c-a835-aad00156f112" + "52a56bdf-fae4-45f6-af24-df996e55a9b4" ], "x-ms-correlation-request-id": [ - "8fa4d42f-2529-4d65-a02f-fb8f54c28d84" + "550eb5a5-041b-471d-b047-d5e5891968ce" ], "x-ms-arm-service-request-id": [ - "c3d427c2-d26e-4bd2-a4a6-3a7203673a01" + "edb528ea-63c5-49af-a1d6-6fb4aaee3202" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35178,16 +33776,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105418Z:8fa4d42f-2529-4d65-a02f-fb8f54c28d84" + "WESTUS:20200413T033006Z:550eb5a5-041b-471d-b047-d5e5891968ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:18 GMT" + "Mon, 13 Apr 2020 03:30:06 GMT" ], "Content-Length": [ "30" @@ -35203,8 +33801,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35212,7 +33810,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35226,13 +33824,13 @@ "10" ], "x-ms-request-id": [ - "12eb7ef1-4486-4222-bf33-40ba762b21b8" + "ad2fe4c6-186f-4913-a97b-dcd394b4caa1" ], "x-ms-correlation-request-id": [ - "9e5841f6-38ee-4ff0-a14b-8880c0fdb2b3" + "4edb9fb0-b519-4ca8-8f29-bd53f0c5dc35" ], "x-ms-arm-service-request-id": [ - "94013857-ed4d-4f6e-9f18-01013debf78c" + "42eeac3f-4835-46b6-8f92-4ebc8fef6455" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35242,16 +33840,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105428Z:9e5841f6-38ee-4ff0-a14b-8880c0fdb2b3" + "WESTUS:20200413T033016Z:4edb9fb0-b519-4ca8-8f29-bd53f0c5dc35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:28 GMT" + "Mon, 13 Apr 2020 03:30:16 GMT" ], "Content-Length": [ "30" @@ -35267,8 +33865,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35276,7 +33874,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35290,13 +33888,13 @@ "10" ], "x-ms-request-id": [ - "31527f3a-bd8c-4b9e-8dac-11df9d51637b" + "0ad0ef49-ef72-4ea1-a9e8-638ff345c708" ], "x-ms-correlation-request-id": [ - "74d79c9c-93ca-48ef-99fa-fccc81279ab3" + "f7409e66-4c1e-4ec0-bb11-1e3d87d4db69" ], "x-ms-arm-service-request-id": [ - "72adc96a-3ded-40fd-b6f6-c3917848d835" + "a45ffc7b-f733-451c-83af-9b09b7d3c8f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35306,16 +33904,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11945" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105439Z:74d79c9c-93ca-48ef-99fa-fccc81279ab3" + "WESTUS:20200413T033026Z:f7409e66-4c1e-4ec0-bb11-1e3d87d4db69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:38 GMT" + "Mon, 13 Apr 2020 03:30:26 GMT" ], "Content-Length": [ "30" @@ -35331,8 +33929,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35340,7 +33938,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35354,32 +33952,32 @@ "10" ], "x-ms-request-id": [ - "08d23312-96be-4ec9-9de1-94c58d9c8c35" + "e510c8fe-ed53-4d55-b1a4-8f643c34ab03" ], "x-ms-correlation-request-id": [ - "626b2d61-2568-46ad-b542-9f4c30e91f58" + "3bb3e8d6-2d42-4fd8-831d-988618c190e1" ], "x-ms-arm-service-request-id": [ - "f33fd722-04b7-4789-ae58-87664071d35c" + "6e0026f0-6f8a-4708-b007-6843ee72754e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105449Z:626b2d61-2568-46ad-b542-9f4c30e91f58" + "WESTUS:20200413T033037Z:3bb3e8d6-2d42-4fd8-831d-988618c190e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:48 GMT" + "Mon, 13 Apr 2020 03:30:37 GMT" ], "Content-Length": [ "30" @@ -35395,8 +33993,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35404,7 +34002,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35418,13 +34016,13 @@ "10" ], "x-ms-request-id": [ - "c066a783-930a-4b6f-82b7-a991eb04f2e6" + "7feaee17-f440-46c5-8b06-087d5e19fb35" ], "x-ms-correlation-request-id": [ - "8d07014b-c6c3-467d-b086-115d9084bbeb" + "8b8ad55d-a388-4e8a-b6a1-e2bd29894fec" ], "x-ms-arm-service-request-id": [ - "9b35e91b-2504-470c-a236-1725fdeac0ed" + "e04c2891-ffa1-48f0-9981-ff8cac97a3ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35434,16 +34032,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105459Z:8d07014b-c6c3-467d-b086-115d9084bbeb" + "WESTUS:20200413T033047Z:8b8ad55d-a388-4e8a-b6a1-e2bd29894fec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:54:59 GMT" + "Mon, 13 Apr 2020 03:30:46 GMT" ], "Content-Length": [ "30" @@ -35459,8 +34057,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35468,7 +34066,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35482,13 +34080,13 @@ "10" ], "x-ms-request-id": [ - "e77e0598-ec3f-4b75-96e0-a9ef39a6c768" + "315ba0b2-4ebd-488b-a5f4-ec62232ae4b8" ], "x-ms-correlation-request-id": [ - "7d71bf41-a59c-4dcf-93d2-4e1a14e87ab7" + "a38127b5-eff2-4a6a-ac21-20e20e5d63c7" ], "x-ms-arm-service-request-id": [ - "23ba1523-51f0-4ea3-af6a-36d42a4581ce" + "fa668057-8172-4998-a05c-2d2fd21ec6c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35498,16 +34096,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105510Z:7d71bf41-a59c-4dcf-93d2-4e1a14e87ab7" + "WESTUS:20200413T033057Z:a38127b5-eff2-4a6a-ac21-20e20e5d63c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:55:09 GMT" + "Mon, 13 Apr 2020 03:30:56 GMT" ], "Content-Length": [ "30" @@ -35523,8 +34121,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35532,7 +34130,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35546,13 +34144,13 @@ "10" ], "x-ms-request-id": [ - "924dd58d-99b2-47f0-878c-594252da7f4b" + "823b5829-a950-4081-bd30-5c17d9bb6816" ], "x-ms-correlation-request-id": [ - "75c2405b-b536-4621-81fe-93602e7f2f07" + "a14e6b33-30b9-4f1b-8b7a-510383702dca" ], "x-ms-arm-service-request-id": [ - "fe6dc5a5-a6b8-434d-a7ea-aa9c59b6d7bb" + "172742cb-d581-43a5-bbc2-f82403302ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35562,16 +34160,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105520Z:75c2405b-b536-4621-81fe-93602e7f2f07" + "WESTUS:20200413T033107Z:a14e6b33-30b9-4f1b-8b7a-510383702dca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:55:19 GMT" + "Mon, 13 Apr 2020 03:31:06 GMT" ], "Content-Length": [ "30" @@ -35587,8 +34185,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35596,7 +34194,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35610,13 +34208,13 @@ "10" ], "x-ms-request-id": [ - "836d5ad8-60da-44e2-bdad-80f2aeda4b3d" + "46434b7e-0858-4d4e-8d92-ceef658b080b" ], "x-ms-correlation-request-id": [ - "77997d9f-be2a-4b9f-b228-0955f6c013e8" + "d90bf8d9-ebb1-4171-97a4-4e40f16ce9e2" ], "x-ms-arm-service-request-id": [ - "ad6450d7-1f7c-4257-bb4e-e61b232c1d50" + "f97a9812-e76f-4ebc-a929-434626b21503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35626,16 +34224,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105530Z:77997d9f-be2a-4b9f-b228-0955f6c013e8" + "WESTUS:20200413T033117Z:d90bf8d9-ebb1-4171-97a4-4e40f16ce9e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:55:29 GMT" + "Mon, 13 Apr 2020 03:31:16 GMT" ], "Content-Length": [ "30" @@ -35651,8 +34249,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35660,7 +34258,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35674,13 +34272,13 @@ "10" ], "x-ms-request-id": [ - "14c76b39-390d-453c-8181-d578359fab01" + "40fe7cb9-1705-4eb8-8a66-b22427d24160" ], "x-ms-correlation-request-id": [ - "92415f20-f01f-4653-8a63-ca872fe9b4c1" + "9163b45b-a77f-4cfd-9b18-13a5894e7e24" ], "x-ms-arm-service-request-id": [ - "13e54ff5-a191-4bab-8f83-ba68eb3d8788" + "34add623-8b69-49a3-bd03-8c5066f9305e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35690,16 +34288,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105540Z:92415f20-f01f-4653-8a63-ca872fe9b4c1" + "WESTUS:20200413T033127Z:9163b45b-a77f-4cfd-9b18-13a5894e7e24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:55:40 GMT" + "Mon, 13 Apr 2020 03:31:26 GMT" ], "Content-Length": [ "30" @@ -35715,8 +34313,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35724,7 +34322,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35738,13 +34336,13 @@ "10" ], "x-ms-request-id": [ - "290c958d-d3cd-4031-9acd-c59795e83a9c" + "cd844161-ecbb-46f4-b2f8-d1765caf126b" ], "x-ms-correlation-request-id": [ - "5b6c9a72-aed0-402c-a978-cfcca3aa4d23" + "f1aae8ed-2619-43a7-b96a-b4ffefd6b0d4" ], "x-ms-arm-service-request-id": [ - "437ec7fe-3be9-4803-b14e-1035aea2f305" + "26f36b7c-3858-40f1-b6f9-6889798e3acb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35754,16 +34352,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105551Z:5b6c9a72-aed0-402c-a978-cfcca3aa4d23" + "WESTUS:20200413T033137Z:f1aae8ed-2619-43a7-b96a-b4ffefd6b0d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:55:51 GMT" + "Mon, 13 Apr 2020 03:31:36 GMT" ], "Content-Length": [ "30" @@ -35779,8 +34377,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35788,7 +34386,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35802,32 +34400,32 @@ "10" ], "x-ms-request-id": [ - "45fafc09-ea18-46fc-bb92-c4494ef4d622" + "dc1ec4bb-9cd4-4fb1-88dd-9825e1539189" ], "x-ms-correlation-request-id": [ - "61315c9c-2e9f-4a38-88af-08af9911d352" + "6b6436bd-548f-46f9-bfc0-03f22b66ffbd" ], "x-ms-arm-service-request-id": [ - "1b4b31ae-c7d7-47ae-88ef-27c2bb94121c" + "5fa9e768-1eee-49db-922a-c087c7518300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105601Z:61315c9c-2e9f-4a38-88af-08af9911d352" + "WESTUS:20200413T033147Z:6b6436bd-548f-46f9-bfc0-03f22b66ffbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:01 GMT" + "Mon, 13 Apr 2020 03:31:46 GMT" ], "Content-Length": [ "30" @@ -35843,8 +34441,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35852,7 +34450,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35866,32 +34464,32 @@ "10" ], "x-ms-request-id": [ - "de7eb931-532d-4000-898e-fc8e6555ca52" + "99b5ec8b-42c7-4a4d-8bd5-954c7aa3069c" ], "x-ms-correlation-request-id": [ - "22a8e03b-bea8-4ee9-9c86-a491af859fa6" + "8017aabf-87e1-431e-955a-d45d12f50c5a" ], "x-ms-arm-service-request-id": [ - "6314c3e6-c801-44b2-be72-0c764af209a4" + "e95e6706-9c08-4bd1-bdae-a28ec233471c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105612Z:22a8e03b-bea8-4ee9-9c86-a491af859fa6" + "WESTUS:20200413T033157Z:8017aabf-87e1-431e-955a-d45d12f50c5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:12 GMT" + "Mon, 13 Apr 2020 03:31:56 GMT" ], "Content-Length": [ "30" @@ -35907,8 +34505,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35916,7 +34514,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35930,13 +34528,13 @@ "10" ], "x-ms-request-id": [ - "ea5b1874-012a-4498-ac4c-8f5a8a8dbbb8" + "a2ee4609-0297-47dc-b1c2-fce5130575b8" ], "x-ms-correlation-request-id": [ - "406f213a-a1bf-424a-a0e9-a7c6b70a056b" + "62995ed6-d412-4ea6-aa14-08220d12cace" ], "x-ms-arm-service-request-id": [ - "5c1e7534-c97d-4baf-ae8d-e6575d0ea8db" + "929ad27f-4694-4d99-befe-9b214116b08f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -35946,16 +34544,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11935" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105622Z:406f213a-a1bf-424a-a0e9-a7c6b70a056b" + "WESTUS:20200413T033207Z:62995ed6-d412-4ea6-aa14-08220d12cace" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:22 GMT" + "Mon, 13 Apr 2020 03:32:06 GMT" ], "Content-Length": [ "30" @@ -35971,8 +34569,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -35980,7 +34578,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -35994,13 +34592,13 @@ "10" ], "x-ms-request-id": [ - "87a12005-0bb2-47d0-9e64-fef97a79ecb9" + "291e83fd-eddd-47c7-a3f2-68d12fdd5f6f" ], "x-ms-correlation-request-id": [ - "38f354d3-00f4-429e-929f-f4a340444bca" + "a4884a7b-a55d-4b3a-ae5c-f389971f4375" ], "x-ms-arm-service-request-id": [ - "728f46cd-da52-4234-95de-c83f2dc74ce3" + "055a7571-676f-4ee8-971c-3bca84343fe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36010,16 +34608,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105633Z:38f354d3-00f4-429e-929f-f4a340444bca" + "WESTUS:20200413T033217Z:a4884a7b-a55d-4b3a-ae5c-f389971f4375" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:32 GMT" + "Mon, 13 Apr 2020 03:32:16 GMT" ], "Content-Length": [ "30" @@ -36035,8 +34633,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36044,7 +34642,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36058,13 +34656,13 @@ "10" ], "x-ms-request-id": [ - "0ec80b70-63ea-4acd-86d1-6a5ceba25f10" + "3b364686-2e14-44c0-8fa0-d6114fba8f5e" ], "x-ms-correlation-request-id": [ - "318a961a-cb40-42f5-bb70-ad4c18d0f625" + "8b42dc8a-59e2-4328-aa7e-03fffc903748" ], "x-ms-arm-service-request-id": [ - "86b1a32c-27ab-416d-aa8c-9ad36c048a20" + "f1a8e3f6-6d6c-448a-a279-5cd42adb9136" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36074,16 +34672,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105643Z:318a961a-cb40-42f5-bb70-ad4c18d0f625" + "WESTUS:20200413T033227Z:8b42dc8a-59e2-4328-aa7e-03fffc903748" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:42 GMT" + "Mon, 13 Apr 2020 03:32:26 GMT" ], "Content-Length": [ "30" @@ -36099,8 +34697,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36108,7 +34706,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36122,13 +34720,13 @@ "10" ], "x-ms-request-id": [ - "89705080-55ec-4527-a6f4-ec478cce9db1" + "8fd5e850-298c-4e99-9023-4da268666da5" ], "x-ms-correlation-request-id": [ - "ffd0dbee-bb87-42d7-8b79-88e3183a3209" + "9b314888-8fc5-443d-a00d-c7b5c578b90d" ], "x-ms-arm-service-request-id": [ - "a9f1d651-57ec-4de6-a265-e17e3741451e" + "f13f7bcd-6db7-40ea-9ff3-acd703cc0cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36138,16 +34736,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105653Z:ffd0dbee-bb87-42d7-8b79-88e3183a3209" + "WESTUS:20200413T033237Z:9b314888-8fc5-443d-a00d-c7b5c578b90d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:56:52 GMT" + "Mon, 13 Apr 2020 03:32:36 GMT" ], "Content-Length": [ "30" @@ -36163,8 +34761,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36172,7 +34770,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36186,13 +34784,13 @@ "10" ], "x-ms-request-id": [ - "77422ee8-6a2a-4e69-930c-ee8634fa9fe3" + "88eb7040-a92f-40f5-8956-ee3ebd6dd16e" ], "x-ms-correlation-request-id": [ - "5bb06603-10f0-46f2-bb46-21dcf8939888" + "5f7f78e0-53df-4b0e-bbd3-faee07b1e11f" ], "x-ms-arm-service-request-id": [ - "da86cc2d-12bd-4d96-bf5f-59c683532359" + "b4a5cd54-f735-43c9-a59a-b4b243774501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36202,16 +34800,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105703Z:5bb06603-10f0-46f2-bb46-21dcf8939888" + "WESTUS:20200413T033247Z:5f7f78e0-53df-4b0e-bbd3-faee07b1e11f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:03 GMT" + "Mon, 13 Apr 2020 03:32:46 GMT" ], "Content-Length": [ "30" @@ -36227,8 +34825,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36236,7 +34834,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36250,32 +34848,32 @@ "10" ], "x-ms-request-id": [ - "73f408d7-55f4-472f-ba6a-e5f48bcdd1ce" + "01f65a6d-2d5a-4d13-894d-c9190b2d303d" ], "x-ms-correlation-request-id": [ - "f5bd27f7-4eec-4d10-9076-de5caf507790" + "e1c2114e-444b-4c1e-8f83-e1e8bc9821ad" ], "x-ms-arm-service-request-id": [ - "0a62fc04-0982-41d0-a49d-a38e43ddf746" + "44bc1ab2-f82f-4533-84ac-9f5b840a43d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11930" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105714Z:f5bd27f7-4eec-4d10-9076-de5caf507790" + "WESTUS:20200413T033257Z:e1c2114e-444b-4c1e-8f83-e1e8bc9821ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:13 GMT" + "Mon, 13 Apr 2020 03:32:57 GMT" ], "Content-Length": [ "30" @@ -36291,8 +34889,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36300,7 +34898,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36314,13 +34912,13 @@ "10" ], "x-ms-request-id": [ - "0683cf08-81f5-4221-a06f-12dba92bdaf2" + "cb27ee06-741f-4e37-9ef9-61d0145e3696" ], "x-ms-correlation-request-id": [ - "6d485eca-a8f7-401c-a7a9-c53794cc8bf7" + "0c6bf470-da63-46a7-9811-3ec412c77c64" ], "x-ms-arm-service-request-id": [ - "b9f0c648-d8cd-4016-b649-6bbbee5bb728" + "61ef2073-bb2b-4dd7-a683-b784b2795887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36330,16 +34928,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" + "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105724Z:6d485eca-a8f7-401c-a7a9-c53794cc8bf7" + "WESTUS:20200413T033307Z:0c6bf470-da63-46a7-9811-3ec412c77c64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:23 GMT" + "Mon, 13 Apr 2020 03:33:07 GMT" ], "Content-Length": [ "30" @@ -36355,8 +34953,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36364,7 +34962,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36378,32 +34976,32 @@ "10" ], "x-ms-request-id": [ - "6a82e958-8bf9-4668-a431-4c2c0392b95e" + "da61e8df-e2ae-4f10-bbd0-8e63e2a04ae6" ], "x-ms-correlation-request-id": [ - "10a7a88c-5fe9-4ba1-a772-2b57baaf5d84" + "0e80bd3a-864a-4acf-9a3a-8127c50246a6" ], "x-ms-arm-service-request-id": [ - "6a8e1dbc-acdc-46ad-b86a-4dae22170a8a" + "ace91141-72e5-4a82-b8e3-16d8084cbcc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105734Z:10a7a88c-5fe9-4ba1-a772-2b57baaf5d84" + "WESTUS:20200413T033317Z:0e80bd3a-864a-4acf-9a3a-8127c50246a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:34 GMT" + "Mon, 13 Apr 2020 03:33:17 GMT" ], "Content-Length": [ "30" @@ -36419,8 +35017,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36428,7 +35026,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36442,13 +35040,13 @@ "10" ], "x-ms-request-id": [ - "022dc01a-58ec-400e-8abd-c968e0689cd4" + "cee3fb25-5509-4387-bf54-6c85f70c06d3" ], "x-ms-correlation-request-id": [ - "dc2a21c1-9ae6-4561-9b53-479d4e9ac15f" + "69e14fa4-5c7b-45f8-bb68-c328ee73a123" ], "x-ms-arm-service-request-id": [ - "0e77e4b6-1ea6-4bff-93e2-724cbba201d5" + "3abb944c-7b96-4cb7-afd8-5cf2c263929d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36458,16 +35056,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" + "11927" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105745Z:dc2a21c1-9ae6-4561-9b53-479d4e9ac15f" + "WESTUS:20200413T033328Z:69e14fa4-5c7b-45f8-bb68-c328ee73a123" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:44 GMT" + "Mon, 13 Apr 2020 03:33:27 GMT" ], "Content-Length": [ "30" @@ -36483,8 +35081,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36492,7 +35090,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36506,13 +35104,13 @@ "10" ], "x-ms-request-id": [ - "627f33d4-3d8b-4331-b8e2-2e621b8f0477" + "ff6c6fc8-2a0c-47ac-a455-7ec97c973069" ], "x-ms-correlation-request-id": [ - "ffd1bdee-da51-48aa-921f-5cbc0389c943" + "70e77870-0922-47d9-ab50-70e5049597a7" ], "x-ms-arm-service-request-id": [ - "88a1bec2-b24a-4ce2-adc2-2a5c579e6dc3" + "95dbc175-57e0-4b13-8d99-bed53c64be31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36522,16 +35120,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" + "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105755Z:ffd1bdee-da51-48aa-921f-5cbc0389c943" + "WESTUS:20200413T033338Z:70e77870-0922-47d9-ab50-70e5049597a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:57:55 GMT" + "Mon, 13 Apr 2020 03:33:37 GMT" ], "Content-Length": [ "30" @@ -36547,8 +35145,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36556,7 +35154,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36570,13 +35168,13 @@ "10" ], "x-ms-request-id": [ - "5173e77c-4b55-4aba-bdef-8e0007c5734a" + "046f5ebd-7751-47be-949c-624722857a4e" ], "x-ms-correlation-request-id": [ - "9ec1859b-78a0-4f5c-aedc-6da1f40faaeb" + "297b64c1-ef99-49d7-8077-c5e8bebfd28e" ], "x-ms-arm-service-request-id": [ - "72554dcc-5974-4ed4-9158-7a1b1a10216d" + "a5a2b8fd-de32-4bc4-af8e-afc53c6766a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36586,16 +35184,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" + "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105805Z:9ec1859b-78a0-4f5c-aedc-6da1f40faaeb" + "WESTUS:20200413T033348Z:297b64c1-ef99-49d7-8077-c5e8bebfd28e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:05 GMT" + "Mon, 13 Apr 2020 03:33:47 GMT" ], "Content-Length": [ "30" @@ -36611,8 +35209,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36620,7 +35218,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36634,13 +35232,13 @@ "10" ], "x-ms-request-id": [ - "c4d7cc9a-20e9-47c3-8e32-cdf22fed20f5" + "6f36f9ea-f816-4956-bf00-384da5acdda5" ], "x-ms-correlation-request-id": [ - "abd80878-b4c5-42a6-b94b-3c87c4b7e612" + "75da5785-1cc7-4efa-af9e-f803a7c8954c" ], "x-ms-arm-service-request-id": [ - "fb4821a5-f3f0-43f4-867a-bb4b7322624c" + "a31f85be-0144-4ba2-a93c-6521dd38d383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36650,16 +35248,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105815Z:abd80878-b4c5-42a6-b94b-3c87c4b7e612" + "WESTUS:20200413T033358Z:75da5785-1cc7-4efa-af9e-f803a7c8954c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:15 GMT" + "Mon, 13 Apr 2020 03:33:57 GMT" ], "Content-Length": [ "30" @@ -36675,8 +35273,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36684,7 +35282,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36698,32 +35296,32 @@ "10" ], "x-ms-request-id": [ - "0a7a00af-6dbd-4582-a4e1-f6b9447226c6" + "658d7321-3813-4375-ab6d-5f893077fa28" ], "x-ms-correlation-request-id": [ - "f685dd43-aa57-4086-84db-c46927468fc0" + "368e0f1f-846c-4560-a04a-7e72717f8b05" ], "x-ms-arm-service-request-id": [ - "a0649f61-d3b5-4f61-a4bb-661ce30e50ad" + "29d66705-0083-40a9-9a74-43dddd045e79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11923" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105826Z:f685dd43-aa57-4086-84db-c46927468fc0" + "WESTUS:20200413T033408Z:368e0f1f-846c-4560-a04a-7e72717f8b05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:25 GMT" + "Mon, 13 Apr 2020 03:34:07 GMT" ], "Content-Length": [ "30" @@ -36739,8 +35337,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36748,7 +35346,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36762,13 +35360,13 @@ "10" ], "x-ms-request-id": [ - "9e58350a-1145-4161-b106-90ee785e46c4" + "a19ba04c-b57c-434f-b03b-02f4c0836d93" ], "x-ms-correlation-request-id": [ - "2d779f6e-4edf-4295-a4e8-e20dd56b4c39" + "acbe46b0-496a-45da-8eb9-3a4bfc9d7c01" ], "x-ms-arm-service-request-id": [ - "684a8518-f268-4fc7-a916-5cbf4a90f682" + "751ddb85-62a9-40ab-85aa-2e051e0ff95f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36778,16 +35376,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105836Z:2d779f6e-4edf-4295-a4e8-e20dd56b4c39" + "WESTUS:20200413T033418Z:acbe46b0-496a-45da-8eb9-3a4bfc9d7c01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:36 GMT" + "Mon, 13 Apr 2020 03:34:17 GMT" ], "Content-Length": [ "30" @@ -36803,8 +35401,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36812,7 +35410,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36826,13 +35424,13 @@ "10" ], "x-ms-request-id": [ - "d48f582c-5bee-4fb3-af3b-0b962911a862" + "595801f5-dd1d-4ec7-83a9-13330b0e69ec" ], "x-ms-correlation-request-id": [ - "7c868af4-8d80-4d8c-b93f-dbe7a3138528" + "8797db96-f140-4fe5-8d51-39e2c5d5d6ee" ], "x-ms-arm-service-request-id": [ - "0828afa5-82ab-4b3c-bd2e-c26afae1d610" + "1a780d26-5bd6-48f0-a3b8-d469e3b521b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36842,16 +35440,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11921" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105846Z:7c868af4-8d80-4d8c-b93f-dbe7a3138528" + "WESTUS:20200413T033428Z:8797db96-f140-4fe5-8d51-39e2c5d5d6ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:46 GMT" + "Mon, 13 Apr 2020 03:34:27 GMT" ], "Content-Length": [ "30" @@ -36867,8 +35465,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36876,7 +35474,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36890,32 +35488,32 @@ "10" ], "x-ms-request-id": [ - "1c5cfe8d-bc6e-409e-8ebe-445ba154d4e6" + "1b6d9325-c865-4604-abb1-eb1eabd84cc4" ], "x-ms-correlation-request-id": [ - "8495dd23-a2ff-420b-aee2-25e448908ba5" + "55beb5d0-d6b1-42a4-9454-39a01a5daabd" ], "x-ms-arm-service-request-id": [ - "c60e5523-dcf6-47f4-ab41-fbcfdf907243" + "0a63688d-5e23-4670-abb9-f57f82b64a77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11920" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105857Z:8495dd23-a2ff-420b-aee2-25e448908ba5" + "WESTUS:20200413T033438Z:55beb5d0-d6b1-42a4-9454-39a01a5daabd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:58:56 GMT" + "Mon, 13 Apr 2020 03:34:37 GMT" ], "Content-Length": [ "30" @@ -36931,8 +35529,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -36940,7 +35538,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -36954,13 +35552,13 @@ "10" ], "x-ms-request-id": [ - "a87dcc38-610b-48d7-8b79-6554e8261578" + "4675f469-90af-4db0-9083-259427e14ea3" ], "x-ms-correlation-request-id": [ - "c377fe44-c24b-43c5-a994-f8d6d9e43fcc" + "6ac997d8-0108-4936-86e9-13ea2185395b" ], "x-ms-arm-service-request-id": [ - "15c2cb32-772b-4b81-86d2-91db3e7ca152" + "cb85832c-bc02-4552-b39d-38885c37db13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -36970,16 +35568,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" + "11919" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105907Z:c377fe44-c24b-43c5-a994-f8d6d9e43fcc" + "WESTUS:20200413T033448Z:6ac997d8-0108-4936-86e9-13ea2185395b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:06 GMT" + "Mon, 13 Apr 2020 03:34:47 GMT" ], "Content-Length": [ "30" @@ -36995,8 +35593,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37004,7 +35602,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37018,13 +35616,13 @@ "10" ], "x-ms-request-id": [ - "be00024f-ea5b-47a6-b4dc-02e65d8f7f5b" + "cf780158-1c9e-4937-a553-0e7afb1a725d" ], "x-ms-correlation-request-id": [ - "33534d03-fc91-474a-8d74-cf23629691e0" + "e95459c9-e072-4570-b1ad-f49893eb8b46" ], "x-ms-arm-service-request-id": [ - "875d2f4e-6196-42ec-a6bd-22e71a1dd570" + "3523a5c8-6474-4559-a441-c6ce031a0c78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37034,16 +35632,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" + "11918" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105917Z:33534d03-fc91-474a-8d74-cf23629691e0" + "WESTUS:20200413T033458Z:e95459c9-e072-4570-b1ad-f49893eb8b46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:16 GMT" + "Mon, 13 Apr 2020 03:34:58 GMT" ], "Content-Length": [ "30" @@ -37059,8 +35657,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37068,7 +35666,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37082,13 +35680,13 @@ "10" ], "x-ms-request-id": [ - "6fff6b78-b7d8-4481-bd81-909d44add773" + "556234db-9625-497c-a39a-3e1b5fe0e5ab" ], "x-ms-correlation-request-id": [ - "2eb46b47-fc5f-4c55-a232-797872589d89" + "9824eb52-5b3e-4eba-b5f8-c47247b112fc" ], "x-ms-arm-service-request-id": [ - "645cec21-8b73-484b-9da4-a0cd369e6664" + "5e888966-7b4e-45ea-9da7-c24a674b194c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37098,16 +35696,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105927Z:2eb46b47-fc5f-4c55-a232-797872589d89" + "WESTUS:20200413T033508Z:9824eb52-5b3e-4eba-b5f8-c47247b112fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:27 GMT" + "Mon, 13 Apr 2020 03:35:08 GMT" ], "Content-Length": [ "30" @@ -37123,8 +35721,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/73f2fa26-742b-47b7-9136-2aa8abc4017e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzczZjJmYTI2LTc0MmItNDdiNy05MTM2LTJhYThhYmM0MDE3ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37132,7 +35730,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37142,39 +35740,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "5e072ca9-72fa-4450-ab2b-b9798b33ad23" + "df38e9d2-8b00-466f-98e0-c47a76f15bb3" ], "x-ms-correlation-request-id": [ - "b954b2ac-34ce-4864-a4ae-f839e64f043a" + "c1ae2383-924a-4ee8-9ab9-4bb3f6221605" ], "x-ms-arm-service-request-id": [ - "95fc949e-4625-49e0-93da-180e270962ae" + "538781f7-b607-43cc-9e04-61d262c7924c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105938Z:b954b2ac-34ce-4864-a4ae-f839e64f043a" + "WESTUS:20200413T033518Z:c1ae2383-924a-4ee8-9ab9-4bb3f6221605" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:37 GMT" + "Mon, 13 Apr 2020 03:35:18 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -37183,20 +35778,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548/start?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDgvc3RhcnQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "158f1f68-03c5-4631-9330-ad668a159cff" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37206,17 +35807,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/548fb547-aaec-4cbb-a5b1-3f86e882472f?api-version=2020-03-01" ], "x-ms-request-id": [ - "bdc7b33d-c46e-4380-9c65-74bcaf01af2d" + "548fb547-aaec-4cbb-a5b1-3f86e882472f" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/548fb547-aaec-4cbb-a5b1-3f86e882472f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "dace4df2-7e3d-4bdc-8154-b6f0a2af7870" + "db50b298-985c-4bff-aaee-2af58486d1c1" ], "x-ms-arm-service-request-id": [ - "89c7c035-5952-4fa0-a8ff-fe3e782d325c" + "f549a4cd-1c87-464e-bdf2-0ee8bf735ecc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37225,34 +35829,31 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105948Z:dace4df2-7e3d-4bdc-8154-b6f0a2af7870" + "WESTUS:20200413T033519Z:db50b298-985c-4bff-aaee-2af58486d1c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:48 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 03:35:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37260,7 +35861,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37274,13 +35875,13 @@ "10" ], "x-ms-request-id": [ - "25486bec-e404-401a-ab49-5cee13555830" + "72e4ce77-35f1-469d-93a4-e61bbb09a250" ], "x-ms-correlation-request-id": [ - "c6aa7c69-e0e6-46f9-bf36-ca355ff07ccf" + "c65d3245-32f8-4799-abd7-1784f3d6c7e5" ], "x-ms-arm-service-request-id": [ - "fb80a1ec-3b70-4e73-89e4-dbc4f7171cb3" + "97369e50-f68c-49b8-99b1-36bb5b9ca289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37290,16 +35891,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T105958Z:c6aa7c69-e0e6-46f9-bf36-ca355ff07ccf" + "WESTUS:20200413T033529Z:c65d3245-32f8-4799-abd7-1784f3d6c7e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 10:59:58 GMT" + "Mon, 13 Apr 2020 03:35:29 GMT" ], "Content-Length": [ "30" @@ -37315,8 +35916,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37324,7 +35925,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37338,13 +35939,13 @@ "10" ], "x-ms-request-id": [ - "ba6370cc-3aa9-456c-80f5-d5b49bf88654" + "a0fa65f1-edfc-4dc0-89dd-7a4e129fc52d" ], "x-ms-correlation-request-id": [ - "e9b973d3-2bbc-4ade-bf1c-3c9a9ddb88b8" + "c90f3ea9-4b8c-431f-91e9-708062a5be96" ], "x-ms-arm-service-request-id": [ - "3a58a7d6-976b-4bdb-8460-cea70baaf9fd" + "a4ea7969-6070-4a6d-b74e-679cb1f46cb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37354,16 +35955,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110009Z:e9b973d3-2bbc-4ade-bf1c-3c9a9ddb88b8" + "WESTUS:20200413T033539Z:c90f3ea9-4b8c-431f-91e9-708062a5be96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:08 GMT" + "Mon, 13 Apr 2020 03:35:39 GMT" ], "Content-Length": [ "30" @@ -37379,8 +35980,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37388,7 +35989,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37402,13 +36003,13 @@ "10" ], "x-ms-request-id": [ - "a58f8458-9cae-4cd9-b3dd-287d422ca166" + "683fef95-e40a-4607-b2ef-6a00b80cb472" ], "x-ms-correlation-request-id": [ - "b3e67bc3-7dee-440d-9e37-5c4d544026a4" + "9f6f56c1-d923-4754-a6ec-bbd3cdd5b6ae" ], "x-ms-arm-service-request-id": [ - "2f0426cb-a3f1-4ba2-92ad-1be33b8ce1e2" + "cb90d9c8-b0db-4821-b2f2-cdfcd0952564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37418,16 +36019,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110019Z:b3e67bc3-7dee-440d-9e37-5c4d544026a4" + "WESTUS:20200413T033549Z:9f6f56c1-d923-4754-a6ec-bbd3cdd5b6ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:18 GMT" + "Mon, 13 Apr 2020 03:35:49 GMT" ], "Content-Length": [ "30" @@ -37443,8 +36044,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37452,7 +36053,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37466,13 +36067,13 @@ "10" ], "x-ms-request-id": [ - "d36d4e57-22b4-434c-bba1-6e66e83eaf57" + "079d0e22-6d2e-444b-945d-d1c40879e52f" ], "x-ms-correlation-request-id": [ - "6be02a24-53a5-42bc-86a8-77d2189fc5cc" + "1494051b-8acd-4c20-814d-3d108a28096e" ], "x-ms-arm-service-request-id": [ - "c5b77d3c-df69-4998-aa57-57497bc42e54" + "da3e3e5a-247c-4680-9c82-c659e381a971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37482,16 +36083,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110029Z:6be02a24-53a5-42bc-86a8-77d2189fc5cc" + "WESTUS:20200413T033559Z:1494051b-8acd-4c20-814d-3d108a28096e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:28 GMT" + "Mon, 13 Apr 2020 03:35:59 GMT" ], "Content-Length": [ "30" @@ -37507,8 +36108,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37516,7 +36117,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37530,13 +36131,13 @@ "10" ], "x-ms-request-id": [ - "b48148b8-81f1-4b77-90e9-13d7bd51689a" + "283bcac2-330e-40c8-9ce1-5effb365e205" ], "x-ms-correlation-request-id": [ - "c950144c-ed6d-49e8-8e77-532094b55654" + "931534b9-e789-4b0a-9f35-ad728c8a01a6" ], "x-ms-arm-service-request-id": [ - "898f275f-6e21-4c9e-adc4-24f5f86ce754" + "29ec52e0-5a17-4889-b6ac-16bd26dd2de9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37546,16 +36147,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110039Z:c950144c-ed6d-49e8-8e77-532094b55654" + "WESTUS:20200413T033610Z:931534b9-e789-4b0a-9f35-ad728c8a01a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:39 GMT" + "Mon, 13 Apr 2020 03:36:09 GMT" ], "Content-Length": [ "30" @@ -37571,8 +36172,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37580,7 +36181,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37594,32 +36195,32 @@ "10" ], "x-ms-request-id": [ - "985873e2-c8ca-4625-a6fd-b486a1def104" + "ad78903a-eef2-4f1c-aa6a-77f6f710a4d7" ], "x-ms-correlation-request-id": [ - "d6171a2c-7ac6-4e49-800f-fa6236c9ec40" + "de8374a8-bb33-4f3d-9b61-98bdc2a9affd" ], "x-ms-arm-service-request-id": [ - "da1174d6-1b2c-4424-bd4b-1d25fa57b71b" + "b56c47af-8db8-4f3b-9e38-c3966f464171" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110050Z:d6171a2c-7ac6-4e49-800f-fa6236c9ec40" + "WESTUS:20200413T033620Z:de8374a8-bb33-4f3d-9b61-98bdc2a9affd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:49 GMT" + "Mon, 13 Apr 2020 03:36:19 GMT" ], "Content-Length": [ "30" @@ -37635,8 +36236,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37644,7 +36245,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37658,13 +36259,13 @@ "10" ], "x-ms-request-id": [ - "8b4c1d40-1ffe-4d85-b78d-8beaf6b83cbb" + "5b5d25eb-1d0a-4acc-ad8a-0cea275bc7b8" ], "x-ms-correlation-request-id": [ - "bfdcabe7-1b52-4ee1-a8cd-2f3d9addfafb" + "65b479b3-e1e6-4be1-bd6e-d25f877ea162" ], "x-ms-arm-service-request-id": [ - "228a89a8-e7c5-4cfb-81eb-765e539e3db3" + "3ecfba67-4e17-458f-9049-f22b7deb9aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37674,16 +36275,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110100Z:bfdcabe7-1b52-4ee1-a8cd-2f3d9addfafb" + "WESTUS:20200413T033630Z:65b479b3-e1e6-4be1-bd6e-d25f877ea162" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:00:59 GMT" + "Mon, 13 Apr 2020 03:36:29 GMT" ], "Content-Length": [ "30" @@ -37699,8 +36300,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37708,7 +36309,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37722,13 +36323,13 @@ "10" ], "x-ms-request-id": [ - "2f9236fe-f53f-46ef-a744-781075323b8a" + "dcc6526d-4635-4cf5-ae8c-a8ad2b8e2203" ], "x-ms-correlation-request-id": [ - "89c8fec0-4892-4311-8b70-fd0eaeb35c07" + "04ef73bb-6617-45e1-9e5b-f524bce09852" ], "x-ms-arm-service-request-id": [ - "4497979f-84fe-486f-8c84-2daf546879da" + "11940ac5-e993-4327-9f9c-6f236ca9253c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37738,16 +36339,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110111Z:89c8fec0-4892-4311-8b70-fd0eaeb35c07" + "WESTUS:20200413T033640Z:04ef73bb-6617-45e1-9e5b-f524bce09852" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:10 GMT" + "Mon, 13 Apr 2020 03:36:39 GMT" ], "Content-Length": [ "30" @@ -37763,8 +36364,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37772,7 +36373,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37786,13 +36387,13 @@ "10" ], "x-ms-request-id": [ - "c5bfdb5f-60cc-4ff4-bf89-83b965754485" + "be0e6608-c340-496c-9788-601a36f87966" ], "x-ms-correlation-request-id": [ - "14dd1a88-f4d4-4e62-b63d-dd26343029bc" + "cf0217ba-8c9f-4cb3-8251-b3ab726132f5" ], "x-ms-arm-service-request-id": [ - "c77eee35-5c8a-481a-bd75-2eb40381e1a0" + "d5d9365d-f2ea-4b84-bb02-788e066f459b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37802,16 +36403,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110121Z:14dd1a88-f4d4-4e62-b63d-dd26343029bc" + "WESTUS:20200413T033650Z:cf0217ba-8c9f-4cb3-8251-b3ab726132f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:21 GMT" + "Mon, 13 Apr 2020 03:36:50 GMT" ], "Content-Length": [ "30" @@ -37827,8 +36428,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37836,7 +36437,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37850,13 +36451,13 @@ "10" ], "x-ms-request-id": [ - "f3ec395a-d5fe-4f2a-b555-ee1734cb0863" + "d1ca87af-9ee6-4f18-bc16-079d41e65bbf" ], "x-ms-correlation-request-id": [ - "4bf2de39-2896-487e-99f6-8bbd73684888" + "0baaee1a-7912-4e98-b752-437a23764723" ], "x-ms-arm-service-request-id": [ - "7e740004-6979-491e-a66c-6a1f3b6c20e9" + "938a8e0e-1c9f-41bf-978c-d8090029f885" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37866,16 +36467,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110131Z:4bf2de39-2896-487e-99f6-8bbd73684888" + "WESTUS:20200413T033700Z:0baaee1a-7912-4e98-b752-437a23764723" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:31 GMT" + "Mon, 13 Apr 2020 03:37:00 GMT" ], "Content-Length": [ "30" @@ -37891,8 +36492,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37900,7 +36501,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37910,17 +36511,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "709945a9-fe40-4df3-a36c-f5c30abb9519" + "407c1c54-c5eb-4a8e-a4b6-d5efb4391716" ], "x-ms-correlation-request-id": [ - "df331a35-28a6-4f13-b91e-553ea85f7984" + "d3e036c8-252d-4e24-b781-aed024fde3a0" ], "x-ms-arm-service-request-id": [ - "2a717f47-08f0-4802-9ee5-1aab44a2d9ad" + "8eec0fde-0ceb-4473-8b34-907a70e4937c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37930,19 +36528,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110141Z:df331a35-28a6-4f13-b91e-553ea85f7984" + "WESTUS:20200413T033710Z:d3e036c8-252d-4e24-b781-aed024fde3a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:41 GMT" + "Mon, 13 Apr 2020 03:37:10 GMT" ], "Content-Length": [ - "30" + "50" ], "Content-Type": [ "application/json; charset=utf-8" @@ -37951,12 +36549,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b85215f3-fd71-4398-bff6-314f075a018f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I4NTIxNWYzLWZkNzEtNDM5OC1iZmY2LTMxNGYwNzVhMDE4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzc2MmM5ZmM2LWY5ZWQtNDUwNS1hZjAwLWIwNzVkMzdhZDg3MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -37964,7 +36562,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -37974,14 +36572,20 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01" + ], "x-ms-request-id": [ - "47bde570-4332-45d3-b41c-3efcd21fee64" + "762c9fc6-f9ed-4505-af00-b075d37ad870" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/762c9fc6-f9ed-4505-af00-b075d37ad870?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "cf29ccf9-c179-4434-ad62-821f898dc5f4" + "4a100201-efcd-4dc2-b066-19b0728b6f6e" ], "x-ms-arm-service-request-id": [ - "3be4c0f3-5763-4b4c-aa9f-2b26dadebd0e" + "47ef1262-bfaf-4a4e-94a0-910d54006530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -37991,19 +36595,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110151Z:cf29ccf9-c179-4434-ad62-821f898dc5f4" + "WESTUS:20200413T033710Z:50592999-210a-4e99-b17b-db2829b9d9b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:51 GMT" + "Mon, 13 Apr 2020 03:37:10 GMT" ], "Content-Length": [ - "29" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38012,26 +36616,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "null", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027/start?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjcvc3RhcnQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c420e23c-2db4-4902-bc6c-5ab72561e108" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38041,20 +36639,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/972b7a76-ddec-4962-80c4-40cfe6d85f70?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "972b7a76-ddec-4962-80c4-40cfe6d85f70" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/972b7a76-ddec-4962-80c4-40cfe6d85f70?api-version=2020-03-01" + "a5710f88-819d-438e-87fc-9f55a7dd31f6" ], "x-ms-correlation-request-id": [ - "db4f965f-51ed-4708-9924-ab824cdad9c1" + "86556687-98b7-4e0b-af0d-b98d80846672" ], "x-ms-arm-service-request-id": [ - "35623a92-3e6a-4280-be60-f8bcde2c08ea" + "b16af44d-3c76-4691-b8ba-765b0d9fac1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38063,31 +36658,34 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11845" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110153Z:db4f965f-51ed-4708-9924-ab824cdad9c1" + "WESTUS:20200413T033721Z:86556687-98b7-4e0b-af0d-b98d80846672" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:01:52 GMT" + "Mon, 13 Apr 2020 03:37:21 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38095,7 +36693,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38109,13 +36707,13 @@ "10" ], "x-ms-request-id": [ - "3cedb6ab-aa7f-4db3-92cc-f2c170192a6c" + "fd4585fa-4b5c-4d5a-abb9-58002a3a169b" ], "x-ms-correlation-request-id": [ - "0f9b64e3-25e5-4338-b219-901f96f900a7" + "2456b1e4-8702-4616-9c49-66b703430f5e" ], "x-ms-arm-service-request-id": [ - "03469493-02c3-49b2-9a7f-3246338534c0" + "24c7a200-acb9-4cc1-920c-78e0e5d45b83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38125,16 +36723,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11844" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110205Z:0f9b64e3-25e5-4338-b219-901f96f900a7" + "WESTUS:20200413T033731Z:2456b1e4-8702-4616-9c49-66b703430f5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:04 GMT" + "Mon, 13 Apr 2020 03:37:31 GMT" ], "Content-Length": [ "30" @@ -38150,8 +36748,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38159,7 +36757,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38173,13 +36771,13 @@ "10" ], "x-ms-request-id": [ - "e2146113-822e-43d6-81db-7261d0c9737c" + "5fca13c7-cc58-47c5-b805-f567c00d3063" ], "x-ms-correlation-request-id": [ - "d3623726-8edf-4ff9-b143-a4518f212940" + "1ef4329c-99ab-40c4-b9c2-e3aa304707a9" ], "x-ms-arm-service-request-id": [ - "d74dff6d-6375-4f46-935e-5e97d169a59c" + "d154ee35-a6a2-4ab7-8fcc-957009797e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38189,16 +36787,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11843" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110215Z:d3623726-8edf-4ff9-b143-a4518f212940" + "WESTUS:20200413T033741Z:1ef4329c-99ab-40c4-b9c2-e3aa304707a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:15 GMT" + "Mon, 13 Apr 2020 03:37:41 GMT" ], "Content-Length": [ "30" @@ -38214,8 +36812,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38223,7 +36821,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38237,13 +36835,13 @@ "10" ], "x-ms-request-id": [ - "d2fca13e-d893-4376-ac4e-913ff213a020" + "6be07725-225a-4743-8748-451f3aafdde4" ], "x-ms-correlation-request-id": [ - "3f91215d-2a14-4d7b-abc9-71eb9ae3329f" + "62e04da4-8c62-4685-9e5a-fdac319ba002" ], "x-ms-arm-service-request-id": [ - "9784fbf0-a98d-4728-8e7a-0f55874b450e" + "ba2e7cdc-179c-4b35-b3af-b5b5ee7937b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38253,16 +36851,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11842" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110225Z:3f91215d-2a14-4d7b-abc9-71eb9ae3329f" + "WESTUS:20200413T033751Z:62e04da4-8c62-4685-9e5a-fdac319ba002" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:25 GMT" + "Mon, 13 Apr 2020 03:37:51 GMT" ], "Content-Length": [ "30" @@ -38278,8 +36876,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38287,7 +36885,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38301,13 +36899,13 @@ "10" ], "x-ms-request-id": [ - "5a7cb316-5568-4aea-a4c4-7cbb3e82856b" + "f935b78d-ac18-4ac5-9e28-2b8f74ed7f9b" ], "x-ms-correlation-request-id": [ - "c114da02-1072-4627-b74a-f80705134044" + "80e79b5c-e3ae-4432-9c8b-57aab9fbf6c5" ], "x-ms-arm-service-request-id": [ - "95ec6db4-f586-43dd-9eaf-3fc948067653" + "9c87e5c5-6ccc-4c52-b911-412a9c00def3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38317,16 +36915,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11841" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110235Z:c114da02-1072-4627-b74a-f80705134044" + "WESTUS:20200413T033801Z:80e79b5c-e3ae-4432-9c8b-57aab9fbf6c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:35 GMT" + "Mon, 13 Apr 2020 03:38:01 GMT" ], "Content-Length": [ "30" @@ -38342,8 +36940,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38351,7 +36949,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38365,32 +36963,32 @@ "10" ], "x-ms-request-id": [ - "5c65adb1-f23a-4931-809c-d5bb84bd3f63" + "e13de899-c4b0-4200-8c50-dd578551cda0" ], "x-ms-correlation-request-id": [ - "5dedbcf1-5975-49a6-bb59-81feede2e816" + "bc5c9f73-586a-49ce-b564-4e63efdc3814" ], "x-ms-arm-service-request-id": [ - "6d166afb-99f1-4bb2-9077-8be0e4ff7340" + "ba2c5977-1540-445c-a29b-7d5ab6dc6a94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11840" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110245Z:5dedbcf1-5975-49a6-bb59-81feede2e816" + "WESTUS:20200413T033812Z:bc5c9f73-586a-49ce-b564-4e63efdc3814" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:45 GMT" + "Mon, 13 Apr 2020 03:38:11 GMT" ], "Content-Length": [ "30" @@ -38406,8 +37004,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38415,7 +37013,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38429,32 +37027,32 @@ "10" ], "x-ms-request-id": [ - "ef7bf7ba-3b6f-4ca9-8741-48566c782b4f" + "bbd48ead-5b76-4db0-a165-4583b9ffe422" ], "x-ms-correlation-request-id": [ - "463cd9b4-61d8-4d3c-9d14-2e30bd1d7eae" + "c6b5430e-0f80-41e7-a24f-70d6ced9dea1" ], "x-ms-arm-service-request-id": [ - "2d4d54ea-e713-4f8a-80bd-708d2571c374" + "2823b31d-e988-4856-aba5-822a0be91aac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11839" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110256Z:463cd9b4-61d8-4d3c-9d14-2e30bd1d7eae" + "WESTUS:20200413T033822Z:c6b5430e-0f80-41e7-a24f-70d6ced9dea1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:02:56 GMT" + "Mon, 13 Apr 2020 03:38:21 GMT" ], "Content-Length": [ "30" @@ -38470,8 +37068,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38479,7 +37077,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38493,13 +37091,13 @@ "10" ], "x-ms-request-id": [ - "60090a1e-6245-49e3-887b-64400b18ddae" + "5dc0c8ea-3218-4962-a1a3-eda1cd57206d" ], "x-ms-correlation-request-id": [ - "aa54af4c-efc1-44ad-8922-05dbb58a772c" + "fbf7fcfc-1698-42f0-9ff0-4222bdb23bca" ], "x-ms-arm-service-request-id": [ - "95d15d9c-da15-41ab-9de1-da3d91acb5b5" + "5d063598-cb0c-485a-a26f-53eb4bc41568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38509,16 +37107,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11838" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110306Z:aa54af4c-efc1-44ad-8922-05dbb58a772c" + "WESTUS:20200413T033832Z:fbf7fcfc-1698-42f0-9ff0-4222bdb23bca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:06 GMT" + "Mon, 13 Apr 2020 03:38:31 GMT" ], "Content-Length": [ "30" @@ -38534,8 +37132,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38543,7 +37141,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38557,13 +37155,13 @@ "10" ], "x-ms-request-id": [ - "984edf19-113e-48e0-b3d7-587bd1a942a4" + "05b246a4-4e80-449d-9cb8-83fd013360ba" ], "x-ms-correlation-request-id": [ - "2da3ba71-3c8a-43c0-bdfc-71f8160592a1" + "7ec9517b-0e15-4eac-befd-50967c272da4" ], "x-ms-arm-service-request-id": [ - "21fe0022-6e0d-42cf-9092-734aeeeeeb66" + "d61d7717-59ba-4cdf-8caf-7b7e395efdf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38573,16 +37171,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11837" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110317Z:2da3ba71-3c8a-43c0-bdfc-71f8160592a1" + "WESTUS:20200413T033842Z:7ec9517b-0e15-4eac-befd-50967c272da4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:16 GMT" + "Mon, 13 Apr 2020 03:38:42 GMT" ], "Content-Length": [ "30" @@ -38598,8 +37196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38607,7 +37205,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38621,13 +37219,13 @@ "10" ], "x-ms-request-id": [ - "ea21c1ac-20d0-4d72-ad3c-b53edfe453b4" + "d5ed4ca8-c550-4859-80f7-49669ee43270" ], "x-ms-correlation-request-id": [ - "a64bff66-b9bc-4915-9bf8-10d9f458eb98" + "cf96d73e-4ddf-4c48-8540-922c07f49295" ], "x-ms-arm-service-request-id": [ - "3c2b33ad-db07-4142-9960-abea6daae10c" + "7dd8bc06-9e44-4fcc-914f-9e761cc812cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38637,16 +37235,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11836" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110327Z:a64bff66-b9bc-4915-9bf8-10d9f458eb98" + "WESTUS:20200413T033852Z:cf96d73e-4ddf-4c48-8540-922c07f49295" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:26 GMT" + "Mon, 13 Apr 2020 03:38:52 GMT" ], "Content-Length": [ "30" @@ -38662,8 +37260,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38671,7 +37269,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38685,13 +37283,13 @@ "10" ], "x-ms-request-id": [ - "b5381981-3871-4be3-90bd-c30f2f73e68d" + "c65134a6-6d3d-4752-94e4-8c3e8e5e08d9" ], "x-ms-correlation-request-id": [ - "dfd19dcd-f110-4e78-b201-76a961ab783f" + "df2fc3a5-7670-4dfb-9a29-ea0087b09630" ], "x-ms-arm-service-request-id": [ - "530d8697-f379-4aef-be6b-46f592b9d463" + "accc7aca-4c6a-4f28-b62f-6a71badd90d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38701,16 +37299,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11835" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110337Z:dfd19dcd-f110-4e78-b201-76a961ab783f" + "WESTUS:20200413T033902Z:df2fc3a5-7670-4dfb-9a29-ea0087b09630" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:36 GMT" + "Mon, 13 Apr 2020 03:39:02 GMT" ], "Content-Length": [ "30" @@ -38726,8 +37324,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38735,7 +37333,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38749,13 +37347,13 @@ "10" ], "x-ms-request-id": [ - "5cdc7c89-2182-475e-9458-b7e38aa7850c" + "3c7bb10b-5171-4543-9702-884cac081dd7" ], "x-ms-correlation-request-id": [ - "8e185cf9-63b0-44c6-b9cf-f301b63ff096" + "98068a92-0196-4a49-a571-330a9b88da0f" ], "x-ms-arm-service-request-id": [ - "87e223cf-34ad-48ed-b319-ed592755d377" + "147b9c3d-83cd-4679-8dc4-12e9c8b33db7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38765,16 +37363,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11834" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110347Z:8e185cf9-63b0-44c6-b9cf-f301b63ff096" + "WESTUS:20200413T033912Z:98068a92-0196-4a49-a571-330a9b88da0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:46 GMT" + "Mon, 13 Apr 2020 03:39:12 GMT" ], "Content-Length": [ "30" @@ -38790,8 +37388,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38799,7 +37397,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38813,13 +37411,13 @@ "10" ], "x-ms-request-id": [ - "7863f48a-d044-4de2-a9ab-5d012c7354dd" + "28202a91-e02e-4640-90b2-7415ae86c783" ], "x-ms-correlation-request-id": [ - "b3189c75-ad9e-4d64-8088-c9ade3799ebc" + "fa575539-17d1-48a0-a6be-c1ed8d1e2abc" ], "x-ms-arm-service-request-id": [ - "7a29135f-6bd1-483a-9215-0f923a19b7d7" + "3c1e5a79-611b-41e6-9539-b34566da7997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38829,16 +37427,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11833" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110358Z:b3189c75-ad9e-4d64-8088-c9ade3799ebc" + "WESTUS:20200413T033922Z:fa575539-17d1-48a0-a6be-c1ed8d1e2abc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:03:57 GMT" + "Mon, 13 Apr 2020 03:39:22 GMT" ], "Content-Length": [ "30" @@ -38854,8 +37452,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38863,7 +37461,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38877,32 +37475,32 @@ "10" ], "x-ms-request-id": [ - "99d2aa42-fc96-4aa5-864f-5a1d25578950" + "80bc7fc3-2109-41b5-b249-1f8687572bb2" ], "x-ms-correlation-request-id": [ - "f4c8ae46-85e2-4766-bed3-0e415715c027" + "66e69c0e-4a2a-4128-82c5-8116eacd8f69" ], "x-ms-arm-service-request-id": [ - "3ca6f340-0393-4311-ae38-50682a611056" + "549ffa25-b4eb-45bd-8d7b-b5c8ca62cc4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11832" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110408Z:f4c8ae46-85e2-4766-bed3-0e415715c027" + "WESTUS:20200413T033932Z:66e69c0e-4a2a-4128-82c5-8116eacd8f69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:08 GMT" + "Mon, 13 Apr 2020 03:39:32 GMT" ], "Content-Length": [ "30" @@ -38918,8 +37516,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38927,7 +37525,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -38941,13 +37539,13 @@ "10" ], "x-ms-request-id": [ - "fc82da4c-d71b-4dce-a6ee-f22aca7875be" + "5a937399-6eb4-41db-93e8-e4b90fe2bef6" ], "x-ms-correlation-request-id": [ - "0b7fe782-49f7-4799-8f45-7450e3486327" + "2ec260fd-51cc-4bab-824c-daac728a3be7" ], "x-ms-arm-service-request-id": [ - "af4db75a-a27a-4c45-903a-247e12d8e775" + "1f5a12bb-9f6b-45e5-9abe-f400f96243e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -38957,16 +37555,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11831" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110418Z:0b7fe782-49f7-4799-8f45-7450e3486327" + "WESTUS:20200413T033942Z:2ec260fd-51cc-4bab-824c-daac728a3be7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:18 GMT" + "Mon, 13 Apr 2020 03:39:42 GMT" ], "Content-Length": [ "30" @@ -38982,8 +37580,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -38991,135 +37589,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7340dd69-9e42-402f-a80f-f142643a6a4b" - ], - "x-ms-correlation-request-id": [ - "3f38cb1a-5893-4cd6-bd92-124995b97f17" - ], - "x-ms-arm-service-request-id": [ - "fb2c6331-2067-4034-b652-5c55ffb66d76" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110429Z:3f38cb1a-5893-4cd6-bd92-124995b97f17" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 11:04:28 GMT" - ], - "Content-Length": [ - "50" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {}\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2Q4ZjQ5N2Y2LWEwMzItNGRiYi05YjQ2LWRlNTZiMGI2MTI0Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01" - ], - "x-ms-request-id": [ - "d8f497f6-a032-4dbb-9b46-de56b0b61242" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/d8f497f6-a032-4dbb-9b46-de56b0b61242?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "722368e0-7d99-40dc-844c-3e0fa7a9fe48" - ], - "x-ms-arm-service-request-id": [ - "69ce90f8-3043-4271-ba9e-5e4417d9b21b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110429Z:022e672e-4272-4d67-892b-55ef7d6cdd4b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 11:04:29 GMT" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "null", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39133,13 +37603,13 @@ "10" ], "x-ms-request-id": [ - "f26d17cf-491c-470a-98fd-98d698e7b2a9" + "ea7150bf-9480-4908-98cb-22969b0a83ad" ], "x-ms-correlation-request-id": [ - "6875fdb6-c047-4669-ad0e-b863fb4f1b16" + "e5423143-318f-425b-b785-8a6d944f42e4" ], "x-ms-arm-service-request-id": [ - "2bad44ef-e728-47bd-92bb-68a5bc6ba63f" + "893fc3f8-c4a8-4074-904c-c05cd0cad631" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39149,16 +37619,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11830" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110444Z:6875fdb6-c047-4669-ad0e-b863fb4f1b16" + "WESTUS:20200413T033952Z:e5423143-318f-425b-b785-8a6d944f42e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:43 GMT" + "Mon, 13 Apr 2020 03:39:52 GMT" ], "Content-Length": [ "30" @@ -39174,8 +37644,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39183,7 +37653,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39197,13 +37667,13 @@ "10" ], "x-ms-request-id": [ - "4497852c-4407-4994-b30a-d0767257e379" + "6e9fbc77-d5aa-4013-af57-c0e4c8e420db" ], "x-ms-correlation-request-id": [ - "e51ae8fd-0a3b-4c5e-ba58-deb5c39e92b3" + "0f3a00e2-df0f-49b1-8d91-61fed89d5c48" ], "x-ms-arm-service-request-id": [ - "9ce755c3-09c4-409b-980d-56080c50fe82" + "9ea8dc67-2e4b-40fa-a5b4-5cef545d062b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39213,16 +37683,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11829" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110454Z:e51ae8fd-0a3b-4c5e-ba58-deb5c39e92b3" + "WESTUS:20200413T034002Z:0f3a00e2-df0f-49b1-8d91-61fed89d5c48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:04:54 GMT" + "Mon, 13 Apr 2020 03:40:02 GMT" ], "Content-Length": [ "30" @@ -39238,8 +37708,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39247,7 +37717,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39261,13 +37731,13 @@ "10" ], "x-ms-request-id": [ - "c102e4a4-11c2-4a84-aff4-d66d8ee01cb2" + "fbb7a890-e174-4847-abb8-bd3656d95099" ], "x-ms-correlation-request-id": [ - "3f3ce8cd-076a-4727-a61d-f506ba84c219" + "b2bbafde-2189-4db4-b0c0-f6cab4e9a536" ], "x-ms-arm-service-request-id": [ - "be826888-c6dc-4781-845f-1fa8ffddf008" + "5bddf557-fc2f-4605-af19-b0b4cd551b39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39277,16 +37747,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11828" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110504Z:3f3ce8cd-076a-4727-a61d-f506ba84c219" + "WESTUS:20200413T034012Z:b2bbafde-2189-4db4-b0c0-f6cab4e9a536" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:05:04 GMT" + "Mon, 13 Apr 2020 03:40:12 GMT" ], "Content-Length": [ "30" @@ -39302,8 +37772,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39311,7 +37781,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39325,13 +37795,13 @@ "10" ], "x-ms-request-id": [ - "c4f47ccb-5a31-4cdf-b2d2-9c74baea100f" + "4bab1a98-699c-4fca-b3a7-19ad37fda865" ], "x-ms-correlation-request-id": [ - "85feddaa-8aac-4a45-a1aa-4aa80f96d9bc" + "bc3926c8-5b4e-45c6-b596-1969a496c37d" ], "x-ms-arm-service-request-id": [ - "4e0a29a2-24a2-403c-b38d-99364b13d5be" + "d21c6b35-10e4-4899-b637-8bb8751d6e59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39341,16 +37811,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11827" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110515Z:85feddaa-8aac-4a45-a1aa-4aa80f96d9bc" + "WESTUS:20200413T034023Z:bc3926c8-5b4e-45c6-b596-1969a496c37d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:05:14 GMT" + "Mon, 13 Apr 2020 03:40:22 GMT" ], "Content-Length": [ "30" @@ -39366,8 +37836,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39375,7 +37845,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39389,13 +37859,13 @@ "10" ], "x-ms-request-id": [ - "384ad5f1-d95e-4dbe-ad50-9ab80ab637cb" + "375f650c-2890-4ce8-9999-c439b64ba338" ], "x-ms-correlation-request-id": [ - "78d5c1b9-98e9-47f5-a89a-dce604e2a59c" + "abad5c85-294f-441d-a575-625cb722b86b" ], "x-ms-arm-service-request-id": [ - "c5866277-ac9e-47a1-8f73-2514318bd4f5" + "877c3280-2412-4291-8e56-70c6b367c8ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39405,16 +37875,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11826" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110525Z:78d5c1b9-98e9-47f5-a89a-dce604e2a59c" + "WESTUS:20200413T034033Z:abad5c85-294f-441d-a575-625cb722b86b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:05:24 GMT" + "Mon, 13 Apr 2020 03:40:32 GMT" ], "Content-Length": [ "30" @@ -39430,8 +37900,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39439,7 +37909,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39453,96 +37923,32 @@ "10" ], "x-ms-request-id": [ - "a479bdfa-f54a-4ab5-9e67-d413cf641a25" + "5374e0a7-d7ab-471b-a38e-42db096571a4" ], "x-ms-correlation-request-id": [ - "b9195a74-c300-42d3-976f-0f284d2bdf22" + "96099402-52bd-4eb8-a1ca-3cdf103c32af" ], "x-ms-arm-service-request-id": [ - "b95d7a46-d792-4cb4-9dd1-dbdd08ad500f" + "9286ac93-9fe9-4b8d-86b2-560f878b3e0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110535Z:b9195a74-c300-42d3-976f-0f284d2bdf22" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 11:05:34 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "f06e2fd2-531f-4713-b1c3-51b299da343c" - ], - "x-ms-correlation-request-id": [ - "03a1e818-77d4-471c-8aa5-13ba4edaa12b" - ], - "x-ms-arm-service-request-id": [ - "22e08b26-5535-4397-9a3f-2610bc7f6df0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11825" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110545Z:03a1e818-77d4-471c-8aa5-13ba4edaa12b" + "WESTUS:20200413T034043Z:96099402-52bd-4eb8-a1ca-3cdf103c32af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:05:45 GMT" + "Mon, 13 Apr 2020 03:40:42 GMT" ], "Content-Length": [ "30" @@ -39558,8 +37964,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39567,7 +37973,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39581,13 +37987,13 @@ "10" ], "x-ms-request-id": [ - "53c120aa-b6e6-4aeb-898e-af8c4d8dbd4a" + "f9465a8f-21ff-4a18-ad7a-99d57e452bb9" ], "x-ms-correlation-request-id": [ - "9994b14c-21ea-4ec9-849d-0e794c38d73b" + "e2f9675c-5213-4ad4-be40-2777c426845f" ], "x-ms-arm-service-request-id": [ - "ace0eac2-710b-4769-a592-c2ccd448c09c" + "6e768699-6c9f-4fcd-bdb6-7ebf32f661fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39597,16 +38003,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11824" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110556Z:9994b14c-21ea-4ec9-849d-0e794c38d73b" + "WESTUS:20200413T034053Z:e2f9675c-5213-4ad4-be40-2777c426845f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:05:56 GMT" + "Mon, 13 Apr 2020 03:40:52 GMT" ], "Content-Length": [ "30" @@ -39622,8 +38028,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39631,7 +38037,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39645,13 +38051,13 @@ "10" ], "x-ms-request-id": [ - "bcd2c5ee-adad-4f19-a5c2-c44dc17f525a" + "2ba94bb2-c2b9-4eda-a546-9ad7345ef537" ], "x-ms-correlation-request-id": [ - "356708ce-a094-4183-9081-5641781135ce" + "d34bcdc1-344d-4ee1-a02a-81660b469501" ], "x-ms-arm-service-request-id": [ - "ecf59768-ed92-4c70-b11a-62ef6b906e5d" + "0d298709-d113-4f2d-b0a6-424fb5f35b9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39661,16 +38067,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11823" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110606Z:356708ce-a094-4183-9081-5641781135ce" + "WESTUS:20200413T034103Z:d34bcdc1-344d-4ee1-a02a-81660b469501" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:06 GMT" + "Mon, 13 Apr 2020 03:41:02 GMT" ], "Content-Length": [ "30" @@ -39686,8 +38092,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39695,7 +38101,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39709,13 +38115,13 @@ "10" ], "x-ms-request-id": [ - "2908da07-b0b0-40a6-897b-a8b9606a3a99" + "aa2e2263-7ec5-45c7-bb97-ec3d4d51c56e" ], "x-ms-correlation-request-id": [ - "bb28df43-41cf-4d81-ae71-b66e225e5434" + "d38bf166-7c33-4999-a874-ccde6364f4ed" ], "x-ms-arm-service-request-id": [ - "ea916564-1d7e-4b11-9f12-1d0290a173ad" + "07b19da2-5974-4ead-8519-547b6f5fe191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39725,16 +38131,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11822" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110616Z:bb28df43-41cf-4d81-ae71-b66e225e5434" + "WESTUS:20200413T034113Z:d38bf166-7c33-4999-a874-ccde6364f4ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:16 GMT" + "Mon, 13 Apr 2020 03:41:12 GMT" ], "Content-Length": [ "30" @@ -39750,8 +38156,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39759,7 +38165,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39773,13 +38179,13 @@ "10" ], "x-ms-request-id": [ - "012bb8eb-c872-494b-a21f-7388e4bf3b31" + "574e75a9-57bd-4a02-bfc9-bdd87fa83937" ], "x-ms-correlation-request-id": [ - "7bd34768-2c87-420f-bdf9-48bd40ac9937" + "d725f510-281b-4517-803c-3215477a9e2f" ], "x-ms-arm-service-request-id": [ - "3f986f4f-9bc8-4f81-96d5-bae1e720604c" + "ee043d97-b840-416c-a233-d751f9855469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39789,16 +38195,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11821" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110627Z:7bd34768-2c87-420f-bdf9-48bd40ac9937" + "WESTUS:20200413T034123Z:d725f510-281b-4517-803c-3215477a9e2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:26 GMT" + "Mon, 13 Apr 2020 03:41:23 GMT" ], "Content-Length": [ "30" @@ -39814,8 +38220,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39823,7 +38229,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39837,13 +38243,13 @@ "10" ], "x-ms-request-id": [ - "b296e22b-1203-4532-a954-8b24606bb798" + "108275d0-4099-4465-b0ca-b82d2295818f" ], "x-ms-correlation-request-id": [ - "0e1e8e18-86c7-4869-84e2-7ea265c3de6e" + "ae25ec21-5fee-43ec-8d09-293e7902bcc9" ], "x-ms-arm-service-request-id": [ - "8e39361a-6743-4331-9dbc-99610348f0d0" + "14fbfe7a-859f-4269-a89f-984f130ec12f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39853,16 +38259,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11820" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110637Z:0e1e8e18-86c7-4869-84e2-7ea265c3de6e" + "WESTUS:20200413T034133Z:ae25ec21-5fee-43ec-8d09-293e7902bcc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:36 GMT" + "Mon, 13 Apr 2020 03:41:33 GMT" ], "Content-Length": [ "30" @@ -39878,8 +38284,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39887,7 +38293,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39901,13 +38307,13 @@ "10" ], "x-ms-request-id": [ - "afbb318f-4a18-4593-aa00-36a5a9631e14" + "c2663287-42e8-4c0b-b268-ae57efc66a59" ], "x-ms-correlation-request-id": [ - "cdef0aaa-b784-401e-9a69-d6cec9edfb1b" + "29fc75ba-1b62-45a4-9c1c-8c50e27ef56b" ], "x-ms-arm-service-request-id": [ - "cb57caee-e501-4111-9eca-dd879a8328d9" + "16d02a6b-c17a-4f70-8196-2d10ef92f1d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -39917,16 +38323,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11819" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110647Z:cdef0aaa-b784-401e-9a69-d6cec9edfb1b" + "WESTUS:20200413T034143Z:29fc75ba-1b62-45a4-9c1c-8c50e27ef56b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:47 GMT" + "Mon, 13 Apr 2020 03:41:43 GMT" ], "Content-Length": [ "30" @@ -39942,8 +38348,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -39951,7 +38357,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -39965,32 +38371,32 @@ "10" ], "x-ms-request-id": [ - "c4bef079-4f8b-4e79-8af6-7888ee257571" + "d67d633a-43fe-4d23-9a52-31dd2c2f6b4f" ], "x-ms-correlation-request-id": [ - "420e21c7-1977-4eeb-9709-c78224112ec7" + "0ad32fb5-b95e-4a04-9671-30a3fe29f2ff" ], "x-ms-arm-service-request-id": [ - "59337207-a167-495d-b764-f593bb7fc377" + "6b673439-adaa-483b-bec7-4a85a2c9ffe4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11818" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110657Z:420e21c7-1977-4eeb-9709-c78224112ec7" + "WESTUS:20200413T034153Z:0ad32fb5-b95e-4a04-9671-30a3fe29f2ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:06:57 GMT" + "Mon, 13 Apr 2020 03:41:53 GMT" ], "Content-Length": [ "30" @@ -40006,8 +38412,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40015,7 +38421,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40029,13 +38435,13 @@ "10" ], "x-ms-request-id": [ - "f22a98f9-91e3-4680-a9f3-af5debba45d1" + "85dd9f75-e92b-4ce6-98fd-e2659f564e71" ], "x-ms-correlation-request-id": [ - "e7c2bcd4-cebc-47ee-818f-ae42ded2bee6" + "dac7310f-e6bd-4e26-a78c-d67df3974eda" ], "x-ms-arm-service-request-id": [ - "eb8203ba-4dcd-489d-a85c-02086d934ae4" + "18d1a1d6-b997-4c37-bc5d-5f0eed2a6b5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40045,16 +38451,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11817" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110708Z:e7c2bcd4-cebc-47ee-818f-ae42ded2bee6" + "WESTUS:20200413T034203Z:dac7310f-e6bd-4e26-a78c-d67df3974eda" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:07:07 GMT" + "Mon, 13 Apr 2020 03:42:03 GMT" ], "Content-Length": [ "30" @@ -40070,8 +38476,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40079,7 +38485,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40093,13 +38499,13 @@ "10" ], "x-ms-request-id": [ - "74197777-d472-4458-a0d4-f4784e5bb3c0" + "7de38b1a-abea-4a75-ac24-580df4aa9568" ], "x-ms-correlation-request-id": [ - "78825a83-62f8-4ddb-b1e7-09ba6100a89d" + "6cc399f6-36b5-4336-9a59-d3872d6effcd" ], "x-ms-arm-service-request-id": [ - "7b797c92-ce92-492c-9350-3f33757b418b" + "1ff186e4-b8be-4b77-835a-dd6b9d836c1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40109,16 +38515,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11816" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110718Z:78825a83-62f8-4ddb-b1e7-09ba6100a89d" + "WESTUS:20200413T034213Z:6cc399f6-36b5-4336-9a59-d3872d6effcd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:07:17 GMT" + "Mon, 13 Apr 2020 03:42:13 GMT" ], "Content-Length": [ "30" @@ -40134,8 +38540,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40143,7 +38549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40157,13 +38563,13 @@ "10" ], "x-ms-request-id": [ - "f52fe45b-928f-4c60-93bb-993dceb57e69" + "7e8881a7-dfa6-4159-a5f4-027ef0ec80bf" ], "x-ms-correlation-request-id": [ - "29a0235d-c7cc-4800-b9f2-0eb2aa7cecf1" + "b5c744d4-1b81-44a6-8605-bb93db87cc17" ], "x-ms-arm-service-request-id": [ - "19e80d2b-320e-4ebf-a922-e7325678d04b" + "ce7533a4-8e83-4491-9538-2a48e1285480" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40173,16 +38579,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11815" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110728Z:29a0235d-c7cc-4800-b9f2-0eb2aa7cecf1" + "WESTUS:20200413T034223Z:b5c744d4-1b81-44a6-8605-bb93db87cc17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:07:28 GMT" + "Mon, 13 Apr 2020 03:42:23 GMT" ], "Content-Length": [ "30" @@ -40198,8 +38604,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40207,7 +38613,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40221,13 +38627,13 @@ "10" ], "x-ms-request-id": [ - "e43d8626-f169-4246-9fdc-179b4fc9f9b7" + "25748b1d-57c6-4b4a-9d57-68ed7583a261" ], "x-ms-correlation-request-id": [ - "eabe859e-fcb3-434c-b8dd-c402e768546d" + "6a199d3e-6fa8-4b46-a790-7ffa1d761f49" ], "x-ms-arm-service-request-id": [ - "1b1fa643-1759-46f2-a728-3f5df30aeb48" + "165db7e9-3427-439d-9824-2fb4d7a33e63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40237,16 +38643,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11814" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110739Z:eabe859e-fcb3-434c-b8dd-c402e768546d" + "WESTUS:20200413T034233Z:6a199d3e-6fa8-4b46-a790-7ffa1d761f49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:07:39 GMT" + "Mon, 13 Apr 2020 03:42:33 GMT" ], "Content-Length": [ "30" @@ -40262,8 +38668,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40271,7 +38677,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40285,13 +38691,13 @@ "10" ], "x-ms-request-id": [ - "f42b6943-3180-48fc-94c9-c10aafac4dd8" + "b0aecadb-50c6-454b-82ce-0a56898f30f9" ], "x-ms-correlation-request-id": [ - "4346386c-fbd0-4fce-98fb-c14bde78757b" + "68242200-c5dd-4cab-9af5-26a85e874902" ], "x-ms-arm-service-request-id": [ - "90627fa1-d07a-42f1-ac3b-d701ef58026b" + "313426c1-a5d0-4c8e-a5b8-09732d140f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40301,16 +38707,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11813" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110749Z:4346386c-fbd0-4fce-98fb-c14bde78757b" + "WESTUS:20200413T034243Z:68242200-c5dd-4cab-9af5-26a85e874902" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:07:49 GMT" + "Mon, 13 Apr 2020 03:42:43 GMT" ], "Content-Length": [ "30" @@ -40326,8 +38732,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40335,7 +38741,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40349,13 +38755,13 @@ "10" ], "x-ms-request-id": [ - "ce636994-75a7-4294-a32b-30effa22f29b" + "df430770-5a64-40eb-8909-daa7c3234ce0" ], "x-ms-correlation-request-id": [ - "57516d82-6471-4323-9f84-df15832f6ce8" + "32f36f25-2572-4585-a5d9-988e2db0c621" ], "x-ms-arm-service-request-id": [ - "59045e63-fb9d-4b5e-9c03-6a37a2b4d4e5" + "31d7ef0e-13f9-41cd-83bc-d21a22f4abac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40365,80 +38771,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110759Z:57516d82-6471-4323-9f84-df15832f6ce8" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sun, 05 Apr 2020 11:07:59 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "5d82e1da-7ddc-4a96-a5a6-91844147b8d9" - ], - "x-ms-correlation-request-id": [ - "ce1e6be2-4b31-424f-b41e-db0ae661f254" - ], - "x-ms-arm-service-request-id": [ - "e4d7e999-9fce-4dea-82da-70886631fe2f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "11812" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110809Z:ce1e6be2-4b31-424f-b41e-db0ae661f254" + "WESTUS:20200413T034253Z:32f36f25-2572-4585-a5d9-988e2db0c621" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:08:09 GMT" + "Mon, 13 Apr 2020 03:42:53 GMT" ], "Content-Length": [ "30" @@ -40454,8 +38796,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40463,7 +38805,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40477,13 +38819,13 @@ "10" ], "x-ms-request-id": [ - "83912539-d3d9-471e-99a8-5e73eab3d43d" + "a14b08ca-c24b-4df9-8d60-c605503cf2e2" ], "x-ms-correlation-request-id": [ - "52227161-66cd-457a-b544-96298da08701" + "8d6ff771-9f10-46a9-a483-28700c737285" ], "x-ms-arm-service-request-id": [ - "dc0dc383-bf1b-46c0-bcbc-ca7d5637280f" + "d5ea1fbc-fcae-4504-8347-0849bb9f79ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40493,16 +38835,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11811" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110820Z:52227161-66cd-457a-b544-96298da08701" + "WESTUS:20200413T034304Z:8d6ff771-9f10-46a9-a483-28700c737285" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:08:20 GMT" + "Mon, 13 Apr 2020 03:43:03 GMT" ], "Content-Length": [ "30" @@ -40518,8 +38860,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40527,7 +38869,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40541,13 +38883,13 @@ "10" ], "x-ms-request-id": [ - "60282692-0469-4a9a-a5d6-5b3bcb8327ce" + "4588c4e8-24a2-4f2c-83fc-1f9a48b96f25" ], "x-ms-correlation-request-id": [ - "c166f586-d502-4cab-a25c-9bf556372f53" + "adcacbae-bca6-4d86-8b76-5d06c7c501b8" ], "x-ms-arm-service-request-id": [ - "530bc534-a9eb-45f1-b7a6-b1cd5ff60674" + "d7ccdbd7-54dc-4223-8f4d-950510074664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40557,16 +38899,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11810" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110830Z:c166f586-d502-4cab-a25c-9bf556372f53" + "WESTUS:20200413T034314Z:adcacbae-bca6-4d86-8b76-5d06c7c501b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:08:30 GMT" + "Mon, 13 Apr 2020 03:43:13 GMT" ], "Content-Length": [ "30" @@ -40582,8 +38924,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40591,7 +38933,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40605,13 +38947,13 @@ "10" ], "x-ms-request-id": [ - "5e95bb60-37a4-45a4-9707-c3b2a881b8e3" + "2afc21ca-e57f-42a8-8472-0ecc3e51e496" ], "x-ms-correlation-request-id": [ - "4a4f220b-3f58-4366-a570-fc02c8c9d02b" + "4e1ae858-565d-4fde-b314-29ba60d63c54" ], "x-ms-arm-service-request-id": [ - "7147213b-851a-4b3e-9846-b823757665db" + "0cdb074b-862d-4394-a8fd-636bfffe904a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40621,16 +38963,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11809" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110840Z:4a4f220b-3f58-4366-a570-fc02c8c9d02b" + "WESTUS:20200413T034324Z:4e1ae858-565d-4fde-b314-29ba60d63c54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:08:40 GMT" + "Mon, 13 Apr 2020 03:43:23 GMT" ], "Content-Length": [ "30" @@ -40646,8 +38988,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40655,7 +38997,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40669,13 +39011,13 @@ "10" ], "x-ms-request-id": [ - "2434670f-0b17-48c9-8c99-2a236957d1fe" + "bd108ccf-2c7d-4f77-b905-eecbf75c03be" ], "x-ms-correlation-request-id": [ - "452b5fd5-a2d1-4cff-a269-6c9f7e1ad922" + "105cb1b9-b24e-46b0-92f3-a62c15e8fc9a" ], "x-ms-arm-service-request-id": [ - "0b93c5e4-c5cd-4970-8c93-961bab4b6eea" + "2c9e5eb1-2eb4-4bb3-a054-6c4ce1ef2eb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40685,16 +39027,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11808" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110851Z:452b5fd5-a2d1-4cff-a269-6c9f7e1ad922" + "WESTUS:20200413T034334Z:105cb1b9-b24e-46b0-92f3-a62c15e8fc9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:08:50 GMT" + "Mon, 13 Apr 2020 03:43:33 GMT" ], "Content-Length": [ "30" @@ -40710,8 +39052,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40719,7 +39061,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40733,13 +39075,13 @@ "10" ], "x-ms-request-id": [ - "76aa8f89-c44d-42a4-84a5-e98e6bef70f0" + "5beb752c-359e-49f0-9238-40ed0457afd8" ], "x-ms-correlation-request-id": [ - "ebc83b86-252a-43cf-925d-ea69d17522f7" + "0b2f7988-cf1f-458b-a9a0-6f589f828168" ], "x-ms-arm-service-request-id": [ - "57479e11-0804-4962-9412-e95ddc3cb262" + "52288406-121c-4085-8d75-0e8b6ea6bf34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40749,16 +39091,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11807" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110901Z:ebc83b86-252a-43cf-925d-ea69d17522f7" + "WESTUS:20200413T034344Z:0b2f7988-cf1f-458b-a9a0-6f589f828168" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:00 GMT" + "Mon, 13 Apr 2020 03:43:44 GMT" ], "Content-Length": [ "30" @@ -40774,8 +39116,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40783,7 +39125,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40797,13 +39139,13 @@ "10" ], "x-ms-request-id": [ - "e748e327-3ad9-48d6-8e17-ae57f8e001d8" + "c39d7fc7-f878-4f49-8af2-be9b6f2d05fb" ], "x-ms-correlation-request-id": [ - "2788c8e4-d13a-42cd-9bb5-11edabfb2e20" + "526c438b-94f7-4753-9981-059ca7b82f3d" ], "x-ms-arm-service-request-id": [ - "f660d09f-a3aa-4538-b006-fc51834c06ce" + "9ee6ab94-bed5-4de8-a8b3-e188f2692aa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40813,16 +39155,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11806" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110911Z:2788c8e4-d13a-42cd-9bb5-11edabfb2e20" + "WESTUS:20200413T034354Z:526c438b-94f7-4753-9981-059ca7b82f3d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:10 GMT" + "Mon, 13 Apr 2020 03:43:54 GMT" ], "Content-Length": [ "30" @@ -40838,8 +39180,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40847,7 +39189,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40861,32 +39203,32 @@ "10" ], "x-ms-request-id": [ - "8f0ba51d-8de1-4091-ab33-3197ce05ee3a" + "6b4f459c-8ac6-41fd-8ed2-e52748783fd0" ], "x-ms-correlation-request-id": [ - "b91f73f7-b98a-473a-ae98-5355c4a60e27" + "921ac303-5afd-443c-8529-1fc99d9a36b6" ], "x-ms-arm-service-request-id": [ - "5b03cc8b-8eff-4af6-9b4f-331440c1c052" + "f20cdca2-5d1d-43b8-9936-2d8cc51a40e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11805" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110921Z:b91f73f7-b98a-473a-ae98-5355c4a60e27" + "WESTUS:20200413T034404Z:921ac303-5afd-443c-8529-1fc99d9a36b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:21 GMT" + "Mon, 13 Apr 2020 03:44:04 GMT" ], "Content-Length": [ "30" @@ -40902,8 +39244,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40911,7 +39253,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40925,13 +39267,13 @@ "10" ], "x-ms-request-id": [ - "7759bcaa-bdb7-49e2-aad3-0b2e9f5d3d5d" + "42264b1d-e053-4c20-8be4-eeab091ef99b" ], "x-ms-correlation-request-id": [ - "87278985-d093-4357-808f-bde8cc8fc2df" + "35d6020e-0fb7-46a1-b794-b180dd5de64e" ], "x-ms-arm-service-request-id": [ - "00c3a464-8a05-4885-a31f-adc86b25e140" + "c9eb5cb5-c8cf-4aab-a96e-cdc1a2bf74c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40941,16 +39283,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11804" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110932Z:87278985-d093-4357-808f-bde8cc8fc2df" + "WESTUS:20200413T034414Z:35d6020e-0fb7-46a1-b794-b180dd5de64e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:31 GMT" + "Mon, 13 Apr 2020 03:44:14 GMT" ], "Content-Length": [ "30" @@ -40966,8 +39308,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -40975,7 +39317,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -40989,13 +39331,13 @@ "10" ], "x-ms-request-id": [ - "03939402-a79a-4bb0-bdf5-20f6388eaf5b" + "1605f8e1-500e-4f42-a6d3-6ba931140dcf" ], "x-ms-correlation-request-id": [ - "5fa33bcd-2b22-4b95-85fd-389de74edc4c" + "4c40f6b3-397c-4df6-9128-063611cc086b" ], "x-ms-arm-service-request-id": [ - "89e25e3d-2736-4ae8-98bb-d29473b2163c" + "f7ebcbf8-914a-4cc1-9712-574d044ff094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41005,16 +39347,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11803" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110942Z:5fa33bcd-2b22-4b95-85fd-389de74edc4c" + "WESTUS:20200413T034424Z:4c40f6b3-397c-4df6-9128-063611cc086b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:41 GMT" + "Mon, 13 Apr 2020 03:44:24 GMT" ], "Content-Length": [ "30" @@ -41030,8 +39372,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41039,7 +39381,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41053,13 +39395,13 @@ "10" ], "x-ms-request-id": [ - "69cd45cf-08cc-4b61-8a1d-e691fb9c3fd4" + "596d58ae-12a0-4125-9e81-20f9549f0ee2" ], "x-ms-correlation-request-id": [ - "0365edae-2038-49bf-af9d-2c3e8496b1ee" + "53a4c72b-0459-420d-bee3-6c04646dc40b" ], "x-ms-arm-service-request-id": [ - "f5526f3c-5966-46e3-9406-8982b6f91e7f" + "53c3072d-a40d-49a8-923d-987b9ca2f152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41069,16 +39411,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11802" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T110952Z:0365edae-2038-49bf-af9d-2c3e8496b1ee" + "WESTUS:20200413T034434Z:53a4c72b-0459-420d-bee3-6c04646dc40b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:09:51 GMT" + "Mon, 13 Apr 2020 03:44:34 GMT" ], "Content-Length": [ "30" @@ -41094,8 +39436,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41103,7 +39445,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41117,13 +39459,13 @@ "10" ], "x-ms-request-id": [ - "d37461ab-30a8-461b-a381-7f29aa2cd2ca" + "158fe279-2456-4dc1-bca3-0a3939a6714b" ], "x-ms-correlation-request-id": [ - "bdc22b32-b9a7-4d45-a124-2ca4ad9dcb6f" + "2af91b52-8f0a-4c68-834c-0a6bf2b82e01" ], "x-ms-arm-service-request-id": [ - "a7c0eb98-02ef-44ef-a417-65448f115930" + "30af192a-94ff-4697-bc81-54768c6c7e88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41133,16 +39475,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11801" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111003Z:bdc22b32-b9a7-4d45-a124-2ca4ad9dcb6f" + "WESTUS:20200413T034444Z:2af91b52-8f0a-4c68-834c-0a6bf2b82e01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:03 GMT" + "Mon, 13 Apr 2020 03:44:44 GMT" ], "Content-Length": [ "30" @@ -41158,8 +39500,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41167,7 +39509,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41181,13 +39523,13 @@ "10" ], "x-ms-request-id": [ - "ac8f2f54-11ad-4ed5-8953-6e3dc134d4cf" + "727fd115-124d-4849-b4c9-9db7869956f8" ], "x-ms-correlation-request-id": [ - "e896175b-080a-4a2c-86f5-fe4052aa0eb4" + "f5e7f45f-481f-4b9a-925c-a3b99ec8455e" ], "x-ms-arm-service-request-id": [ - "e896cd60-744e-48cc-afe8-b5960e44bd09" + "9a94618d-1019-4cd2-a6df-411ee7b54c21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41197,16 +39539,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11800" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111013Z:e896175b-080a-4a2c-86f5-fe4052aa0eb4" + "WESTUS:20200413T034454Z:f5e7f45f-481f-4b9a-925c-a3b99ec8455e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:13 GMT" + "Mon, 13 Apr 2020 03:44:54 GMT" ], "Content-Length": [ "30" @@ -41222,8 +39564,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41231,7 +39573,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41245,32 +39587,32 @@ "10" ], "x-ms-request-id": [ - "52a4bd24-f59a-4234-b409-880e521a9861" + "3923d0ab-9a50-4607-a0ee-04009b0fb005" ], "x-ms-correlation-request-id": [ - "0238611c-518c-4599-ba26-728094fa29a0" + "1f0674f9-796c-464a-a2ba-2af294097101" ], "x-ms-arm-service-request-id": [ - "7d3e502a-f62a-4574-95cc-a58b8230e514" + "24b040c8-d61f-4767-b7bc-73b7e08e8bbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11799" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111023Z:0238611c-518c-4599-ba26-728094fa29a0" + "WESTUS:20200413T034504Z:1f0674f9-796c-464a-a2ba-2af294097101" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:23 GMT" + "Mon, 13 Apr 2020 03:45:04 GMT" ], "Content-Length": [ "30" @@ -41286,8 +39628,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41295,7 +39637,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41309,32 +39651,32 @@ "10" ], "x-ms-request-id": [ - "e63c0a60-4b59-4180-9891-ed0a15aaad1f" + "41bceaa6-0318-4f71-b7ea-6b16aae11eb7" ], "x-ms-correlation-request-id": [ - "7f456563-7bdc-4f98-8ad5-e75e54bd515f" + "5c2864dc-6d22-4c4f-9b3c-910263a76994" ], "x-ms-arm-service-request-id": [ - "2a30c7b2-4692-490e-b858-0d5679ad9ad4" + "f5c41784-4491-4cf2-8f08-f771050bde4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11798" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111033Z:7f456563-7bdc-4f98-8ad5-e75e54bd515f" + "WESTUS:20200413T034514Z:5c2864dc-6d22-4c4f-9b3c-910263a76994" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:33 GMT" + "Mon, 13 Apr 2020 03:45:14 GMT" ], "Content-Length": [ "30" @@ -41350,8 +39692,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41359,7 +39701,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41373,13 +39715,13 @@ "10" ], "x-ms-request-id": [ - "77f7d7e3-e7c3-468c-9a89-b60bedca79eb" + "bd4f8e78-a206-41d7-91be-6ad1b50e6158" ], "x-ms-correlation-request-id": [ - "3a548af7-7719-47ed-855f-724b5bea85db" + "9ce86500-d415-4e20-8eb1-5ac08cd54ae4" ], "x-ms-arm-service-request-id": [ - "bd557392-d44d-4b83-8c1e-6b10a7ddee06" + "0d6d52fa-7b6f-4df4-9ca1-561974e1725c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41389,16 +39731,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11797" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111044Z:3a548af7-7719-47ed-855f-724b5bea85db" + "WESTUS:20200413T034524Z:9ce86500-d415-4e20-8eb1-5ac08cd54ae4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:44 GMT" + "Mon, 13 Apr 2020 03:45:24 GMT" ], "Content-Length": [ "30" @@ -41414,8 +39756,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41423,7 +39765,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41437,13 +39779,13 @@ "10" ], "x-ms-request-id": [ - "4a729f21-b398-4efe-9e98-5d2a440fe5a7" + "d9330222-32a9-4bb9-abac-34e90d17e210" ], "x-ms-correlation-request-id": [ - "b9a2777c-8cf3-4a16-b2a1-98c4804c8abd" + "247d577a-0a9a-4882-ab00-d84a46e82196" ], "x-ms-arm-service-request-id": [ - "4ad06be5-4c7c-4eda-bb79-c7a7c44dd6e8" + "0b92e8d9-56f1-4331-aa83-3953a5e71ba9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41453,16 +39795,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11796" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111054Z:b9a2777c-8cf3-4a16-b2a1-98c4804c8abd" + "WESTUS:20200413T034535Z:247d577a-0a9a-4882-ab00-d84a46e82196" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:10:54 GMT" + "Mon, 13 Apr 2020 03:45:34 GMT" ], "Content-Length": [ "30" @@ -41478,8 +39820,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41487,7 +39829,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41501,13 +39843,13 @@ "10" ], "x-ms-request-id": [ - "ed77f7d5-b617-49c6-b4b7-ccf4201b01a7" + "0741075c-4598-4beb-b224-e8a441680c40" ], "x-ms-correlation-request-id": [ - "edbf8afb-80fc-4ea2-b60c-1a5fc0c0442e" + "c7cb6748-5fb6-4776-996d-fd08ac2e68b9" ], "x-ms-arm-service-request-id": [ - "97c63502-a32d-4f0e-b179-82afec822642" + "a9932e50-38ec-461c-9e36-f0a51efdd803" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41517,16 +39859,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11795" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111104Z:edbf8afb-80fc-4ea2-b60c-1a5fc0c0442e" + "WESTUS:20200413T034545Z:c7cb6748-5fb6-4776-996d-fd08ac2e68b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:04 GMT" + "Mon, 13 Apr 2020 03:45:44 GMT" ], "Content-Length": [ "30" @@ -41542,8 +39884,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41551,7 +39893,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41565,13 +39907,13 @@ "10" ], "x-ms-request-id": [ - "d6ee154f-4315-4cb6-a9c7-75a0c2d21c34" + "77b4413d-68b6-4b77-9f9d-87963daeeca9" ], "x-ms-correlation-request-id": [ - "d42d1899-ac1b-4346-98fd-ce45e1d0c7d2" + "eb24cf9c-86bd-438e-83cb-036fd1efbcd8" ], "x-ms-arm-service-request-id": [ - "80142087-37b2-43b3-89a6-6512e3b53937" + "5a0c1275-20ed-4544-ab70-f78ba7d20e0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41581,16 +39923,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11794" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111115Z:d42d1899-ac1b-4346-98fd-ce45e1d0c7d2" + "WESTUS:20200413T034555Z:eb24cf9c-86bd-438e-83cb-036fd1efbcd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:14 GMT" + "Mon, 13 Apr 2020 03:45:55 GMT" ], "Content-Length": [ "30" @@ -41606,8 +39948,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41615,7 +39957,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41629,13 +39971,13 @@ "10" ], "x-ms-request-id": [ - "97a9c8b7-d828-4629-a9b7-23a60b18228e" + "e96f6d86-2197-4936-8c87-7580d4c5b380" ], "x-ms-correlation-request-id": [ - "065d9904-64df-44e0-bc1f-3281690f5b72" + "d1af4a15-e34a-45ce-a483-52452be7bf56" ], "x-ms-arm-service-request-id": [ - "2a9cb4d2-b6db-49e8-8144-043ba0bbb9a2" + "ebabe0f8-e939-49d8-9d45-0940d547655b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41645,16 +39987,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11793" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111125Z:065d9904-64df-44e0-bc1f-3281690f5b72" + "WESTUS:20200413T034605Z:d1af4a15-e34a-45ce-a483-52452be7bf56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:24 GMT" + "Mon, 13 Apr 2020 03:46:05 GMT" ], "Content-Length": [ "30" @@ -41670,8 +40012,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41679,7 +40021,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41693,32 +40035,32 @@ "10" ], "x-ms-request-id": [ - "811036e6-3491-490d-b6f1-cad67aafd16e" + "8daa5034-e2cf-478f-af80-c06cbdd817e4" ], "x-ms-correlation-request-id": [ - "9353ebab-3a98-40d8-90c6-9341ccabecaa" + "815226d8-5d19-46c4-b587-512e2f01c383" ], "x-ms-arm-service-request-id": [ - "7c58ece2-fb4b-479d-94f6-5e23ac983052" + "c88d798d-25ac-4623-9f74-f1e0d2cbef60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11792" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111135Z:9353ebab-3a98-40d8-90c6-9341ccabecaa" + "WESTUS:20200413T034615Z:815226d8-5d19-46c4-b587-512e2f01c383" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:34 GMT" + "Mon, 13 Apr 2020 03:46:15 GMT" ], "Content-Length": [ "30" @@ -41734,8 +40076,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41743,7 +40085,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41757,32 +40099,32 @@ "10" ], "x-ms-request-id": [ - "b3974214-5c46-49c1-af76-2b8a440af42e" + "f21939bf-5049-4fd4-9052-56207e365cdc" ], "x-ms-correlation-request-id": [ - "a630103f-a069-4dd8-abc7-4fcb4e8aa22a" + "2434d745-e66f-47fe-96ca-40ccb7e27b15" ], "x-ms-arm-service-request-id": [ - "4e2835b3-f049-4603-a972-eba6947f1d16" + "2bd9ba98-c6d9-4248-8380-687b9b3a9e5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11791" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111145Z:a630103f-a069-4dd8-abc7-4fcb4e8aa22a" + "WESTUS:20200413T034625Z:2434d745-e66f-47fe-96ca-40ccb7e27b15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:45 GMT" + "Mon, 13 Apr 2020 03:46:25 GMT" ], "Content-Length": [ "30" @@ -41798,8 +40140,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41807,7 +40149,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41821,13 +40163,13 @@ "10" ], "x-ms-request-id": [ - "908e65fd-6f02-4a30-bc7a-96b33287dba6" + "925d01a1-8ff5-4346-bea9-c0b6e413720b" ], "x-ms-correlation-request-id": [ - "8325d9ad-6229-418c-ba6e-ec4f351fb06e" + "49e515b0-d481-42dc-b870-71cd20a4787c" ], "x-ms-arm-service-request-id": [ - "d746d535-ff94-49d3-a6f7-3ee224ebeacb" + "65a9e9e9-eb69-4e94-8159-675532309ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41837,16 +40179,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11790" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111156Z:8325d9ad-6229-418c-ba6e-ec4f351fb06e" + "WESTUS:20200413T034635Z:49e515b0-d481-42dc-b870-71cd20a4787c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:11:55 GMT" + "Mon, 13 Apr 2020 03:46:35 GMT" ], "Content-Length": [ "30" @@ -41862,8 +40204,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41871,7 +40213,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41885,13 +40227,13 @@ "10" ], "x-ms-request-id": [ - "f7e3ad95-eee5-4a5f-9e70-d16068822825" + "d8b703b8-8101-4e9a-8a87-e124d9dec620" ], "x-ms-correlation-request-id": [ - "688c6b02-a32d-452f-b039-7a886ea0cced" + "47992a5f-69fa-43c8-9734-1145922576dd" ], "x-ms-arm-service-request-id": [ - "23b6d920-acd3-4a58-9b96-903ad7f60de3" + "11c87296-d5e0-4753-80af-c5945dc2944e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41901,16 +40243,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11789" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111206Z:688c6b02-a32d-452f-b039-7a886ea0cced" + "WESTUS:20200413T034645Z:47992a5f-69fa-43c8-9734-1145922576dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:05 GMT" + "Mon, 13 Apr 2020 03:46:45 GMT" ], "Content-Length": [ "30" @@ -41926,8 +40268,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41935,7 +40277,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -41949,13 +40291,13 @@ "10" ], "x-ms-request-id": [ - "f1cdf7ac-92c3-4d32-afc6-cf4dadc149e1" + "6eaaec37-df22-475c-859d-356614dbdf7d" ], "x-ms-correlation-request-id": [ - "71a835ef-e438-4f1f-b4f1-3e21d58166e2" + "987fce87-6dd0-4cdd-aecd-881423e9f67c" ], "x-ms-arm-service-request-id": [ - "3e200776-4eb9-4896-ab9f-ce185996b7e9" + "1b32fa3f-c349-42a3-8872-1761c7f0b925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41965,16 +40307,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11788" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111216Z:71a835ef-e438-4f1f-b4f1-3e21d58166e2" + "WESTUS:20200413T034655Z:987fce87-6dd0-4cdd-aecd-881423e9f67c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:16 GMT" + "Mon, 13 Apr 2020 03:46:55 GMT" ], "Content-Length": [ "30" @@ -41990,8 +40332,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -41999,7 +40341,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42013,13 +40355,13 @@ "10" ], "x-ms-request-id": [ - "eca8fe1d-b845-4f85-aa60-9e5ea1c3653a" + "36855d48-28b8-4312-8229-98c2abe9c4fd" ], "x-ms-correlation-request-id": [ - "aae7383c-6cf7-426c-98d0-4a12edd3671e" + "6f23b29e-bbe6-4847-b36f-0e2dc2532fca" ], "x-ms-arm-service-request-id": [ - "c97fdcfb-e183-4b4c-bc67-a014518ea827" + "f7d5ad33-cde0-4bec-9c39-67d053f9f88e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42029,16 +40371,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11787" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111227Z:aae7383c-6cf7-426c-98d0-4a12edd3671e" + "WESTUS:20200413T034705Z:6f23b29e-bbe6-4847-b36f-0e2dc2532fca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:26 GMT" + "Mon, 13 Apr 2020 03:47:04 GMT" ], "Content-Length": [ "30" @@ -42054,8 +40396,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42063,7 +40405,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42077,13 +40419,13 @@ "10" ], "x-ms-request-id": [ - "7e4fa3b7-d2bd-4afd-b211-6e120249a279" + "7f208eed-31af-4e4c-ae4f-7f5c27333612" ], "x-ms-correlation-request-id": [ - "e9e2ec1f-a9d0-4bc5-bbc5-a5f166616304" + "00e439cb-1585-4325-8538-f71432db0009" ], "x-ms-arm-service-request-id": [ - "b3a4ab9f-c8c1-4448-958f-36aa8e93ed31" + "bb87c009-3152-4e0f-a972-930e9892cae3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42093,16 +40435,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11786" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111237Z:e9e2ec1f-a9d0-4bc5-bbc5-a5f166616304" + "WESTUS:20200413T034715Z:00e439cb-1585-4325-8538-f71432db0009" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:36 GMT" + "Mon, 13 Apr 2020 03:47:14 GMT" ], "Content-Length": [ "30" @@ -42118,8 +40460,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42127,7 +40469,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42141,13 +40483,13 @@ "10" ], "x-ms-request-id": [ - "3bae525d-1898-400e-a565-aef827aeb457" + "d07abe78-e67b-4b2d-a893-b072f1e9566c" ], "x-ms-correlation-request-id": [ - "51859905-bfba-417b-8edb-d1fca67aac9a" + "e545651a-becc-4924-bb98-2ea9b3392792" ], "x-ms-arm-service-request-id": [ - "86208017-d551-41e3-9a2d-090aa1365fba" + "eac781d8-593f-44ff-9b54-c1c44ac66942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42157,16 +40499,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11785" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111247Z:51859905-bfba-417b-8edb-d1fca67aac9a" + "WESTUS:20200413T034725Z:e545651a-becc-4924-bb98-2ea9b3392792" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:47 GMT" + "Mon, 13 Apr 2020 03:47:24 GMT" ], "Content-Length": [ "30" @@ -42182,8 +40524,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42191,7 +40533,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42205,32 +40547,32 @@ "10" ], "x-ms-request-id": [ - "caf1e483-aab0-4653-93bd-4f58bfc8705c" + "6f6c66ea-9513-4dbf-9839-5d3fdc1f6c8c" ], "x-ms-correlation-request-id": [ - "6d8aaf77-5aec-4e1d-a7d0-96403a35c943" + "07cac2f4-64ab-48cb-8c8c-b85f122d40fb" ], "x-ms-arm-service-request-id": [ - "29fcd896-2c1e-4601-96f0-1de14846aa81" + "2b4df753-4f53-462e-85ad-87bb7ff3c8a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11784" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111257Z:6d8aaf77-5aec-4e1d-a7d0-96403a35c943" + "WESTUS:20200413T034735Z:07cac2f4-64ab-48cb-8c8c-b85f122d40fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:12:57 GMT" + "Mon, 13 Apr 2020 03:47:34 GMT" ], "Content-Length": [ "30" @@ -42246,8 +40588,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42255,7 +40597,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42269,13 +40611,13 @@ "10" ], "x-ms-request-id": [ - "ccf07c52-2e29-49c1-a4d8-7fe85797f73b" + "764e1bf0-a4d0-482b-a578-1441c1f86a20" ], "x-ms-correlation-request-id": [ - "06458e3e-f8dc-4c6e-9cce-833ba0c54b7a" + "20c23e43-ed08-4e54-81f5-c5b6152a2ca3" ], "x-ms-arm-service-request-id": [ - "15885b26-b9c9-48bc-a104-d91b551e2c5d" + "5031ea82-02cc-44fc-9cd7-7782851bda38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42285,16 +40627,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11783" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111308Z:06458e3e-f8dc-4c6e-9cce-833ba0c54b7a" + "WESTUS:20200413T034745Z:20c23e43-ed08-4e54-81f5-c5b6152a2ca3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:08 GMT" + "Mon, 13 Apr 2020 03:47:45 GMT" ], "Content-Length": [ "30" @@ -42310,8 +40652,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42319,7 +40661,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42333,13 +40675,13 @@ "10" ], "x-ms-request-id": [ - "10181958-0c92-4fa2-929f-c7c7404a6668" + "7578023f-009a-453d-a44f-b82db7151b23" ], "x-ms-correlation-request-id": [ - "70b90ef8-b060-4730-a20c-7f76cd793228" + "fffbb7d2-2e03-4f79-bd3f-a3e90b99ff9c" ], "x-ms-arm-service-request-id": [ - "c21eb68b-5c24-44f9-9fca-d41dad521695" + "23aeef1b-9585-42f0-9105-81a435e05286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42349,16 +40691,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11782" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111318Z:70b90ef8-b060-4730-a20c-7f76cd793228" + "WESTUS:20200413T034755Z:fffbb7d2-2e03-4f79-bd3f-a3e90b99ff9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:18 GMT" + "Mon, 13 Apr 2020 03:47:55 GMT" ], "Content-Length": [ "30" @@ -42374,8 +40716,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42383,7 +40725,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42397,13 +40739,13 @@ "10" ], "x-ms-request-id": [ - "53b22980-efb3-42f2-a9cf-14233a84ecc0" + "0d32c067-adc3-444e-b1e5-c84deec67391" ], "x-ms-correlation-request-id": [ - "b02a7f34-0ab5-4e87-b09c-f80817004feb" + "9c756254-9008-431c-97a1-f2deb3cc0d02" ], "x-ms-arm-service-request-id": [ - "332bb726-ea71-4d9b-9a9d-14013b8488d6" + "53fc0ee4-8e39-4f39-bf60-58214eafe14a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42413,16 +40755,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11781" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111328Z:b02a7f34-0ab5-4e87-b09c-f80817004feb" + "WESTUS:20200413T034805Z:9c756254-9008-431c-97a1-f2deb3cc0d02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:28 GMT" + "Mon, 13 Apr 2020 03:48:05 GMT" ], "Content-Length": [ "30" @@ -42438,8 +40780,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42447,7 +40789,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42461,13 +40803,13 @@ "10" ], "x-ms-request-id": [ - "5944c91b-f7d1-468b-a48d-200a2b3ccd13" + "03579ff5-d79b-404c-9d97-56dae744d4e2" ], "x-ms-correlation-request-id": [ - "12ed5528-be63-44c2-9874-561ecafc572a" + "c4e4ef1d-299a-4736-89b4-f70539f2340f" ], "x-ms-arm-service-request-id": [ - "1d29e954-c0e3-412a-9205-de307df77cbc" + "1ce09b3e-9f56-4e67-8426-3e425cbf45e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42477,16 +40819,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11780" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111339Z:12ed5528-be63-44c2-9874-561ecafc572a" + "WESTUS:20200413T034815Z:c4e4ef1d-299a-4736-89b4-f70539f2340f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:38 GMT" + "Mon, 13 Apr 2020 03:48:15 GMT" ], "Content-Length": [ "30" @@ -42502,8 +40844,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42511,7 +40853,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42525,32 +40867,32 @@ "10" ], "x-ms-request-id": [ - "190b1c9d-3393-4483-86b0-cfce848820e5" + "4bbc26f6-d641-4a40-9d66-0ec66f7ff165" ], "x-ms-correlation-request-id": [ - "543525a5-ebb9-4eb9-ab64-b4c95efe9943" + "8dbaebda-00da-4109-bc86-f609cfc4798e" ], "x-ms-arm-service-request-id": [ - "bb911614-0c30-4fbd-af18-cab2436177bc" + "a7b7a65f-4cbb-451d-8b30-ca0c60512ca3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11779" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111349Z:543525a5-ebb9-4eb9-ab64-b4c95efe9943" + "WESTUS:20200413T034826Z:8dbaebda-00da-4109-bc86-f609cfc4798e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:48 GMT" + "Mon, 13 Apr 2020 03:48:25 GMT" ], "Content-Length": [ "30" @@ -42566,8 +40908,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42575,7 +40917,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42589,13 +40931,13 @@ "10" ], "x-ms-request-id": [ - "70947c4c-fe1d-4ec9-a79e-bc6d4cbe25b8" + "f62fb0eb-45a0-48e7-8957-31739afcfd5f" ], "x-ms-correlation-request-id": [ - "f669a34b-23f4-4e9c-9b72-895fc4f1dcf6" + "734ac1f1-6634-4b6d-addd-9e71faba3c0d" ], "x-ms-arm-service-request-id": [ - "ce295480-6699-4258-9a5e-9aea65dae65e" + "95c1e047-61a9-46cb-95bd-faff4c38a3a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42605,16 +40947,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11778" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111359Z:f669a34b-23f4-4e9c-9b72-895fc4f1dcf6" + "WESTUS:20200413T034836Z:734ac1f1-6634-4b6d-addd-9e71faba3c0d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:13:59 GMT" + "Mon, 13 Apr 2020 03:48:35 GMT" ], "Content-Length": [ "30" @@ -42630,8 +40972,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42639,7 +40981,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42653,32 +40995,32 @@ "10" ], "x-ms-request-id": [ - "de5618d1-f321-4ccf-b767-05c9a83a1694" + "159eca92-9985-4c9a-bf1f-03cbe2e6a3a4" ], "x-ms-correlation-request-id": [ - "9a153e9f-6e49-45d5-a3b4-425a9e210687" + "e89729d6-a67f-4f64-b5e4-e52e3c5f859c" ], "x-ms-arm-service-request-id": [ - "c25e2cb5-9125-41b3-975d-4750ad35aa91" + "8ca21a90-e8f0-4ccd-9c81-8c5425ca80e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11777" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111409Z:9a153e9f-6e49-45d5-a3b4-425a9e210687" + "WESTUS:20200413T034846Z:e89729d6-a67f-4f64-b5e4-e52e3c5f859c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:14:09 GMT" + "Mon, 13 Apr 2020 03:48:45 GMT" ], "Content-Length": [ "30" @@ -42694,8 +41036,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42703,7 +41045,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42717,13 +41059,13 @@ "10" ], "x-ms-request-id": [ - "11e2bdd0-05fe-47fc-b96c-04978c47bafa" + "e21dd100-f235-4ca4-af9d-687f96c8946f" ], "x-ms-correlation-request-id": [ - "3768fb05-aa09-41a2-9d22-5e9ef0d04f11" + "956987aa-bfa4-403d-8923-6d833eaf60c0" ], "x-ms-arm-service-request-id": [ - "51cc274d-57f7-498b-9a58-fddb2465286e" + "069ba0ce-3254-4f70-8223-5e90e58aae65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42733,16 +41075,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11776" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111420Z:3768fb05-aa09-41a2-9d22-5e9ef0d04f11" + "WESTUS:20200413T034856Z:956987aa-bfa4-403d-8923-6d833eaf60c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:14:19 GMT" + "Mon, 13 Apr 2020 03:48:55 GMT" ], "Content-Length": [ "30" @@ -42758,8 +41100,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42767,7 +41109,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42781,13 +41123,13 @@ "10" ], "x-ms-request-id": [ - "fe3e7696-2630-4da1-87b8-1705e85d3c74" + "057cc2bb-e473-4e63-8ff1-75fe3eccab02" ], "x-ms-correlation-request-id": [ - "336738ec-171c-4fd5-98db-8bc77060d132" + "a16c8cbe-9155-4b16-93fb-c43e4e53de1b" ], "x-ms-arm-service-request-id": [ - "507afb01-d094-4657-9753-fd5504b57466" + "f3c5fe5f-2e1f-40c2-a44b-3237770bf096" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42797,16 +41139,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11775" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111430Z:336738ec-171c-4fd5-98db-8bc77060d132" + "WESTUS:20200413T034906Z:a16c8cbe-9155-4b16-93fb-c43e4e53de1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:14:29 GMT" + "Mon, 13 Apr 2020 03:49:05 GMT" ], "Content-Length": [ "30" @@ -42822,8 +41164,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42831,7 +41173,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42845,13 +41187,13 @@ "10" ], "x-ms-request-id": [ - "6675b5d9-25f3-4684-ad5e-a29642abb793" + "89ea2c00-d6fe-437e-8bbf-e5edcde847e5" ], "x-ms-correlation-request-id": [ - "10456457-86e0-4c01-95e0-3c4aa13ca46f" + "3322e3e9-8627-49a0-81b8-19bc255c3131" ], "x-ms-arm-service-request-id": [ - "74be4408-8689-4c39-9c62-0cb3de8f46f8" + "0d619fac-1f26-40ce-9da0-702e87db51f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42861,16 +41203,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11774" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111440Z:10456457-86e0-4c01-95e0-3c4aa13ca46f" + "WESTUS:20200413T034916Z:3322e3e9-8627-49a0-81b8-19bc255c3131" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:14:40 GMT" + "Mon, 13 Apr 2020 03:49:15 GMT" ], "Content-Length": [ "30" @@ -42886,8 +41228,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42895,7 +41237,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42909,13 +41251,13 @@ "10" ], "x-ms-request-id": [ - "cdb23f61-664f-41ce-b6f6-3254df3e0e10" + "279715e3-b269-4957-bca3-1e7d0a7b9b6b" ], "x-ms-correlation-request-id": [ - "d495e102-283d-47bb-ae81-4a5e536576da" + "5c016458-35fa-4bfe-b317-f3459ef5ad10" ], "x-ms-arm-service-request-id": [ - "113d0be5-9312-470e-a594-c1691ce4df1d" + "dbcc8aaf-daf4-4096-afae-fe7942600ea2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42925,16 +41267,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11773" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111451Z:d495e102-283d-47bb-ae81-4a5e536576da" + "WESTUS:20200413T034926Z:5c016458-35fa-4bfe-b317-f3459ef5ad10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:14:50 GMT" + "Mon, 13 Apr 2020 03:49:25 GMT" ], "Content-Length": [ "30" @@ -42950,8 +41292,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -42959,7 +41301,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -42973,32 +41315,32 @@ "10" ], "x-ms-request-id": [ - "989a67aa-65e4-482f-81aa-d7ed77e7c84c" + "5850f376-48b1-499c-ba6d-73d9695980ff" ], "x-ms-correlation-request-id": [ - "3c84718b-3c3d-4887-8952-d20b49930697" + "bb851d89-1ec4-4919-b2e6-49b328f11cae" ], "x-ms-arm-service-request-id": [ - "b1a9bf3c-2cc6-4bad-8701-462c121fb819" + "ca2afe32-9cc1-4e99-af56-d6bed01a85f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11772" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111501Z:3c84718b-3c3d-4887-8952-d20b49930697" + "WESTUS:20200413T034936Z:bb851d89-1ec4-4919-b2e6-49b328f11cae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:00 GMT" + "Mon, 13 Apr 2020 03:49:35 GMT" ], "Content-Length": [ "30" @@ -43014,8 +41356,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43023,7 +41365,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43037,13 +41379,13 @@ "10" ], "x-ms-request-id": [ - "13d6d5cd-009b-4fb7-9901-0fcd9a38dd5f" + "4e036ec0-49b5-4cea-81f7-da0ce0fc9e87" ], "x-ms-correlation-request-id": [ - "f46999df-966d-4c6c-affd-9904ee5bf8b4" + "1806783d-cf41-44dd-b888-2d893a6b75d5" ], "x-ms-arm-service-request-id": [ - "7e92c2e3-ad70-4b8e-9c2e-12382dd2a4c5" + "945ad1b0-bd13-48c6-92a7-5c1efb7a92a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43053,16 +41395,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11771" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111511Z:f46999df-966d-4c6c-affd-9904ee5bf8b4" + "WESTUS:20200413T034946Z:1806783d-cf41-44dd-b888-2d893a6b75d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:11 GMT" + "Mon, 13 Apr 2020 03:49:45 GMT" ], "Content-Length": [ "30" @@ -43078,8 +41420,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43087,7 +41429,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43101,32 +41443,32 @@ "10" ], "x-ms-request-id": [ - "1b17ba81-33c2-47a4-883c-ac52e5d70131" + "23d8c0e5-cfd6-45fd-acdd-8ad3c11ac889" ], "x-ms-correlation-request-id": [ - "f8282046-291e-4b98-acce-28a0a1523b08" + "a6c0fb07-b255-4504-a5bd-b1641d3f2c49" ], "x-ms-arm-service-request-id": [ - "83821394-78af-4ab9-83f5-ea5a3abfe843" + "82e3e117-ebc1-4ad3-a690-aec94dc01218" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11770" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111521Z:f8282046-291e-4b98-acce-28a0a1523b08" + "WESTUS:20200413T034956Z:a6c0fb07-b255-4504-a5bd-b1641d3f2c49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:21 GMT" + "Mon, 13 Apr 2020 03:49:56 GMT" ], "Content-Length": [ "30" @@ -43142,8 +41484,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43151,7 +41493,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43165,13 +41507,13 @@ "10" ], "x-ms-request-id": [ - "6fadd07d-2456-40a1-8d8f-b4a6c64aa452" + "d1ecb6ea-506a-4fdd-9114-a9984cbec9f1" ], "x-ms-correlation-request-id": [ - "27a71110-4fb6-4524-9352-33d225e21f18" + "86864557-2e43-42b5-96af-bfb8ef2b52cf" ], "x-ms-arm-service-request-id": [ - "3937b4b5-d2aa-4cc8-9c38-93d479525146" + "82e899fd-40bc-4f08-9fe5-5f66f652f187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43181,16 +41523,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11769" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111532Z:27a71110-4fb6-4524-9352-33d225e21f18" + "WESTUS:20200413T035006Z:86864557-2e43-42b5-96af-bfb8ef2b52cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:32 GMT" + "Mon, 13 Apr 2020 03:50:06 GMT" ], "Content-Length": [ "30" @@ -43206,8 +41548,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43215,7 +41557,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43229,13 +41571,13 @@ "10" ], "x-ms-request-id": [ - "2316b76d-2ffb-4103-bfbc-935179a52554" + "8f4baa4c-5590-4ed6-be62-8f5e49649e7b" ], "x-ms-correlation-request-id": [ - "4f3a3930-9246-4102-8b8d-5b35115f7431" + "a5ee18bf-ef90-40d9-95fb-57a65d0de037" ], "x-ms-arm-service-request-id": [ - "e7467620-e0eb-4120-8535-fdbd591156f7" + "49d5f420-9845-47f8-9248-3d6359a82648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43245,16 +41587,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11768" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111542Z:4f3a3930-9246-4102-8b8d-5b35115f7431" + "WESTUS:20200413T035016Z:a5ee18bf-ef90-40d9-95fb-57a65d0de037" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:42 GMT" + "Mon, 13 Apr 2020 03:50:16 GMT" ], "Content-Length": [ "30" @@ -43270,8 +41612,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43279,7 +41621,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43293,13 +41635,13 @@ "10" ], "x-ms-request-id": [ - "09ccf93a-6f00-44b5-a94c-0da3b832bfbf" + "e99c759e-561f-4bf2-bfa9-86374583ce45" ], "x-ms-correlation-request-id": [ - "062cca94-a472-430c-9dfe-ea36ffc64320" + "70a4f620-ddfb-4989-af63-1a786a48058c" ], "x-ms-arm-service-request-id": [ - "1dd2f009-efdf-439c-98ba-47abb7050fbe" + "4ca3e383-2862-4230-9c34-3f5e9540aaea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43309,16 +41651,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11767" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111552Z:062cca94-a472-430c-9dfe-ea36ffc64320" + "WESTUS:20200413T035026Z:70a4f620-ddfb-4989-af63-1a786a48058c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:15:52 GMT" + "Mon, 13 Apr 2020 03:50:26 GMT" ], "Content-Length": [ "30" @@ -43334,8 +41676,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43343,7 +41685,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43357,13 +41699,13 @@ "10" ], "x-ms-request-id": [ - "02abd793-871d-4bb5-bd35-06e849a04ddf" + "c932d127-76ca-455f-8d1e-c87bf1cd3a6c" ], "x-ms-correlation-request-id": [ - "354da6b7-559c-43ac-ad06-84542b7ab79f" + "3a153223-c363-4677-8492-bb4a6340484c" ], "x-ms-arm-service-request-id": [ - "9860f8e1-22c0-4535-b923-43f7e00f1ac8" + "72a04ae3-95b5-444e-9864-3a4688848435" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43373,16 +41715,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11766" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111603Z:354da6b7-559c-43ac-ad06-84542b7ab79f" + "WESTUS:20200413T035036Z:3a153223-c363-4677-8492-bb4a6340484c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:03 GMT" + "Mon, 13 Apr 2020 03:50:36 GMT" ], "Content-Length": [ "30" @@ -43398,8 +41740,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43407,7 +41749,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43421,32 +41763,32 @@ "10" ], "x-ms-request-id": [ - "59267892-8f82-45f7-9d31-b719207c0994" + "19d9d37f-69d9-4f37-b0da-fb67cbeca31a" ], "x-ms-correlation-request-id": [ - "ce80d5d4-5352-44c8-bca6-a0d9cab7e72e" + "471c8811-eb12-4876-8dd3-4cea2c52c661" ], "x-ms-arm-service-request-id": [ - "bc4c745e-0a77-4bf6-9ca8-802c26c106cc" + "ada35ef8-4c0c-468b-b81a-a1ee1210d731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11765" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111613Z:ce80d5d4-5352-44c8-bca6-a0d9cab7e72e" + "WESTUS:20200413T035046Z:471c8811-eb12-4876-8dd3-4cea2c52c661" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:13 GMT" + "Mon, 13 Apr 2020 03:50:46 GMT" ], "Content-Length": [ "30" @@ -43462,8 +41804,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43471,7 +41813,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43485,13 +41827,13 @@ "10" ], "x-ms-request-id": [ - "1555496a-6543-44d5-83d3-c563b0b1f37c" + "525398e3-9ad9-4f31-b904-e40d3431f733" ], "x-ms-correlation-request-id": [ - "db2b3c5d-189d-49e7-892e-97fee3465503" + "4af05558-fb50-4158-b22c-19f483858067" ], "x-ms-arm-service-request-id": [ - "61d29d5a-3e45-4884-aa8f-9e3e6d6ab4d7" + "018381eb-a2e6-4413-bc92-4115f3872a4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43501,16 +41843,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11764" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111624Z:db2b3c5d-189d-49e7-892e-97fee3465503" + "WESTUS:20200413T035057Z:4af05558-fb50-4158-b22c-19f483858067" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:23 GMT" + "Mon, 13 Apr 2020 03:50:56 GMT" ], "Content-Length": [ "30" @@ -43526,8 +41868,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43535,7 +41877,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43549,32 +41891,32 @@ "10" ], "x-ms-request-id": [ - "33695462-e46c-4acd-942f-5b8ba74190d0" + "4505bab3-ea5f-4f75-99ed-2566a0669e1b" ], "x-ms-correlation-request-id": [ - "f13bdde5-ab78-4b49-a949-b7a37ea0b867" + "fd149923-628e-4ff4-bd66-48f089baff81" ], "x-ms-arm-service-request-id": [ - "14280548-f176-433f-a2f8-3fec1a40c4d0" + "52ada37f-9b32-4ff6-abd2-81e3c12c6113" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11763" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111634Z:f13bdde5-ab78-4b49-a949-b7a37ea0b867" + "WESTUS:20200413T035107Z:fd149923-628e-4ff4-bd66-48f089baff81" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:33 GMT" + "Mon, 13 Apr 2020 03:51:06 GMT" ], "Content-Length": [ "30" @@ -43590,8 +41932,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43599,7 +41941,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43613,13 +41955,13 @@ "10" ], "x-ms-request-id": [ - "bbe8cdbc-3780-4324-9127-d91bc076c59c" + "9da69ba3-56fe-4c5a-8857-2fe998479330" ], "x-ms-correlation-request-id": [ - "5a1dcc57-7d1f-4fc4-98c5-6e5b0b01a337" + "08cf7ebb-df8e-445f-8aa0-beb76a693c27" ], "x-ms-arm-service-request-id": [ - "8b02a9aa-28b8-41ab-80ff-0ae8f6aaec54" + "b005c15e-19cc-4c18-99d3-a078b7083d7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43629,16 +41971,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11762" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111645Z:5a1dcc57-7d1f-4fc4-98c5-6e5b0b01a337" + "WESTUS:20200413T035117Z:08cf7ebb-df8e-445f-8aa0-beb76a693c27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:44 GMT" + "Mon, 13 Apr 2020 03:51:16 GMT" ], "Content-Length": [ "30" @@ -43654,8 +41996,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43663,7 +42005,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43677,13 +42019,13 @@ "10" ], "x-ms-request-id": [ - "1cef1a58-dc0f-4b96-a4b2-0b07f99505cb" + "1ab2e889-0690-48d7-b8ca-964653b4915b" ], "x-ms-correlation-request-id": [ - "f2944304-399b-45ab-b35c-95b75ab7e584" + "ee1db717-3a4f-417b-9b8d-1ef2d69fe752" ], "x-ms-arm-service-request-id": [ - "2cc97bcf-bb17-4cbd-8bdc-4b85957dcc14" + "b799225d-3859-480f-a761-0337407938e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43693,16 +42035,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" + "11761" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111655Z:f2944304-399b-45ab-b35c-95b75ab7e584" + "WESTUS:20200413T035127Z:ee1db717-3a4f-417b-9b8d-1ef2d69fe752" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:16:55 GMT" + "Mon, 13 Apr 2020 03:51:26 GMT" ], "Content-Length": [ "30" @@ -43718,8 +42060,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43727,7 +42069,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43741,13 +42083,13 @@ "10" ], "x-ms-request-id": [ - "d354a98d-4ec0-4bd5-ac19-cfc8b10ca74c" + "0f0b2d92-5883-4905-a82f-26e29886507b" ], "x-ms-correlation-request-id": [ - "d109f0b7-ee6c-4e94-85ec-a2fd2fcaa6b7" + "2c5dbcdb-9b62-4e16-9c80-222832f4abe7" ], "x-ms-arm-service-request-id": [ - "3e9fdacc-5763-41ba-aa68-d233a4dc0647" + "d794945c-2343-45a7-90f3-2472f9b2df0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43757,16 +42099,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11760" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111706Z:d109f0b7-ee6c-4e94-85ec-a2fd2fcaa6b7" + "WESTUS:20200413T035137Z:2c5dbcdb-9b62-4e16-9c80-222832f4abe7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:05 GMT" + "Mon, 13 Apr 2020 03:51:36 GMT" ], "Content-Length": [ "30" @@ -43782,8 +42124,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43791,7 +42133,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43805,13 +42147,13 @@ "10" ], "x-ms-request-id": [ - "bb7e10a0-5fd3-4cb2-b1d0-937e8a890444" + "1215581a-efba-4307-a78d-1fd98a3c97a2" ], "x-ms-correlation-request-id": [ - "912fd16e-9480-4442-9eb1-a1e4e2610d98" + "4a25ef6f-617f-46ad-9833-39f071361045" ], "x-ms-arm-service-request-id": [ - "55e697a4-8867-4e09-858b-d50e9b61062f" + "01ffa49d-d154-49b1-8f44-a09c707f3791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43821,16 +42163,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11759" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111716Z:912fd16e-9480-4442-9eb1-a1e4e2610d98" + "WESTUS:20200413T035147Z:4a25ef6f-617f-46ad-9833-39f071361045" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:15 GMT" + "Mon, 13 Apr 2020 03:51:46 GMT" ], "Content-Length": [ "30" @@ -43846,8 +42188,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43855,7 +42197,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43869,32 +42211,32 @@ "10" ], "x-ms-request-id": [ - "dca16f4a-05b3-4c96-86ee-f68e10b8958a" + "46ada607-311a-4b82-867d-98d0a35a7c08" ], "x-ms-correlation-request-id": [ - "da4ab6c9-d4fe-41a8-9f15-54117bded853" + "7e0b7aec-6674-4b07-8a23-36dd16deaaa6" ], "x-ms-arm-service-request-id": [ - "ef71fe78-6286-40eb-9782-fda73f1463cf" + "178d9e60-3c97-4230-8c6e-1f9ceeab4bde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11758" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111726Z:da4ab6c9-d4fe-41a8-9f15-54117bded853" + "WESTUS:20200413T035157Z:7e0b7aec-6674-4b07-8a23-36dd16deaaa6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:26 GMT" + "Mon, 13 Apr 2020 03:51:56 GMT" ], "Content-Length": [ "30" @@ -43910,8 +42252,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43919,7 +42261,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43933,13 +42275,13 @@ "10" ], "x-ms-request-id": [ - "fceb90c6-61d5-4fd7-950e-24d78ebf45d3" + "c61e8f9c-7cb5-4c7d-9cfb-7d14f36384aa" ], "x-ms-correlation-request-id": [ - "cc2d9a7c-5328-4b30-b399-f383560e78a8" + "a869e67f-4eff-4a9c-bdef-f5c85702b54f" ], "x-ms-arm-service-request-id": [ - "2bd6f222-5978-4f9e-b64d-26b94bc188e9" + "38024175-1649-44e5-af96-bc268fbb3f37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43949,16 +42291,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11757" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111736Z:cc2d9a7c-5328-4b30-b399-f383560e78a8" + "WESTUS:20200413T035207Z:a869e67f-4eff-4a9c-bdef-f5c85702b54f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:36 GMT" + "Mon, 13 Apr 2020 03:52:06 GMT" ], "Content-Length": [ "30" @@ -43974,8 +42316,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -43983,7 +42325,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -43997,32 +42339,32 @@ "10" ], "x-ms-request-id": [ - "be563b54-80e3-4078-acaf-a951808c0212" + "156aa33e-9d65-4937-99ab-491a28f812b9" ], "x-ms-correlation-request-id": [ - "d71c9643-7253-4751-8078-824d4a5063a0" + "0052bafb-84f8-413a-acf4-1482c2b59efb" ], "x-ms-arm-service-request-id": [ - "72de29e0-e6e4-49ed-95b1-e001649988b1" + "28ffea5c-4e8f-4f79-828c-eea181e7cd8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11756" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111747Z:d71c9643-7253-4751-8078-824d4a5063a0" + "WESTUS:20200413T035217Z:0052bafb-84f8-413a-acf4-1482c2b59efb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:46 GMT" + "Mon, 13 Apr 2020 03:52:16 GMT" ], "Content-Length": [ "30" @@ -44038,8 +42380,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44047,7 +42389,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44061,13 +42403,13 @@ "10" ], "x-ms-request-id": [ - "85a570b3-3f88-47cd-99ea-288751996001" + "9da12ead-a76e-4add-b6de-de97544bca25" ], "x-ms-correlation-request-id": [ - "e91da921-a72b-4785-8002-d1f146412a7c" + "e12374e6-2e80-48d6-8f33-8822575b24e7" ], "x-ms-arm-service-request-id": [ - "79361d75-a4fd-46a0-902f-523261714b17" + "5f8ca0ad-207a-4c0b-9530-ab6ca6c47f04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44077,16 +42419,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" + "11755" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111757Z:e91da921-a72b-4785-8002-d1f146412a7c" + "WESTUS:20200413T035227Z:e12374e6-2e80-48d6-8f33-8822575b24e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:17:57 GMT" + "Mon, 13 Apr 2020 03:52:26 GMT" ], "Content-Length": [ "30" @@ -44102,8 +42444,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44111,7 +42453,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44125,13 +42467,13 @@ "10" ], "x-ms-request-id": [ - "bc1b7534-1a43-42e8-a7c1-24e5b6193858" + "9a8959ac-705d-4577-854c-75caa2e2f900" ], "x-ms-correlation-request-id": [ - "df6db99d-4836-4ec3-8b53-e40efbfd55d6" + "f5545d73-8079-4c5c-8182-4ae2318dcea7" ], "x-ms-arm-service-request-id": [ - "80673d8a-e767-43df-a0b1-c91edabb54ba" + "a540cde3-b31b-4ff9-ac93-a938f9c0f086" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44141,16 +42483,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" + "11754" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111807Z:df6db99d-4836-4ec3-8b53-e40efbfd55d6" + "WESTUS:20200413T035237Z:f5545d73-8079-4c5c-8182-4ae2318dcea7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:07 GMT" + "Mon, 13 Apr 2020 03:52:36 GMT" ], "Content-Length": [ "30" @@ -44166,8 +42508,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44175,7 +42517,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44189,13 +42531,13 @@ "10" ], "x-ms-request-id": [ - "657cbea3-89dc-4119-b454-d942813f3c95" + "902dbbb1-d9b3-469a-a554-cdbe5996639f" ], "x-ms-correlation-request-id": [ - "b32b22c7-d866-4b95-a5a3-598144010980" + "34ef7368-b5b1-4d5d-9f8e-d9d2dfd5e3b6" ], "x-ms-arm-service-request-id": [ - "f12a557d-5903-49cf-af93-cf1b60281fa2" + "2993ca9c-05d6-4f90-8e5c-4b31bc1195ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44205,16 +42547,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" + "11753" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111818Z:b32b22c7-d866-4b95-a5a3-598144010980" + "WESTUS:20200413T035247Z:34ef7368-b5b1-4d5d-9f8e-d9d2dfd5e3b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:17 GMT" + "Mon, 13 Apr 2020 03:52:47 GMT" ], "Content-Length": [ "30" @@ -44230,8 +42572,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44239,7 +42581,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44253,13 +42595,13 @@ "10" ], "x-ms-request-id": [ - "1b1a1f90-bd98-4122-8a5e-60c68fa5c988" + "de92c75d-5147-465f-aaa3-7fd26f1a5b39" ], "x-ms-correlation-request-id": [ - "27af3a89-e7be-45d4-9d5a-7994289eb782" + "4b8c8400-a752-42cb-9733-95a3f2c1e8eb" ], "x-ms-arm-service-request-id": [ - "c1e4bcf1-15f3-4233-bdcd-0100372b347a" + "f1923c03-5f90-4c30-9ae4-b715c12d5be1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44269,16 +42611,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" + "11752" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111828Z:27af3a89-e7be-45d4-9d5a-7994289eb782" + "WESTUS:20200413T035257Z:4b8c8400-a752-42cb-9733-95a3f2c1e8eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:27 GMT" + "Mon, 13 Apr 2020 03:52:57 GMT" ], "Content-Length": [ "30" @@ -44294,8 +42636,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44303,7 +42645,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44317,32 +42659,32 @@ "10" ], "x-ms-request-id": [ - "6cac2207-e417-41b1-a655-ccae2f12f115" + "5642aefb-5424-4f24-a36d-dbb22b8c07a1" ], "x-ms-correlation-request-id": [ - "df0aebd8-49bf-4927-a8ca-16192b2c434c" + "dd7bd492-800e-44ec-b5e6-4ad2133d5bc6" ], "x-ms-arm-service-request-id": [ - "9c13c5df-7d2d-4e4e-84ad-3ee7db19e046" + "4c7de170-3086-4e3e-bc72-a5e80dcbceed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11751" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111838Z:df0aebd8-49bf-4927-a8ca-16192b2c434c" + "WESTUS:20200413T035307Z:dd7bd492-800e-44ec-b5e6-4ad2133d5bc6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:37 GMT" + "Mon, 13 Apr 2020 03:53:07 GMT" ], "Content-Length": [ "30" @@ -44358,8 +42700,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44367,7 +42709,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44381,13 +42723,13 @@ "10" ], "x-ms-request-id": [ - "570868ab-fbb1-4ce5-86ed-1b0aa0e89b49" + "0d4238b4-02bf-471c-bcfd-47ccd59ff3b2" ], "x-ms-correlation-request-id": [ - "71a57bda-e929-49af-a17f-10170fdd259f" + "1e99e9e0-6520-4344-97cb-615a77d5eb24" ], "x-ms-arm-service-request-id": [ - "0e0ac83f-d68c-4494-85ce-971452fa37e9" + "573c06ac-0d7c-498d-bcb8-ce7613c99a5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44397,16 +42739,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "11750" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111848Z:71a57bda-e929-49af-a17f-10170fdd259f" + "WESTUS:20200413T035318Z:1e99e9e0-6520-4344-97cb-615a77d5eb24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:48 GMT" + "Mon, 13 Apr 2020 03:53:17 GMT" ], "Content-Length": [ "30" @@ -44422,8 +42764,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44431,7 +42773,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44445,32 +42787,32 @@ "10" ], "x-ms-request-id": [ - "087d01e2-4f46-44bd-93c1-47acefbe6b9c" + "07d30ccf-cc0a-4f69-8f52-435b0ef01d2e" ], "x-ms-correlation-request-id": [ - "e77492b6-8661-4b7c-9622-5cedd5a45106" + "760a472e-aba7-4112-92ae-3a258766cac0" ], "x-ms-arm-service-request-id": [ - "7f03d9d6-1776-49cd-b6f8-27aa9b84e44c" + "07479364-b135-4b66-8186-664edb1841f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11749" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111859Z:e77492b6-8661-4b7c-9622-5cedd5a45106" + "WESTUS:20200413T035328Z:760a472e-aba7-4112-92ae-3a258766cac0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:18:58 GMT" + "Mon, 13 Apr 2020 03:53:27 GMT" ], "Content-Length": [ "30" @@ -44486,8 +42828,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44495,7 +42837,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44509,13 +42851,13 @@ "10" ], "x-ms-request-id": [ - "57280bd1-dff7-4624-979e-25cf563ceb93" + "9d6eefc6-f649-4e6e-931f-f6edf099039d" ], "x-ms-correlation-request-id": [ - "773db9ee-7577-4b07-9fbb-b144f3256931" + "a71c2cad-f355-4957-865f-98d4a4f0d9d8" ], "x-ms-arm-service-request-id": [ - "3c0f0814-82ae-4c0f-86bc-7909d24a25b2" + "7172e7cb-d36a-4da0-8c98-5266d25c69ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44525,16 +42867,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11748" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111909Z:773db9ee-7577-4b07-9fbb-b144f3256931" + "WESTUS:20200413T035338Z:a71c2cad-f355-4957-865f-98d4a4f0d9d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:19:08 GMT" + "Mon, 13 Apr 2020 03:53:37 GMT" ], "Content-Length": [ "30" @@ -44550,8 +42892,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44559,7 +42901,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44573,13 +42915,13 @@ "10" ], "x-ms-request-id": [ - "5d4ef3e9-0cc5-4778-8e07-affd209da063" + "c758178c-6275-45ef-8f5c-05ff2fa55dda" ], "x-ms-correlation-request-id": [ - "e13f2030-e47d-4b29-9f9a-39c1d1e92139" + "bf346afa-04e0-4236-8609-d73f837f600e" ], "x-ms-arm-service-request-id": [ - "46fbd739-ee38-4ac1-be29-ac812440fad2" + "1a5a0283-5555-4535-8c17-cf998f8af106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44589,16 +42931,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11747" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111919Z:e13f2030-e47d-4b29-9f9a-39c1d1e92139" + "WESTUS:20200413T035348Z:bf346afa-04e0-4236-8609-d73f837f600e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:19:18 GMT" + "Mon, 13 Apr 2020 03:53:47 GMT" ], "Content-Length": [ "30" @@ -44614,8 +42956,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44623,7 +42965,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44637,13 +42979,13 @@ "10" ], "x-ms-request-id": [ - "3a824c75-b8fe-4cb0-b148-6fc74a230b26" + "7b440e89-cd78-4784-a9c8-c76b5eb346d5" ], "x-ms-correlation-request-id": [ - "953db728-784f-46c4-9f6c-419a1c068012" + "eb5d4f27-ba76-4441-817f-fa32a17f4225" ], "x-ms-arm-service-request-id": [ - "fb0cd11c-011c-4761-a49e-01838e095b53" + "e087ffe4-956e-47c8-a40b-d09a18104449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44653,16 +42995,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" + "11746" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111930Z:953db728-784f-46c4-9f6c-419a1c068012" + "WESTUS:20200413T035358Z:eb5d4f27-ba76-4441-817f-fa32a17f4225" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:19:30 GMT" + "Mon, 13 Apr 2020 03:53:57 GMT" ], "Content-Length": [ "30" @@ -44678,8 +43020,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44687,7 +43029,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44701,13 +43043,13 @@ "10" ], "x-ms-request-id": [ - "32f98d95-75be-41b4-95ab-c4e47def4f04" + "74b508fd-f799-4add-a187-cc6221dccbdb" ], "x-ms-correlation-request-id": [ - "81e34119-26a4-4607-b544-b8ab76f20015" + "d42e7223-db3a-4794-9c14-db843ddd049e" ], "x-ms-arm-service-request-id": [ - "d1c3aa2d-b1b6-4c02-a7e8-45b6314ed770" + "b3873d25-cc94-40bd-aa53-c80b072550c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44717,16 +43059,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" + "11745" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111940Z:81e34119-26a4-4607-b544-b8ab76f20015" + "WESTUS:20200413T035408Z:d42e7223-db3a-4794-9c14-db843ddd049e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:19:40 GMT" + "Mon, 13 Apr 2020 03:54:07 GMT" ], "Content-Length": [ "30" @@ -44742,8 +43084,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44751,7 +43093,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44765,13 +43107,77 @@ "10" ], "x-ms-request-id": [ - "d71c5b79-8673-4614-849e-7b2eb6e793c6" + "dd04d577-3c34-4f34-b480-964315949867" ], "x-ms-correlation-request-id": [ - "3c9799d1-e0a1-4542-a26c-5fb00262a079" + "43efcdad-6d1b-4cfe-b02b-b3b03442b500" ], "x-ms-arm-service-request-id": [ - "403f0d39-e0d5-4c0c-8147-bfa232e527d6" + "89de1a7b-5c67-4323-9e78-ebd59e3c82f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11744" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T035418Z:43efcdad-6d1b-4cfe-b02b-b3b03442b500" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 03:54:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "86e3119f-f2d1-4c19-84f9-757ef8668572" + ], + "x-ms-correlation-request-id": [ + "1ef5d57a-4b3b-471e-a6ba-6c6efb25790f" + ], + "x-ms-arm-service-request-id": [ + "ec1f4975-1b9e-4563-8621-e51c8f4fcd51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44781,16 +43187,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" + "11743" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T111950Z:3c9799d1-e0a1-4542-a26c-5fb00262a079" + "WESTUS:20200413T035428Z:1ef5d57a-4b3b-471e-a6ba-6c6efb25790f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:19:50 GMT" + "Mon, 13 Apr 2020 03:54:27 GMT" ], "Content-Length": [ "30" @@ -44806,8 +43212,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44815,7 +43221,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44829,13 +43235,13 @@ "10" ], "x-ms-request-id": [ - "907b6b42-b0c9-4c31-991b-8c27f76aaf48" + "6eb8e91b-d54d-49d0-bd20-c08eabab7f4e" ], "x-ms-correlation-request-id": [ - "07f1ce9b-37ad-4796-870f-4248775fdc68" + "329ca016-adf3-4676-a574-8bc51cd74ee0" ], "x-ms-arm-service-request-id": [ - "a8f40321-469a-4ef9-8894-35e971599c75" + "5417ba78-8231-4d08-b4d7-d1b0fde8c599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44845,16 +43251,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11742" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112000Z:07f1ce9b-37ad-4796-870f-4248775fdc68" + "WESTUS:20200413T035438Z:329ca016-adf3-4676-a574-8bc51cd74ee0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:00 GMT" + "Mon, 13 Apr 2020 03:54:37 GMT" ], "Content-Length": [ "30" @@ -44870,8 +43276,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44879,7 +43285,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44893,32 +43299,96 @@ "10" ], "x-ms-request-id": [ - "2c64e8f8-8ac2-4376-9592-9becb32d4fe7" + "6a250efd-3f98-43c6-bb05-f3fc6e3046c7" ], "x-ms-correlation-request-id": [ - "2d34d921-dbee-4a10-9ad1-e315f9ae9ea3" + "14161a95-6870-46d7-aa01-fba5793997d2" ], "x-ms-arm-service-request-id": [ - "c0f7f058-b985-411c-917f-4f8f6e6a77b4" + "44a719fa-1af5-4674-b89e-fb55a2ed8ca0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" + "11741" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T035448Z:14161a95-6870-46d7-aa01-fba5793997d2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 03:54:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "36c61588-4812-4c42-b4d3-19d5ea84fa85" + ], + "x-ms-correlation-request-id": [ + "f25f2139-ec87-4c28-84c5-8ba1357d0da5" + ], + "x-ms-arm-service-request-id": [ + "0cadff8f-9971-4dc9-9d78-cb7bd95530ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11740" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112011Z:2d34d921-dbee-4a10-9ad1-e315f9ae9ea3" + "WESTUS:20200413T035458Z:f25f2139-ec87-4c28-84c5-8ba1357d0da5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:10 GMT" + "Mon, 13 Apr 2020 03:54:58 GMT" ], "Content-Length": [ "30" @@ -44934,8 +43404,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/36080f41-54da-4deb-87e7-5e978d35bab2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM2MDgwZjQxLTU0ZGEtNGRlYi04N2U3LTVlOTc4ZDM1YmFiMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/79b01658-c3f6-401b-9aed-bfdcf8608ba3?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5YjAxNjU4LWMzZjYtNDAxYi05YWVkLWJmZGNmODYwOGJhMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -44943,7 +43413,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -44954,13 +43424,13 @@ "no-cache" ], "x-ms-request-id": [ - "e5742c8d-4246-4eb1-b1d1-46befc3170fe" + "734d5305-10f6-45ce-9408-6268b6a42e82" ], "x-ms-correlation-request-id": [ - "b83f9873-458a-460e-acd6-6186051685eb" + "48bbc55c-5eb5-4d00-90b8-141df2723176" ], "x-ms-arm-service-request-id": [ - "9cd4fb42-7c4d-48a5-9f6a-b89c13bfe7c2" + "69cae851-10c6-480e-b855-1f11fecfc3ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44970,16 +43440,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11747" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112021Z:b83f9873-458a-460e-acd6-6186051685eb" + "WESTUS:20200413T035508Z:48bbc55c-5eb5-4d00-90b8-141df2723176" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:21 GMT" + "Mon, 13 Apr 2020 03:55:08 GMT" ], "Content-Length": [ "29" @@ -44995,13 +43465,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps1799/providers/Microsoft.Network/applicationGateways/ps2027?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMTc5OS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIwMjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps1378/providers/Microsoft.Network/applicationGateways/ps2548?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczI1NDg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "722da44e-b755-4b3d-81b4-542b889831cc" + "dcaf8a18-7737-4bd3-9766-099c47f995e6" ], "Accept-Language": [ "en-US" @@ -45010,7 +43480,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45021,22 +43491,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01" ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "28c77b3a-bfbe-4423-8f20-97d1224104be" + "4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "d4633364-c5cb-42ca-ba32-69f39c3e283f" + "d2e3d319-e17d-4509-b101-7e18171efc30" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "e4072d39-0345-4801-b914-c6af5531a93f" + "516a171c-8cbd-4b89-b6b5-73278019e2e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45049,13 +43522,13 @@ "14999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112023Z:d4633364-c5cb-42ca-ba32-69f39c3e283f" + "WESTUS:20200413T035509Z:d2e3d319-e17d-4509-b101-7e18171efc30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:22 GMT" + "Mon, 13 Apr 2020 03:55:08 GMT" ], "Expires": [ "-1" @@ -45068,8 +43541,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45077,7 +43550,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45091,13 +43564,13 @@ "10" ], "x-ms-request-id": [ - "d34cbe06-ad72-4edf-a837-258e1d65e00c" + "fc936b6f-60ce-4814-9292-2aed974d74e2" ], "x-ms-correlation-request-id": [ - "c256726a-c9d4-47c1-9c14-c1203b78fb53" + "d2f0cac7-1a76-44f1-b9e8-da04e008f98f" ], "x-ms-arm-service-request-id": [ - "36693069-5805-4bf9-89ae-6cdd59ba211c" + "32e2242d-fd79-4b4c-a31b-b6ffe2699df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45110,13 +43583,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112034Z:c256726a-c9d4-47c1-9c14-c1203b78fb53" + "WESTUS:20200413T035519Z:d2f0cac7-1a76-44f1-b9e8-da04e008f98f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:34 GMT" + "Mon, 13 Apr 2020 03:55:18 GMT" ], "Content-Length": [ "30" @@ -45132,8 +43605,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45141,7 +43614,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45155,13 +43628,13 @@ "10" ], "x-ms-request-id": [ - "300577c4-ae84-4298-b317-c08a9d54c894" + "c6b8490c-8981-430d-9008-8a3359a8e9b8" ], "x-ms-correlation-request-id": [ - "51bef543-5e34-47bd-920e-3e12c4bb3bb8" + "9cf9e403-6701-44a2-aa05-5201bc5d663a" ], "x-ms-arm-service-request-id": [ - "43a7386b-0a28-4318-8a0f-0d5d10ee16c7" + "d3c9d220-5ca1-4162-b7d6-b59fa1b73533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45174,13 +43647,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112044Z:51bef543-5e34-47bd-920e-3e12c4bb3bb8" + "WESTUS:20200413T035529Z:9cf9e403-6701-44a2-aa05-5201bc5d663a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:44 GMT" + "Mon, 13 Apr 2020 03:55:28 GMT" ], "Content-Length": [ "30" @@ -45196,8 +43669,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45205,7 +43678,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45219,13 +43692,13 @@ "10" ], "x-ms-request-id": [ - "35cb27c2-9b36-4414-bf31-7a9daddce5f6" + "e324246c-6877-484a-be8e-940b5fac2dd6" ], "x-ms-correlation-request-id": [ - "fbc1dc5d-04de-49f2-bde9-8424e1eb44aa" + "673ce4cf-1aa8-4b32-b15b-1eafe38a60f2" ], "x-ms-arm-service-request-id": [ - "b58bc310-e9da-4636-b64a-528fcfaa918a" + "46ae1e38-2a8a-49a6-9dbb-28b8266df39d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45238,13 +43711,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112054Z:fbc1dc5d-04de-49f2-bde9-8424e1eb44aa" + "WESTUS:20200413T035539Z:673ce4cf-1aa8-4b32-b15b-1eafe38a60f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:20:54 GMT" + "Mon, 13 Apr 2020 03:55:38 GMT" ], "Content-Length": [ "30" @@ -45260,8 +43733,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45269,7 +43742,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45283,13 +43756,13 @@ "10" ], "x-ms-request-id": [ - "cfbbb6ca-81c6-4f48-b5b9-45a9106093f6" + "a36403eb-e6ec-4df0-9538-b1523e695258" ], "x-ms-correlation-request-id": [ - "fdfbf6b9-636c-473b-86c7-4657fe1ee748" + "060c191f-7bd2-4e3e-8799-8ab6307969db" ], "x-ms-arm-service-request-id": [ - "9ba781f9-29df-40c0-bdc1-a697c934fbab" + "36a977f5-a0d4-46bf-b9f0-da3945caa5a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45302,13 +43775,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112104Z:fdfbf6b9-636c-473b-86c7-4657fe1ee748" + "WESTUS:20200413T035549Z:060c191f-7bd2-4e3e-8799-8ab6307969db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:04 GMT" + "Mon, 13 Apr 2020 03:55:48 GMT" ], "Content-Length": [ "30" @@ -45324,8 +43797,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45333,7 +43806,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45347,13 +43820,13 @@ "10" ], "x-ms-request-id": [ - "8c0cf4a6-edcc-4d17-b394-26f0341f862b" + "5e34a514-2bfd-48b5-aedf-82f1aa007ce1" ], "x-ms-correlation-request-id": [ - "dae60ae4-6cb7-44ab-acb5-225af31fec0f" + "34de05f0-e235-481f-bf26-be9006938460" ], "x-ms-arm-service-request-id": [ - "0bd95f73-f134-4bdb-b434-da858826cf11" + "7dadaaf4-68b2-4ecf-989a-bf5c1457a481" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45366,13 +43839,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112115Z:dae60ae4-6cb7-44ab-acb5-225af31fec0f" + "WESTUS:20200413T035559Z:34de05f0-e235-481f-bf26-be9006938460" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:14 GMT" + "Mon, 13 Apr 2020 03:55:58 GMT" ], "Content-Length": [ "30" @@ -45388,8 +43861,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45397,7 +43870,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45411,13 +43884,13 @@ "10" ], "x-ms-request-id": [ - "4246e4db-9926-487c-b0ba-b8c026eb4f34" + "5faf24eb-606c-448c-bfa9-80a0528459d1" ], "x-ms-correlation-request-id": [ - "77534d6b-706a-438f-9652-7db48bf32644" + "5e044e42-99b3-4748-9b3b-f92706ac8546" ], "x-ms-arm-service-request-id": [ - "315270ef-10ef-40a6-84e8-57fed0b1d0e4" + "fb3d5649-d1b1-405d-9cb0-bda9eea8b4b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45430,13 +43903,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112125Z:77534d6b-706a-438f-9652-7db48bf32644" + "WESTUS:20200413T035609Z:5e044e42-99b3-4748-9b3b-f92706ac8546" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:24 GMT" + "Mon, 13 Apr 2020 03:56:08 GMT" ], "Content-Length": [ "30" @@ -45452,8 +43925,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45461,7 +43934,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45475,32 +43948,32 @@ "10" ], "x-ms-request-id": [ - "154fcb83-a12f-447d-b1be-fd89d6912793" + "6bc2b6bc-6d3a-468f-ae90-084c94d9979f" ], "x-ms-correlation-request-id": [ - "485dd6c9-d112-4199-b57e-12e7ef018f5a" + "1f8e0165-0697-45ca-8b18-98088eccdb82" ], "x-ms-arm-service-request-id": [ - "73a3a66a-704e-4383-9f6f-b2f463a977a5" + "9f913409-cabe-47ec-ae13-74429986ff56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112135Z:485dd6c9-d112-4199-b57e-12e7ef018f5a" + "WESTUS:20200413T035619Z:1f8e0165-0697-45ca-8b18-98088eccdb82" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:34 GMT" + "Mon, 13 Apr 2020 03:56:18 GMT" ], "Content-Length": [ "30" @@ -45516,8 +43989,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45525,7 +43998,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45539,13 +44012,13 @@ "10" ], "x-ms-request-id": [ - "c74f8937-3236-47d1-81a4-508e6a3923cd" + "3d7cb601-223d-4cb9-a459-62abe951f7e5" ], "x-ms-correlation-request-id": [ - "2d9b6888-8fd1-46e9-be8d-c5566ef3d3f7" + "7af95362-f1da-48f3-97fd-b6f69e75564e" ], "x-ms-arm-service-request-id": [ - "b92319a5-59aa-4315-beaa-37bc98e1223e" + "1e0185e1-c96d-43d4-8df4-a8766401a0d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45558,13 +44031,13 @@ "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112145Z:2d9b6888-8fd1-46e9-be8d-c5566ef3d3f7" + "WESTUS:20200413T035629Z:7af95362-f1da-48f3-97fd-b6f69e75564e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:45 GMT" + "Mon, 13 Apr 2020 03:56:29 GMT" ], "Content-Length": [ "30" @@ -45580,8 +44053,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45589,7 +44062,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45603,32 +44076,32 @@ "10" ], "x-ms-request-id": [ - "16e45b76-79da-49a2-9e8c-e4daca631d2a" + "314b56fc-4858-4f6f-bc1c-6b393057eba8" ], "x-ms-correlation-request-id": [ - "5d7df18e-8520-485a-bc84-838b5fe0966f" + "2d9a9e64-c92a-485f-aab9-d24348e1df0e" ], "x-ms-arm-service-request-id": [ - "2a43239c-e986-4b4f-8eb6-aa6dd33d6725" + "d4725eaa-3254-41f6-bf90-f07275c4a12e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112156Z:5d7df18e-8520-485a-bc84-838b5fe0966f" + "WESTUS:20200413T035639Z:2d9a9e64-c92a-485f-aab9-d24348e1df0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:21:55 GMT" + "Mon, 13 Apr 2020 03:56:39 GMT" ], "Content-Length": [ "30" @@ -45644,8 +44117,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45653,7 +44126,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45667,13 +44140,13 @@ "10" ], "x-ms-request-id": [ - "dad2dc77-781d-464f-9f22-c9dd5254a8f0" + "02084452-5324-4c0e-b9c4-17fa9d3c6b1f" ], "x-ms-correlation-request-id": [ - "840f8728-ac6c-48b4-902e-16cafbbdd5b8" + "a940d111-33e5-47ab-b78d-97ef2e811a12" ], "x-ms-arm-service-request-id": [ - "97779a56-17a0-492b-a391-233d763ef6e1" + "093d3e7a-18ca-4b3b-a600-2f9fea1baeac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45686,13 +44159,13 @@ "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112206Z:840f8728-ac6c-48b4-902e-16cafbbdd5b8" + "WESTUS:20200413T035649Z:a940d111-33e5-47ab-b78d-97ef2e811a12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:05 GMT" + "Mon, 13 Apr 2020 03:56:49 GMT" ], "Content-Length": [ "30" @@ -45708,8 +44181,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45717,7 +44190,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45731,13 +44204,13 @@ "10" ], "x-ms-request-id": [ - "44424cf0-a09e-4f57-9a88-467eccd181d3" + "bc5b4b31-8a36-49a3-b8d9-c82470d5b350" ], "x-ms-correlation-request-id": [ - "ed120499-854d-4f36-8028-a20e84843b58" + "0d170d9f-bbec-4428-a8b9-c4b78e1b269e" ], "x-ms-arm-service-request-id": [ - "a9fce030-d207-4829-bbc1-f7293c39e84b" + "8ee97979-8711-4e97-9bb3-01aa0f93b35e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45750,13 +44223,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112216Z:ed120499-854d-4f36-8028-a20e84843b58" + "WESTUS:20200413T035659Z:0d170d9f-bbec-4428-a8b9-c4b78e1b269e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:15 GMT" + "Mon, 13 Apr 2020 03:56:59 GMT" ], "Content-Length": [ "30" @@ -45772,8 +44245,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45781,7 +44254,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45795,13 +44268,13 @@ "10" ], "x-ms-request-id": [ - "9dc46b83-7e20-4fd4-9965-c9b5e2a99a60" + "b1fc476c-2ca9-4d91-be41-84cfc87fa995" ], "x-ms-correlation-request-id": [ - "83136d31-e0da-4a73-ba82-71e8576653ba" + "2f850dc1-3cee-4d39-a97c-a2588f151c7d" ], "x-ms-arm-service-request-id": [ - "f56e2371-442c-4841-b049-eb8466d04cfc" + "87dde981-e9c8-4951-ab1e-ef82a3b09f7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45814,13 +44287,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112227Z:83136d31-e0da-4a73-ba82-71e8576653ba" + "WESTUS:20200413T035709Z:2f850dc1-3cee-4d39-a97c-a2588f151c7d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:27 GMT" + "Mon, 13 Apr 2020 03:57:09 GMT" ], "Content-Length": [ "30" @@ -45836,8 +44309,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45845,7 +44318,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45859,13 +44332,13 @@ "10" ], "x-ms-request-id": [ - "ef24c261-f303-4667-b827-f6a52e447b52" + "e371b85e-e45d-41b1-a469-a11116b81bb9" ], "x-ms-correlation-request-id": [ - "44e568c9-b95e-4390-b81f-74a732f0850b" + "ad6c6a6e-786b-4081-af58-0b807ecb8138" ], "x-ms-arm-service-request-id": [ - "64284c77-ece0-4220-b506-d7d29d88a406" + "e359fddb-b222-4252-9f98-cda02480ddaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45878,13 +44351,13 @@ "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112237Z:44e568c9-b95e-4390-b81f-74a732f0850b" + "WESTUS:20200413T035719Z:ad6c6a6e-786b-4081-af58-0b807ecb8138" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:37 GMT" + "Mon, 13 Apr 2020 03:57:19 GMT" ], "Content-Length": [ "30" @@ -45900,8 +44373,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45909,7 +44382,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45923,13 +44396,13 @@ "10" ], "x-ms-request-id": [ - "fd91876c-7794-439d-baed-de23b743d2c4" + "c7272b22-d9e0-4727-9939-b4066ef1e369" ], "x-ms-correlation-request-id": [ - "ed6e65b6-fe42-4995-bd4a-b4e304a1e402" + "c6902858-7405-4205-b811-e15db11d3254" ], "x-ms-arm-service-request-id": [ - "c17bad30-c2a7-4b0a-a5c0-63e71caa68a7" + "50fb1fe0-d3b3-4f55-ac99-a6d94082b887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45942,13 +44415,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112247Z:ed6e65b6-fe42-4995-bd4a-b4e304a1e402" + "WESTUS:20200413T035730Z:c6902858-7405-4205-b811-e15db11d3254" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:47 GMT" + "Mon, 13 Apr 2020 03:57:29 GMT" ], "Content-Length": [ "30" @@ -45964,8 +44437,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -45973,7 +44446,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -45987,13 +44460,13 @@ "10" ], "x-ms-request-id": [ - "0c656ba5-1d25-489c-b90f-c9e19abf142d" + "4b55f6da-31d8-4245-b037-8aba58f86acb" ], "x-ms-correlation-request-id": [ - "b65f6df3-1b02-49b6-a92a-7c1f6597197f" + "bc08936c-c427-406e-802b-c0642bf4671c" ], "x-ms-arm-service-request-id": [ - "62be87ae-6a82-4868-b5c6-e188a33d71cd" + "0d6920c6-ea2f-4214-8cfd-660538682e0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46006,13 +44479,13 @@ "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112257Z:b65f6df3-1b02-49b6-a92a-7c1f6597197f" + "WESTUS:20200413T035740Z:bc08936c-c427-406e-802b-c0642bf4671c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:22:57 GMT" + "Mon, 13 Apr 2020 03:57:39 GMT" ], "Content-Length": [ "30" @@ -46028,8 +44501,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46037,7 +44510,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46051,13 +44524,13 @@ "10" ], "x-ms-request-id": [ - "f68c466b-e668-4ffe-898e-84f2f1d42dbe" + "08642a9e-7bed-4071-8e3c-589cf3c75f3f" ], "x-ms-correlation-request-id": [ - "ecf476de-6588-470c-bb61-3419ff6b6853" + "4fc1e09d-3732-49cf-8cfa-854044e9a84a" ], "x-ms-arm-service-request-id": [ - "4897f407-e0ec-4e15-b165-79b1413e57e6" + "7a048c9b-b86c-46ba-986b-c5dee9e85854" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46070,13 +44543,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112308Z:ecf476de-6588-470c-bb61-3419ff6b6853" + "WESTUS:20200413T035750Z:4fc1e09d-3732-49cf-8cfa-854044e9a84a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:07 GMT" + "Mon, 13 Apr 2020 03:57:50 GMT" ], "Content-Length": [ "30" @@ -46092,8 +44565,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46101,7 +44574,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46115,13 +44588,13 @@ "10" ], "x-ms-request-id": [ - "0f723413-02f2-4090-bf4f-b35e0a5d4811" + "94260a50-e97c-4405-98b2-83268506bcf0" ], "x-ms-correlation-request-id": [ - "e1ce271a-9b14-4da4-85b9-ad456408cffe" + "f53a6208-1f7e-4cb6-98fb-fe85f55f415c" ], "x-ms-arm-service-request-id": [ - "3ca34a00-c7b1-4cd8-8e1f-b209657d1655" + "56b996dc-1be6-432f-a10d-2744e5b13ff6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46134,13 +44607,13 @@ "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112318Z:e1ce271a-9b14-4da4-85b9-ad456408cffe" + "WESTUS:20200413T035800Z:f53a6208-1f7e-4cb6-98fb-fe85f55f415c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:17 GMT" + "Mon, 13 Apr 2020 03:58:00 GMT" ], "Content-Length": [ "30" @@ -46156,8 +44629,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46165,7 +44638,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46179,32 +44652,32 @@ "10" ], "x-ms-request-id": [ - "a7230fb4-285e-449f-ba8b-2b0d8bca90e7" + "26f1e44c-d7e2-4082-af30-99882154811f" ], "x-ms-correlation-request-id": [ - "1fd5ad41-600f-40d0-a5a4-c71ca1299084" + "18ff3f1f-93d0-4c83-9386-d6c0d3ca9bed" ], "x-ms-arm-service-request-id": [ - "2b619c07-c538-4f65-8722-5db580aebd78" + "e0779e16-1070-4030-a3c9-53dfe3d7cfd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112328Z:1fd5ad41-600f-40d0-a5a4-c71ca1299084" + "WESTUS:20200413T035810Z:18ff3f1f-93d0-4c83-9386-d6c0d3ca9bed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:27 GMT" + "Mon, 13 Apr 2020 03:58:10 GMT" ], "Content-Length": [ "30" @@ -46220,8 +44693,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46229,7 +44702,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46243,13 +44716,13 @@ "10" ], "x-ms-request-id": [ - "1845b5a3-cadd-4372-aa1f-a483740ab321" + "c7b31519-609b-464e-9885-019dc269b721" ], "x-ms-correlation-request-id": [ - "39739fe2-08d7-465f-a80e-c6d4241b4fc6" + "b1c99c28-9253-4e68-8faa-c0dc1136cd01" ], "x-ms-arm-service-request-id": [ - "580bb1ca-550c-48d7-b654-987d06fce69b" + "98c6ef2b-3d89-4b19-8eb7-e7886e1d09ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46262,13 +44735,13 @@ "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112339Z:39739fe2-08d7-465f-a80e-c6d4241b4fc6" + "WESTUS:20200413T035820Z:b1c99c28-9253-4e68-8faa-c0dc1136cd01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:38 GMT" + "Mon, 13 Apr 2020 03:58:20 GMT" ], "Content-Length": [ "30" @@ -46284,8 +44757,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46293,7 +44766,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46307,32 +44780,32 @@ "10" ], "x-ms-request-id": [ - "59a354bb-3b29-4c79-b526-27c9d7435339" + "4956edab-84f5-4a89-b2bc-0700a2c2d9b4" ], "x-ms-correlation-request-id": [ - "3d22f5e4-5851-407f-a13d-104e9ac45cb6" + "12f32539-8cd2-4150-aaaa-36cf820f45ca" ], "x-ms-arm-service-request-id": [ - "fd9c508e-d0e0-446e-b083-61f6ea56aa1e" + "ec609206-e37f-4f66-bc3d-dace8aad20e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112349Z:3d22f5e4-5851-407f-a13d-104e9ac45cb6" + "WESTUS:20200413T035830Z:12f32539-8cd2-4150-aaaa-36cf820f45ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:48 GMT" + "Mon, 13 Apr 2020 03:58:30 GMT" ], "Content-Length": [ "30" @@ -46348,8 +44821,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46357,7 +44830,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46371,13 +44844,13 @@ "10" ], "x-ms-request-id": [ - "99e3d23c-a13d-4bbf-9bf1-842c5a172b7d" + "3e4589a0-8392-4ae3-a9ac-525c7eea98fc" ], "x-ms-correlation-request-id": [ - "10e60fad-2ad8-41bc-a055-077ddf44a1b4" + "17d6a94b-337f-495c-a85a-f2f7e060b401" ], "x-ms-arm-service-request-id": [ - "7f486302-3e0a-4a72-96e8-1a8c3fef7e2a" + "d234d3dd-4db6-4040-8fdc-db18f7cf6437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46390,13 +44863,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112359Z:10e60fad-2ad8-41bc-a055-077ddf44a1b4" + "WESTUS:20200413T035840Z:17d6a94b-337f-495c-a85a-f2f7e060b401" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:23:58 GMT" + "Mon, 13 Apr 2020 03:58:39 GMT" ], "Content-Length": [ "30" @@ -46412,8 +44885,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46421,7 +44894,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46435,13 +44908,13 @@ "10" ], "x-ms-request-id": [ - "6739f764-3711-4520-9844-790925f8f9e9" + "62f98584-8a14-439e-87e8-a1b8ade4fa6f" ], "x-ms-correlation-request-id": [ - "44727c9d-e92d-4bbf-a8cf-0175f55d5a44" + "5459858b-e45d-4aeb-90ae-57591c946a23" ], "x-ms-arm-service-request-id": [ - "a1eca8fc-1f77-4479-b90a-2c42b7644be4" + "9afa0686-9439-45a4-a28c-4a1e77cf8f27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46454,13 +44927,13 @@ "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112409Z:44727c9d-e92d-4bbf-a8cf-0175f55d5a44" + "WESTUS:20200413T035850Z:5459858b-e45d-4aeb-90ae-57591c946a23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:24:08 GMT" + "Mon, 13 Apr 2020 03:58:49 GMT" ], "Content-Length": [ "30" @@ -46476,8 +44949,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46485,7 +44958,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46499,13 +44972,13 @@ "10" ], "x-ms-request-id": [ - "8d58eeaf-3cf7-4fc3-aa55-459ceccc6c88" + "fec7f7fa-730e-41e6-9e4f-77b4b8367dbb" ], "x-ms-correlation-request-id": [ - "fd63efa5-504f-41c7-85e1-84cd73850cf9" + "ef27c0be-a69b-48ac-8abd-ccda54c8f41f" ], "x-ms-arm-service-request-id": [ - "9d9481ac-88f1-4747-af8c-e4b7e4919dea" + "d4cdb308-728a-49ad-9d6d-9c751248af59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46518,13 +44991,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112420Z:fd63efa5-504f-41c7-85e1-84cd73850cf9" + "WESTUS:20200413T035900Z:ef27c0be-a69b-48ac-8abd-ccda54c8f41f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:24:20 GMT" + "Mon, 13 Apr 2020 03:58:59 GMT" ], "Content-Length": [ "30" @@ -46540,8 +45013,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46549,7 +45022,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46563,13 +45036,13 @@ "10" ], "x-ms-request-id": [ - "5a50dbca-fff7-4a7d-8bf2-7a767b9e3289" + "1ca29c48-5ac0-47e6-bbf9-1edff65bb0bb" ], "x-ms-correlation-request-id": [ - "89af8321-0904-427b-a511-ee01634c347b" + "e21553a2-46c3-4c2a-9640-f8163b325f63" ], "x-ms-arm-service-request-id": [ - "63f54e8a-0a6a-41d6-8428-5f78041ad45c" + "75f5cc16-e562-4110-9db7-beea1dea6fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46582,13 +45055,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112430Z:89af8321-0904-427b-a511-ee01634c347b" + "WESTUS:20200413T035910Z:e21553a2-46c3-4c2a-9640-f8163b325f63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:24:30 GMT" + "Mon, 13 Apr 2020 03:59:09 GMT" ], "Content-Length": [ "30" @@ -46604,8 +45077,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46613,7 +45086,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46627,13 +45100,13 @@ "10" ], "x-ms-request-id": [ - "b66318d0-6934-4c99-a16f-09c7399097bf" + "b84f20a8-7383-4528-a8cf-c0b06145d80a" ], "x-ms-correlation-request-id": [ - "8ea8aaf6-b12b-41d8-9502-5b90ca105789" + "bad6e437-1aa6-4451-aa59-de2ae01f4334" ], "x-ms-arm-service-request-id": [ - "9be6c87d-ceef-4e27-82da-46c7d1f10d3b" + "732a7e17-3656-42e3-946f-0a3409d04f4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46646,13 +45119,13 @@ "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112440Z:8ea8aaf6-b12b-41d8-9502-5b90ca105789" + "WESTUS:20200413T035920Z:bad6e437-1aa6-4451-aa59-de2ae01f4334" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:24:40 GMT" + "Mon, 13 Apr 2020 03:59:19 GMT" ], "Content-Length": [ "30" @@ -46668,8 +45141,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46677,7 +45150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46691,13 +45164,13 @@ "10" ], "x-ms-request-id": [ - "a47e6fca-021c-48e5-b6f5-73c4ac9563ac" + "b513cb45-429d-4fe7-9ad7-515c887256a3" ], "x-ms-correlation-request-id": [ - "17f7f4c9-6213-4612-ba1e-ef38cbbb6dc2" + "b85b7d08-7099-4a8d-aa63-20c67b1668c0" ], "x-ms-arm-service-request-id": [ - "4ddfaf8a-8b45-4de0-9bec-b8c2365e3ce0" + "f3a1fdaa-5952-4c92-a104-bf7ca1de49d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46710,13 +45183,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112450Z:17f7f4c9-6213-4612-ba1e-ef38cbbb6dc2" + "WESTUS:20200413T035930Z:b85b7d08-7099-4a8d-aa63-20c67b1668c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:24:50 GMT" + "Mon, 13 Apr 2020 03:59:30 GMT" ], "Content-Length": [ "30" @@ -46732,8 +45205,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46741,7 +45214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46755,13 +45228,13 @@ "10" ], "x-ms-request-id": [ - "475015d7-28ee-4720-baa7-028bb95b2267" + "dd5e0905-b03f-4bdd-a749-8e363218d3aa" ], "x-ms-correlation-request-id": [ - "d2d56a3a-3d84-47e3-9935-80def47c67d0" + "7dd1fac8-623e-4e0f-9ce0-e573d8aae95c" ], "x-ms-arm-service-request-id": [ - "90d3dbde-dde7-483c-b3d1-7b425d4a71dd" + "e1cfaffc-a395-4b84-904a-ff9fe013a814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46774,13 +45247,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112500Z:d2d56a3a-3d84-47e3-9935-80def47c67d0" + "WESTUS:20200413T035940Z:7dd1fac8-623e-4e0f-9ce0-e573d8aae95c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:00 GMT" + "Mon, 13 Apr 2020 03:59:40 GMT" ], "Content-Length": [ "30" @@ -46796,8 +45269,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46805,7 +45278,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46819,13 +45292,13 @@ "10" ], "x-ms-request-id": [ - "67eee89f-e0d9-4cdf-950d-a36e105f7793" + "72f51da8-c0a4-4bef-9954-ee2b57076aec" ], "x-ms-correlation-request-id": [ - "95a8d6a6-087d-44d3-b81e-7abe6104b9e0" + "f76bc137-db9f-41d2-abb7-c0c2c4b542cd" ], "x-ms-arm-service-request-id": [ - "9abd590e-04bf-47d9-b972-6c2baea76f6f" + "59455459-3db3-4406-be29-98395d86576b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46838,13 +45311,13 @@ "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112511Z:95a8d6a6-087d-44d3-b81e-7abe6104b9e0" + "WESTUS:20200413T035950Z:f76bc137-db9f-41d2-abb7-c0c2c4b542cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:11 GMT" + "Mon, 13 Apr 2020 03:59:50 GMT" ], "Content-Length": [ "30" @@ -46860,8 +45333,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46869,7 +45342,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46883,13 +45356,13 @@ "10" ], "x-ms-request-id": [ - "b380b7eb-b3b9-4b14-8f18-d364c8a91816" + "453a220d-9653-4172-9fd6-e2b333688a0c" ], "x-ms-correlation-request-id": [ - "bec7dffb-35c9-4f02-9efe-acea63039b90" + "c40dc500-38a5-4bc8-abf1-3976f5296882" ], "x-ms-arm-service-request-id": [ - "b0e6e197-50d8-4323-ac49-c7f3efbd9c20" + "e517d612-0294-4844-b194-97e0bc0c73a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46902,13 +45375,13 @@ "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112521Z:bec7dffb-35c9-4f02-9efe-acea63039b90" + "WESTUS:20200413T040000Z:c40dc500-38a5-4bc8-abf1-3976f5296882" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:21 GMT" + "Mon, 13 Apr 2020 04:00:00 GMT" ], "Content-Length": [ "30" @@ -46924,8 +45397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46933,7 +45406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -46944,13 +45417,13 @@ "no-cache" ], "x-ms-request-id": [ - "21926c36-cc87-4b3f-9280-e9ea6c49fce1" + "68a04767-bf94-476c-8e33-a3b2945933ad" ], "x-ms-correlation-request-id": [ - "d063aada-320e-43bf-8d32-5cecac0cb442" + "b3849a1a-4c93-4c7a-b0e6-002275f83763" ], "x-ms-arm-service-request-id": [ - "aa371d37-ff7f-4f8b-ab67-6a17bf51a611" + "eb68fa1e-b0df-4b3a-b0ef-9908082f444a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46963,13 +45436,13 @@ "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112532Z:d063aada-320e-43bf-8d32-5cecac0cb442" + "WESTUS:20200413T040011Z:b3849a1a-4c93-4c7a-b0e6-002275f83763" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:31 GMT" + "Mon, 13 Apr 2020 04:00:10 GMT" ], "Content-Length": [ "29" @@ -46985,8 +45458,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzI4Yzc3YjNhLWJmYmUtNDQyMy04ZjIwLTk3ZDEyMjQxMDRiZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzRlMDc2ZThkLTllNWQtNDZiNy1hYzI0LTlkOWEzZTBmMDYyMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -46994,7 +45467,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -47005,19 +45478,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01" ], "x-ms-request-id": [ - "28c77b3a-bfbe-4423-8f20-97d1224104be" + "4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/28c77b3a-bfbe-4423-8f20-97d1224104be?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4e076e8d-9e5d-46b7-ac24-9d9a3e0f0622?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "d4633364-c5cb-42ca-ba32-69f39c3e283f" + "d2e3d319-e17d-4509-b101-7e18171efc30" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "e4072d39-0345-4801-b914-c6af5531a93f" + "516a171c-8cbd-4b89-b6b5-73278019e2e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47030,13 +45506,13 @@ "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112532Z:07214782-4ef9-481a-b9f6-dc156c11e088" + "WESTUS:20200413T040011Z:2f30214a-c460-44ca-8e54-a594f343a56e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:31 GMT" + "Mon, 13 Apr 2020 04:00:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -47049,13 +45525,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps1799?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMTc5OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps1378?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMTM3OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ce719d-eb32-4b98-8c43-7332cf9a9560" + "b0a5889e-3134-41b9-a288-6906fae3898f" ], "Accept-Language": [ "en-US" @@ -47064,7 +45540,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47075,7 +45551,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47084,13 +45560,13 @@ "14999" ], "x-ms-request-id": [ - "3a810a0f-a3c9-42b6-9c54-574afdb929d7" + "b5e10ddd-8031-49ff-82ea-517f538cdffc" ], "x-ms-correlation-request-id": [ - "3a810a0f-a3c9-42b6-9c54-574afdb929d7" + "b5e10ddd-8031-49ff-82ea-517f538cdffc" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112539Z:3a810a0f-a3c9-42b6-9c54-574afdb929d7" + "WESTUS:20200413T040012Z:b5e10ddd-8031-49ff-82ea-517f538cdffc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47099,7 +45575,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:39 GMT" + "Mon, 13 Apr 2020 04:00:11 GMT" ], "Expires": [ "-1" @@ -47112,8 +45588,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47121,7 +45597,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47132,7 +45608,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47141,13 +45617,13 @@ "11999" ], "x-ms-request-id": [ - "0a944334-f028-44f7-ba06-4f1655de27ad" + "1c446fae-3afb-4bf6-a379-7f676d17d01a" ], "x-ms-correlation-request-id": [ - "0a944334-f028-44f7-ba06-4f1655de27ad" + "1c446fae-3afb-4bf6-a379-7f676d17d01a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112555Z:0a944334-f028-44f7-ba06-4f1655de27ad" + "WESTUS:20200413T040027Z:1c446fae-3afb-4bf6-a379-7f676d17d01a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47156,7 +45632,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:25:54 GMT" + "Mon, 13 Apr 2020 04:00:26 GMT" ], "Expires": [ "-1" @@ -47169,8 +45645,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47178,7 +45654,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47189,7 +45665,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47198,13 +45674,13 @@ "11998" ], "x-ms-request-id": [ - "be44a165-8cf7-474c-b1f1-499a457b2238" + "04d12a37-3ad0-4d6b-8bcc-9bbfcafe351a" ], "x-ms-correlation-request-id": [ - "be44a165-8cf7-474c-b1f1-499a457b2238" + "04d12a37-3ad0-4d6b-8bcc-9bbfcafe351a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112610Z:be44a165-8cf7-474c-b1f1-499a457b2238" + "WESTUS:20200413T040042Z:04d12a37-3ad0-4d6b-8bcc-9bbfcafe351a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47213,7 +45689,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:26:09 GMT" + "Mon, 13 Apr 2020 04:00:42 GMT" ], "Expires": [ "-1" @@ -47226,8 +45702,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47235,7 +45711,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47246,7 +45722,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47255,13 +45731,13 @@ "11997" ], "x-ms-request-id": [ - "b3488653-7be1-4954-ade3-36dcd84dfe44" + "bed83bf9-f527-40f4-9342-cf39ad26384e" ], "x-ms-correlation-request-id": [ - "b3488653-7be1-4954-ade3-36dcd84dfe44" + "bed83bf9-f527-40f4-9342-cf39ad26384e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112625Z:b3488653-7be1-4954-ade3-36dcd84dfe44" + "WESTUS:20200413T040057Z:bed83bf9-f527-40f4-9342-cf39ad26384e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47270,7 +45746,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:26:24 GMT" + "Mon, 13 Apr 2020 04:00:57 GMT" ], "Expires": [ "-1" @@ -47283,8 +45759,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47292,7 +45768,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47303,7 +45779,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47312,13 +45788,13 @@ "11996" ], "x-ms-request-id": [ - "ee015c6f-fcb9-4c37-a715-d78b1052a738" + "9a248cfb-d950-49d9-a58d-47ef436fdce4" ], "x-ms-correlation-request-id": [ - "ee015c6f-fcb9-4c37-a715-d78b1052a738" + "9a248cfb-d950-49d9-a58d-47ef436fdce4" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112641Z:ee015c6f-fcb9-4c37-a715-d78b1052a738" + "WESTUS:20200413T040112Z:9a248cfb-d950-49d9-a58d-47ef436fdce4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47327,7 +45803,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:26:41 GMT" + "Mon, 13 Apr 2020 04:01:12 GMT" ], "Expires": [ "-1" @@ -47340,8 +45816,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47349,7 +45825,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47360,7 +45836,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -47369,13 +45845,13 @@ "11995" ], "x-ms-request-id": [ - "0afbedc9-534f-48d2-a2b8-ea041bdc29c5" + "da52e74b-2919-41e0-8c4a-30055fde6cbf" ], "x-ms-correlation-request-id": [ - "0afbedc9-534f-48d2-a2b8-ea041bdc29c5" + "da52e74b-2919-41e0-8c4a-30055fde6cbf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112656Z:0afbedc9-534f-48d2-a2b8-ea041bdc29c5" + "WESTUS:20200413T040127Z:da52e74b-2919-41e0-8c4a-30055fde6cbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47384,7 +45860,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:26:56 GMT" + "Mon, 13 Apr 2020 04:01:27 GMT" ], "Expires": [ "-1" @@ -47397,8 +45873,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47406,7 +45882,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47420,13 +45896,13 @@ "11994" ], "x-ms-request-id": [ - "ad8bce26-12b4-4dde-ab91-b9804160d088" + "e6628c59-3e97-4828-b0d1-b3ac1190c122" ], "x-ms-correlation-request-id": [ - "ad8bce26-12b4-4dde-ab91-b9804160d088" + "e6628c59-3e97-4828-b0d1-b3ac1190c122" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112711Z:ad8bce26-12b4-4dde-ab91-b9804160d088" + "WESTUS:20200413T040142Z:e6628c59-3e97-4828-b0d1-b3ac1190c122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47435,7 +45911,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:11 GMT" + "Mon, 13 Apr 2020 04:01:42 GMT" ], "Expires": [ "-1" @@ -47448,8 +45924,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3OTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM09Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzEzNzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFek56Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -47457,7 +45933,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -47471,13 +45947,13 @@ "11993" ], "x-ms-request-id": [ - "7e4ef324-5144-417a-9bc4-5347224702e9" + "86ed9842-7438-49c0-9436-492279a16584" ], "x-ms-correlation-request-id": [ - "7e4ef324-5144-417a-9bc4-5347224702e9" + "86ed9842-7438-49c0-9436-492279a16584" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T112712Z:7e4ef324-5144-417a-9bc4-5347224702e9" + "WESTUS:20200413T040142Z:86ed9842-7438-49c0-9436-492279a16584" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -47486,7 +45962,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 11:27:11 GMT" + "Mon, 13 Apr 2020 04:01:42 GMT" ], "Expires": [ "-1" @@ -47501,34 +45977,34 @@ ], "Names": { "Test-ApplicationGatewayCRUDSubItems": [ - "ps1799", - "ps2027", - "ps679", - "ps3302", - "ps7392", - "ps733", - "ps6054", - "ps5152", - "ps2417", - "ps4766", - "ps382", - "ps6859", - "ps8739", - "ps7629", - "ps9376", - "ps7410", - "ps6657", - "ps7280", - "ps9129", - "ps5484", - "ps9039", - "ps1737", - "ps1268", - "ps3016", - "ps3615" + "ps1378", + "ps2548", + "ps3369", + "ps8184", + "ps3980", + "ps923", + "ps8782", + "ps8908", + "ps1358", + "ps6895", + "ps9043", + "ps5783", + "ps9948", + "ps2663", + "ps2506", + "ps4390", + "ps3888", + "ps1501", + "ps7002", + "ps3052", + "ps857", + "ps4992", + "ps7672", + "ps7185", + "ps1932" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json index b1885dbfa04a..fa4feefa65c8 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "408d8077-d70c-4173-abeb-b1111dad7442" + "ec0ba836-7a66-490a-aaf8-adec3367c7a6" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-request-id": [ - "bc2859ca-3564-455d-af1c-00309a35a71c" + "781a3935-9173-44bb-9ea9-f33d6cc1df1d" ], "x-ms-correlation-request-id": [ - "bc2859ca-3564-455d-af1c-00309a35a71c" + "781a3935-9173-44bb-9ea9-f33d6cc1df1d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124929Z:bc2859ca-3564-455d-af1c-00309a35a71c" + "WESTUS:20200413T060156Z:781a3935-9173-44bb-9ea9-f33d6cc1df1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:28 GMT" + "Mon, 13 Apr 2020 06:01:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps4238?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNDIzOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps4519?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNDUxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80466fff-53e1-4773-aab7-a7c474643c30" + "22a0a5d7-e04d-4aeb-a147-d8de2bf861be" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +93,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "34f0745b-c87f-44a6-920e-53209473c0b1" + "2c9a7a2e-b6bb-45f5-bb5b-109eb96a1ca2" ], "x-ms-correlation-request-id": [ - "34f0745b-c87f-44a6-920e-53209473c0b1" + "2c9a7a2e-b6bb-45f5-bb5b-109eb96a1ca2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124932Z:34f0745b-c87f-44a6-920e-53209473c0b1" + "WESTUS:20200413T060157Z:2c9a7a2e-b6bb-45f5-bb5b-109eb96a1ca2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:32 GMT" + "Mon, 13 Apr 2020 06:01:56 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238\",\r\n \"name\": \"ps4238\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519\",\r\n \"name\": \"ps4519\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDg3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80755ef8-8a10-49f4-9d6d-95f14f6a30be" + "b8078200-4ce1-4489-8abf-e48cc84ba197" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "3a40c42b-976e-4102-a9c6-a321cdf88d7b" + "a334b980-61f3-4433-879b-00c526507d74" ], "x-ms-correlation-request-id": [ - "3a40c42b-976e-4102-a9c6-a321cdf88d7b" + "a334b980-61f3-4433-879b-00c526507d74" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124933Z:3a40c42b-976e-4102-a9c6-a321cdf88d7b" + "WESTUS:20200413T060157Z:a334b980-61f3-4433-879b-00c526507d74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:32 GMT" + "Mon, 13 Apr 2020 06:01:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps3433' under resource group 'ps4238' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps4872' under resource group 'ps4519' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDg3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\"" + "W/\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\"" ], "x-ms-request-id": [ - "4eef3796-e43f-4ef3-bc39-628108b6a35f" + "a883d39f-3e37-496f-bf4f-cf51977e0ffb" ], "x-ms-correlation-request-id": [ - "7ef864b7-c656-4458-b3c4-b76c57605dba" + "1d1cd356-7888-4a8c-b806-a67a4cc4609c" ], "x-ms-arm-service-request-id": [ - "53875f16-12d4-45f5-99a4-52ff5d42bdae" + "99ad3fb5-80ae-4c49-8440-704b9c5a29f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -226,16 +226,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124941Z:7ef864b7-c656-4458-b3c4-b76c57605dba" + "WESTUS:20200413T060201Z:1d1cd356-7888-4a8c-b806-a67a4cc4609c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:40 GMT" + "Mon, 13 Apr 2020 06:02:01 GMT" ], "Content-Length": [ "1269" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f28916fe-d0e9-4e97-ba2c-a03d3b8f576b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4241\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4872\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"02bf2183-d9c0-4a8a-b5a3-a718029a8b89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2657\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDg3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a5faaf9-edc8-49c5-84c9-2ed77ebf53f6" + "d80e7d95-12b6-438f-8ee1-8c555e781a03" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\"" + "W/\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\"" ], "x-ms-request-id": [ - "126a323d-f1af-4485-8254-01048879f03d" + "00153efb-4341-4678-8c4f-c4530e9258c0" ], "x-ms-correlation-request-id": [ - "5adb8551-dadc-4f62-8214-b305479235f4" + "161565b2-ae3f-4cde-bf6f-c5ae105a1d38" ], "x-ms-arm-service-request-id": [ - "cb2bfd29-f222-48b8-b4ff-8fc4f31b2e50" + "8fd35bfa-3a4d-4331-8f82-89091d29c5d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -296,16 +296,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124942Z:5adb8551-dadc-4f62-8214-b305479235f4" + "WESTUS:20200413T060201Z:161565b2-ae3f-4cde-bf6f-c5ae105a1d38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:41 GMT" + "Mon, 13 Apr 2020 06:02:01 GMT" ], "Content-Length": [ "1269" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f28916fe-d0e9-4e97-ba2c-a03d3b8f576b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4241\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4872\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"02bf2183-d9c0-4a8a-b5a3-a718029a8b89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2657\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDg3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2ed9bae-ef5f-451c-8eff-991d2be0cc81" + "2bf20ae3-117f-4ca1-a3a4-ea4a28cd2ee6" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\"" + "W/\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\"" ], "x-ms-request-id": [ - "9c8903c0-d9b4-4c24-803c-d33f8aaf7156" + "4b884f1b-c6d9-4412-94fc-3840ce23d221" ], "x-ms-correlation-request-id": [ - "344bdd35-ee90-4013-979a-88f0c5f1518c" + "4cf90ba5-e37e-45fb-851e-69444852600a" ], "x-ms-arm-service-request-id": [ - "cabc0c79-f9af-4af9-b456-e7d248ab5e07" + "cdc3f2dc-c8bc-4327-84af-75b5a95e5834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,13 +369,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124942Z:344bdd35-ee90-4013-979a-88f0c5f1518c" + "WESTUS:20200413T060201Z:4cf90ba5-e37e-45fb-851e-69444852600a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:41 GMT" + "Mon, 13 Apr 2020 06:02:00 GMT" ], "Content-Length": [ "1269" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f28916fe-d0e9-4e97-ba2c-a03d3b8f576b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4241\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\",\r\n \"etag\": \"W/\\\"09e0669e-537f-4a0d-bc4f-858d6c7a9e38\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4872\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"02bf2183-d9c0-4a8a-b5a3-a718029a8b89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2657\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\",\r\n \"etag\": \"W/\\\"b66061d9-2c26-4f27-99aa-9cbe22c3c21f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMzQzMz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDg3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps4241\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps2657\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f33f65a3-04f1-4d57-b410-2e3a7a838231" + "2af5f462-56f2-4183-b41c-87441f1c1aa5" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "5d2f3a21-fbc3-4a51-aea8-550e0feb902d" + "15c81725-b9c7-484c-9683-6d7fe23a38d4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5d2f3a21-fbc3-4a51-aea8-550e0feb902d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/15c81725-b9c7-484c-9683-6d7fe23a38d4?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "f5ab9655-0c4a-4d04-8224-54020d083c65" + "c2fc0c74-54ff-4d36-bad6-703cedbe91e7" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "7b745569-0ecb-434e-9207-e255d0703643" + "0284c0cd-5199-4e8e-8974-57fffedec365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,13 +451,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124937Z:f5ab9655-0c4a-4d04-8224-54020d083c65" + "WESTUS:20200413T060158Z:c2fc0c74-54ff-4d36-bad6-703cedbe91e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:37 GMT" + "Mon, 13 Apr 2020 06:01:58 GMT" ], "Content-Length": [ "1267" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433\",\r\n \"etag\": \"W/\\\"bdef5cf0-a401-4d2b-bb42-13b366c6fce1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f28916fe-d0e9-4e97-ba2c-a03d3b8f576b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4241\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\",\r\n \"etag\": \"W/\\\"bdef5cf0-a401-4d2b-bb42-13b366c6fce1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4872\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872\",\r\n \"etag\": \"W/\\\"0e8cb685-e6bf-4290-80f9-26a7ed9a3a56\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"02bf2183-d9c0-4a8a-b5a3-a718029a8b89\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2657\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\",\r\n \"etag\": \"W/\\\"0e8cb685-e6bf-4290-80f9-26a7ed9a3a56\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/5d2f3a21-fbc3-4a51-aea8-550e0feb902d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkMmYzYTIxLWZiYzMtNGE1MS1hZWE4LTU1MGUwZmViOTAyZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/15c81725-b9c7-484c-9683-6d7fe23a38d4?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzE1YzgxNzI1LWI5YzctNDg0Yy05NjgzLTZkN2ZlMjNhMzhkND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "de4b35ef-9c82-499b-a320-5f1296acd89e" + "dec7588e-1b61-48a1-a6c1-835bed6645e5" ], "x-ms-correlation-request-id": [ - "41a97b0b-1764-43b4-b566-7538ff156dbb" + "765aab9d-c658-46ef-aff1-b070d2cf80b7" ], "x-ms-arm-service-request-id": [ - "87cb9346-f262-4cc5-9fbd-e586a4e16cd8" + "212e9321-2cc3-4720-a0d1-425c114893bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -506,16 +509,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124941Z:41a97b0b-1764-43b4-b566-7538ff156dbb" + "WESTUS:20200413T060201Z:765aab9d-c658-46ef-aff1-b070d2cf80b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:40 GMT" + "Mon, 13 Apr 2020 06:02:01 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDE5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTQ1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c94be4b7-ff90-43b8-a387-474148e0273f" + "ac1e9fc9-54e9-4ce6-b7f3-33d64647f885" ], "Accept-Language": [ "en-US" @@ -546,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -560,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "d8c1c70b-4e7f-4e98-a0d4-4c33cd7c297a" + "d557ab26-7217-4068-bc89-b9904457c07e" ], "x-ms-correlation-request-id": [ - "d8c1c70b-4e7f-4e98-a0d4-4c33cd7c297a" + "d557ab26-7217-4068-bc89-b9904457c07e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124943Z:d8c1c70b-4e7f-4e98-a0d4-4c33cd7c297a" + "WESTUS:20200413T060201Z:d557ab26-7217-4068-bc89-b9904457c07e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,7 +578,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:43 GMT" + "Mon, 13 Apr 2020 06:02:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -587,12 +590,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps4192' under resource group 'ps4238' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5459' under resource group 'ps4519' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDE5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTQ1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -600,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -611,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"bd8da341-5157-4503-a560-8b208426f099\"" + "W/\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\"" ], "x-ms-request-id": [ - "afb6d166-6abb-4dd3-a5d5-e26720b7aaa7" + "824dcaf2-7af0-4f33-b723-530feb1a1126" ], "x-ms-correlation-request-id": [ - "b91b7f9b-4db6-4514-8163-574606900c8e" + "294070e6-3919-441b-a6bf-2fbb0fc80e37" ], "x-ms-arm-service-request-id": [ - "874bb8d2-8555-4b3a-a8a3-f3177b8dc8ea" + "5351d302-cadf-4f86-904c-0c5bdf46dad7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,16 +633,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124952Z:b91b7f9b-4db6-4514-8163-574606900c8e" + "WESTUS:20200413T060206Z:294070e6-3919-441b-a6bf-2fbb0fc80e37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:52 GMT" + "Mon, 13 Apr 2020 06:02:05 GMT" ], "Content-Length": [ "1268" @@ -651,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4192\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e0b31cd-88d6-4f42-8f10-133d3adbb42c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192/subnets/ps6819\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c851c9b3-65ac-4b5d-b601-f849b2a65720\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4065\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459/subnets/ps4065\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDE5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTQ1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b13d5225-3e34-4ef6-9bbd-9c0752428fa1" + "d9da27ef-d9fe-41ec-85da-1b50cad9f9e5" ], "Accept-Language": [ "en-US" @@ -670,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -681,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"bd8da341-5157-4503-a560-8b208426f099\"" + "W/\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\"" ], "x-ms-request-id": [ - "b63157f0-7c5f-44fa-ba84-05fc198f8df4" + "0f1bd9f9-4fda-45af-95ca-8b89faa0caad" ], "x-ms-correlation-request-id": [ - "b74b7727-5dcd-4802-91fe-942bca9b0ef0" + "ad82e4b9-0adb-487c-8533-62cab7a89db3" ], "x-ms-arm-service-request-id": [ - "2feeb082-b657-4676-ae9c-bef21f91d2e6" + "425c05ca-abb0-4533-8a0b-f539280295bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -700,16 +703,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124952Z:b74b7727-5dcd-4802-91fe-942bca9b0ef0" + "WESTUS:20200413T060206Z:ad82e4b9-0adb-487c-8533-62cab7a89db3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:52 GMT" + "Mon, 13 Apr 2020 06:02:05 GMT" ], "Content-Length": [ "1268" @@ -721,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4192\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e0b31cd-88d6-4f42-8f10-133d3adbb42c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192/subnets/ps6819\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c851c9b3-65ac-4b5d-b601-f849b2a65720\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4065\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459/subnets/ps4065\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDE5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTQ1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c39fbc44-640e-424b-9d25-8a422c2137a1" + "a3ee2eab-0059-47ac-bb91-ac3236654bfb" ], "Accept-Language": [ "en-US" @@ -740,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -751,16 +754,16 @@ "no-cache" ], "ETag": [ - "W/\"bd8da341-5157-4503-a560-8b208426f099\"" + "W/\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\"" ], "x-ms-request-id": [ - "4f8d5138-1e86-4127-8b85-b4f05537236f" + "f4637cef-f759-4eee-be60-66ba4c6b006b" ], "x-ms-correlation-request-id": [ - "4c4833f1-13f1-4dbb-ac78-8ec194200b5d" + "cf4eeb79-c13d-461d-aabc-b83d59302273" ], "x-ms-arm-service-request-id": [ - "4a66fe2d-ebc1-4d4e-9488-9bbd7d12c751" + "d8afd262-f43b-4304-9410-f47c05d0cf5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -773,13 +776,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124953Z:4c4833f1-13f1-4dbb-ac78-8ec194200b5d" + "WESTUS:20200413T060206Z:cf4eeb79-c13d-461d-aabc-b83d59302273" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:52 GMT" + "Mon, 13 Apr 2020 06:02:05 GMT" ], "Content-Length": [ "1268" @@ -791,17 +794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4192\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e0b31cd-88d6-4f42-8f10-133d3adbb42c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192/subnets/ps6819\",\r\n \"etag\": \"W/\\\"bd8da341-5157-4503-a560-8b208426f099\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c851c9b3-65ac-4b5d-b601-f849b2a65720\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4065\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459/subnets/ps4065\",\r\n \"etag\": \"W/\\\"997cb1ed-d7a9-45ae-9b93-e5ed12a056e2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNDE5Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTQ1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps6819\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps4065\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "427dd9e0-1507-4856-94c9-434e6722600e" + "aef926de-fdce-4e29-ae91-cbc673cbe666" ], "Accept-Language": [ "en-US" @@ -810,7 +813,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,16 +833,19 @@ "3" ], "x-ms-request-id": [ - "79157363-8ef5-4ffe-881e-293a2a0e0aca" + "f1d37918-b3f7-4b38-ae02-4d8141661b8e" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/79157363-8ef5-4ffe-881e-293a2a0e0aca?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f1d37918-b3f7-4b38-ae02-4d8141661b8e?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "810b72dd-c59c-46b6-9a26-925be6c6645c" + "2fbda939-9d2d-471f-b6aa-7cab09e90f07" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "98e415c2-6f36-4334-9127-5608a6668daf" + "ca377938-3349-4562-9c11-6c1030842f60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,13 +858,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124948Z:810b72dd-c59c-46b6-9a26-925be6c6645c" + "WESTUS:20200413T060203Z:2fbda939-9d2d-471f-b6aa-7cab09e90f07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:48 GMT" + "Mon, 13 Apr 2020 06:02:02 GMT" ], "Content-Length": [ "1266" @@ -870,12 +876,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4192\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192\",\r\n \"etag\": \"W/\\\"b4c70714-cdc1-40bb-bf9b-4cc887d42366\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e0b31cd-88d6-4f42-8f10-133d3adbb42c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6819\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps4192/subnets/ps6819\",\r\n \"etag\": \"W/\\\"b4c70714-cdc1-40bb-bf9b-4cc887d42366\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459\",\r\n \"etag\": \"W/\\\"17a8e3e7-d0eb-4bc5-877e-554d19643ddb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c851c9b3-65ac-4b5d-b601-f849b2a65720\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4065\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps5459/subnets/ps4065\",\r\n \"etag\": \"W/\\\"17a8e3e7-d0eb-4bc5-877e-554d19643ddb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/79157363-8ef5-4ffe-881e-293a2a0e0aca?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc5MTU3MzYzLThlZjUtNGZmZS04ODFlLTI5M2EyYTBlMGFjYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/f1d37918-b3f7-4b38-ae02-4d8141661b8e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YxZDM3OTE4LWIzZjctNGIzOC1hZTAyLTRkODE0MTY2MWI4ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -883,7 +889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -894,13 +900,13 @@ "no-cache" ], "x-ms-request-id": [ - "10364cb3-b479-4bd6-bfda-04fca71caca6" + "890857f5-e069-4c3e-871a-80f0ff88d43a" ], "x-ms-correlation-request-id": [ - "e0907edc-11b8-41c3-a9bb-d67c9a1fa8b4" + "d0848ffc-97c6-4ddc-9cd6-3feb9e09089b" ], "x-ms-arm-service-request-id": [ - "894d15ac-fd23-46d4-903a-ea23412246f3" + "f65010d5-5d61-4d97-8828-3797e5d74c5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -910,16 +916,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124952Z:e0907edc-11b8-41c3-a9bb-d67c9a1fa8b4" + "WESTUS:20200413T060206Z:d0848ffc-97c6-4ddc-9cd6-3feb9e09089b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:51 GMT" + "Mon, 13 Apr 2020 06:02:05 GMT" ], "Content-Length": [ "29" @@ -935,13 +941,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxODM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eae31424-423e-4a80-92e9-8fc6ec411849" + "2747aaef-ff83-4064-ac1c-296e60c5fdd9" ], "Accept-Language": [ "en-US" @@ -950,7 +956,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -964,13 +970,13 @@ "gateway" ], "x-ms-request-id": [ - "78cbf3b5-0e67-4848-9c00-dbe1e07eed36" + "345aa924-dd80-437b-b755-d31a365acf88" ], "x-ms-correlation-request-id": [ - "78cbf3b5-0e67-4848-9c00-dbe1e07eed36" + "345aa924-dd80-437b-b755-d31a365acf88" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124953Z:78cbf3b5-0e67-4848-9c00-dbe1e07eed36" + "WESTUS:20200413T060206Z:345aa924-dd80-437b-b755-d31a365acf88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -979,7 +985,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:53 GMT" + "Mon, 13 Apr 2020 06:02:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -988,15 +994,15 @@ "-1" ], "Content-Length": [ - "152" + "151" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps1837' under resource group 'ps4238' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps994' under resource group 'ps4519' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxODM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1004,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1015,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"4ca55283-49c8-4137-af18-1553cc0e202e\"" + "W/\"91dd97e4-8701-44d2-a863-c400ec46b51c\"" ], "x-ms-request-id": [ - "605d53d5-f54f-4013-ade7-505c9ee7f3bd" + "e6877631-909f-4f22-b1ba-a07842dedbe8" ], "x-ms-correlation-request-id": [ - "62b22c4e-5448-4403-ba0e-95b50cd1ae16" + "a89e64c9-5f04-45b2-971c-e96d04f4b76c" ], "x-ms-arm-service-request-id": [ - "a9084249-2024-4f96-bf80-f37030eddd40" + "45897326-cd9e-4761-9984-48ef3f655135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,19 +1040,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125001Z:62b22c4e-5448-4403-ba0e-95b50cd1ae16" + "WESTUS:20200413T060216Z:a89e64c9-5f04-45b2-971c-e96d04f4b76c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:01 GMT" + "Mon, 13 Apr 2020 06:02:16 GMT" ], "Content-Length": [ - "630" + "628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1837\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\",\r\n \"etag\": \"W/\\\"4ca55283-49c8-4137-af18-1553cc0e202e\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"33a5562d-b2a0-4c4e-8f16-129b88e3cca1\",\r\n \"ipAddress\": \"51.143.55.254\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps994\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\",\r\n \"etag\": \"W/\\\"91dd97e4-8701-44d2-a863-c400ec46b51c\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bacd8a1a-caf3-44eb-9bfa-e87267f9e5ba\",\r\n \"ipAddress\": \"52.148.150.39\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxODM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9b4941b-15b8-4ddd-a5bf-bc24a8b388a2" + "c3b77e6d-c9e8-48a3-b300-107a26428d37" ], "Accept-Language": [ "en-US" @@ -1074,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1085,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"4ca55283-49c8-4137-af18-1553cc0e202e\"" + "W/\"91dd97e4-8701-44d2-a863-c400ec46b51c\"" ], "x-ms-request-id": [ - "6740c9e2-2d70-4e1a-95bf-330f8b2a4113" + "74ac2687-3af3-4c52-bb7d-2776c82a205a" ], "x-ms-correlation-request-id": [ - "1d0ce9dd-6de6-4bbf-9ce7-3102cbe9fc2e" + "40dff1a2-191b-4be8-a2f6-f8323680dc43" ], "x-ms-arm-service-request-id": [ - "2467fa88-5168-4b12-b62f-9199d8ec404a" + "2ace0e79-8493-4f16-8e3b-195f70ff1316" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,19 +1110,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125001Z:1d0ce9dd-6de6-4bbf-9ce7-3102cbe9fc2e" + "WESTUS:20200413T060216Z:40dff1a2-191b-4be8-a2f6-f8323680dc43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:01 GMT" + "Mon, 13 Apr 2020 06:02:16 GMT" ], "Content-Length": [ - "630" + "628" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1125,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1837\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\",\r\n \"etag\": \"W/\\\"4ca55283-49c8-4137-af18-1553cc0e202e\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"33a5562d-b2a0-4c4e-8f16-129b88e3cca1\",\r\n \"ipAddress\": \"51.143.55.254\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps994\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\",\r\n \"etag\": \"W/\\\"91dd97e4-8701-44d2-a863-c400ec46b51c\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bacd8a1a-caf3-44eb-9bfa-e87267f9e5ba\",\r\n \"ipAddress\": \"52.148.150.39\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxODM3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c792f8d-2d2a-44da-8ac2-326fe57ae96c" + "fa6a6e7c-5c33-4ef9-b28e-cd66255c5598" ], "Accept-Language": [ "en-US" @@ -1144,7 +1150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1164,16 +1170,19 @@ "1" ], "x-ms-request-id": [ - "23d1b570-ad46-4dde-82f7-2456cf6109fc" + "7435d0ba-cdfc-40bc-b76a-392f7e808cd1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/23d1b570-ad46-4dde-82f7-2456cf6109fc?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7435d0ba-cdfc-40bc-b76a-392f7e808cd1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ff7ec10b-e9b6-4e9a-aacc-c57956dbe6d2" + "42b9dfa5-7ddc-4bbc-8882-d0de66ae4183" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "ffaf8c87-316f-4faa-a5e8-f268a8d3ad26" + "67365c6a-57c6-4d23-832a-d87a2e37acd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1186,16 +1195,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T124959Z:ff7ec10b-e9b6-4e9a-aacc-c57956dbe6d2" + "WESTUS:20200413T060213Z:42b9dfa5-7ddc-4bbc-8882-d0de66ae4183" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:49:59 GMT" + "Mon, 13 Apr 2020 06:02:13 GMT" ], "Content-Length": [ - "594" + "592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1204,12 +1213,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1837\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\",\r\n \"etag\": \"W/\\\"97895568-a58d-4d43-865a-a3be1643c1df\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"33a5562d-b2a0-4c4e-8f16-129b88e3cca1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps994\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\",\r\n \"etag\": \"W/\\\"58284fe9-6c0a-4fc3-9c00-4c6e807ed587\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bacd8a1a-caf3-44eb-9bfa-e87267f9e5ba\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/23d1b570-ad46-4dde-82f7-2456cf6109fc?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIzZDFiNTcwLWFkNDYtNGRkZS04MmY3LTI0NTZjZjYxMDlmYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7435d0ba-cdfc-40bc-b76a-392f7e808cd1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc0MzVkMGJhLWNkZmMtNDBiYy1iNzZhLTM5MmY3ZTgwOGNkMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1217,7 +1226,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1227,14 +1236,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], "x-ms-request-id": [ - "c4e35015-a43c-4dd0-ab79-2615afd0ac2d" + "0f73d04b-de9b-48c6-9219-d42a5b436a9d" ], "x-ms-correlation-request-id": [ - "28fc0222-f29d-446d-9bd4-07c73beb67b7" + "ba4e62f7-50dd-40bc-b5cc-9aebebd289bd" ], "x-ms-arm-service-request-id": [ - "775b362f-7f81-4d0d-97d9-bfdae511dc51" + "4d383793-6bec-4bca-8d58-ac1a7e4099f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1247,13 +1259,74 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125001Z:28fc0222-f29d-446d-9bd4-07c73beb67b7" + "WESTUS:20200413T060214Z:ba4e62f7-50dd-40bc-b5cc-9aebebd289bd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:02:14 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/7435d0ba-cdfc-40bc-b76a-392f7e808cd1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc0MzVkMGJhLWNkZmMtNDBiYy1iNzZhLTM5MmY3ZTgwOGNkMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4c604f65-a92f-4633-990e-84e82f6f7abc" + ], + "x-ms-correlation-request-id": [ + "5a0df744-00a4-42ac-b4ee-f994a3b6101a" + ], + "x-ms-arm-service-request-id": [ + "162386c1-4281-4028-8add-0fefdb516158" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060216Z:5a0df744-00a4-42ac-b4ee-f994a3b6101a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:01 GMT" + "Mon, 13 Apr 2020 06:02:16 GMT" ], "Content-Length": [ "29" @@ -1269,13 +1342,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f72956b-968a-45c7-b9e4-81e3168e59e5" + "c9138850-7d79-4ba3-94a0-44daac8f2647" ], "Accept-Language": [ "en-US" @@ -1284,7 +1357,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1298,13 +1371,13 @@ "gateway" ], "x-ms-request-id": [ - "20ac592c-3f2b-423a-a4d2-5eb6b2586eff" + "fd04f891-6e70-47d6-9e50-eb82cae603f0" ], "x-ms-correlation-request-id": [ - "20ac592c-3f2b-423a-a4d2-5eb6b2586eff" + "fd04f891-6e70-47d6-9e50-eb82cae603f0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125002Z:20ac592c-3f2b-423a-a4d2-5eb6b2586eff" + "WESTUS:20200413T060217Z:fd04f891-6e70-47d6-9e50-eb82cae603f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1313,7 +1386,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:02 GMT" + "Mon, 13 Apr 2020 06:02:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1325,12 +1398,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps7392' under resource group 'ps4238' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps5669' under resource group 'ps4519' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1338,7 +1411,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1349,16 +1422,16 @@ "no-cache" ], "ETag": [ - "W/\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\"" + "W/\"a51ecc9d-08e0-4beb-904e-51fb577e2951\"" ], "x-ms-request-id": [ - "2f0e4a14-a021-4726-956b-0f65a31e2ba9" + "1bbdbb5a-5c19-4ced-8f66-b78e85f9924e" ], "x-ms-correlation-request-id": [ - "62f452b2-a3ba-4e80-b2af-8556a8e0956d" + "f98d58fb-e3d1-4a09-948b-2ef275a08584" ], "x-ms-arm-service-request-id": [ - "ecd56827-c30f-4c60-8536-2d915d73bfa1" + "7378ed91-ee62-42ea-a0a5-69835783b2b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,19 +1441,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125437Z:62f452b2-a3ba-4e80-b2af-8556a8e0956d" + "WESTUS:20200413T060609Z:f98d58fb-e3d1-4a09-948b-2ef275a08584" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:36 GMT" + "Mon, 13 Apr 2020 06:06:08 GMT" ], "Content-Length": [ - "19928" + "19981" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1389,17 +1462,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5c1d72a-0041-4543-907e-861165852829" + "407ae6a4-bf5e-4ecc-83e4-5024fb80d7a2" ], "Accept-Language": [ "en-US" @@ -1408,7 +1481,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1419,16 +1492,16 @@ "no-cache" ], "ETag": [ - "W/\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\"" + "W/\"a51ecc9d-08e0-4beb-904e-51fb577e2951\"" ], "x-ms-request-id": [ - "7abba7cc-aecb-4ec1-aa83-f1eb4153245a" + "e8ae05f9-43e6-4e8a-b1ab-696f31c5ab92" ], "x-ms-correlation-request-id": [ - "e86f1317-43ef-48c2-805f-58f64f24302d" + "fd5fb1b3-3246-4cfa-906b-c63521c46fc1" ], "x-ms-arm-service-request-id": [ - "00591237-76ca-4919-969d-71a63c05292e" + "a6646055-562f-4ec0-be9e-1d059fc82832" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1438,19 +1511,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11936" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125437Z:e86f1317-43ef-48c2-805f-58f64f24302d" + "WESTUS:20200413T060609Z:fd5fb1b3-3246-4cfa-906b-c63521c46fc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:36 GMT" + "Mon, 13 Apr 2020 06:06:09 GMT" ], "Content-Length": [ - "19928" + "19981" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1459,17 +1532,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d087cbda-dafc-4d49-8869-80e9d64c8c8d" + "d167a792-83d7-4acd-8e8a-c21b87d7569b" ], "Accept-Language": [ "en-US" @@ -1478,7 +1551,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1489,16 +1562,16 @@ "no-cache" ], "ETag": [ - "W/\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\"" + "W/\"a51ecc9d-08e0-4beb-904e-51fb577e2951\"" ], "x-ms-request-id": [ - "a8462cfe-7786-467b-9583-aced2d806d01" + "c6299bfc-211f-4e48-bbd0-e44d1ab82bbe" ], "x-ms-correlation-request-id": [ - "e544b427-94f8-4cef-bb17-67e0118362e5" + "8f1c096a-8432-4cac-998f-e8e6c10c45a4" ], "x-ms-arm-service-request-id": [ - "2c966208-d185-46ad-a422-d6662d43b11c" + "7d5851cd-be04-46f0-a18f-06d4f4599aef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1511,16 +1584,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125438Z:e544b427-94f8-4cef-bb17-67e0118362e5" + "WESTUS:20200413T060610Z:8f1c096a-8432-4cac-998f-e8e6c10c45a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:37 GMT" + "Mon, 13 Apr 2020 06:06:09 GMT" ], "Content-Length": [ - "19928" + "19981" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1529,12 +1602,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"f9f89f54-86b9-4dd3-abb5-a5dc5b12103e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"a51ecc9d-08e0-4beb-904e-51fb577e2951\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1542,7 +1615,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1553,38 +1626,38 @@ "no-cache" ], "ETag": [ - "W/\"10601feb-ba8a-4e04-a6f9-834adb60b21c\"" + "W/\"9744bb89-253c-4408-a622-40594e7d14a1\"" ], "x-ms-request-id": [ - "1698272d-4dbc-42a8-8845-3577742fd7fc" + "448df2e6-e0bd-4056-801b-60310098820c" ], "x-ms-correlation-request-id": [ - "668b5673-ad5b-401f-81fe-0a2673c41f0e" + "a10956e9-54ec-4cf5-a65b-65570d63804f" ], "x-ms-arm-service-request-id": [ - "753b3b7c-e376-4ccd-87c8-e92a6a51d104" + "fb07e743-2d98-44d3-89ea-7003309441dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125544Z:668b5673-ad5b-401f-81fe-0a2673c41f0e" + "WESTUS:20200413T061244Z:a10956e9-54ec-4cf5-a65b-65570d63804f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:44 GMT" + "Mon, 13 Apr 2020 06:12:43 GMT" ], "Content-Length": [ - "28427" + "28480" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1593,17 +1666,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e76b07df-43b2-4cf5-9f56-281c2f723c20" + "aaca011a-9b69-4862-b9bb-42b8c9f16b3a" ], "Accept-Language": [ "en-US" @@ -1612,7 +1685,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1623,16 +1696,16 @@ "no-cache" ], "ETag": [ - "W/\"10601feb-ba8a-4e04-a6f9-834adb60b21c\"" + "W/\"9744bb89-253c-4408-a622-40594e7d14a1\"" ], "x-ms-request-id": [ - "a99bffc3-bbca-42a7-85da-a93d084ef259" + "174cdb94-9ae3-4ebd-957c-243da923b9d3" ], "x-ms-correlation-request-id": [ - "5eff5aba-73dc-432f-b70e-4d69027a4ed2" + "a9e75009-e928-416d-abb0-0c3bfdf1ad99" ], "x-ms-arm-service-request-id": [ - "c820bbfc-fd76-4a51-bd69-a7e2c1bda2d0" + "51c11888-6286-41b6-8034-156a3c74d5d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1642,19 +1715,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125545Z:5eff5aba-73dc-432f-b70e-4d69027a4ed2" + "WESTUS:20200413T061244Z:a9e75009-e928-416d-abb0-0c3bfdf1ad99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:45 GMT" + "Mon, 13 Apr 2020 06:12:43 GMT" ], "Content-Length": [ - "28427" + "28480" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1663,17 +1736,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e7f902-af2a-45ae-a602-a3212e312ede" + "886829ce-ae66-461b-adee-131a1728dda7" ], "Accept-Language": [ "en-US" @@ -1682,7 +1755,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1693,16 +1766,16 @@ "no-cache" ], "ETag": [ - "W/\"10601feb-ba8a-4e04-a6f9-834adb60b21c\"" + "W/\"9744bb89-253c-4408-a622-40594e7d14a1\"" ], "x-ms-request-id": [ - "701797e4-fe5a-49ac-9bde-eeca98e81631" + "d7bd224d-b7e2-4b24-9e1e-7fa6cbf01cda" ], "x-ms-correlation-request-id": [ - "861a071e-4e88-47ad-bcd5-66691dcfc2b1" + "26869f5a-7b74-4a4a-a7e4-1064134d2d0b" ], "x-ms-arm-service-request-id": [ - "f007abbc-8c4d-417e-aff9-b945b289235c" + "6aac4ff7-e5f1-406a-a552-4fc3ba54022a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1712,19 +1785,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125546Z:861a071e-4e88-47ad-bcd5-66691dcfc2b1" + "WESTUS:20200413T061244Z:26869f5a-7b74-4a4a-a7e4-1064134d2d0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:45 GMT" + "Mon, 13 Apr 2020 06:12:43 GMT" ], "Content-Length": [ - "28427" + "28480" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1733,12 +1806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"10601feb-ba8a-4e04-a6f9-834adb60b21c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"9744bb89-253c-4408-a622-40594e7d14a1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1746,7 +1819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1757,38 +1830,38 @@ "no-cache" ], "ETag": [ - "W/\"968c219c-1abf-4070-af1c-abd6d0bd536b\"" + "W/\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\"" ], "x-ms-request-id": [ - "1e12d165-a641-4300-bccb-1aa583dadab0" + "6c992a92-d6ed-407b-8ed1-507a7d81cfc1" ], "x-ms-correlation-request-id": [ - "3fe92863-3159-4f16-b2e2-cf13182a5bc7" + "ce4f272c-603a-4192-a947-59b3afd04576" ], "x-ms-arm-service-request-id": [ - "31e628bd-ae54-443e-b430-a1db888b2f69" + "529a7f0e-7407-417e-9286-614ff8f9e6a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125611Z:3fe92863-3159-4f16-b2e2-cf13182a5bc7" + "WESTUS:20200413T061305Z:ce4f272c-603a-4192-a947-59b3afd04576" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:10 GMT" + "Mon, 13 Apr 2020 06:13:04 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,17 +1870,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "654127d5-8591-4de7-89b2-bc527cc99610" + "b090b216-4b4d-4eae-a07f-7108644f7e98" ], "Accept-Language": [ "en-US" @@ -1816,7 +1889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1827,16 +1900,16 @@ "no-cache" ], "ETag": [ - "W/\"968c219c-1abf-4070-af1c-abd6d0bd536b\"" + "W/\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\"" ], "x-ms-request-id": [ - "abbb56fd-6914-4183-9c74-0007f1f88951" + "097862b9-1eff-4634-9a64-53fd24c5ab75" ], "x-ms-correlation-request-id": [ - "d7741b16-3f17-4e68-aad9-1111023bda37" + "1e3c6055-4f99-442a-a42d-a90d78fcb115" ], "x-ms-arm-service-request-id": [ - "a059873d-34b9-449b-9e04-db4d79cd20cd" + "96a752ec-b06d-4b47-92b4-b42bee9654d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1846,19 +1919,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125612Z:d7741b16-3f17-4e68-aad9-1111023bda37" + "WESTUS:20200413T061305Z:1e3c6055-4f99-442a-a42d-a90d78fcb115" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:11 GMT" + "Mon, 13 Apr 2020 06:13:04 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,17 +1940,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61866f36-8752-4c08-8e1a-8f826af45e5b" + "151f9fe1-42c9-4646-838f-df0be6ccbd6f" ], "Accept-Language": [ "en-US" @@ -1886,7 +1959,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1897,16 +1970,16 @@ "no-cache" ], "ETag": [ - "W/\"968c219c-1abf-4070-af1c-abd6d0bd536b\"" + "W/\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\"" ], "x-ms-request-id": [ - "24c7e6a1-4b65-4252-8616-0bb7a1a982a6" + "54a66b8c-3826-4c10-b3be-02defe1d95eb" ], "x-ms-correlation-request-id": [ - "877f598a-5930-46e9-80d0-5a0363961230" + "29836653-2dd4-4303-a05b-62c5067a7382" ], "x-ms-arm-service-request-id": [ - "fdc0c262-bc77-40b3-a4bc-b8ae450661fc" + "d1818059-f6ac-4272-9304-e1b3f9fcaf61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,19 +1989,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125613Z:877f598a-5930-46e9-80d0-5a0363961230" + "WESTUS:20200413T061305Z:29836653-2dd4-4303-a05b-62c5067a7382" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:13 GMT" + "Mon, 13 Apr 2020 06:13:05 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,17 +2010,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "deba0b17-c1ad-43e6-8bb9-d86090e5a73b" + "d02dcf8d-85e4-4353-b976-a1915f11101d" ], "Accept-Language": [ "en-US" @@ -1956,7 +2029,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1967,16 +2040,16 @@ "no-cache" ], "ETag": [ - "W/\"968c219c-1abf-4070-af1c-abd6d0bd536b\"" + "W/\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\"" ], "x-ms-request-id": [ - "b3aa84a3-b757-4251-94c8-ee3cfa026401" + "58de9efe-8dbe-4b0e-87df-9bb8383b3087" ], "x-ms-correlation-request-id": [ - "dc0673bf-1f38-42ec-a1b0-925315fdff03" + "897caa87-f6f3-4c01-80f7-82f50d8081c3" ], "x-ms-arm-service-request-id": [ - "c5fc2933-4fa6-4798-aa0c-70606a10eb20" + "89748e4a-85a6-41ed-a905-f53101916007" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1989,16 +2062,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125614Z:dc0673bf-1f38-42ec-a1b0-925315fdff03" + "WESTUS:20200413T061306Z:897caa87-f6f3-4c01-80f7-82f50d8081c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:14 GMT" + "Mon, 13 Apr 2020 06:13:05 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2007,17 +2080,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5ab2dcd-5c5e-4cbe-aed6-8fbec637698c" + "d44094e1-a7aa-4107-81f4-0ebc861184de" ], "Accept-Language": [ "en-US" @@ -2026,7 +2099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2037,16 +2110,16 @@ "no-cache" ], "ETag": [ - "W/\"968c219c-1abf-4070-af1c-abd6d0bd536b\"" + "W/\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\"" ], "x-ms-request-id": [ - "28e1fd9d-c8d9-44b3-8b1d-7bac22d03c00" + "9e317ebb-089b-4687-a6ca-a2571be31386" ], "x-ms-correlation-request-id": [ - "8c3c86ae-cd7e-41e9-bb84-954048700f30" + "afa37e2b-a00c-4e81-a9cc-aeab3eb055fa" ], "x-ms-arm-service-request-id": [ - "83644b18-3a43-4bbb-85ea-cf211ca1596a" + "fadbbfea-57da-4f3c-ab97-f8a1b512ea69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2059,16 +2132,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125627Z:8c3c86ae-cd7e-41e9-bb84-954048700f30" + "WESTUS:20200413T061316Z:afa37e2b-a00c-4e81-a9cc-aeab3eb055fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:27 GMT" + "Mon, 13 Apr 2020 06:13:16 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2077,12 +2150,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2090,7 +2163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2101,16 +2174,16 @@ "no-cache" ], "ETag": [ - "W/\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\"" + "W/\"c5cebe44-a89e-4044-a4a8-3a238df22095\"" ], "x-ms-request-id": [ - "a0234e44-43da-4373-ae17-13eb1189c3eb" + "5e156b4f-44fa-40fb-8ded-8aaf2f42b221" ], "x-ms-correlation-request-id": [ - "1323aacf-acee-49d2-9ae3-79b335500045" + "3e8e3980-9f98-4e1a-baeb-747d498ff9bb" ], "x-ms-arm-service-request-id": [ - "585e7b23-df5e-4fa9-aebf-f45c374db1bf" + "36d7f13b-08c4-4278-b7bf-4395d7ae8a72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2123,16 +2196,16 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125632Z:1323aacf-acee-49d2-9ae3-79b335500045" + "WESTUS:20200413T061317Z:3e8e3980-9f98-4e1a-baeb-747d498ff9bb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:32 GMT" + "Mon, 13 Apr 2020 06:13:17 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2141,17 +2214,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82c79f4a-43f2-43c0-a50d-ab37c7716f06" + "8add9378-4ea6-44d2-966c-59e9d23b8e4b" ], "Accept-Language": [ "en-US" @@ -2160,7 +2233,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2171,16 +2244,16 @@ "no-cache" ], "ETag": [ - "W/\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\"" + "W/\"c5cebe44-a89e-4044-a4a8-3a238df22095\"" ], "x-ms-request-id": [ - "435920a7-453a-44f0-93f9-bfe925ed9778" + "2ce08cdb-58dd-4115-be17-b9353851c462" ], "x-ms-correlation-request-id": [ - "5665039a-c587-41be-b712-41ebaa3d8ba4" + "17906b64-7038-45bf-9c76-a5389e676f06" ], "x-ms-arm-service-request-id": [ - "0ad1e0ca-7e3f-4dcd-ad2f-dd9062cccbb0" + "bb1ccbf0-fd69-47f4-b093-81363ca5a1e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,16 +2266,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125633Z:5665039a-c587-41be-b712-41ebaa3d8ba4" + "WESTUS:20200413T061318Z:17906b64-7038-45bf-9c76-a5389e676f06" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:33 GMT" + "Mon, 13 Apr 2020 06:13:17 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2211,17 +2284,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c930008-e12d-4028-b3ad-d21473a6e7e3" + "f63655c1-8797-46f0-8d99-c31a01c5c495" ], "Accept-Language": [ "en-US" @@ -2230,7 +2303,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2241,16 +2314,16 @@ "no-cache" ], "ETag": [ - "W/\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\"" + "W/\"c5cebe44-a89e-4044-a4a8-3a238df22095\"" ], "x-ms-request-id": [ - "c7b49058-fc53-4e57-8fc9-252c41a6ea22" + "78d43fe0-50bf-4282-a9cf-f3b1ec5e3bc3" ], "x-ms-correlation-request-id": [ - "0776f93c-146a-4afc-a974-82d72dd5a205" + "f108b2be-073d-4563-995d-31c509139c06" ], "x-ms-arm-service-request-id": [ - "2bbfab54-a221-4162-a4c1-d3c9e23d728a" + "291c9af5-c740-4804-80d1-1e04daf2e690" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2260,19 +2333,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125634Z:0776f93c-146a-4afc-a974-82d72dd5a205" + "WESTUS:20200413T061318Z:f108b2be-073d-4563-995d-31c509139c06" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:34 GMT" + "Mon, 13 Apr 2020 06:13:17 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2281,12 +2354,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2294,7 +2367,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2305,16 +2378,16 @@ "no-cache" ], "ETag": [ - "W/\"87dad1aa-a438-41ff-9aee-5451bf04f672\"" + "W/\"038bcac7-03a7-4ced-8e81-210051fe8392\"" ], "x-ms-request-id": [ - "2e61e045-137e-4c83-a9b7-79e65274ec30" + "4b3ce1d6-1aa7-40a2-a3ec-d55d09991042" ], "x-ms-correlation-request-id": [ - "7c2ac540-9502-4cf9-aea1-1611e2263d24" + "0b1b99ca-ce2b-4d06-a82c-c2b7618e1e6d" ], "x-ms-arm-service-request-id": [ - "5d3f7f40-e6f0-46ee-972c-e0607e4e1fa4" + "bff9be01-c477-40ec-9472-eda8c1f2a4d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2327,16 +2400,16 @@ "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130301Z:7c2ac540-9502-4cf9-aea1-1611e2263d24" + "WESTUS:20200413T061911Z:0b1b99ca-ce2b-4d06-a82c-c2b7618e1e6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:01 GMT" + "Mon, 13 Apr 2020 06:19:11 GMT" ], "Content-Length": [ - "23621" + "23674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2345,17 +2418,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66031cec-46d5-41e6-a086-ed66356fb7e1" + "0ef309d1-34aa-4668-a18e-69c13e571b70" ], "Accept-Language": [ "en-US" @@ -2364,7 +2437,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2375,16 +2448,16 @@ "no-cache" ], "ETag": [ - "W/\"87dad1aa-a438-41ff-9aee-5451bf04f672\"" + "W/\"038bcac7-03a7-4ced-8e81-210051fe8392\"" ], "x-ms-request-id": [ - "efd443a4-292f-4be0-92be-d9fe489a9b21" + "b1f83e8d-1a69-4c78-b7ab-189f1a4c3450" ], "x-ms-correlation-request-id": [ - "4192dc94-c7d8-4d66-852f-d5cbed493114" + "9d329d9b-9d09-4d3e-97b7-c9f5750f9add" ], "x-ms-arm-service-request-id": [ - "7adc24ea-c85d-4ade-8982-f9869bd62af8" + "6f236c0b-73d8-4654-a933-9503f3da4261" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2397,16 +2470,16 @@ "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130301Z:4192dc94-c7d8-4d66-852f-d5cbed493114" + "WESTUS:20200413T061911Z:9d329d9b-9d09-4d3e-97b7-c9f5750f9add" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:01 GMT" + "Mon, 13 Apr 2020 06:19:11 GMT" ], "Content-Length": [ - "23621" + "23674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2415,18 +2488,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"87dad1aa-a438-41ff-9aee-5451bf04f672\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"038bcac7-03a7-4ced-8e81-210051fe8392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIpConfigurations/ps3877\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n }\r\n },\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIpConfigurations/ps9949\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIpConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n },\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5738\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIpConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIpConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIpConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fcfac57c-b6a0-4578-81c4-e62c5005afa1" + "2f63ce60-962f-40b2-9660-b6c475df0cf3" ], "Accept-Language": [ "en-US" @@ -2435,13 +2507,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "14461" + "14469" ] }, "ResponseHeaders": { @@ -2455,16 +2527,19 @@ "10" ], "x-ms-request-id": [ - "80082041-dbb1-42cb-ab5e-99f708b17b90" + "bb7d7456-98a2-4fd2-8237-2851ea64579c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "6903c05d-e4aa-497e-94f0-08cf06c56da9" + "dd0c8d24-3484-486a-b3ce-deebc27dc2f9" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "2975a4ab-4123-4055-a36b-3735d06789ac" + "898df829-80f5-46d6-857d-6983f2a81c4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2474,19 +2549,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125009Z:6903c05d-e4aa-497e-94f0-08cf06c56da9" + "WESTUS:20200413T060218Z:dd0c8d24-3484-486a-b3ce-deebc27dc2f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:08 GMT" + "Mon, 13 Apr 2020 06:02:17 GMT" ], "Content-Length": [ - "18629" + "18682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2495,17 +2570,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"d189ce1d-4aa3-491d-98e6-c74b747e02fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"7b760a74-a7cc-415f-b07d-929d7d6c114c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n }\r\n },\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n },\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5738\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dd243ec6-f874-4eeb-a231-17a52310ddd4" + "8baf870a-1136-40b2-8b4f-eef14bb5b9ca" ], "Accept-Language": [ "en-US" @@ -2514,13 +2589,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "17872" + "17885" ] }, "ResponseHeaders": { @@ -2534,16 +2609,19 @@ "10" ], "x-ms-request-id": [ - "6536ee4b-0007-42c5-a861-5dd5c600f91c" + "fb8c92ca-4cb9-414d-ac54-aa6895447273" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ba0f352a-4ae6-4f4d-907a-96504e66f8ba" + "7d113eac-0ab8-4d70-b744-11fcb3c07452" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "4c6bca62-f0dc-4ea4-86eb-0fae386bb71a" + "8f4854dc-f6d1-4d90-9795-4cd34d10ea2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2556,16 +2634,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125442Z:ba0f352a-4ae6-4f4d-907a-96504e66f8ba" + "WESTUS:20200413T060611Z:7d113eac-0ab8-4d70-b744-11fcb3c07452" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:42 GMT" + "Mon, 13 Apr 2020 06:06:10 GMT" ], "Content-Length": [ - "28403" + "28456" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2574,17 +2652,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"b02e93aa-8d15-423f-a175-11c9ab503478\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"72cf2e98-ed19-4836-b979-0a46106d9f76\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n }\r\n },\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n },\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5738\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d192217-a253-4160-8760-55045c14f43e" + "19bc74c2-951a-4456-a2fe-083265e438c4" ], "Accept-Language": [ "en-US" @@ -2593,13 +2671,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18823" + "18836" ] }, "ResponseHeaders": { @@ -2613,16 +2691,19 @@ "10" ], "x-ms-request-id": [ - "a6481364-0066-40eb-bfd0-76f1d15d4ab4" + "75a5cf88-4c18-4c12-aa3b-4cdef6a1695b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a6481364-0066-40eb-bfd0-76f1d15d4ab4?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/75a5cf88-4c18-4c12-aa3b-4cdef6a1695b?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "b50cff2d-8e17-4021-90b2-ec2cec151d11" + "9e54a522-790d-440a-807b-29dafa479027" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "eecc6056-5918-4561-9d18-dafa5c9afc61" + "68407187-36e6-4d2b-a9e3-9fce0fe87143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2632,19 +2713,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125550Z:b50cff2d-8e17-4021-90b2-ec2cec151d11" + "WESTUS:20200413T061245Z:9e54a522-790d-440a-807b-29dafa479027" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:49 GMT" + "Mon, 13 Apr 2020 06:12:44 GMT" ], "Content-Length": [ - "29302" + "29355" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2653,17 +2734,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"8717bc2d-a71c-428e-8258-f47353079741\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"f84833f7-2872-4a87-819f-c37021543650\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n }\r\n },\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n },\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5738\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5f3f358d-438c-4be4-ac56-647f5b12cbd6" + "b686aa56-987e-4942-8bde-7214123bda6e" ], "Accept-Language": [ "en-US" @@ -2672,13 +2753,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18823" + "18836" ] }, "ResponseHeaders": { @@ -2689,16 +2770,19 @@ "no-cache" ], "x-ms-request-id": [ - "2af35243-2502-41a2-aa5d-06f633d20069" + "3b34caa2-f7d2-4c78-8844-ec95e9577275" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/2af35243-2502-41a2-aa5d-06f633d20069?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3b34caa2-f7d2-4c78-8844-ec95e9577275?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "4ec620c7-0c57-410d-b765-a7993b7fd4fb" + "5b249d7d-bbfc-44c7-b3f6-fab6ebca297b" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "f7461a7d-7d98-493c-a2b8-bbcbe2c7fdd8" + "67092d72-4de3-4a22-b02d-b562305f2ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2711,16 +2795,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125632Z:4ec620c7-0c57-410d-b765-a7993b7fd4fb" + "WESTUS:20200413T061317Z:5b249d7d-bbfc-44c7-b3f6-fab6ebca297b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:32 GMT" + "Mon, 13 Apr 2020 06:13:17 GMT" ], "Content-Length": [ - "29326" + "29379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2729,17 +2813,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps4073\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/trustedRootCertificates/ps4073\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps9988\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps9988\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1802\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps2690\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps2690\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps1802\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"aebb0cb3-0707-4f52-bf12-e0465b1dd425\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2403\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/trustedRootCertificates/ps2403\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2718\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2718\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8017\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9329\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps9329\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps8017\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"c5cebe44-a89e-4044-a4a8-3a238df22095\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n }\r\n },\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n },\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5738\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ]\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71630bdd-7365-4db9-837b-227c092f73e8" + "6c423a58-1089-4c5b-9dd6-e6ec68d2aac9" ], "Accept-Language": [ "en-US" @@ -2748,13 +2832,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "14913" + "14926" ] }, "ResponseHeaders": { @@ -2768,16 +2852,19 @@ "10" ], "x-ms-request-id": [ - "22cbc312-12ca-434c-99bf-b4c6525b8f96" + "0b810cd0-8434-4f23-b761-81d6e28c0d21" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "623e855d-cbc7-4c6f-b362-c61fdb6a30f9" + "9f27345b-d428-43de-a731-41a3cd055fab" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "dda2c54f-907b-49cd-a3c3-53bbb81c0e6c" + "83911ce9-a421-439d-81aa-ffdf85726eb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2787,19 +2874,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125640Z:623e855d-cbc7-4c6f-b362-c61fdb6a30f9" + "WESTUS:20200413T061319Z:9f27345b-d428-43de-a731-41a3cd055fab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:39 GMT" + "Mon, 13 Apr 2020 06:13:18 GMT" ], "Content-Length": [ - "23601" + "23654" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2808,12 +2895,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7392\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bf772cfd-d3bf-49d6-b1e8-507682d0ae0c\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3877\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/gatewayIPConfigurations/ps3877\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/virtualNetworks/ps3433/subnets/ps4241\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps150\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/publicIPAddresses/ps1837\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps8304\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7369\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps2732\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps2732\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps4825\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps8304\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps8576\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps8576\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendIPConfigurations/ps9949\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/frontendPorts/ps7369\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/sslCertificates/ps150\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps692\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps5433\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps5936\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps425\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps5239\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/probes/ps5239\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3043\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/rewriteRuleSets/ps3043\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5738\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps477\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/redirectConfigurations/ps477\",\r\n \"etag\": \"W/\\\"4284d386-0533-4e21-893a-feab9eba6ae8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/httpListeners/ps4825\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5433\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps692/pathRules/ps5936\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5669\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1d20fbb8-6dfd-4eb9-9c27-da927537e431\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIPConfigurations/ps3400\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3802\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps3802\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4920\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps4920\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIPConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2121\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8624\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps456\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\",\r\n \"etag\": \"W/\\\"ec4dc6c2-140f-4e40-b05a-9fdf8465dee9\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps2121\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197/pathRules/ps8624\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"2.2.9\",\r\n \"disabledRuleGroups\": [\r\n {\r\n \"ruleGroupName\": \"crs_41_sql_injection_attacks\",\r\n \"rules\": [\r\n 981318,\r\n 981320\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"crs_35_bad_robots\"\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"StartsWith\",\r\n \"selector\": \"xyz\"\r\n },\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"a\"\r\n }\r\n ],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 80,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2821,7 +2908,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2835,13 +2922,13 @@ "10" ], "x-ms-request-id": [ - "dfe85885-4615-4800-9814-d761dd98f528" + "806b3b0f-1f66-4a9f-b287-495365ce9d76" ], "x-ms-correlation-request-id": [ - "d7c9bee4-404e-4da8-a0ee-7ecb83857a7c" + "754eaec2-db95-4d5f-85f5-a5557ae0e337" ], "x-ms-arm-service-request-id": [ - "bd70ac47-72b4-4d17-9919-0c22e88d267c" + "2cffe481-1855-4846-bc21-a263587f2877" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2851,16 +2938,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125020Z:d7c9bee4-404e-4da8-a0ee-7ecb83857a7c" + "WESTUS:20200413T060228Z:754eaec2-db95-4d5f-85f5-a5557ae0e337" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:19 GMT" + "Mon, 13 Apr 2020 06:02:27 GMT" ], "Content-Length": [ "30" @@ -2876,8 +2963,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2885,7 +2972,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2899,13 +2986,13 @@ "10" ], "x-ms-request-id": [ - "eb8cd81f-cce6-42a2-8eca-0b92d8b37ca6" + "084b51f6-383b-4c2d-a69f-d3bc5fed3162" ], "x-ms-correlation-request-id": [ - "9ec8a5fc-8eb6-4799-a795-199ccb8c449e" + "70a00341-b829-4608-a69d-27dad15eebcf" ], "x-ms-arm-service-request-id": [ - "ec477257-74f2-4845-ba1b-5b1ad59ad5bb" + "b7cb7b4d-89f6-4c8c-a25a-5a86796173b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2915,16 +3002,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125030Z:9ec8a5fc-8eb6-4799-a795-199ccb8c449e" + "WESTUS:20200413T060238Z:70a00341-b829-4608-a69d-27dad15eebcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:29 GMT" + "Mon, 13 Apr 2020 06:02:38 GMT" ], "Content-Length": [ "30" @@ -2940,8 +3027,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2949,7 +3036,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2963,13 +3050,13 @@ "10" ], "x-ms-request-id": [ - "64a1ed57-c553-4166-9b73-9f687f4176ff" + "cdc7ad9b-7fb0-4c11-89ef-15cef7c5deb2" ], "x-ms-correlation-request-id": [ - "f3627c56-3ee3-442d-8139-e2e28de7439a" + "46ebbc11-a5a6-4366-8ed3-1258419bff7b" ], "x-ms-arm-service-request-id": [ - "7e7c3149-314b-4054-9bf7-0f0345ff569e" + "1e9de8d0-dfab-4f77-b6ee-5763419949cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2979,16 +3066,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125040Z:f3627c56-3ee3-442d-8139-e2e28de7439a" + "WESTUS:20200413T060248Z:46ebbc11-a5a6-4366-8ed3-1258419bff7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:39 GMT" + "Mon, 13 Apr 2020 06:02:48 GMT" ], "Content-Length": [ "30" @@ -3004,8 +3091,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3013,7 +3100,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3027,13 +3114,13 @@ "10" ], "x-ms-request-id": [ - "99584ed3-ab67-4077-910f-2e264cf1d9b2" + "c2f4159c-630e-43ff-b414-454c8506f9f3" ], "x-ms-correlation-request-id": [ - "636f3731-937a-4bd8-84d4-f0a86a830cdf" + "4d67b3d6-74c5-4872-acd1-af48c2417e15" ], "x-ms-arm-service-request-id": [ - "4f215fe7-ccbc-4701-9140-5143880bf649" + "646aba70-d647-4db7-913d-63e0d40f5f1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3043,16 +3130,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11957" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125050Z:636f3731-937a-4bd8-84d4-f0a86a830cdf" + "WESTUS:20200413T060258Z:4d67b3d6-74c5-4872-acd1-af48c2417e15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:50:50 GMT" + "Mon, 13 Apr 2020 06:02:58 GMT" ], "Content-Length": [ "30" @@ -3068,8 +3155,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3077,7 +3164,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3091,32 +3178,32 @@ "10" ], "x-ms-request-id": [ - "92c791e1-7d58-4a2b-8d84-e4af0e04c554" + "e2bf8d43-98ba-4cb4-91a1-1a7cb00475f3" ], "x-ms-correlation-request-id": [ - "8a564d17-d695-47d1-9de3-9d39fbac920d" + "15be60d5-3efc-420f-af67-0e356a120549" ], "x-ms-arm-service-request-id": [ - "ed83b60b-fa6e-4c7c-be6f-b09760c2a7e0" + "ddfd200c-d1a5-4bb9-90a8-a2044df12f81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125101Z:8a564d17-d695-47d1-9de3-9d39fbac920d" + "WESTUS:20200413T060308Z:15be60d5-3efc-420f-af67-0e356a120549" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:00 GMT" + "Mon, 13 Apr 2020 06:03:08 GMT" ], "Content-Length": [ "30" @@ -3132,8 +3219,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3141,7 +3228,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3155,13 +3242,13 @@ "10" ], "x-ms-request-id": [ - "09a3e85b-e1e9-4ecf-9449-5fb439da94be" + "591fe904-e8f1-4c24-ad45-41395d69e012" ], "x-ms-correlation-request-id": [ - "d771177f-c516-4d30-8b54-d0d787a764ff" + "5b43c403-3d4c-49e2-a366-68304517dfef" ], "x-ms-arm-service-request-id": [ - "e96916b1-dd6a-4370-a82b-38f559b941db" + "fccdcf36-feae-4d65-a8a4-ee67ff944a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3171,16 +3258,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125111Z:d771177f-c516-4d30-8b54-d0d787a764ff" + "WESTUS:20200413T060318Z:5b43c403-3d4c-49e2-a366-68304517dfef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:10 GMT" + "Mon, 13 Apr 2020 06:03:18 GMT" ], "Content-Length": [ "30" @@ -3196,8 +3283,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3205,7 +3292,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3219,13 +3306,13 @@ "10" ], "x-ms-request-id": [ - "7998c826-6236-4b7b-af20-55d5c63d8e62" + "3018e374-24d9-491d-9ce0-e83e56c476af" ], "x-ms-correlation-request-id": [ - "a9758a14-c56c-4093-bc23-841626225f5d" + "6021b172-0cae-4bf2-b8e9-6c08c4e4949e" ], "x-ms-arm-service-request-id": [ - "58d65b7f-5baa-4960-8b37-03c088068e74" + "c8c9fc7e-fad1-40e8-af40-088ff578fd4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3235,16 +3322,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125121Z:a9758a14-c56c-4093-bc23-841626225f5d" + "WESTUS:20200413T060328Z:6021b172-0cae-4bf2-b8e9-6c08c4e4949e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:21 GMT" + "Mon, 13 Apr 2020 06:03:28 GMT" ], "Content-Length": [ "30" @@ -3260,8 +3347,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3269,7 +3356,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3283,32 +3370,32 @@ "10" ], "x-ms-request-id": [ - "e15d1958-c391-40b1-85da-d5e4ad9c78f8" + "2f8f5be0-0cf9-4735-8ddb-d16dc7cfe995" ], "x-ms-correlation-request-id": [ - "16c9fe0a-0c08-47cb-bd26-4ad798e729cc" + "9b72968e-ea05-4aea-ab20-b08bec7450dd" ], "x-ms-arm-service-request-id": [ - "5436431a-52d3-4297-aac5-abd0be792b69" + "20eb2cce-1f3f-43db-8fd8-2172043d3f90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125131Z:16c9fe0a-0c08-47cb-bd26-4ad798e729cc" + "WESTUS:20200413T060338Z:9b72968e-ea05-4aea-ab20-b08bec7450dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:31 GMT" + "Mon, 13 Apr 2020 06:03:38 GMT" ], "Content-Length": [ "30" @@ -3324,8 +3411,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3333,7 +3420,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3347,13 +3434,13 @@ "10" ], "x-ms-request-id": [ - "5a1d1b60-0ec2-4bc1-8d47-0b7fbbc2258e" + "1b48c0ac-ba0f-4f67-95e7-18b88823442f" ], "x-ms-correlation-request-id": [ - "bc498061-9aaa-47b0-8122-cd1894f9db00" + "f48cce4d-da93-4c1c-9ec8-b544e35be6d6" ], "x-ms-arm-service-request-id": [ - "1329b751-d831-4a77-bc8a-887706235dad" + "59aa9e3f-72fb-4dc7-9bce-9b9dd7b4acd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3363,16 +3450,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125142Z:bc498061-9aaa-47b0-8122-cd1894f9db00" + "WESTUS:20200413T060348Z:f48cce4d-da93-4c1c-9ec8-b544e35be6d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:42 GMT" + "Mon, 13 Apr 2020 06:03:47 GMT" ], "Content-Length": [ "30" @@ -3388,8 +3475,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3397,7 +3484,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3411,13 +3498,13 @@ "10" ], "x-ms-request-id": [ - "7f5de557-d4a7-40c0-9607-1946d603c0ba" + "79a85a9d-ed2b-4263-87d0-c283f240f413" ], "x-ms-correlation-request-id": [ - "bad97217-16da-4c79-aefc-f993293344c4" + "92ad39b6-e6f6-438c-a042-b4a0d0f1f9e4" ], "x-ms-arm-service-request-id": [ - "aeb2b316-36f0-462e-b43b-33388fb3467c" + "042dae45-cf7e-40b7-b86f-89d7b27c0dce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3427,16 +3514,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11951" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125152Z:bad97217-16da-4c79-aefc-f993293344c4" + "WESTUS:20200413T060358Z:92ad39b6-e6f6-438c-a042-b4a0d0f1f9e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:51:52 GMT" + "Mon, 13 Apr 2020 06:03:57 GMT" ], "Content-Length": [ "30" @@ -3452,8 +3539,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3461,7 +3548,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3475,13 +3562,13 @@ "10" ], "x-ms-request-id": [ - "d00036c1-2653-479f-ae5a-1162328f83ae" + "5662b04f-020d-445b-8359-8ac27f3ccf63" ], "x-ms-correlation-request-id": [ - "3aff8a9b-d22c-4c6f-a7ba-8332e3756b44" + "a88015b7-1510-441a-8ccd-a95b349a63be" ], "x-ms-arm-service-request-id": [ - "38878315-64f2-4511-8089-f0931ccdaef0" + "9acbbfe9-eb28-4e0e-aef3-e625affa69fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3491,16 +3578,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11950" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125202Z:3aff8a9b-d22c-4c6f-a7ba-8332e3756b44" + "WESTUS:20200413T060408Z:a88015b7-1510-441a-8ccd-a95b349a63be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:02 GMT" + "Mon, 13 Apr 2020 06:04:07 GMT" ], "Content-Length": [ "30" @@ -3516,8 +3603,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3525,7 +3612,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3539,13 +3626,13 @@ "10" ], "x-ms-request-id": [ - "e931fbcc-3bcb-4174-bd3e-01134cfc6cc9" + "f635b4d1-e06e-4f73-b814-6586bb9928d9" ], "x-ms-correlation-request-id": [ - "50df4094-dec1-44ec-82f9-a39fa1281dc9" + "801655e8-4322-4dad-bf88-525f404ec1ed" ], "x-ms-arm-service-request-id": [ - "9a866c50-4120-42bb-bb55-1fbc4f327f16" + "bf6b0004-5f1d-4bba-98d4-d0467af6d49a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3555,16 +3642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125213Z:50df4094-dec1-44ec-82f9-a39fa1281dc9" + "WESTUS:20200413T060418Z:801655e8-4322-4dad-bf88-525f404ec1ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:12 GMT" + "Mon, 13 Apr 2020 06:04:18 GMT" ], "Content-Length": [ "30" @@ -3580,8 +3667,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3589,7 +3676,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3603,32 +3690,32 @@ "10" ], "x-ms-request-id": [ - "11afe407-8519-47ff-9812-56d401c6669d" + "7857bd53-5512-4bc9-b31b-e96324a46f2a" ], "x-ms-correlation-request-id": [ - "f6ad5106-c86f-4600-9090-67463ec322e0" + "0edca306-db25-4508-8e48-221385cf45df" ], "x-ms-arm-service-request-id": [ - "38b26916-1214-4cf6-98d2-566569af8a1f" + "f925c6d2-f795-4e8e-af82-54f1ad54da5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125223Z:f6ad5106-c86f-4600-9090-67463ec322e0" + "WESTUS:20200413T060429Z:0edca306-db25-4508-8e48-221385cf45df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:22 GMT" + "Mon, 13 Apr 2020 06:04:28 GMT" ], "Content-Length": [ "30" @@ -3644,8 +3731,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3653,7 +3740,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3667,13 +3754,13 @@ "10" ], "x-ms-request-id": [ - "090878e5-88a3-4885-b620-3efed8a3955f" + "958b64bf-6970-4699-b122-89b0d6141fb5" ], "x-ms-correlation-request-id": [ - "c850529f-6065-4cf5-8bc8-e1bda2ea388f" + "e134cbbc-e056-4a3a-baab-d129edb54475" ], "x-ms-arm-service-request-id": [ - "b7023dd9-3783-47fc-8ea6-d61c7577f941" + "b5a5890d-51f8-4fec-bf92-a7334e899a20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3683,16 +3770,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125233Z:c850529f-6065-4cf5-8bc8-e1bda2ea388f" + "WESTUS:20200413T060439Z:e134cbbc-e056-4a3a-baab-d129edb54475" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:32 GMT" + "Mon, 13 Apr 2020 06:04:38 GMT" ], "Content-Length": [ "30" @@ -3708,8 +3795,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3717,7 +3804,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3731,13 +3818,13 @@ "10" ], "x-ms-request-id": [ - "9907b44f-2252-4244-95f3-41ecd02b3594" + "9b696091-0975-402f-aaa7-b0254ff623ee" ], "x-ms-correlation-request-id": [ - "a3f2a4f7-ae66-403c-b40d-10c140e451df" + "1c59f50f-77d0-4730-8d40-5ebc8c1ac24d" ], "x-ms-arm-service-request-id": [ - "9f477f5f-628f-4dbe-87b2-0637178fc487" + "e721fdfe-93e0-43a3-af8b-20449bb2749d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3747,16 +3834,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125243Z:a3f2a4f7-ae66-403c-b40d-10c140e451df" + "WESTUS:20200413T060449Z:1c59f50f-77d0-4730-8d40-5ebc8c1ac24d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:42 GMT" + "Mon, 13 Apr 2020 06:04:48 GMT" ], "Content-Length": [ "30" @@ -3772,8 +3859,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3781,7 +3868,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3795,13 +3882,13 @@ "10" ], "x-ms-request-id": [ - "4a062114-3725-480c-9960-a00443db9e2c" + "417e7c84-afa0-4745-9062-eeb2311ea74f" ], "x-ms-correlation-request-id": [ - "5db431ce-b181-41f7-88b9-6486e57afa23" + "5d679f10-8bbb-4d8e-9ca1-c86488484d58" ], "x-ms-arm-service-request-id": [ - "1e472159-8deb-43fa-94f6-d4b4c09410c0" + "c5e3a0a5-6ebf-4d7b-9825-52d7508fdd1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3811,16 +3898,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11945" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125253Z:5db431ce-b181-41f7-88b9-6486e57afa23" + "WESTUS:20200413T060459Z:5d679f10-8bbb-4d8e-9ca1-c86488484d58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:52:52 GMT" + "Mon, 13 Apr 2020 06:04:58 GMT" ], "Content-Length": [ "30" @@ -3836,8 +3923,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3845,7 +3932,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3859,32 +3946,32 @@ "10" ], "x-ms-request-id": [ - "4af96978-f0b1-485f-a973-52b87001f275" + "63dbc44d-d438-4285-bf91-894489c80312" ], "x-ms-correlation-request-id": [ - "b3910144-18a4-43c5-9a8f-1a8e67793f47" + "196cb3f7-62c6-411c-8951-514584c2f502" ], "x-ms-arm-service-request-id": [ - "39f68a78-3476-47af-a4ac-c458373c392e" + "56ac039a-9f6a-46c0-a25d-939844a75e6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125304Z:b3910144-18a4-43c5-9a8f-1a8e67793f47" + "WESTUS:20200413T060509Z:196cb3f7-62c6-411c-8951-514584c2f502" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:03 GMT" + "Mon, 13 Apr 2020 06:05:08 GMT" ], "Content-Length": [ "30" @@ -3900,8 +3987,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3909,7 +3996,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3923,13 +4010,13 @@ "10" ], "x-ms-request-id": [ - "73a7703f-e64c-4ca0-82c1-c935d69bde05" + "6188092b-48dd-47ee-b3d7-9f7dafdf39b5" ], "x-ms-correlation-request-id": [ - "8db75c18-543a-4da9-97a0-c6c20ca3c377" + "8bb73036-78b3-4fdf-b661-f7f73929d66d" ], "x-ms-arm-service-request-id": [ - "7a8d10fc-b0de-47de-a3ba-781394c455fc" + "42818067-ffbf-4508-a03c-a127773baf32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3939,16 +4026,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11943" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125314Z:8db75c18-543a-4da9-97a0-c6c20ca3c377" + "WESTUS:20200413T060519Z:8bb73036-78b3-4fdf-b661-f7f73929d66d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:14 GMT" + "Mon, 13 Apr 2020 06:05:18 GMT" ], "Content-Length": [ "30" @@ -3964,8 +4051,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3973,7 +4060,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3987,13 +4074,13 @@ "10" ], "x-ms-request-id": [ - "7fa24fd9-004d-49c9-acb0-fe7cb074b1b3" + "397b1517-8a84-4670-90e0-a477759a4614" ], "x-ms-correlation-request-id": [ - "803570e6-9dd2-46ce-9635-169c5ad86615" + "da99cd1f-0fc9-43f8-97d8-0c0b565a9e88" ], "x-ms-arm-service-request-id": [ - "b1bed91f-007f-4e29-a37d-04c0f1bc3703" + "7157b4e3-0ff0-43a5-998c-724a9ccf54f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4003,16 +4090,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125324Z:803570e6-9dd2-46ce-9635-169c5ad86615" + "WESTUS:20200413T060529Z:da99cd1f-0fc9-43f8-97d8-0c0b565a9e88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:24 GMT" + "Mon, 13 Apr 2020 06:05:28 GMT" ], "Content-Length": [ "30" @@ -4028,8 +4115,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4037,7 +4124,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4051,13 +4138,13 @@ "10" ], "x-ms-request-id": [ - "7c4c0029-c6b7-42a3-97f7-573f8885cd49" + "c284459b-0a9c-487e-91cf-b902fec833aa" ], "x-ms-correlation-request-id": [ - "3e72291d-36a0-4fba-a22f-d1572fca9e9d" + "ebed67eb-ff8f-4a98-9e29-6434287b7c21" ], "x-ms-arm-service-request-id": [ - "d948e0a0-0ae7-4033-864b-456d4741ab9b" + "b77bae9e-5faf-4add-93da-dc2c060b3b39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4067,16 +4154,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125335Z:3e72291d-36a0-4fba-a22f-d1572fca9e9d" + "WESTUS:20200413T060539Z:ebed67eb-ff8f-4a98-9e29-6434287b7c21" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:34 GMT" + "Mon, 13 Apr 2020 06:05:38 GMT" ], "Content-Length": [ "30" @@ -4092,8 +4179,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4101,7 +4188,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4115,13 +4202,13 @@ "10" ], "x-ms-request-id": [ - "f2cb614c-6552-4490-9414-9ebdff0044e3" + "1c45c700-13fd-4eb9-9b84-257feb2b112a" ], "x-ms-correlation-request-id": [ - "d4d05aec-a436-4940-bab8-adfb9ab1dd2c" + "41f633ac-b21c-4350-8088-32d8851458b8" ], "x-ms-arm-service-request-id": [ - "48f95253-42c8-4c7b-8b89-9fc9bf2cc799" + "1de9214f-195f-43f1-ada4-bbbde284f281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4131,16 +4218,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125345Z:d4d05aec-a436-4940-bab8-adfb9ab1dd2c" + "WESTUS:20200413T060549Z:41f633ac-b21c-4350-8088-32d8851458b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:45 GMT" + "Mon, 13 Apr 2020 06:05:48 GMT" ], "Content-Length": [ "30" @@ -4156,8 +4243,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4165,7 +4252,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4179,13 +4266,13 @@ "10" ], "x-ms-request-id": [ - "09baf809-e833-416a-906c-099b73b005a9" + "e9b788f7-04f8-44bc-b968-f6b71d3fad13" ], "x-ms-correlation-request-id": [ - "8839c973-8735-40d6-b49d-7627bc1aac20" + "3fe39f4b-e38b-4e2a-84fb-ed312618c3fa" ], "x-ms-arm-service-request-id": [ - "ba6309f1-c63a-4e3e-9c94-4291deb7e5e0" + "72394604-99a9-449a-b53f-38d43dc28b4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4195,16 +4282,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11939" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125355Z:8839c973-8735-40d6-b49d-7627bc1aac20" + "WESTUS:20200413T060559Z:3fe39f4b-e38b-4e2a-84fb-ed312618c3fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:53:55 GMT" + "Mon, 13 Apr 2020 06:05:58 GMT" ], "Content-Length": [ "30" @@ -4220,8 +4307,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bb7d7456-98a2-4fd2-8237-2851ea64579c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JiN2Q3NDU2LTk4YTItNGZkMi04MjM3LTI4NTFlYTY0NTc5Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4229,7 +4316,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4239,17 +4326,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "7013c796-cb19-4784-8a62-f38363f62af0" + "1ddfa887-c974-4ed3-8a01-bb199c16e418" ], "x-ms-correlation-request-id": [ - "d672d0bf-c825-4876-ab0f-23a8be302121" + "2b29d38e-044b-43da-a8cf-1ef53792c435" ], "x-ms-arm-service-request-id": [ - "a5a3b9f0-d355-46a6-aa73-3bbe216bd5a3" + "bcac1a7b-4efc-491e-ae97-2b8718bae1fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4259,19 +4343,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125405Z:d672d0bf-c825-4876-ab0f-23a8be302121" + "WESTUS:20200413T060609Z:2b29d38e-044b-43da-a8cf-1ef53792c435" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:05 GMT" + "Mon, 13 Apr 2020 06:06:08 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4280,12 +4364,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4293,7 +4377,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4307,13 +4391,13 @@ "10" ], "x-ms-request-id": [ - "d1a2980a-7b9d-48a7-9a82-0fd08801874e" + "8211b3dd-198e-4fa0-8a0b-b32b3cfd64f8" ], "x-ms-correlation-request-id": [ - "bb5322a5-fb61-44e0-8fe8-4a529c3d664a" + "c8bda33d-0b2b-44f9-9345-cf3b672f3072" ], "x-ms-arm-service-request-id": [ - "8c578ce5-8514-4d76-9cbc-da12741e328c" + "a4962036-200d-447c-a8b5-059a6e14cab5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4323,16 +4407,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125416Z:bb5322a5-fb61-44e0-8fe8-4a529c3d664a" + "WESTUS:20200413T060621Z:c8bda33d-0b2b-44f9-9345-cf3b672f3072" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:15 GMT" + "Mon, 13 Apr 2020 06:06:20 GMT" ], "Content-Length": [ "30" @@ -4348,8 +4432,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4357,7 +4441,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4371,32 +4455,32 @@ "10" ], "x-ms-request-id": [ - "d1a50f9a-601a-4f88-bee9-66bb9d6421b8" + "e05948dc-76d3-4dbc-bf73-c73ea23311bb" ], "x-ms-correlation-request-id": [ - "f7227341-299d-4e60-b798-5fc42f669f88" + "e30140cc-1664-4a63-b99a-2c8f294c389d" ], "x-ms-arm-service-request-id": [ - "ad91ba14-18f8-4030-9e5d-f111be3c9b6d" + "1e2934d5-446a-48f7-95e5-7c79eefde54d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125426Z:f7227341-299d-4e60-b798-5fc42f669f88" + "WESTUS:20200413T060631Z:e30140cc-1664-4a63-b99a-2c8f294c389d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:25 GMT" + "Mon, 13 Apr 2020 06:06:31 GMT" ], "Content-Length": [ "30" @@ -4412,8 +4496,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/80082041-dbb1-42cb-ab5e-99f708b17b90?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzgwMDgyMDQxLWRiYjEtNDJjYi1hYjVlLTk5ZjcwOGIxN2I5MD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4421,7 +4505,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4431,14 +4515,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "8919771a-6408-4828-9ef9-52694bc119f8" + "84147c64-ec6b-48ce-a81e-683642559009" ], "x-ms-correlation-request-id": [ - "db1b5d0d-dd59-4658-a895-5a1b9c4f544f" + "22addbb8-612f-4ce7-b470-9a23e17740f0" ], "x-ms-arm-service-request-id": [ - "1f87c089-e067-445a-830e-e1116e9910e5" + "e7163844-af07-467c-b4f9-2f3e7d17d280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4448,19 +4535,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125436Z:db1b5d0d-dd59-4658-a895-5a1b9c4f544f" + "WESTUS:20200413T060641Z:22addbb8-612f-4ce7-b470-9a23e17740f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:36 GMT" + "Mon, 13 Apr 2020 06:06:41 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4469,12 +4556,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4482,7 +4569,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4496,13 +4583,13 @@ "10" ], "x-ms-request-id": [ - "52b17fbb-97a3-4009-8a2f-dc420e4d34e3" + "124db788-14fc-43e7-8bdb-68cf8bbccdf2" ], "x-ms-correlation-request-id": [ - "3d008e8e-031f-429b-a9c0-76dcdfd1439c" + "bc9689ec-e6d2-4098-b465-fc2c7dd5f1f3" ], "x-ms-arm-service-request-id": [ - "6ae33f5b-0c87-42c9-88ed-4be123326194" + "5d6794a0-2336-4623-b123-a2032df87b19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4512,16 +4599,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125453Z:3d008e8e-031f-429b-a9c0-76dcdfd1439c" + "WESTUS:20200413T060651Z:bc9689ec-e6d2-4098-b465-fc2c7dd5f1f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:54:53 GMT" + "Mon, 13 Apr 2020 06:06:51 GMT" ], "Content-Length": [ "30" @@ -4537,8 +4624,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4546,7 +4633,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4560,13 +4647,13 @@ "10" ], "x-ms-request-id": [ - "9124042e-b1cb-4344-a060-f44ae0b8a73f" + "fc2c4285-17a5-43a7-8e87-09947cd93d13" ], "x-ms-correlation-request-id": [ - "53e501ca-9693-401d-a5af-69683b9fa1da" + "08452c0f-ddb0-4847-9628-064f60c298af" ], "x-ms-arm-service-request-id": [ - "c0c469c9-591f-4721-ab72-6518265aaa21" + "24407d69-54b2-4ec7-ac11-a0009a2b21fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4576,16 +4663,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125503Z:53e501ca-9693-401d-a5af-69683b9fa1da" + "WESTUS:20200413T060701Z:08452c0f-ddb0-4847-9628-064f60c298af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:03 GMT" + "Mon, 13 Apr 2020 06:07:01 GMT" ], "Content-Length": [ "30" @@ -4601,8 +4688,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4610,7 +4697,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4624,13 +4711,13 @@ "10" ], "x-ms-request-id": [ - "91990cd1-6499-4fc1-984e-6ce98b719d16" + "21580975-e920-4d3e-8dec-2981cd70966d" ], "x-ms-correlation-request-id": [ - "f9eddec1-b97b-4a05-9329-e2fb0d3fcc94" + "6d649b74-669d-44c1-aa2d-92f13afacaed" ], "x-ms-arm-service-request-id": [ - "fecb14bc-bef3-4c27-8428-44ed4688e398" + "ae79fd92-857d-4ed2-ba61-b0507026787a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4640,16 +4727,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125513Z:f9eddec1-b97b-4a05-9329-e2fb0d3fcc94" + "WESTUS:20200413T060712Z:6d649b74-669d-44c1-aa2d-92f13afacaed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:13 GMT" + "Mon, 13 Apr 2020 06:07:11 GMT" ], "Content-Length": [ "30" @@ -4665,8 +4752,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4674,7 +4761,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4688,13 +4775,13 @@ "10" ], "x-ms-request-id": [ - "d5b227c7-4e41-47da-9126-0dba516ff2bb" + "75d83ff7-6d4b-49bd-9f64-b9307564c285" ], "x-ms-correlation-request-id": [ - "91efafc0-5a4c-43a4-8733-f9d221885799" + "ef3d9ca7-6bad-4659-a97b-cb5411cdd62d" ], "x-ms-arm-service-request-id": [ - "1e2bcf4a-5489-485e-8be3-6902c0b2b91f" + "a5de2e32-088d-48f6-a43e-eeab0b5ce942" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4704,16 +4791,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125524Z:91efafc0-5a4c-43a4-8733-f9d221885799" + "WESTUS:20200413T060722Z:ef3d9ca7-6bad-4659-a97b-cb5411cdd62d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:23 GMT" + "Mon, 13 Apr 2020 06:07:21 GMT" ], "Content-Length": [ "30" @@ -4729,8 +4816,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4738,7 +4825,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4752,32 +4839,32 @@ "10" ], "x-ms-request-id": [ - "c051a249-cedd-415c-8c2c-8340babeb4a9" + "9c209340-edbf-422b-8682-66fadead3a94" ], "x-ms-correlation-request-id": [ - "eff0b7f0-ac34-4fe3-a355-cd4d618603ee" + "d21943e5-0ae6-4c2a-b8d5-cfb30a3e9af2" ], "x-ms-arm-service-request-id": [ - "bda6f1fd-b6b6-45a1-9efb-d75ae3380451" + "edafc806-7f0f-4c5e-8aa3-363028f3d04a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125534Z:eff0b7f0-ac34-4fe3-a355-cd4d618603ee" + "WESTUS:20200413T060732Z:d21943e5-0ae6-4c2a-b8d5-cfb30a3e9af2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:33 GMT" + "Mon, 13 Apr 2020 06:07:31 GMT" ], "Content-Length": [ "30" @@ -4793,8 +4880,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/6536ee4b-0007-42c5-a861-5dd5c600f91c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzY1MzZlZTRiLTAwMDctNDJjNS1hODYxLTVkZDVjNjAwZjkxYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4802,7 +4889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4812,14 +4899,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "52a8bdc6-fe89-487e-bf9b-d89bd0fb180a" + "307251f3-f231-4234-b0fc-540a86036112" ], "x-ms-correlation-request-id": [ - "b48fe258-fa4b-41ed-afaf-f232e5e04c9b" + "ddacdc7c-15a9-4ac6-b8e3-713577343b5e" ], "x-ms-arm-service-request-id": [ - "a5bf8194-0597-47ac-8472-5dbd2927c20e" + "10a3abb5-80a9-4677-aafb-56df85751529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4829,19 +4919,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125544Z:b48fe258-fa4b-41ed-afaf-f232e5e04c9b" + "WESTUS:20200413T060742Z:ddacdc7c-15a9-4ac6-b8e3-713577343b5e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:55:44 GMT" + "Mon, 13 Apr 2020 06:07:41 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4850,12 +4940,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a6481364-0066-40eb-bfd0-76f1d15d4ab4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NDgxMzY0LTAwNjYtNDBlYi1iZmQwLTc2ZjFkMTVkNGFiND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4863,7 +4953,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4877,13 +4967,13 @@ "10" ], "x-ms-request-id": [ - "ac5f3a66-74e4-41ac-ab22-11dcaef8c2a9" + "ea4960c0-f435-4c35-b6e2-cfed077b33ab" ], "x-ms-correlation-request-id": [ - "dd2802f5-e077-4ec0-82ac-38c7a6db8b62" + "6e66693b-a995-48db-a7c4-a0e82d51dd34" ], "x-ms-arm-service-request-id": [ - "55778ee7-2389-4559-aa8d-b71b895bf662" + "68fbfeeb-307b-4722-ad2f-703ef3edd4ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4893,16 +4983,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125601Z:dd2802f5-e077-4ec0-82ac-38c7a6db8b62" + "WESTUS:20200413T060752Z:6e66693b-a995-48db-a7c4-a0e82d51dd34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:00 GMT" + "Mon, 13 Apr 2020 06:07:51 GMT" ], "Content-Length": [ "30" @@ -4918,8 +5008,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a6481364-0066-40eb-bfd0-76f1d15d4ab4?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E2NDgxMzY0LTAwNjYtNDBlYi1iZmQwLTc2ZjFkMTVkNGFiND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4927,7 +5017,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4937,14 +5027,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "e8db25a1-bfc0-4147-a1bf-677aa1d0ae29" + "412cbfb6-b187-4393-b63d-a034279cd051" ], "x-ms-correlation-request-id": [ - "cd52a108-24f5-498f-9301-f4d18feb3035" + "df3d90f3-50c8-4a76-8231-f4e2b2a6aedd" ], "x-ms-arm-service-request-id": [ - "d8de41ad-ffa4-496a-8e65-968b3f113724" + "64b45496-c0d4-4ea6-a293-76b061445be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4954,19 +5047,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125611Z:cd52a108-24f5-498f-9301-f4d18feb3035" + "WESTUS:20200413T060802Z:df3d90f3-50c8-4a76-8231-f4e2b2a6aedd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:10 GMT" + "Mon, 13 Apr 2020 06:08:01 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4975,26 +5068,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendhealth?api-version=2020-03-01&$expand=backendhealth%2Fapplicationgatewayresource", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNDIzOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczczOTIvYmFja2VuZGhlYWx0aD9hcGktdmVyc2lvbj0yMDIwLTAzLTAxJiRleHBhbmQ9YmFja2VuZGhlYWx0aCUyRmFwcGxpY2F0aW9uZ2F0ZXdheXJlc291cmNl", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d29caf6a-5d7b-4434-af4f-a6251d040117" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5004,20 +5091,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/6a8ae87f-ea1d-42d3-8a68-03d608109e4e?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "6a8ae87f-ea1d-42d3-8a68-03d608109e4e" + "c4d64d02-2753-468f-977e-c732d099a16d" ], "x-ms-correlation-request-id": [ - "8d4d6db1-1666-427d-aaaa-183449bff60c" + "e1f6b03d-6645-494a-8442-ef946cd1ad85" ], "x-ms-arm-service-request-id": [ - "d7d09169-c7c8-4c4c-920d-9ddc64805aa0" + "82f06eac-714e-4017-958e-c8368daa2c75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5026,20 +5110,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125615Z:8d4d6db1-1666-427d-aaaa-183449bff60c" + "WESTUS:20200413T060812Z:e1f6b03d-6645-494a-8442-ef946cd1ad85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:15 GMT" + "Mon, 13 Apr 2020 06:08:11 GMT" ], "Content-Length": [ - "4" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5048,12 +5132,12 @@ "-1" ] }, - "ResponseBody": "null", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/6a8ae87f-ea1d-42d3-8a68-03d608109e4e?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzZhOGFlODdmLWVhMWQtNDJkMy04YTY4LTAzZDYwODEwOWU0ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5061,7 +5145,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5071,17 +5155,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/6a8ae87f-ea1d-42d3-8a68-03d608109e4e?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "6a8ae87f-ea1d-42d3-8a68-03d608109e4e" + "c10596b0-932d-499c-8bc3-3c8004e02750" ], "x-ms-correlation-request-id": [ - "8d4d6db1-1666-427d-aaaa-183449bff60c" + "ae8635f1-8f8c-488e-b508-71d8d45bfa2b" ], "x-ms-arm-service-request-id": [ - "d7d09169-c7c8-4c4c-920d-9ddc64805aa0" + "4125aba3-f256-4676-af50-ffc8294962c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5091,19 +5175,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125626Z:226e7a21-3dae-4eeb-a522-fafa8748756f" + "WESTUS:20200413T060822Z:ae8635f1-8f8c-488e-b508-71d8d45bfa2b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:26 GMT" + "Mon, 13 Apr 2020 06:08:21 GMT" ], "Content-Length": [ - "3456" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5112,12 +5196,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"www.microsoft.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n },\r\n {\r\n \"address\": \"www.bing.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/6a8ae87f-ea1d-42d3-8a68-03d608109e4e?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzZhOGFlODdmLWVhMWQtNDJkMy04YTY4LTAzZDYwODEwOWU0ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5125,7 +5209,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5135,17 +5219,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operationResults/6a8ae87f-ea1d-42d3-8a68-03d608109e4e?api-version=2020-03-01" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "6a8ae87f-ea1d-42d3-8a68-03d608109e4e" + "1e0105d6-a9cb-4593-9ded-605bb26cc77f" ], "x-ms-correlation-request-id": [ - "8d4d6db1-1666-427d-aaaa-183449bff60c" + "efad86ce-3397-41ea-b7c4-81a614da80cb" ], "x-ms-arm-service-request-id": [ - "d7d09169-c7c8-4c4c-920d-9ddc64805aa0" + "fedc96b2-7159-41a1-a5c1-b9fe1a431f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5155,19 +5239,1363 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125626Z:8a32a335-1478-4d3a-8a5e-5fd6ee9a8ca5" + "WESTUS:20200413T060832Z:efad86ce-3397-41ea-b7c4-81a614da80cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:26 GMT" + "Mon, 13 Apr 2020 06:08:31 GMT" ], "Content-Length": [ - "3456" + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d22fecbc-be52-4c0f-910a-f1089177afd3" + ], + "x-ms-correlation-request-id": [ + "c6468929-f0ec-4db6-8f0c-99a799fe691c" + ], + "x-ms-arm-service-request-id": [ + "80e5436f-bb6d-4296-a1a2-fec70ff7b21c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060842Z:c6468929-f0ec-4db6-8f0c-99a799fe691c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:08:41 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9b48db6f-d3e5-4bb2-96c4-87c725b8f20a" + ], + "x-ms-correlation-request-id": [ + "e5cff5aa-bdf4-442b-8fb2-2b38407afeb5" + ], + "x-ms-arm-service-request-id": [ + "6ed06f16-e32e-4c27-8a52-33bfc37ff3c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060852Z:e5cff5aa-bdf4-442b-8fb2-2b38407afeb5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:08:51 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8c5ba876-23c4-48a7-9c83-1a4b85c635c8" + ], + "x-ms-correlation-request-id": [ + "e787b6f6-15c7-4458-9658-3fe29cf72bfb" + ], + "x-ms-arm-service-request-id": [ + "1c2fc59f-aec2-451d-9448-417011006815" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060902Z:e787b6f6-15c7-4458-9658-3fe29cf72bfb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "11d38233-afe4-4508-bc80-f3ec6bc08a1d" + ], + "x-ms-correlation-request-id": [ + "3c63a98c-3840-4a2c-abcb-52f366a68f0e" + ], + "x-ms-arm-service-request-id": [ + "75abd84c-b6f6-4642-a1a6-912d6148c840" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060912Z:3c63a98c-3840-4a2c-abcb-52f366a68f0e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:12 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "d2c4aa35-8eeb-45c2-b79c-3c22c1ada6b5" + ], + "x-ms-correlation-request-id": [ + "dd7061c6-5d22-40e0-9a62-d6d36f326fa2" + ], + "x-ms-arm-service-request-id": [ + "3ccb3e8d-91cd-47da-a676-4119588b1f3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060922Z:dd7061c6-5d22-40e0-9a62-d6d36f326fa2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e50add08-7603-4b6c-b439-c352bcb707ca" + ], + "x-ms-correlation-request-id": [ + "5fe0ac75-a490-4b28-8ec5-473792f1b68c" + ], + "x-ms-arm-service-request-id": [ + "4f71e035-c1ad-4d2c-bea1-a12c1d8beaa8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060932Z:5fe0ac75-a490-4b28-8ec5-473792f1b68c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2bf26fe3-288e-42ba-98e3-a7ff9a301415" + ], + "x-ms-correlation-request-id": [ + "57386619-4687-4d75-ac82-ba956d731393" + ], + "x-ms-arm-service-request-id": [ + "dab11e8d-a2c2-4bbd-9eef-432ef6a1c13f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060942Z:57386619-4687-4d75-ac82-ba956d731393" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "251e6f6e-304a-4e06-944b-aefed1800894" + ], + "x-ms-correlation-request-id": [ + "7c69fa6b-619b-4947-8f6d-58aec688b4b0" + ], + "x-ms-arm-service-request-id": [ + "35850281-9c9c-4c8f-8890-842f2fa72991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T060952Z:7c69fa6b-619b-4947-8f6d-58aec688b4b0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:09:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "7a4aa5a1-54bb-404b-9234-142e1d176565" + ], + "x-ms-correlation-request-id": [ + "81d4eff9-35c2-4341-8d47-7bf4887bdf42" + ], + "x-ms-arm-service-request-id": [ + "1d00a4a4-668f-41da-b0b9-cc4503b29f02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061003Z:81d4eff9-35c2-4341-8d47-7bf4887bdf42" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "5f69de17-1661-442a-b9fa-7c6ad9f62da9" + ], + "x-ms-correlation-request-id": [ + "c8da71db-cf43-4481-b72d-7c79b150850c" + ], + "x-ms-arm-service-request-id": [ + "842d6d22-eca1-4c7d-b9ce-473c3fa966b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061013Z:c8da71db-cf43-4481-b72d-7c79b150850c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:12 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "60d3635c-f476-43c9-8e36-56fbf32ea579" + ], + "x-ms-correlation-request-id": [ + "1d17e619-4415-49d8-bb54-1e41adb44db8" + ], + "x-ms-arm-service-request-id": [ + "c379edda-2280-46aa-8504-d60abbcd51f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061023Z:1d17e619-4415-49d8-bb54-1e41adb44db8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a53b6292-7ccd-45f0-a13e-d464512ceef3" + ], + "x-ms-correlation-request-id": [ + "c76d9817-823e-4d01-8419-2493f359ff61" + ], + "x-ms-arm-service-request-id": [ + "b642ea9d-52e0-4e25-963f-6d65e57af2d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061033Z:c76d9817-823e-4d01-8419-2493f359ff61" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:32 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "2e0eb438-7a74-43ad-a81f-bb647386abfb" + ], + "x-ms-correlation-request-id": [ + "f7949de8-ea70-44b2-a5a3-05641d02c7c4" + ], + "x-ms-arm-service-request-id": [ + "a34a4c49-5a18-4ebb-9894-731c3b9a8915" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061043Z:f7949de8-ea70-44b2-a5a3-05641d02c7c4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:42 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "8d6a63f8-e914-4f87-88c3-d9e1767792f8" + ], + "x-ms-correlation-request-id": [ + "5693a2d9-3bcd-4063-bc5d-09f55a5cb949" + ], + "x-ms-arm-service-request-id": [ + "579739de-adf8-4dbd-aa61-cf32354882ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061053Z:5693a2d9-3bcd-4063-bc5d-09f55a5cb949" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:10:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e2d0d14d-da5a-41e2-b860-f03dfe626329" + ], + "x-ms-correlation-request-id": [ + "f5047348-999b-40ec-a0d2-b4e7fb7a0fb2" + ], + "x-ms-arm-service-request-id": [ + "52ddcfba-b592-40c1-8418-5f9509b62662" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061103Z:f5047348-999b-40ec-a0d2-b4e7fb7a0fb2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:02 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "3d2d657e-006d-4fb1-a695-7fae652c24a3" + ], + "x-ms-correlation-request-id": [ + "203ca7b5-7af3-4f4d-bfa4-32981163dad3" + ], + "x-ms-arm-service-request-id": [ + "6d29b5d4-4cb7-4316-ad7e-164f61cc4beb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061113Z:203ca7b5-7af3-4f4d-bfa4-32981163dad3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:12 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c9b5cec8-feec-498a-8848-a69badfa260f" + ], + "x-ms-correlation-request-id": [ + "872418db-1d86-4e23-b3be-f05481a7dd9d" + ], + "x-ms-arm-service-request-id": [ + "9bbc74f0-7d55-4c9a-a41d-b4990fd99f14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061123Z:872418db-1d86-4e23-b3be-f05481a7dd9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c440deab-a60b-4b1d-9608-694974ecbfa8" + ], + "x-ms-correlation-request-id": [ + "4ca91b6c-7742-475a-a22a-4b7e3016bf41" + ], + "x-ms-arm-service-request-id": [ + "7281a7ce-7d39-45ea-aa5c-0a93d2b67e92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061133Z:4ca91b6c-7742-475a-a22a-4b7e3016bf41" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c936feaa-2d91-40eb-a64c-0cd94edc3fab" + ], + "x-ms-correlation-request-id": [ + "4aaa3ec2-a8e9-4c3d-bbb6-8c6cbceb3349" + ], + "x-ms-arm-service-request-id": [ + "ac8147ca-4605-4ea3-8729-b1523a1d8777" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061143Z:4aaa3ec2-a8e9-4c3d-bbb6-8c6cbceb3349" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "f5ccf0f9-4853-4289-bb5e-5260e6971adf" + ], + "x-ms-correlation-request-id": [ + "1f7ba217-df0e-42cf-8547-ba185280edd1" + ], + "x-ms-arm-service-request-id": [ + "48cf4ecc-0291-429f-9a3c-670b15f66f83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061153Z:1f7ba217-df0e-42cf-8547-ba185280edd1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:11:53 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "0d49e4fe-d4f0-4908-b2d0-19277d2f61ea" + ], + "x-ms-correlation-request-id": [ + "2f1c1803-9065-481d-85e8-d41b6f6ba086" + ], + "x-ms-arm-service-request-id": [ + "90222d45-f813-4766-9b83-1bf71761a2bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061203Z:2f1c1803-9065-481d-85e8-d41b6f6ba086" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 06:12:03 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5176,12 +6604,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"name\": \"ps9426\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendAddressPools/ps9426\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"name\": \"ps6847\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/backendHttpSettingsCollection/ps6847\",\r\n \"etag\": \"W/\\\"968c219c-1abf-4070-af1c-abd6d0bd536b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/requestRoutingRules/ps425\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps4238/providers/Microsoft.Network/applicationGateways/ps7392/urlPathMaps/ps8790\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"www.microsoft.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n },\r\n {\r\n \"address\": \"www.bing.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5189,7 +6617,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5203,32 +6631,32 @@ "10" ], "x-ms-request-id": [ - "881840a4-edc6-402a-8773-217bac211384" + "58fa20f5-02d3-4cb3-86d9-4e4a1b651051" ], "x-ms-correlation-request-id": [ - "4619ffde-6cff-4bd6-9465-aaa18f526957" + "10b33eab-7490-4ffa-a289-e1cc7a6f1112" ], "x-ms-arm-service-request-id": [ - "839c8976-b66a-47f9-8809-d8a1606b4106" + "35cf9386-782c-47d8-8a18-32b20d0ec4fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125650Z:4619ffde-6cff-4bd6-9465-aaa18f526957" + "WESTUS:20200413T061213Z:10b33eab-7490-4ffa-a289-e1cc7a6f1112" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:56:50 GMT" + "Mon, 13 Apr 2020 06:12:13 GMT" ], "Content-Length": [ "30" @@ -5244,8 +6672,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5253,7 +6681,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5267,13 +6695,13 @@ "10" ], "x-ms-request-id": [ - "15776a36-e8da-416d-9373-3e34ee7f8b84" + "3837abaf-2b82-497d-8910-197bf84710b9" ], "x-ms-correlation-request-id": [ - "e2539f37-62d2-442f-a9f5-b9562df6727d" + "1153ce82-da65-496b-a35a-af27313189c0" ], "x-ms-arm-service-request-id": [ - "4e06aeea-aa85-4de0-abaf-7a15a553a7f1" + "e97b3ab3-cb53-46cf-867c-47ec477737c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5283,16 +6711,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125700Z:e2539f37-62d2-442f-a9f5-b9562df6727d" + "WESTUS:20200413T061223Z:1153ce82-da65-496b-a35a-af27313189c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:00 GMT" + "Mon, 13 Apr 2020 06:12:23 GMT" ], "Content-Length": [ "30" @@ -5308,8 +6736,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5317,7 +6745,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5331,13 +6759,13 @@ "10" ], "x-ms-request-id": [ - "53c19710-0360-4edb-9a72-699cb94e4788" + "58e2d403-0c25-41a3-beac-0e109853fc9a" ], "x-ms-correlation-request-id": [ - "88f85aac-3f00-4ea1-88ff-b979f075f65a" + "52543ee8-414b-4044-a681-9973aac9c4ea" ], "x-ms-arm-service-request-id": [ - "4499d5d1-6c6f-4733-8379-ef2a71d67098" + "32a35514-6e3c-45f5-8d2d-cfe07487bb68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5347,16 +6775,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125711Z:88f85aac-3f00-4ea1-88ff-b979f075f65a" + "WESTUS:20200413T061234Z:52543ee8-414b-4044-a681-9973aac9c4ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:10 GMT" + "Mon, 13 Apr 2020 06:12:33 GMT" ], "Content-Length": [ "30" @@ -5372,8 +6800,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fb8c92ca-4cb9-414d-ac54-aa6895447273?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZiOGM5MmNhLTRjYjktNDE0ZC1hYzU0LWFhNjg5NTQ0NzI3Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5381,7 +6809,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5391,17 +6819,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "fd04952e-65dd-40ff-b66a-adc0f188f511" + "7e98e008-0b30-4da0-8224-93b4576bb43e" ], "x-ms-correlation-request-id": [ - "7f142fba-e734-4da7-9257-dc52ebb58161" + "5908adeb-fe2e-4744-a2a5-f73230a46dcd" ], "x-ms-arm-service-request-id": [ - "5545e573-732a-4f0b-b9aa-2434a2307ca1" + "1af95fd7-9cee-47fd-aad3-38bceb314c99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5411,19 +6836,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125721Z:7f142fba-e734-4da7-9257-dc52ebb58161" + "WESTUS:20200413T061244Z:5908adeb-fe2e-4744-a2a5-f73230a46dcd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:20 GMT" + "Mon, 13 Apr 2020 06:12:43 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5432,12 +6857,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/75a5cf88-4c18-4c12-aa3b-4cdef6a1695b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc1YTVjZjg4LTRjMTgtNGMxMi1hYTNiLTRjZGVmNmExNjk1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5445,7 +6870,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5459,13 +6884,13 @@ "10" ], "x-ms-request-id": [ - "89a7d273-c075-4cf0-97d5-92ca52074101" + "bb1265e7-b06c-4bb2-bfb4-4a660217b3eb" ], "x-ms-correlation-request-id": [ - "82874de8-5041-4641-91e8-5984f9e4c129" + "ac4392d9-0988-4d0d-a9b6-5d6687af1a9d" ], "x-ms-arm-service-request-id": [ - "9a9ed8b7-33ce-4e94-8ae9-7909a07b6e69" + "d95231f2-ce1c-4b66-9d71-649d036aaf32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5478,13 +6903,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125731Z:82874de8-5041-4641-91e8-5984f9e4c129" + "WESTUS:20200413T061255Z:ac4392d9-0988-4d0d-a9b6-5d6687af1a9d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:31 GMT" + "Mon, 13 Apr 2020 06:12:54 GMT" ], "Content-Length": [ "30" @@ -5500,8 +6925,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/75a5cf88-4c18-4c12-aa3b-4cdef6a1695b?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc1YTVjZjg4LTRjMTgtNGMxMi1hYTNiLTRjZGVmNmExNjk1Yj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5509,7 +6934,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5519,39 +6944,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "1b40024d-4a14-4fc7-a48d-f038b569acfd" + "23ec27c9-9b60-401d-ae4c-fb39b3544386" ], "x-ms-correlation-request-id": [ - "da9aa532-f006-4060-a235-501c5b5911af" + "3837001b-1c42-49c3-a91d-512a2f7d169d" ], "x-ms-arm-service-request-id": [ - "3edb16f9-2de9-4664-a494-a84c3e996a7b" + "7a7023e4-d367-483f-aec1-cc7d41de1ea9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125741Z:da9aa532-f006-4060-a235-501c5b5911af" + "WESTUS:20200413T061305Z:3837001b-1c42-49c3-a91d-512a2f7d169d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:41 GMT" + "Mon, 13 Apr 2020 06:13:04 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5560,20 +6982,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendhealth?api-version=2020-03-01&$expand=backendhealth%2Fapplicationgatewayresource", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2NjkvYmFja2VuZGhlYWx0aD9hcGktdmVyc2lvbj0yMDIwLTAzLTAxJiRleHBhbmQ9YmFja2VuZGhlYWx0aCUyRmFwcGxpY2F0aW9uZ2F0ZXdheXJlc291cmNl", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "c7decbe1-db4c-4ed3-8c30-a31af9522073" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5583,17 +7011,20 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/53adadaa-3d06-4715-84f2-22e5a6b457aa?api-version=2020-03-01" + ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "8c6a0aae-25ef-453b-b301-2e1a526978a3" + "53adadaa-3d06-4715-84f2-22e5a6b457aa" ], "x-ms-correlation-request-id": [ - "08dfad58-6df4-4830-afe1-62032d6faa32" + "5430464d-e49c-475c-8652-6d8c8d831645" ], "x-ms-arm-service-request-id": [ - "a396b42b-d3c6-44e5-a791-eab6100e77fa" + "dba95009-f4e5-4765-b8b6-ce140a37fb5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5602,20 +7033,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125752Z:08dfad58-6df4-4830-afe1-62032d6faa32" + "WESTUS:20200413T061306Z:5430464d-e49c-475c-8652-6d8c8d831645" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:57:51 GMT" + "Mon, 13 Apr 2020 06:13:05 GMT" ], "Content-Length": [ - "30" + "4" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5624,12 +7055,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "null", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/53adadaa-3d06-4715-84f2-22e5a6b457aa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzUzYWRhZGFhLTNkMDYtNDcxNS04NGYyLTIyZTVhNmI0NTdhYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5637,7 +7068,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5647,17 +7078,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/53adadaa-3d06-4715-84f2-22e5a6b457aa?api-version=2020-03-01" ], "x-ms-request-id": [ - "39cbf7ba-a3ad-46d6-9ded-634044e5a3d3" + "53adadaa-3d06-4715-84f2-22e5a6b457aa" ], "x-ms-correlation-request-id": [ - "11d3f9d6-1b0b-4e75-a7e1-023d69509e53" + "5430464d-e49c-475c-8652-6d8c8d831645" ], "x-ms-arm-service-request-id": [ - "a9ce7a5e-9d2c-4664-a945-7cb96c0ac0e2" + "dba95009-f4e5-4765-b8b6-ce140a37fb5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5667,19 +7098,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125802Z:11d3f9d6-1b0b-4e75-a7e1-023d69509e53" + "WESTUS:20200413T061316Z:73b1380c-8425-488b-ab66-8bd2d2b8e5a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:01 GMT" + "Mon, 13 Apr 2020 06:13:15 GMT" ], "Content-Length": [ - "30" + "3458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5688,12 +7119,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"www.microsoft.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n },\r\n {\r\n \"address\": \"www.bing.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/53adadaa-3d06-4715-84f2-22e5a6b457aa?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzLzUzYWRhZGFhLTNkMDYtNDcxNS04NGYyLTIyZTVhNmI0NTdhYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5701,7 +7132,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5711,17 +7142,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operationResults/53adadaa-3d06-4715-84f2-22e5a6b457aa?api-version=2020-03-01" ], "x-ms-request-id": [ - "4082ff48-5140-4ba2-b875-138f59fa3788" + "53adadaa-3d06-4715-84f2-22e5a6b457aa" ], "x-ms-correlation-request-id": [ - "afdc282c-814b-47f4-81d6-e4df0d2b2c61" + "5430464d-e49c-475c-8652-6d8c8d831645" ], "x-ms-arm-service-request-id": [ - "11bfb613-6d91-470c-a5a3-10ec3f61e2a7" + "dba95009-f4e5-4765-b8b6-ce140a37fb5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5731,19 +7162,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125812Z:afdc282c-814b-47f4-81d6-e4df0d2b2c61" + "WESTUS:20200413T061316Z:39a1abc7-ef4f-4a03-9d81-3b31404971bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:12 GMT" + "Mon, 13 Apr 2020 06:13:15 GMT" ], "Content-Length": [ - "30" + "3458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5752,12 +7183,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"backendAddressPools\": [\r\n {\r\n \"backendAddressPool\": {\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"backendHttpSettings\": {\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\",\r\n \"etag\": \"W/\\\"d94381e7-7807-4566-82b7-4c9fd7b1fb90\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n \"servers\": [\r\n {\r\n \"address\": \"www.microsoft.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n },\r\n {\r\n \"address\": \"www.bing.com\",\r\n \"health\": \"Unhealthy\",\r\n \"healthProbeLog\": \"The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU. To learn more visit - https://aka.ms/UnknownBackendHealth\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5765,7 +7196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5779,13 +7210,13 @@ "10" ], "x-ms-request-id": [ - "05b330eb-71f2-479c-bedc-2719fcbc37e4" + "39c02cae-9a1d-419f-90f9-0013b0b688a5" ], "x-ms-correlation-request-id": [ - "a7e77afc-1be3-443e-ace6-48bf2674319f" + "7de12c3b-5200-4d28-9ae6-d5792b2ae240" ], "x-ms-arm-service-request-id": [ - "f0d377c1-01df-4268-a2b7-b3b9061165e3" + "a5de43bb-1cbc-4ba1-b20f-d0d1df658ca6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5795,16 +7226,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125823Z:a7e77afc-1be3-443e-ace6-48bf2674319f" + "WESTUS:20200413T061329Z:7de12c3b-5200-4d28-9ae6-d5792b2ae240" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:23 GMT" + "Mon, 13 Apr 2020 06:13:28 GMT" ], "Content-Length": [ "30" @@ -5820,8 +7251,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5829,7 +7260,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5843,13 +7274,13 @@ "10" ], "x-ms-request-id": [ - "97984c1f-ddcb-43b1-936e-0b3f26a76bfa" + "95b37c9c-d0a0-4c9c-89e0-e1ab8a1ae8e5" ], "x-ms-correlation-request-id": [ - "e6321ec8-c5cc-480e-9a04-a28fdefc1b2a" + "2fe01883-403c-4b41-963b-6c732f68eb78" ], "x-ms-arm-service-request-id": [ - "7f6016c8-a3cb-4bbf-b6d8-8eecbb7b71c4" + "b0d33b36-4801-49da-9c07-6856960550b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5859,16 +7290,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125833Z:e6321ec8-c5cc-480e-9a04-a28fdefc1b2a" + "WESTUS:20200413T061339Z:2fe01883-403c-4b41-963b-6c732f68eb78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:33 GMT" + "Mon, 13 Apr 2020 06:13:38 GMT" ], "Content-Length": [ "30" @@ -5884,8 +7315,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5893,7 +7324,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5907,32 +7338,32 @@ "10" ], "x-ms-request-id": [ - "6c34b58d-1999-4f3d-8000-80771ea305df" + "d6cf707a-b1b1-4d65-84e3-4edb1a097ce6" ], "x-ms-correlation-request-id": [ - "e2101503-7039-4212-9f88-f62377dfde8c" + "6e928415-acf1-4c91-ba8d-2e0b35a8f6de" ], "x-ms-arm-service-request-id": [ - "3f35cfbd-0279-4b84-b6b9-c8a591281571" + "9e182b2b-b851-4dbc-a68f-58a879d66fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125843Z:e2101503-7039-4212-9f88-f62377dfde8c" + "WESTUS:20200413T061349Z:6e928415-acf1-4c91-ba8d-2e0b35a8f6de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:43 GMT" + "Mon, 13 Apr 2020 06:13:48 GMT" ], "Content-Length": [ "30" @@ -5948,8 +7379,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5957,7 +7388,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5971,13 +7402,13 @@ "10" ], "x-ms-request-id": [ - "4e65dc5d-675e-48e0-8f47-64616ba3c129" + "6a6c54bb-ea33-47b2-aedd-04f520a26846" ], "x-ms-correlation-request-id": [ - "e100f13b-184d-428d-b565-cdf9905090d8" + "dd160df9-95a3-4403-b8c7-1b956ba2d899" ], "x-ms-arm-service-request-id": [ - "4a600b84-c10e-4a3b-b0dc-49243f1ae6c7" + "24f48490-d131-4a4a-9aa1-edaa44201b9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5987,16 +7418,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125854Z:e100f13b-184d-428d-b565-cdf9905090d8" + "WESTUS:20200413T061359Z:dd160df9-95a3-4403-b8c7-1b956ba2d899" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:58:53 GMT" + "Mon, 13 Apr 2020 06:13:58 GMT" ], "Content-Length": [ "30" @@ -6012,8 +7443,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6021,7 +7452,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6035,13 +7466,13 @@ "10" ], "x-ms-request-id": [ - "78e3c957-dca5-48fb-afe9-332dd216f95e" + "d67baa0e-8ab8-4c5b-a1b8-d6022a289d6b" ], "x-ms-correlation-request-id": [ - "f3b993bf-67ec-442a-9d0b-0ba2e739e073" + "b5ecb6a4-e142-4250-a677-3a391ede6e37" ], "x-ms-arm-service-request-id": [ - "ce397698-bbe1-4906-9297-12fe0663a649" + "008c4162-3afb-4e87-b39d-678be13b62f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6051,16 +7482,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125904Z:f3b993bf-67ec-442a-9d0b-0ba2e739e073" + "WESTUS:20200413T061409Z:b5ecb6a4-e142-4250-a677-3a391ede6e37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:04 GMT" + "Mon, 13 Apr 2020 06:14:08 GMT" ], "Content-Length": [ "30" @@ -6076,8 +7507,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6085,7 +7516,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6099,13 +7530,13 @@ "10" ], "x-ms-request-id": [ - "a25467aa-e92d-47f5-ab4a-7a77f02c787c" + "41500b55-25a2-4e33-b299-904a48aeb77c" ], "x-ms-correlation-request-id": [ - "2ca922cc-00ab-48c5-b320-3fad57cb236f" + "1903c548-37c5-462e-bbef-37f4ef621e0b" ], "x-ms-arm-service-request-id": [ - "48414f4f-545d-42b0-b5f3-2ca8ee588568" + "0f2cddcf-75ed-4b5b-b221-d41f6a6e4798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6115,16 +7546,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125914Z:2ca922cc-00ab-48c5-b320-3fad57cb236f" + "WESTUS:20200413T061419Z:1903c548-37c5-462e-bbef-37f4ef621e0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:14 GMT" + "Mon, 13 Apr 2020 06:14:18 GMT" ], "Content-Length": [ "30" @@ -6140,8 +7571,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6149,7 +7580,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6163,13 +7594,13 @@ "10" ], "x-ms-request-id": [ - "307ba424-28ee-43d8-a9f6-7a545abebf62" + "b8b3e564-c97c-4591-a240-417273ffed60" ], "x-ms-correlation-request-id": [ - "3ffae7ea-4f69-4913-9e05-5a233d1944ba" + "42dfe70b-7ef9-45b3-a581-cf6142aa575f" ], "x-ms-arm-service-request-id": [ - "f005b86b-5ca5-4691-9dbe-289659f45458" + "d85ac0c9-1800-499f-a939-38242a3ef5ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6179,16 +7610,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125924Z:3ffae7ea-4f69-4913-9e05-5a233d1944ba" + "WESTUS:20200413T061429Z:42dfe70b-7ef9-45b3-a581-cf6142aa575f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:24 GMT" + "Mon, 13 Apr 2020 06:14:28 GMT" ], "Content-Length": [ "30" @@ -6204,8 +7635,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6213,7 +7644,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6227,13 +7658,13 @@ "10" ], "x-ms-request-id": [ - "f20c62cd-0422-420e-a1f1-a555806d51ed" + "e45cf287-665d-487e-bf42-700f45083595" ], "x-ms-correlation-request-id": [ - "31241afa-0e1f-4803-90d7-a769124b4eda" + "b71e0fbf-cd57-4f92-986c-e9ffc4a4b19a" ], "x-ms-arm-service-request-id": [ - "11c7105f-2cf5-4787-a5c0-4a1fd1a93024" + "5167fa7d-702f-46fc-bff0-cfcd0a764ed6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6243,16 +7674,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125935Z:31241afa-0e1f-4803-90d7-a769124b4eda" + "WESTUS:20200413T061439Z:b71e0fbf-cd57-4f92-986c-e9ffc4a4b19a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:34 GMT" + "Mon, 13 Apr 2020 06:14:39 GMT" ], "Content-Length": [ "30" @@ -6268,8 +7699,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6277,7 +7708,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6291,32 +7722,32 @@ "10" ], "x-ms-request-id": [ - "c9e9ae11-f155-42ed-8d0e-50c6fa67037f" + "dc2786f2-201d-4f76-870c-7a7b6c577119" ], "x-ms-correlation-request-id": [ - "ae4f88d6-f492-46e7-aa88-9eff76d3ef7e" + "905d6815-402e-4f62-8b9a-a09558cedced" ], "x-ms-arm-service-request-id": [ - "e7dabfd1-7df3-4527-9b5f-bee917419a99" + "a8b8d88a-9de8-4c49-a5a4-1fb18349a3e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125945Z:ae4f88d6-f492-46e7-aa88-9eff76d3ef7e" + "WESTUS:20200413T061449Z:905d6815-402e-4f62-8b9a-a09558cedced" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:44 GMT" + "Mon, 13 Apr 2020 06:14:49 GMT" ], "Content-Length": [ "30" @@ -6332,8 +7763,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6341,7 +7772,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6355,13 +7786,13 @@ "10" ], "x-ms-request-id": [ - "a0e506eb-4da8-436c-9dee-22ff1d0ef317" + "37ccf833-0449-4052-bb2a-495ca738814c" ], "x-ms-correlation-request-id": [ - "532ba2d1-cdbb-4c43-a91a-cc413e2fabf9" + "eb88651b-885c-4a86-8ec8-44b3385955db" ], "x-ms-arm-service-request-id": [ - "48b57369-9c76-4074-bb9b-dee85a194eb1" + "fa823842-5390-4f10-8f4c-da504039c512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6371,16 +7802,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T125956Z:532ba2d1-cdbb-4c43-a91a-cc413e2fabf9" + "WESTUS:20200413T061459Z:eb88651b-885c-4a86-8ec8-44b3385955db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:59:55 GMT" + "Mon, 13 Apr 2020 06:14:59 GMT" ], "Content-Length": [ "30" @@ -6396,8 +7827,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6405,7 +7836,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6419,13 +7850,13 @@ "10" ], "x-ms-request-id": [ - "d1bb016f-2be2-4509-9189-094c2ee8592f" + "21901be6-fc06-41e3-802e-80eae4ce6ac5" ], "x-ms-correlation-request-id": [ - "9808d88f-76fc-4d19-ad0b-f8bce19c6155" + "335a1d4f-6454-49e1-a7fc-46e1ca19b808" ], "x-ms-arm-service-request-id": [ - "afb3c23a-ee15-48ae-b5fa-85844e8f3c3a" + "54d10a78-3b97-41e2-be9e-b12372a7495e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6435,16 +7866,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130006Z:9808d88f-76fc-4d19-ad0b-f8bce19c6155" + "WESTUS:20200413T061509Z:335a1d4f-6454-49e1-a7fc-46e1ca19b808" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:06 GMT" + "Mon, 13 Apr 2020 06:15:09 GMT" ], "Content-Length": [ "30" @@ -6460,8 +7891,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6469,7 +7900,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6483,13 +7914,13 @@ "10" ], "x-ms-request-id": [ - "50ac4039-6801-4049-acfe-22513c524d49" + "fb3a5754-dcd1-4f54-abc3-b8ec6bc6c993" ], "x-ms-correlation-request-id": [ - "08cc71a5-0f48-4949-9948-f1f14ab5afc0" + "ca350c4d-8d8a-45a1-bb09-6ff88ec91aa3" ], "x-ms-arm-service-request-id": [ - "ed648079-c370-499d-9ec6-47b2cc72c150" + "b71407fd-6823-4cf0-bc8d-bfe7ebb5c058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6499,16 +7930,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130016Z:08cc71a5-0f48-4949-9948-f1f14ab5afc0" + "WESTUS:20200413T061520Z:ca350c4d-8d8a-45a1-bb09-6ff88ec91aa3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:16 GMT" + "Mon, 13 Apr 2020 06:15:19 GMT" ], "Content-Length": [ "30" @@ -6524,8 +7955,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6533,7 +7964,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6547,13 +7978,13 @@ "10" ], "x-ms-request-id": [ - "44b8ac5b-198e-4eb7-af39-e35ada7b7ed5" + "4a7612ae-e269-4ca2-8289-eb45e43c94eb" ], "x-ms-correlation-request-id": [ - "5518a7c4-ed36-4967-8119-537497783854" + "3bb1a25f-edad-438a-835c-c104dddbde7f" ], "x-ms-arm-service-request-id": [ - "4063c2b1-1df4-4468-9d55-a95be0b57372" + "ea9f75aa-274c-4ef6-b88e-1cc2dc45dd8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6563,16 +7994,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130026Z:5518a7c4-ed36-4967-8119-537497783854" + "WESTUS:20200413T061530Z:3bb1a25f-edad-438a-835c-c104dddbde7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:26 GMT" + "Mon, 13 Apr 2020 06:15:29 GMT" ], "Content-Length": [ "30" @@ -6588,8 +8019,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6597,7 +8028,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6611,13 +8042,13 @@ "10" ], "x-ms-request-id": [ - "79c936d6-f771-46d3-b9e2-0175fda4418a" + "e3b9cab5-8ec6-4db9-8a93-331ea85f8bc7" ], "x-ms-correlation-request-id": [ - "b4c59d0f-1446-4497-b34d-cc4d49557c2c" + "032b0ccf-7541-4251-80e6-edbc029616e0" ], "x-ms-arm-service-request-id": [ - "a1b507df-2ed6-4237-a2d3-36af3441b7e7" + "f636ddb5-9456-4d1b-a557-946693470457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6627,16 +8058,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130036Z:b4c59d0f-1446-4497-b34d-cc4d49557c2c" + "WESTUS:20200413T061540Z:032b0ccf-7541-4251-80e6-edbc029616e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:36 GMT" + "Mon, 13 Apr 2020 06:15:39 GMT" ], "Content-Length": [ "30" @@ -6652,8 +8083,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6661,7 +8092,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6675,32 +8106,32 @@ "10" ], "x-ms-request-id": [ - "44e688a5-5838-4179-aa7b-34a34967de07" + "3eb83b23-7ca6-4364-b2d9-aed05c5ae4d0" ], "x-ms-correlation-request-id": [ - "1015ff55-6194-40da-8bde-f117b9051af5" + "9839c1a6-fadc-4460-8018-80364a235ab3" ], "x-ms-arm-service-request-id": [ - "1d75726f-6120-48dc-8f24-e7f5ff3516d0" + "d22b8122-f12b-43a8-aa2f-d7b75f44e5fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130047Z:1015ff55-6194-40da-8bde-f117b9051af5" + "WESTUS:20200413T061550Z:9839c1a6-fadc-4460-8018-80364a235ab3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:46 GMT" + "Mon, 13 Apr 2020 06:15:49 GMT" ], "Content-Length": [ "30" @@ -6716,8 +8147,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6725,7 +8156,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6739,13 +8170,13 @@ "10" ], "x-ms-request-id": [ - "e01ac377-8317-41da-955f-7521f915aa1c" + "a4ca94c2-7424-46b4-b81b-bd1695e73c1b" ], "x-ms-correlation-request-id": [ - "df2359bd-77a8-467f-9f27-1d8cd4e5283a" + "57f469f6-1d3f-43aa-8c55-2f7ace101c36" ], "x-ms-arm-service-request-id": [ - "a7a2fa5b-96cc-4a1e-948a-8e1cfc13d0c5" + "de6e4943-1f34-4240-abb1-40877bd47af2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6755,16 +8186,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130057Z:df2359bd-77a8-467f-9f27-1d8cd4e5283a" + "WESTUS:20200413T061600Z:57f469f6-1d3f-43aa-8c55-2f7ace101c36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:00:57 GMT" + "Mon, 13 Apr 2020 06:16:00 GMT" ], "Content-Length": [ "30" @@ -6780,8 +8211,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6789,7 +8220,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6803,13 +8234,13 @@ "10" ], "x-ms-request-id": [ - "5a1eb477-d558-4daf-9873-6b1385d4c2fd" + "5220b8ec-0d65-4800-8a05-de8caeded390" ], "x-ms-correlation-request-id": [ - "29bd6ffb-cb15-4b55-b23c-a2597038b2ea" + "f15194ac-d293-4181-9458-8900b021c668" ], "x-ms-arm-service-request-id": [ - "c58f2ca3-cb15-4837-8e18-08ccd9d678a6" + "3e7e912b-7cff-4b14-81ea-975a3075a4ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6819,16 +8250,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130108Z:29bd6ffb-cb15-4b55-b23c-a2597038b2ea" + "WESTUS:20200413T061610Z:f15194ac-d293-4181-9458-8900b021c668" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:07 GMT" + "Mon, 13 Apr 2020 06:16:10 GMT" ], "Content-Length": [ "30" @@ -6844,8 +8275,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6853,7 +8284,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6867,13 +8298,13 @@ "10" ], "x-ms-request-id": [ - "819c6ba9-c4f1-4bc1-8213-cc964e14023d" + "b5ba1d1a-93a3-4c1d-809c-c30639dd4f2d" ], "x-ms-correlation-request-id": [ - "1e71449d-6a99-4b60-aebf-0dceefcd3c82" + "20b39d86-9a12-4c4b-8105-fe4cc44500f7" ], "x-ms-arm-service-request-id": [ - "11fd5a97-4bac-4ca8-81e8-6c1b11480a06" + "1dbe8dd2-9e4f-4eb8-a88d-a67eef0b524e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6883,16 +8314,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130118Z:1e71449d-6a99-4b60-aebf-0dceefcd3c82" + "WESTUS:20200413T061620Z:20b39d86-9a12-4c4b-8105-fe4cc44500f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:17 GMT" + "Mon, 13 Apr 2020 06:16:20 GMT" ], "Content-Length": [ "30" @@ -6908,8 +8339,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6917,7 +8348,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6931,13 +8362,13 @@ "10" ], "x-ms-request-id": [ - "aeb51df0-9bed-48b9-a57a-b137f508cc80" + "99db1e1d-74e2-4a2a-a94e-adf102dde0a7" ], "x-ms-correlation-request-id": [ - "7bb92695-dcb2-470e-9672-237896ba7401" + "2ce2ea0c-a81d-47ed-95ec-6fef2da013a1" ], "x-ms-arm-service-request-id": [ - "c4edaa4a-a4f2-4527-a561-8319ae8278bd" + "c7c202e6-d64f-45d9-876a-a1dd0953df4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6947,16 +8378,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130128Z:7bb92695-dcb2-470e-9672-237896ba7401" + "WESTUS:20200413T061630Z:2ce2ea0c-a81d-47ed-95ec-6fef2da013a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:27 GMT" + "Mon, 13 Apr 2020 06:16:30 GMT" ], "Content-Length": [ "30" @@ -6972,8 +8403,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6981,7 +8412,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6995,13 +8426,13 @@ "10" ], "x-ms-request-id": [ - "50eadcad-a2ff-4079-94c5-8e157b891efe" + "fe948245-c067-4774-889b-f663a5e2afcd" ], "x-ms-correlation-request-id": [ - "400fcb3a-c68a-4dfd-93cf-19e728c5191c" + "48fec529-804b-49fb-99e6-e6217bbdfb94" ], "x-ms-arm-service-request-id": [ - "2c7e296f-4146-4a47-a111-cbf9861d1ca4" + "e03226c2-beeb-488a-990a-9b1d38a76583" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7011,16 +8442,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130138Z:400fcb3a-c68a-4dfd-93cf-19e728c5191c" + "WESTUS:20200413T061640Z:48fec529-804b-49fb-99e6-e6217bbdfb94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:37 GMT" + "Mon, 13 Apr 2020 06:16:40 GMT" ], "Content-Length": [ "30" @@ -7036,8 +8467,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7045,7 +8476,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7059,32 +8490,32 @@ "10" ], "x-ms-request-id": [ - "f696f687-a918-4ab9-bf51-ae4c6596c4ca" + "aaa76598-9c84-46fe-a200-cbcc3d219ae1" ], "x-ms-correlation-request-id": [ - "213df108-15f1-43f3-9c0f-51155976b387" + "a431071d-4bdb-4e8f-9129-a5308830a5cb" ], "x-ms-arm-service-request-id": [ - "a303e47e-b056-44df-9cd5-8ba238ab7230" + "634875cf-5593-433b-aaea-3dee222983ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11976" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130148Z:213df108-15f1-43f3-9c0f-51155976b387" + "WESTUS:20200413T061650Z:a431071d-4bdb-4e8f-9129-a5308830a5cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:48 GMT" + "Mon, 13 Apr 2020 06:16:50 GMT" ], "Content-Length": [ "30" @@ -7100,8 +8531,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7109,7 +8540,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7123,13 +8554,13 @@ "10" ], "x-ms-request-id": [ - "679b0fed-37cb-4120-9a2c-4bb71c4106a5" + "e122caf6-0556-4979-9f9f-dcbdc7cf78bb" ], "x-ms-correlation-request-id": [ - "7b93e1c2-4b03-4d56-abab-a2c5849b2caa" + "e5b5b4d6-f793-472f-9033-a04382cfcf3e" ], "x-ms-arm-service-request-id": [ - "fb229f8c-62c9-4cfd-b069-89c8fd252351" + "86a35a08-65bd-425f-bf37-90911b35fa8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7139,16 +8570,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130159Z:7b93e1c2-4b03-4d56-abab-a2c5849b2caa" + "WESTUS:20200413T061700Z:e5b5b4d6-f793-472f-9033-a04382cfcf3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:01:58 GMT" + "Mon, 13 Apr 2020 06:16:59 GMT" ], "Content-Length": [ "30" @@ -7164,8 +8595,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7173,7 +8604,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7187,13 +8618,13 @@ "10" ], "x-ms-request-id": [ - "e0101792-8b9e-4db3-aacd-1d2166648927" + "0e029ce5-877b-4fca-a3ec-b4962d711035" ], "x-ms-correlation-request-id": [ - "9b7c5c2b-4758-464d-9c22-3e19447d29d8" + "0bdaff44-a8b0-4843-9438-f688d68afc58" ], "x-ms-arm-service-request-id": [ - "94a02efa-3fc7-4958-92f9-8af5d9e1f517" + "b8bb0f6c-f5bf-4220-86af-08fe932c1ce2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7203,16 +8634,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130209Z:9b7c5c2b-4758-464d-9c22-3e19447d29d8" + "WESTUS:20200413T061710Z:0bdaff44-a8b0-4843-9438-f688d68afc58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:02:08 GMT" + "Mon, 13 Apr 2020 06:17:09 GMT" ], "Content-Length": [ "30" @@ -7228,8 +8659,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7237,7 +8668,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7251,13 +8682,13 @@ "10" ], "x-ms-request-id": [ - "08bab72c-8874-4ba4-8be3-b5bacd18498c" + "c99fdda2-b59e-4859-91ee-900d63e5cb91" ], "x-ms-correlation-request-id": [ - "e5d3f672-7a4f-4200-b0cc-28572177874c" + "41b5671e-78ed-4d70-964a-d8b176bc6df2" ], "x-ms-arm-service-request-id": [ - "53848585-fcbf-4d3d-ac6b-831fec6f8612" + "783b7735-6ec8-4a31-aa2c-89ab90b06e0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7267,16 +8698,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130220Z:e5d3f672-7a4f-4200-b0cc-28572177874c" + "WESTUS:20200413T061720Z:41b5671e-78ed-4d70-964a-d8b176bc6df2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:02:19 GMT" + "Mon, 13 Apr 2020 06:17:19 GMT" ], "Content-Length": [ "30" @@ -7292,8 +8723,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7301,7 +8732,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7315,13 +8746,13 @@ "10" ], "x-ms-request-id": [ - "efd4dbbc-4234-4f33-a703-4b2b5f540ca7" + "94be1d4f-0128-4109-886a-8f009b836983" ], "x-ms-correlation-request-id": [ - "b9393f8a-2dfa-4cff-9c82-1c58cf69d28d" + "0326e7c7-9803-47e7-8133-549626e695c9" ], "x-ms-arm-service-request-id": [ - "fca16243-8afb-4f37-8fbd-f39e6ba99b70" + "c03aea3c-b6d9-41cc-a1b0-d8595e754292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7331,16 +8762,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130230Z:b9393f8a-2dfa-4cff-9c82-1c58cf69d28d" + "WESTUS:20200413T061730Z:0326e7c7-9803-47e7-8133-549626e695c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:02:29 GMT" + "Mon, 13 Apr 2020 06:17:30 GMT" ], "Content-Length": [ "30" @@ -7356,8 +8787,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7365,7 +8796,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7379,13 +8810,13 @@ "10" ], "x-ms-request-id": [ - "16555932-6870-442c-b50f-8e82c652df2b" + "861dcd97-c08e-4dfb-bdf3-bcb4aad25880" ], "x-ms-correlation-request-id": [ - "ee8d2ca2-a3c4-4f8f-b581-d34e53fdfc7b" + "85f40cbf-e772-4f42-abe4-5403e58025ad" ], "x-ms-arm-service-request-id": [ - "f7e17592-d85d-48f4-a769-c627263f7c52" + "a17c1ad2-4a0e-4d54-b2d6-f080a151a86e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7395,16 +8826,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130240Z:ee8d2ca2-a3c4-4f8f-b581-d34e53fdfc7b" + "WESTUS:20200413T061740Z:85f40cbf-e772-4f42-abe4-5403e58025ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:02:40 GMT" + "Mon, 13 Apr 2020 06:17:40 GMT" ], "Content-Length": [ "30" @@ -7420,8 +8851,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7429,7 +8860,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7443,32 +8874,32 @@ "10" ], "x-ms-request-id": [ - "a21807a1-6cee-4c81-b0bb-2136844ab8fe" + "cf0ff41b-f778-4fe2-a13e-f9edef82557a" ], "x-ms-correlation-request-id": [ - "373e9d3a-63be-4154-92f3-1f57cf0b4d5c" + "cdd828e7-5513-4a89-9443-7908d56f1764" ], "x-ms-arm-service-request-id": [ - "bf6fabf5-4e96-410f-b4ce-aa8f1fb7f6c5" + "b4fd555c-4a37-46ed-9551-5ba1b9f56825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130250Z:373e9d3a-63be-4154-92f3-1f57cf0b4d5c" + "WESTUS:20200413T061750Z:cdd828e7-5513-4a89-9443-7908d56f1764" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:02:50 GMT" + "Mon, 13 Apr 2020 06:17:50 GMT" ], "Content-Length": [ "30" @@ -7484,8 +8915,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/22cbc312-12ca-434c-99bf-b4c6525b8f96?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIyY2JjMzEyLTEyY2EtNDM0Yy05OWJmLWI0YzY1MjViOGY5Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7493,7 +8924,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7503,36 +8934,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "5f99ec69-3a7c-46ca-9cb0-b3fed9446d5e" + "354493df-ff32-4164-8797-ec2f00264892" ], "x-ms-correlation-request-id": [ - "c6bc2d4f-7b87-41f2-a4e5-75397a80085a" + "4a72cdc0-1e3b-4d21-9c59-84a6a7f81d6d" ], "x-ms-arm-service-request-id": [ - "a3967696-bf15-4974-baf3-3a9db776a722" + "7fb027c4-6fa1-42a1-a534-5d9bfb284868" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130301Z:c6bc2d4f-7b87-41f2-a4e5-75397a80085a" + "WESTUS:20200413T061801Z:4a72cdc0-1e3b-4d21-9c59-84a6a7f81d6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:01 GMT" + "Mon, 13 Apr 2020 06:18:00 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7541,26 +8975,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps4238?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNDIzOD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "c1e7b562-f500-46a1-927c-5795c612a781" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7570,46 +8998,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "10" ], "x-ms-request-id": [ - "3df0c497-6878-4346-9b94-6ca784f15166" + "3c71aef9-9192-4fe9-a148-ef47be004bf5" ], "x-ms-correlation-request-id": [ - "3df0c497-6878-4346-9b94-6ca784f15166" + "c8c75165-8c33-4eb7-9a0f-515815dd0534" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130305Z:3df0c497-6878-4346-9b94-6ca784f15166" + "x-ms-arm-service-request-id": [ + "2b30af12-fa4e-4101-9609-765e1ab8a145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061811Z:c8c75165-8c33-4eb7-9a0f-515815dd0534" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:05 GMT" + "Mon, 13 Apr 2020 06:18:10 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7617,7 +9052,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7627,46 +9062,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "10" ], "x-ms-request-id": [ - "6fbd3f77-6586-4878-a402-2a4e0efce4ca" + "2fa93f53-1939-4cb1-893c-a39392988aa1" ], "x-ms-correlation-request-id": [ - "6fbd3f77-6586-4878-a402-2a4e0efce4ca" + "48a0141b-845e-41fa-b80c-01471f753743" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130321Z:6fbd3f77-6586-4878-a402-2a4e0efce4ca" + "x-ms-arm-service-request-id": [ + "92bd0bac-5427-4729-bf32-de7ce8811896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061821Z:48a0141b-845e-41fa-b80c-01471f753743" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:20 GMT" + "Mon, 13 Apr 2020 06:18:20 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7674,7 +9116,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7684,46 +9126,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "84bc9149-fc32-41f1-a7f3-9873a854598b" + "4a385ad2-8f95-4bb8-b02c-f22fe798623e" ], "x-ms-correlation-request-id": [ - "84bc9149-fc32-41f1-a7f3-9873a854598b" + "21b5e6af-8d77-44d9-a24d-e1fb0ddc7a02" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130336Z:84bc9149-fc32-41f1-a7f3-9873a854598b" + "x-ms-arm-service-request-id": [ + "1eb28608-924f-4f0e-8c78-168109f2662d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061831Z:21b5e6af-8d77-44d9-a24d-e1fb0ddc7a02" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:36 GMT" + "Mon, 13 Apr 2020 06:18:30 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7731,7 +9180,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7741,46 +9190,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "10" ], "x-ms-request-id": [ - "d583d678-f4e9-49c4-98e5-22cc24687ea1" + "1ae9b449-433c-430b-a2df-e33633e8bfe9" ], "x-ms-correlation-request-id": [ - "d583d678-f4e9-49c4-98e5-22cc24687ea1" + "2d86ff20-e590-4d49-8972-ee0bae98543a" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130351Z:d583d678-f4e9-49c4-98e5-22cc24687ea1" + "x-ms-arm-service-request-id": [ + "d0188bd7-30c9-4e49-a2d6-201d92663aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061841Z:2d86ff20-e590-4d49-8972-ee0bae98543a" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:03:51 GMT" + "Mon, 13 Apr 2020 06:18:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7788,7 +9244,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7798,46 +9254,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "10" ], "x-ms-request-id": [ - "ddd6ed32-8d8a-458a-8c2f-5e17c0a7a080" + "fb2a092b-f4d5-4acd-a8ba-3d5d7c189192" ], "x-ms-correlation-request-id": [ - "ddd6ed32-8d8a-458a-8c2f-5e17c0a7a080" + "af834ad5-2885-478f-ba37-54c715f6fd83" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130407Z:ddd6ed32-8d8a-458a-8c2f-5e17c0a7a080" + "x-ms-arm-service-request-id": [ + "a6fd7c64-ce8d-4f88-a930-01ce42b25f05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061851Z:af834ad5-2885-478f-ba37-54c715f6fd83" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:04:06 GMT" + "Mon, 13 Apr 2020 06:18:50 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7845,7 +9308,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7855,46 +9318,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "10" ], "x-ms-request-id": [ - "c15e88d2-8591-4959-8cc6-3f33772e312d" + "0e7230e7-762b-4b14-8249-17a5b4cedcb3" ], "x-ms-correlation-request-id": [ - "c15e88d2-8591-4959-8cc6-3f33772e312d" + "702cdf6c-ce25-46da-aa81-0fbb66547496" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130422Z:c15e88d2-8591-4959-8cc6-3f33772e312d" + "x-ms-arm-service-request-id": [ + "fc672bfd-2563-4747-8eb9-177553317ba1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061901Z:702cdf6c-ce25-46da-aa81-0fbb66547496" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:04:21 GMT" + "Mon, 13 Apr 2020 06:19:00 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/0b810cd0-8434-4f23-b761-81d6e28c0d21?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBiODEwY2QwLTg0MzQtNGYyMy1iNzYxLTgxZDZlMjhjMGQyMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7902,7 +9372,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7912,54 +9382,64 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], "x-ms-request-id": [ - "d3db9b9b-5ef0-40e1-b226-eb572dde933e" + "e9958fef-d760-48b5-b8f2-dd7ac2aa682b" ], "x-ms-correlation-request-id": [ - "d3db9b9b-5ef0-40e1-b226-eb572dde933e" + "60a9f183-0815-4c4e-87b1-a05b9c24ac1d" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130437Z:d3db9b9b-5ef0-40e1-b226-eb572dde933e" + "x-ms-arm-service-request-id": [ + "b09e7cc6-2b9f-4726-ab60-a6781372c505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T061911Z:60a9f183-0815-4c4e-87b1-a05b9c24ac1d" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:04:37 GMT" + "Mon, 13 Apr 2020 06:19:11 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps4519?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNDUxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "de37de0c-76f8-4c54-aa88-231a3f3078e7" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -7970,22 +9450,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "4707cced-3007-4a7b-b742-e76523cc7ce4" + "82bbee57-cd77-4bbf-8a94-5dcdbd479094" ], "x-ms-correlation-request-id": [ - "4707cced-3007-4a7b-b742-e76523cc7ce4" + "82bbee57-cd77-4bbf-8a94-5dcdbd479094" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130453Z:4707cced-3007-4a7b-b742-e76523cc7ce4" + "WESTUS:20200413T061912Z:82bbee57-cd77-4bbf-8a94-5dcdbd479094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7994,7 +9474,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:04:52 GMT" + "Mon, 13 Apr 2020 06:19:12 GMT" ], "Expires": [ "-1" @@ -8007,8 +9487,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8016,7 +9496,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8027,22 +9507,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11999" ], "x-ms-request-id": [ - "cc11c492-6c28-4358-8d18-80a562cd52fc" + "19cc3194-d244-42d8-b869-91167f21f794" ], "x-ms-correlation-request-id": [ - "cc11c492-6c28-4358-8d18-80a562cd52fc" + "19cc3194-d244-42d8-b869-91167f21f794" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130508Z:cc11c492-6c28-4358-8d18-80a562cd52fc" + "WESTUS:20200413T061927Z:19cc3194-d244-42d8-b869-91167f21f794" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8051,7 +9531,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:05:08 GMT" + "Mon, 13 Apr 2020 06:19:27 GMT" ], "Expires": [ "-1" @@ -8064,8 +9544,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8073,7 +9553,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8084,22 +9564,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11998" ], "x-ms-request-id": [ - "b0e03baf-896e-4b72-842a-70ca03c78990" + "fa83810c-7fb4-4a5a-9d80-6bd19f5e8ff5" ], "x-ms-correlation-request-id": [ - "b0e03baf-896e-4b72-842a-70ca03c78990" + "fa83810c-7fb4-4a5a-9d80-6bd19f5e8ff5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130523Z:b0e03baf-896e-4b72-842a-70ca03c78990" + "WESTUS:20200413T061942Z:fa83810c-7fb4-4a5a-9d80-6bd19f5e8ff5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8108,7 +9588,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:05:23 GMT" + "Mon, 13 Apr 2020 06:19:42 GMT" ], "Expires": [ "-1" @@ -8121,8 +9601,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8130,7 +9610,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8141,22 +9621,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11997" ], "x-ms-request-id": [ - "a2b1434c-b5ed-4e63-9dd7-07343f6a13a9" + "990a4c11-9a14-4fb6-a4b1-720f9600421b" ], "x-ms-correlation-request-id": [ - "a2b1434c-b5ed-4e63-9dd7-07343f6a13a9" + "990a4c11-9a14-4fb6-a4b1-720f9600421b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130539Z:a2b1434c-b5ed-4e63-9dd7-07343f6a13a9" + "WESTUS:20200413T061957Z:990a4c11-9a14-4fb6-a4b1-720f9600421b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8165,7 +9645,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:05:38 GMT" + "Mon, 13 Apr 2020 06:19:57 GMT" ], "Expires": [ "-1" @@ -8178,8 +9658,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8187,7 +9667,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8198,22 +9678,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11996" ], "x-ms-request-id": [ - "2d7f59a1-0299-4a30-8ad0-8723ebe818e0" + "5b1d65ee-9f43-447d-8ab4-56207e3d401c" ], "x-ms-correlation-request-id": [ - "2d7f59a1-0299-4a30-8ad0-8723ebe818e0" + "5b1d65ee-9f43-447d-8ab4-56207e3d401c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130554Z:2d7f59a1-0299-4a30-8ad0-8723ebe818e0" + "WESTUS:20200413T062012Z:5b1d65ee-9f43-447d-8ab4-56207e3d401c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8222,7 +9702,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:05:53 GMT" + "Mon, 13 Apr 2020 06:20:12 GMT" ], "Expires": [ "-1" @@ -8235,8 +9715,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8244,7 +9724,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8255,22 +9735,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11995" ], "x-ms-request-id": [ - "b3789b98-ea11-4732-951e-f93733ab6118" + "58269f3d-4906-4a8a-b2e4-5c31d8197b47" ], "x-ms-correlation-request-id": [ - "b3789b98-ea11-4732-951e-f93733ab6118" + "58269f3d-4906-4a8a-b2e4-5c31d8197b47" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130609Z:b3789b98-ea11-4732-951e-f93733ab6118" + "WESTUS:20200413T062027Z:58269f3d-4906-4a8a-b2e4-5c31d8197b47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8279,7 +9759,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:06:09 GMT" + "Mon, 13 Apr 2020 06:20:26 GMT" ], "Expires": [ "-1" @@ -8292,8 +9772,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8301,7 +9781,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8312,22 +9792,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11994" ], "x-ms-request-id": [ - "b1784ff7-a9ad-4c8e-8e32-581ca461eadb" + "9ead509b-959c-4457-a643-286fb585f0ca" ], "x-ms-correlation-request-id": [ - "b1784ff7-a9ad-4c8e-8e32-581ca461eadb" + "9ead509b-959c-4457-a643-286fb585f0ca" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130625Z:b1784ff7-a9ad-4c8e-8e32-581ca461eadb" + "WESTUS:20200413T062042Z:9ead509b-959c-4457-a643-286fb585f0ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8336,7 +9816,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:06:24 GMT" + "Mon, 13 Apr 2020 06:20:42 GMT" ], "Expires": [ "-1" @@ -8349,8 +9829,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8358,7 +9838,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8369,22 +9849,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11993" ], "x-ms-request-id": [ - "c19407d6-1c9f-4196-a22e-9ffd0966e669" + "06fd850d-45ec-4705-9c3d-0e6509f490f1" ], "x-ms-correlation-request-id": [ - "c19407d6-1c9f-4196-a22e-9ffd0966e669" + "06fd850d-45ec-4705-9c3d-0e6509f490f1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130640Z:c19407d6-1c9f-4196-a22e-9ffd0966e669" + "WESTUS:20200413T062058Z:06fd850d-45ec-4705-9c3d-0e6509f490f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8393,7 +9873,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:06:39 GMT" + "Mon, 13 Apr 2020 06:20:57 GMT" ], "Expires": [ "-1" @@ -8406,8 +9886,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8415,7 +9895,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8426,22 +9906,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11992" ], "x-ms-request-id": [ - "4a33747e-eb63-49e4-b1ab-5918dc3395f7" + "807a7c19-aab6-4d0b-860e-e0ac61d0f76d" ], "x-ms-correlation-request-id": [ - "4a33747e-eb63-49e4-b1ab-5918dc3395f7" + "807a7c19-aab6-4d0b-860e-e0ac61d0f76d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130655Z:4a33747e-eb63-49e4-b1ab-5918dc3395f7" + "WESTUS:20200413T062113Z:807a7c19-aab6-4d0b-860e-e0ac61d0f76d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8450,7 +9930,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:06:55 GMT" + "Mon, 13 Apr 2020 06:21:12 GMT" ], "Expires": [ "-1" @@ -8463,8 +9943,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8472,7 +9952,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8483,22 +9963,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11991" ], "x-ms-request-id": [ - "1d702065-fd41-4b10-a921-aba550d4e043" + "abfb9fdb-08e5-48e7-ba92-407ec26882ad" ], "x-ms-correlation-request-id": [ - "1d702065-fd41-4b10-a921-aba550d4e043" + "abfb9fdb-08e5-48e7-ba92-407ec26882ad" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130711Z:1d702065-fd41-4b10-a921-aba550d4e043" + "WESTUS:20200413T062128Z:abfb9fdb-08e5-48e7-ba92-407ec26882ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8507,7 +9987,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:07:11 GMT" + "Mon, 13 Apr 2020 06:21:27 GMT" ], "Expires": [ "-1" @@ -8520,8 +10000,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8529,7 +10009,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8540,22 +10020,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11990" ], "x-ms-request-id": [ - "d4b6cf6f-648e-40ff-a9ab-132cc9d52da4" + "02ccd665-aa67-44e5-85a4-676ea3363994" ], "x-ms-correlation-request-id": [ - "d4b6cf6f-648e-40ff-a9ab-132cc9d52da4" + "02ccd665-aa67-44e5-85a4-676ea3363994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130726Z:d4b6cf6f-648e-40ff-a9ab-132cc9d52da4" + "WESTUS:20200413T062143Z:02ccd665-aa67-44e5-85a4-676ea3363994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8564,7 +10044,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:07:26 GMT" + "Mon, 13 Apr 2020 06:21:42 GMT" ], "Expires": [ "-1" @@ -8577,8 +10057,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8586,7 +10066,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8597,22 +10077,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11989" ], "x-ms-request-id": [ - "dd739d8f-78b2-4ba9-bd70-0f5e469ca6fd" + "3c4b210f-7a08-47fc-9a6b-3be43e08196f" ], "x-ms-correlation-request-id": [ - "dd739d8f-78b2-4ba9-bd70-0f5e469ca6fd" + "3c4b210f-7a08-47fc-9a6b-3be43e08196f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130742Z:dd739d8f-78b2-4ba9-bd70-0f5e469ca6fd" + "WESTUS:20200413T062158Z:3c4b210f-7a08-47fc-9a6b-3be43e08196f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8621,7 +10101,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:07:41 GMT" + "Mon, 13 Apr 2020 06:21:58 GMT" ], "Expires": [ "-1" @@ -8634,8 +10114,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8643,7 +10123,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8654,22 +10134,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11988" ], "x-ms-request-id": [ - "82a7a272-4c5e-4545-8785-3e1c04f91fd9" + "fbec8964-18cb-4da4-bdcc-1c38ca694d93" ], "x-ms-correlation-request-id": [ - "82a7a272-4c5e-4545-8785-3e1c04f91fd9" + "fbec8964-18cb-4da4-bdcc-1c38ca694d93" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130757Z:82a7a272-4c5e-4545-8785-3e1c04f91fd9" + "WESTUS:20200413T062213Z:fbec8964-18cb-4da4-bdcc-1c38ca694d93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8678,7 +10158,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:07:57 GMT" + "Mon, 13 Apr 2020 06:22:13 GMT" ], "Expires": [ "-1" @@ -8691,8 +10171,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8700,7 +10180,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8711,22 +10191,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11987" ], "x-ms-request-id": [ - "2276d889-b3fe-4c17-9c38-7a2c5d80be31" + "fbc45c5e-04d5-425d-bf8b-f0a5f97a41a1" ], "x-ms-correlation-request-id": [ - "2276d889-b3fe-4c17-9c38-7a2c5d80be31" + "fbc45c5e-04d5-425d-bf8b-f0a5f97a41a1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130813Z:2276d889-b3fe-4c17-9c38-7a2c5d80be31" + "WESTUS:20200413T062228Z:fbc45c5e-04d5-425d-bf8b-f0a5f97a41a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8735,7 +10215,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:08:12 GMT" + "Mon, 13 Apr 2020 06:22:28 GMT" ], "Expires": [ "-1" @@ -8748,8 +10228,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8757,7 +10237,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8768,22 +10248,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11986" ], "x-ms-request-id": [ - "b044d021-c4f5-47f3-a354-b31c6582855e" + "aa3e553c-45df-4c67-876c-a5f03a3d2b20" ], "x-ms-correlation-request-id": [ - "b044d021-c4f5-47f3-a354-b31c6582855e" + "aa3e553c-45df-4c67-876c-a5f03a3d2b20" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130828Z:b044d021-c4f5-47f3-a354-b31c6582855e" + "WESTUS:20200413T062243Z:aa3e553c-45df-4c67-876c-a5f03a3d2b20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8792,7 +10272,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:08:28 GMT" + "Mon, 13 Apr 2020 06:22:43 GMT" ], "Expires": [ "-1" @@ -8805,8 +10285,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8814,7 +10294,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8825,22 +10305,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11985" ], "x-ms-request-id": [ - "ebafba90-c0e6-4091-bd2d-0eb96b9be690" + "5708a952-512b-44c1-919d-a4d5a824d2b8" ], "x-ms-correlation-request-id": [ - "ebafba90-c0e6-4091-bd2d-0eb96b9be690" + "5708a952-512b-44c1-919d-a4d5a824d2b8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130843Z:ebafba90-c0e6-4091-bd2d-0eb96b9be690" + "WESTUS:20200413T062258Z:5708a952-512b-44c1-919d-a4d5a824d2b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8849,7 +10329,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:08:43 GMT" + "Mon, 13 Apr 2020 06:22:58 GMT" ], "Expires": [ "-1" @@ -8862,8 +10342,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8871,7 +10351,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8882,22 +10362,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11984" ], "x-ms-request-id": [ - "b95e4e1f-b666-471a-a58f-e8c5defc31f8" + "6fd46f4d-a8b9-4f27-be5e-87b727649685" ], "x-ms-correlation-request-id": [ - "b95e4e1f-b666-471a-a58f-e8c5defc31f8" + "6fd46f4d-a8b9-4f27-be5e-87b727649685" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130859Z:b95e4e1f-b666-471a-a58f-e8c5defc31f8" + "WESTUS:20200413T062313Z:6fd46f4d-a8b9-4f27-be5e-87b727649685" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8906,7 +10386,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:08:58 GMT" + "Mon, 13 Apr 2020 06:23:12 GMT" ], "Expires": [ "-1" @@ -8919,8 +10399,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8928,7 +10408,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8939,22 +10419,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11983" ], "x-ms-request-id": [ - "2686b7aa-2297-4de2-a001-0dc26117decd" + "484be44d-91b5-4ea7-831a-96ddc696f8f6" ], "x-ms-correlation-request-id": [ - "2686b7aa-2297-4de2-a001-0dc26117decd" + "484be44d-91b5-4ea7-831a-96ddc696f8f6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130914Z:2686b7aa-2297-4de2-a001-0dc26117decd" + "WESTUS:20200413T062328Z:484be44d-91b5-4ea7-831a-96ddc696f8f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8963,7 +10443,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:09:13 GMT" + "Mon, 13 Apr 2020 06:23:27 GMT" ], "Expires": [ "-1" @@ -8976,8 +10456,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8985,7 +10465,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -8996,22 +10476,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11982" ], "x-ms-request-id": [ - "46e12281-9cb7-454f-94db-895f195a7a13" + "9fc2c9da-677e-4d61-b114-28dbf05e6216" ], "x-ms-correlation-request-id": [ - "46e12281-9cb7-454f-94db-895f195a7a13" + "9fc2c9da-677e-4d61-b114-28dbf05e6216" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130930Z:46e12281-9cb7-454f-94db-895f195a7a13" + "WESTUS:20200413T062343Z:9fc2c9da-677e-4d61-b114-28dbf05e6216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9020,7 +10500,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:09:29 GMT" + "Mon, 13 Apr 2020 06:23:43 GMT" ], "Expires": [ "-1" @@ -9033,8 +10513,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9042,7 +10522,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9053,22 +10533,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11981" ], "x-ms-request-id": [ - "389fc7bf-c1a8-424b-a342-bc3b6b2bf843" + "c3b15277-0698-4b0d-884f-1c62595056ac" ], "x-ms-correlation-request-id": [ - "389fc7bf-c1a8-424b-a342-bc3b6b2bf843" + "c3b15277-0698-4b0d-884f-1c62595056ac" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T130945Z:389fc7bf-c1a8-424b-a342-bc3b6b2bf843" + "WESTUS:20200413T062358Z:c3b15277-0698-4b0d-884f-1c62595056ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9077,7 +10557,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:09:45 GMT" + "Mon, 13 Apr 2020 06:23:58 GMT" ], "Expires": [ "-1" @@ -9090,8 +10570,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9099,7 +10579,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9110,22 +10590,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11980" ], "x-ms-request-id": [ - "22d7d451-421a-4c57-89b7-12be81f1b6bf" + "0b9a8fd9-a685-4d26-8ea4-0dc57553393e" ], "x-ms-correlation-request-id": [ - "22d7d451-421a-4c57-89b7-12be81f1b6bf" + "0b9a8fd9-a685-4d26-8ea4-0dc57553393e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131000Z:22d7d451-421a-4c57-89b7-12be81f1b6bf" + "WESTUS:20200413T062413Z:0b9a8fd9-a685-4d26-8ea4-0dc57553393e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9134,7 +10614,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:10:00 GMT" + "Mon, 13 Apr 2020 06:24:13 GMT" ], "Expires": [ "-1" @@ -9147,8 +10627,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9156,7 +10636,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9167,22 +10647,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11979" ], "x-ms-request-id": [ - "23af941c-d1e3-4210-b319-9c15d2f70e28" + "9014e6e2-7d56-4ea1-9322-43dbe51139ed" ], "x-ms-correlation-request-id": [ - "23af941c-d1e3-4210-b319-9c15d2f70e28" + "9014e6e2-7d56-4ea1-9322-43dbe51139ed" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131016Z:23af941c-d1e3-4210-b319-9c15d2f70e28" + "WESTUS:20200413T062429Z:9014e6e2-7d56-4ea1-9322-43dbe51139ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9191,7 +10671,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:10:15 GMT" + "Mon, 13 Apr 2020 06:24:28 GMT" ], "Expires": [ "-1" @@ -9204,8 +10684,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9213,7 +10693,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9224,22 +10704,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11978" ], "x-ms-request-id": [ - "bd1fa417-3bd0-4a39-b9ce-6bf5a59eb702" + "723912f2-b4bc-4036-af4c-bd247b4824bf" ], "x-ms-correlation-request-id": [ - "bd1fa417-3bd0-4a39-b9ce-6bf5a59eb702" + "723912f2-b4bc-4036-af4c-bd247b4824bf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131031Z:bd1fa417-3bd0-4a39-b9ce-6bf5a59eb702" + "WESTUS:20200413T062444Z:723912f2-b4bc-4036-af4c-bd247b4824bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9248,7 +10728,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:10:30 GMT" + "Mon, 13 Apr 2020 06:24:43 GMT" ], "Expires": [ "-1" @@ -9261,8 +10741,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9270,7 +10750,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9281,22 +10761,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11977" ], "x-ms-request-id": [ - "33e361f3-fe64-4e12-9ed3-80b8ccf269fc" + "99e04f56-eca6-49aa-bcb9-045328f30e4a" ], "x-ms-correlation-request-id": [ - "33e361f3-fe64-4e12-9ed3-80b8ccf269fc" + "99e04f56-eca6-49aa-bcb9-045328f30e4a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131046Z:33e361f3-fe64-4e12-9ed3-80b8ccf269fc" + "WESTUS:20200413T062459Z:99e04f56-eca6-49aa-bcb9-045328f30e4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9305,7 +10785,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:10:46 GMT" + "Mon, 13 Apr 2020 06:24:58 GMT" ], "Expires": [ "-1" @@ -9318,8 +10798,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9327,7 +10807,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9338,22 +10818,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11976" ], "x-ms-request-id": [ - "85ec0935-5183-40de-8cb2-bdc95f18882d" + "9a9e2a7d-ff11-42de-8a61-a515b3f74938" ], "x-ms-correlation-request-id": [ - "85ec0935-5183-40de-8cb2-bdc95f18882d" + "9a9e2a7d-ff11-42de-8a61-a515b3f74938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131102Z:85ec0935-5183-40de-8cb2-bdc95f18882d" + "WESTUS:20200413T062514Z:9a9e2a7d-ff11-42de-8a61-a515b3f74938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9362,7 +10842,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:11:01 GMT" + "Mon, 13 Apr 2020 06:25:13 GMT" ], "Expires": [ "-1" @@ -9375,8 +10855,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9384,7 +10864,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9395,22 +10875,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11975" ], "x-ms-request-id": [ - "f1a7eadf-7423-43bc-8213-591b4b76c19d" + "558a204a-b50e-40af-b4cf-1c1c138fb962" ], "x-ms-correlation-request-id": [ - "f1a7eadf-7423-43bc-8213-591b4b76c19d" + "558a204a-b50e-40af-b4cf-1c1c138fb962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131117Z:f1a7eadf-7423-43bc-8213-591b4b76c19d" + "WESTUS:20200413T062529Z:558a204a-b50e-40af-b4cf-1c1c138fb962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9419,7 +10899,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:11:16 GMT" + "Mon, 13 Apr 2020 06:25:29 GMT" ], "Expires": [ "-1" @@ -9432,8 +10912,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9441,7 +10921,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9452,22 +10932,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11974" ], "x-ms-request-id": [ - "de98a033-adeb-4795-9620-de7090bb9a2a" + "4f80df20-17dc-4af7-948b-52fbc4643893" ], "x-ms-correlation-request-id": [ - "de98a033-adeb-4795-9620-de7090bb9a2a" + "4f80df20-17dc-4af7-948b-52fbc4643893" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131132Z:de98a033-adeb-4795-9620-de7090bb9a2a" + "WESTUS:20200413T062544Z:4f80df20-17dc-4af7-948b-52fbc4643893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9476,7 +10956,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:11:31 GMT" + "Mon, 13 Apr 2020 06:25:44 GMT" ], "Expires": [ "-1" @@ -9489,8 +10969,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9498,7 +10978,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9509,22 +10989,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11973" ], "x-ms-request-id": [ - "b8216101-c3b6-4047-b350-bcb9e088b5c9" + "029d5048-3492-47d7-8dd3-64f881071af5" ], "x-ms-correlation-request-id": [ - "b8216101-c3b6-4047-b350-bcb9e088b5c9" + "029d5048-3492-47d7-8dd3-64f881071af5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131148Z:b8216101-c3b6-4047-b350-bcb9e088b5c9" + "WESTUS:20200413T062559Z:029d5048-3492-47d7-8dd3-64f881071af5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9533,7 +11013,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:11:48 GMT" + "Mon, 13 Apr 2020 06:25:59 GMT" ], "Expires": [ "-1" @@ -9546,8 +11026,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9555,7 +11035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9566,22 +11046,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11972" ], "x-ms-request-id": [ - "1d7141ae-ae60-49ea-bfac-2563b02a41e9" + "f3b6b984-b9b7-4aba-b393-a0af2aaf1637" ], "x-ms-correlation-request-id": [ - "1d7141ae-ae60-49ea-bfac-2563b02a41e9" + "f3b6b984-b9b7-4aba-b393-a0af2aaf1637" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131203Z:1d7141ae-ae60-49ea-bfac-2563b02a41e9" + "WESTUS:20200413T062614Z:f3b6b984-b9b7-4aba-b393-a0af2aaf1637" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9590,7 +11070,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:12:03 GMT" + "Mon, 13 Apr 2020 06:26:13 GMT" ], "Expires": [ "-1" @@ -9603,8 +11083,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9612,7 +11092,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9623,22 +11103,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11971" ], "x-ms-request-id": [ - "706031bb-6e74-4b53-91b9-01735e4ae9eb" + "5940424d-ea47-4f47-9481-5e8fcb62fa59" ], "x-ms-correlation-request-id": [ - "706031bb-6e74-4b53-91b9-01735e4ae9eb" + "5940424d-ea47-4f47-9481-5e8fcb62fa59" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131218Z:706031bb-6e74-4b53-91b9-01735e4ae9eb" + "WESTUS:20200413T062629Z:5940424d-ea47-4f47-9481-5e8fcb62fa59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9647,7 +11127,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:12:18 GMT" + "Mon, 13 Apr 2020 06:26:28 GMT" ], "Expires": [ "-1" @@ -9660,8 +11140,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9669,7 +11149,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9680,22 +11160,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11970" ], "x-ms-request-id": [ - "8b506d46-4100-44d7-8c51-867f90cde9ee" + "1dc66d3a-2392-486b-a6f1-f77c17d05d0e" ], "x-ms-correlation-request-id": [ - "8b506d46-4100-44d7-8c51-867f90cde9ee" + "1dc66d3a-2392-486b-a6f1-f77c17d05d0e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131234Z:8b506d46-4100-44d7-8c51-867f90cde9ee" + "WESTUS:20200413T062644Z:1dc66d3a-2392-486b-a6f1-f77c17d05d0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9704,7 +11184,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:12:34 GMT" + "Mon, 13 Apr 2020 06:26:43 GMT" ], "Expires": [ "-1" @@ -9717,8 +11197,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9726,7 +11206,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9737,22 +11217,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11969" ], "x-ms-request-id": [ - "bf19905b-510e-4416-bf0a-569553d82426" + "2c1639af-bfbe-43d7-abe5-f295ffca807c" ], "x-ms-correlation-request-id": [ - "bf19905b-510e-4416-bf0a-569553d82426" + "2c1639af-bfbe-43d7-abe5-f295ffca807c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131249Z:bf19905b-510e-4416-bf0a-569553d82426" + "WESTUS:20200413T062659Z:2c1639af-bfbe-43d7-abe5-f295ffca807c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9761,7 +11241,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:12:49 GMT" + "Mon, 13 Apr 2020 06:26:59 GMT" ], "Expires": [ "-1" @@ -9774,8 +11254,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9783,7 +11263,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9794,22 +11274,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11968" ], "x-ms-request-id": [ - "592785a9-d587-42fe-9789-ea971d7f3eb5" + "f3a4c9d2-b534-423f-af02-650c4a06d28e" ], "x-ms-correlation-request-id": [ - "592785a9-d587-42fe-9789-ea971d7f3eb5" + "f3a4c9d2-b534-423f-af02-650c4a06d28e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131305Z:592785a9-d587-42fe-9789-ea971d7f3eb5" + "WESTUS:20200413T062714Z:f3a4c9d2-b534-423f-af02-650c4a06d28e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9818,7 +11298,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:13:04 GMT" + "Mon, 13 Apr 2020 06:27:14 GMT" ], "Expires": [ "-1" @@ -9831,8 +11311,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9840,7 +11320,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9851,22 +11331,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11967" ], "x-ms-request-id": [ - "8329835e-7f4a-4287-b90c-bf4c694f04e4" + "e8bd6755-93c2-4c85-90b7-dbbd4662932f" ], "x-ms-correlation-request-id": [ - "8329835e-7f4a-4287-b90c-bf4c694f04e4" + "e8bd6755-93c2-4c85-90b7-dbbd4662932f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131320Z:8329835e-7f4a-4287-b90c-bf4c694f04e4" + "WESTUS:20200413T062729Z:e8bd6755-93c2-4c85-90b7-dbbd4662932f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9875,7 +11355,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:13:20 GMT" + "Mon, 13 Apr 2020 06:27:29 GMT" ], "Expires": [ "-1" @@ -9888,8 +11368,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9897,7 +11377,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9908,22 +11388,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11966" ], "x-ms-request-id": [ - "6f096ab0-de4f-421e-91ea-866c1896f8c3" + "0e0cf7a2-14f2-492e-8739-8690727b607f" ], "x-ms-correlation-request-id": [ - "6f096ab0-de4f-421e-91ea-866c1896f8c3" + "0e0cf7a2-14f2-492e-8739-8690727b607f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131336Z:6f096ab0-de4f-421e-91ea-866c1896f8c3" + "WESTUS:20200413T062744Z:0e0cf7a2-14f2-492e-8739-8690727b607f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9932,7 +11412,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:13:35 GMT" + "Mon, 13 Apr 2020 06:27:44 GMT" ], "Expires": [ "-1" @@ -9945,8 +11425,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9954,7 +11434,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9965,22 +11445,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11965" ], "x-ms-request-id": [ - "ace5fef0-deba-43fb-903a-ca11331a9b89" + "53172cf2-6772-4409-a04a-1f34e2a597e4" ], "x-ms-correlation-request-id": [ - "ace5fef0-deba-43fb-903a-ca11331a9b89" + "53172cf2-6772-4409-a04a-1f34e2a597e4" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131351Z:ace5fef0-deba-43fb-903a-ca11331a9b89" + "WESTUS:20200413T062800Z:53172cf2-6772-4409-a04a-1f34e2a597e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9989,7 +11469,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:13:50 GMT" + "Mon, 13 Apr 2020 06:27:59 GMT" ], "Expires": [ "-1" @@ -10002,8 +11482,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10011,7 +11491,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10022,22 +11502,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11964" ], "x-ms-request-id": [ - "5e5df770-f3a5-4209-a957-227ccaddb0f9" + "fc61efd7-06f8-4929-af8f-697d093d5367" ], "x-ms-correlation-request-id": [ - "5e5df770-f3a5-4209-a957-227ccaddb0f9" + "fc61efd7-06f8-4929-af8f-697d093d5367" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131406Z:5e5df770-f3a5-4209-a957-227ccaddb0f9" + "WESTUS:20200413T062815Z:fc61efd7-06f8-4929-af8f-697d093d5367" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10046,7 +11526,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:14:06 GMT" + "Mon, 13 Apr 2020 06:28:14 GMT" ], "Expires": [ "-1" @@ -10059,8 +11539,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10068,7 +11548,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10079,22 +11559,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11963" ], "x-ms-request-id": [ - "c7575b1d-5f6d-46cb-aff0-6c93548bbed8" + "717fbbb5-a56c-4ef5-afef-4019fe22d7fb" ], "x-ms-correlation-request-id": [ - "c7575b1d-5f6d-46cb-aff0-6c93548bbed8" + "717fbbb5-a56c-4ef5-afef-4019fe22d7fb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131422Z:c7575b1d-5f6d-46cb-aff0-6c93548bbed8" + "WESTUS:20200413T062830Z:717fbbb5-a56c-4ef5-afef-4019fe22d7fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10103,7 +11583,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:14:22 GMT" + "Mon, 13 Apr 2020 06:28:29 GMT" ], "Expires": [ "-1" @@ -10116,8 +11596,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10125,7 +11605,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10136,22 +11616,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11962" ], "x-ms-request-id": [ - "f949d42d-32ff-4801-b39c-d13348130cb1" + "e8f10d99-ac5c-48bf-87d2-a83d87c300de" ], "x-ms-correlation-request-id": [ - "f949d42d-32ff-4801-b39c-d13348130cb1" + "e8f10d99-ac5c-48bf-87d2-a83d87c300de" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131437Z:f949d42d-32ff-4801-b39c-d13348130cb1" + "WESTUS:20200413T062845Z:e8f10d99-ac5c-48bf-87d2-a83d87c300de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10160,7 +11640,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:14:37 GMT" + "Mon, 13 Apr 2020 06:28:45 GMT" ], "Expires": [ "-1" @@ -10173,8 +11653,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10182,7 +11662,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10193,22 +11673,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11961" ], "x-ms-request-id": [ - "d80df793-aa0f-4685-ba98-c67efccf497d" + "2c1c656b-c632-486e-b241-28e2ad31be52" ], "x-ms-correlation-request-id": [ - "d80df793-aa0f-4685-ba98-c67efccf497d" + "2c1c656b-c632-486e-b241-28e2ad31be52" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131452Z:d80df793-aa0f-4685-ba98-c67efccf497d" + "WESTUS:20200413T062900Z:2c1c656b-c632-486e-b241-28e2ad31be52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10217,7 +11697,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:14:52 GMT" + "Mon, 13 Apr 2020 06:29:00 GMT" ], "Expires": [ "-1" @@ -10230,8 +11710,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10239,7 +11719,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10250,22 +11730,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11960" ], "x-ms-request-id": [ - "64257082-a999-443d-82c0-1e00e8010be3" + "e5433ca4-22a4-4cff-93c1-001aff123491" ], "x-ms-correlation-request-id": [ - "64257082-a999-443d-82c0-1e00e8010be3" + "e5433ca4-22a4-4cff-93c1-001aff123491" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131508Z:64257082-a999-443d-82c0-1e00e8010be3" + "WESTUS:20200413T062915Z:e5433ca4-22a4-4cff-93c1-001aff123491" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10274,7 +11754,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:15:07 GMT" + "Mon, 13 Apr 2020 06:29:15 GMT" ], "Expires": [ "-1" @@ -10287,8 +11767,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10296,7 +11776,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10307,22 +11787,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11959" ], "x-ms-request-id": [ - "6acdd779-53f9-47cb-b4f7-ac0591f98b64" + "03e7ec6f-71a2-490d-bc4e-6eac8c512d7e" ], "x-ms-correlation-request-id": [ - "6acdd779-53f9-47cb-b4f7-ac0591f98b64" + "03e7ec6f-71a2-490d-bc4e-6eac8c512d7e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131523Z:6acdd779-53f9-47cb-b4f7-ac0591f98b64" + "WESTUS:20200413T062930Z:03e7ec6f-71a2-490d-bc4e-6eac8c512d7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10331,7 +11811,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:15:23 GMT" + "Mon, 13 Apr 2020 06:29:30 GMT" ], "Expires": [ "-1" @@ -10344,8 +11824,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10353,7 +11833,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10364,22 +11844,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11958" ], "x-ms-request-id": [ - "76dae9df-0015-4cdf-a1b6-5eb1c16db818" + "eb13618f-81f4-4851-a408-ac20cec86837" ], "x-ms-correlation-request-id": [ - "76dae9df-0015-4cdf-a1b6-5eb1c16db818" + "eb13618f-81f4-4851-a408-ac20cec86837" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131539Z:76dae9df-0015-4cdf-a1b6-5eb1c16db818" + "WESTUS:20200413T062945Z:eb13618f-81f4-4851-a408-ac20cec86837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10388,7 +11868,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:15:38 GMT" + "Mon, 13 Apr 2020 06:29:44 GMT" ], "Expires": [ "-1" @@ -10401,8 +11881,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10410,7 +11890,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10421,22 +11901,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11957" ], "x-ms-request-id": [ - "89e660b6-6185-4932-b2c7-45ddb2108d65" + "66192723-8ec7-4a4e-99d0-2d298db43c3d" ], "x-ms-correlation-request-id": [ - "89e660b6-6185-4932-b2c7-45ddb2108d65" + "66192723-8ec7-4a4e-99d0-2d298db43c3d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131554Z:89e660b6-6185-4932-b2c7-45ddb2108d65" + "WESTUS:20200413T063000Z:66192723-8ec7-4a4e-99d0-2d298db43c3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10445,7 +11925,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:15:53 GMT" + "Mon, 13 Apr 2020 06:29:59 GMT" ], "Expires": [ "-1" @@ -10458,8 +11938,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10467,7 +11947,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10478,22 +11958,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11956" ], "x-ms-request-id": [ - "00321356-9414-4160-bcbd-4b2f49f2d8ae" + "6e2bcea7-113c-4fd5-9ba5-b419be70b3ae" ], "x-ms-correlation-request-id": [ - "00321356-9414-4160-bcbd-4b2f49f2d8ae" + "6e2bcea7-113c-4fd5-9ba5-b419be70b3ae" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131609Z:00321356-9414-4160-bcbd-4b2f49f2d8ae" + "WESTUS:20200413T063015Z:6e2bcea7-113c-4fd5-9ba5-b419be70b3ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10502,7 +11982,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:16:08 GMT" + "Mon, 13 Apr 2020 06:30:15 GMT" ], "Expires": [ "-1" @@ -10515,8 +11995,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10524,7 +12004,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10535,22 +12015,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11955" ], "x-ms-request-id": [ - "46afc078-5b56-4e29-9ec7-954e3459b04f" + "aa907e8e-4ac9-42c7-9de2-b6272db057e3" ], "x-ms-correlation-request-id": [ - "46afc078-5b56-4e29-9ec7-954e3459b04f" + "aa907e8e-4ac9-42c7-9de2-b6272db057e3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131625Z:46afc078-5b56-4e29-9ec7-954e3459b04f" + "WESTUS:20200413T063030Z:aa907e8e-4ac9-42c7-9de2-b6272db057e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10559,7 +12039,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:16:24 GMT" + "Mon, 13 Apr 2020 06:30:30 GMT" ], "Expires": [ "-1" @@ -10572,8 +12052,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10581,7 +12061,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10592,16 +12072,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11954" ], "x-ms-request-id": [ - "206608e8-a398-4051-96bc-cb13c812fd4a" + "5eadca0b-8dfd-4521-8579-4023f480903e" ], "x-ms-correlation-request-id": [ - "206608e8-a398-4051-96bc-cb13c812fd4a" + "5eadca0b-8dfd-4521-8579-4023f480903e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131640Z:206608e8-a398-4051-96bc-cb13c812fd4a" + "WESTUS:20200413T063045Z:5eadca0b-8dfd-4521-8579-4023f480903e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10610,7 +12090,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:16:39 GMT" + "Mon, 13 Apr 2020 06:30:45 GMT" ], "Expires": [ "-1" @@ -10623,8 +12103,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyMzgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU16Z3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ1MTktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRMU1Ua3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10632,7 +12112,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10643,16 +12123,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11953" ], "x-ms-request-id": [ - "f62394be-36ed-476a-9ee2-63f9ef58452e" + "25c4a7a2-3fde-4904-8823-d21ad82436d6" ], "x-ms-correlation-request-id": [ - "f62394be-36ed-476a-9ee2-63f9ef58452e" + "25c4a7a2-3fde-4904-8823-d21ad82436d6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T131640Z:f62394be-36ed-476a-9ee2-63f9ef58452e" + "WESTUS:20200413T063045Z:25c4a7a2-3fde-4904-8823-d21ad82436d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10661,7 +12141,7 @@ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 13:16:39 GMT" + "Mon, 13 Apr 2020 06:30:45 GMT" ], "Expires": [ "-1" @@ -10676,40 +12156,40 @@ ], "Names": { "Test-ApplicationGatewayCRUDSubItems2": [ - "ps4238", - "ps7392", - "ps3433", - "ps4241", - "ps4192", - "ps6819", - "ps1837", - "ps3877", - "ps8304", - "ps7369", - "ps9949", - "ps4825", - "ps1802", - "ps8576", - "ps9426", - "ps2732", - "ps4073", - "ps6847", - "ps9988", - "ps5239", - "ps425", - "ps2690", - "ps8790", - "ps692", - "ps5433", - "ps5936", - "ps477", - "ps150", - "ps5738", - "ps3043", - "ps5941" + "ps4519", + "ps5669", + "ps4872", + "ps2657", + "ps5459", + "ps4065", + "ps994", + "ps3400", + "ps9763", + "ps543", + "ps5769", + "ps5616", + "ps8017", + "ps4920", + "ps2163", + "ps3802", + "ps2403", + "ps2602", + "ps2718", + "ps4435", + "ps6753", + "ps9329", + "ps3721", + "ps6197", + "ps2121", + "ps8624", + "ps7019", + "ps3368", + "ps456", + "ps9046", + "ps3381" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json index f73ea3f07146..158645a22b03 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json @@ -1,13 +1,73 @@ { "Entries": [ { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourcegroups/ps2650?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlZ3JvdXBzL3BzMjY1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5f74af4-b406-42d0-99d9-a75775ed17e7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "3ac67014-829b-4e77-a77f-bd5e5d376dfd" + ], + "x-ms-correlation-request-id": [ + "3ac67014-829b-4e77-a77f-bd5e5d376dfd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T192119Z:3ac67014-829b-4e77-a77f-bd5e5d376dfd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 19:21:19 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "70378" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps2131?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMjEzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ab2d78a-8ed7-4692-80b0-ba44174558d2" + "5acc5c85-045f-431b-b2a2-4c07bdc257dc" ], "Accept-Language": [ "en-US" @@ -16,13 +76,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "28" + "31" ] }, "ResponseHeaders": { @@ -36,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "7df0932a-5c6b-4719-ac9c-56951ef8ed4c" + "adcd5d19-2273-4f72-9fc0-225287256e9b" ], "x-ms-correlation-request-id": [ - "7df0932a-5c6b-4719-ac9c-56951ef8ed4c" + "adcd5d19-2273-4f72-9fc0-225287256e9b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130533Z:7df0932a-5c6b-4719-ac9c-56951ef8ed4c" + "WESTUS:20200413T192120Z:adcd5d19-2273-4f72-9fc0-225287256e9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:33 GMT" + "Mon, 13 Apr 2020 19:21:20 GMT" ], "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650\",\r\n \"name\": \"ps2650\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131\",\r\n \"name\": \"ps2131\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMTM5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d4a86f8-d468-48dc-aa26-2d16a58704b4" + "a284b611-aa08-4e81-9074-ad434f269bbb" ], "Accept-Language": [ "en-US" @@ -96,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "719b92d2-7a2a-4a1b-9db9-302b39190570" + "07e4c2bc-0a7d-487b-9264-7d40de935f29" ], "x-ms-correlation-request-id": [ - "719b92d2-7a2a-4a1b-9db9-302b39190570" + "07e4c2bc-0a7d-487b-9264-7d40de935f29" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130534Z:719b92d2-7a2a-4a1b-9db9-302b39190570" + "WESTUS:20200413T192120Z:07e4c2bc-0a7d-487b-9264-7d40de935f29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +171,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:33 GMT" + "Mon, 13 Apr 2020 19:21:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps1395' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps2881' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMTM5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -147,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\"" + "W/\"1190ae65-a6d3-4324-824f-919d47247e0f\"" ], "x-ms-request-id": [ - "be4998e4-9421-43df-a678-e7c2764ff736" + "9661b568-b8b8-4159-90a3-66101d8f11e9" ], "x-ms-correlation-request-id": [ - "8ce894d3-0c58-496f-bbbc-2f7921bcf2f5" + "fe626496-988a-4461-832a-ce11b1a0484e" ], "x-ms-arm-service-request-id": [ - "748e46be-2bc6-4e52-bd75-e3aac46fa4a2" + "cbb7e7df-38f0-4033-ada1-cfa01a4b0ae1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,16 +229,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130546Z:8ce894d3-0c58-496f-bbbc-2f7921bcf2f5" + "WESTUS:20200413T192138Z:fe626496-988a-4461-832a-ce11b1a0484e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:45 GMT" + "Mon, 13 Apr 2020 19:21:37 GMT" ], "Content-Length": [ - "1268" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -187,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1395\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"046d1beb-554f-42ed-bdc1-f7747fcaadac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5291\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2881\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"adf40859-b0e3-4ecc-845e-af05aae8c5eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6683\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMTM5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b9873cc-4fe3-4892-908d-50ef52089a95" + "b82fcecb-cb09-409f-ab20-025d90db6aad" ], "Accept-Language": [ "en-US" @@ -217,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\"" + "W/\"1190ae65-a6d3-4324-824f-919d47247e0f\"" ], "x-ms-request-id": [ - "d620e730-1668-4e0e-8f33-b47dc48a6dd3" + "fc6186ed-e69f-409a-981b-b9fbf7bd7653" ], "x-ms-correlation-request-id": [ - "4279ec6a-4f54-4806-bc25-3c90a4a857c8" + "6ca44ee7-741a-4451-b453-26512cf76272" ], "x-ms-arm-service-request-id": [ - "6c14ab5b-1218-4997-a63d-005c4b97ca10" + "c3adc4c4-eed4-4e3a-b02c-56562166e99b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -239,16 +299,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130547Z:4279ec6a-4f54-4806-bc25-3c90a4a857c8" + "WESTUS:20200413T192138Z:6ca44ee7-741a-4451-b453-26512cf76272" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:46 GMT" + "Mon, 13 Apr 2020 19:21:37 GMT" ], "Content-Length": [ - "1268" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -257,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1395\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"046d1beb-554f-42ed-bdc1-f7747fcaadac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5291\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2881\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"adf40859-b0e3-4ecc-845e-af05aae8c5eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6683\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMTM5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04bbb45a-07d3-460a-964f-7c2412413f2c" + "8cc2bdc3-1925-4510-9829-817761aecdb6" ], "Accept-Language": [ "en-US" @@ -287,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\"" + "W/\"1190ae65-a6d3-4324-824f-919d47247e0f\"" ], "x-ms-request-id": [ - "01d94ab9-f47a-4d7d-a41b-888ba7ed7237" + "82a3bc58-8a32-42d0-b1e5-b998b6b45ffd" ], "x-ms-correlation-request-id": [ - "3268811e-532a-4299-9ebd-e1066c37fe16" + "c78bd5e6-3fcb-4a3e-97dc-db8befec1709" ], "x-ms-arm-service-request-id": [ - "9d270419-8eb6-4b43-bd7f-846a268d0250" + "b4a1d58e-f285-4647-86b7-f1f798d89327" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,16 +369,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130548Z:3268811e-532a-4299-9ebd-e1066c37fe16" + "WESTUS:20200413T192138Z:c78bd5e6-3fcb-4a3e-97dc-db8befec1709" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:47 GMT" + "Mon, 13 Apr 2020 19:21:37 GMT" ], "Content-Length": [ - "1268" + "1269" ], "Content-Type": [ "application/json; charset=utf-8" @@ -327,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1395\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"046d1beb-554f-42ed-bdc1-f7747fcaadac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5291\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\",\r\n \"etag\": \"W/\\\"b4e2d823-c4d2-495d-92e0-e455d07e0cfd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2881\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"adf40859-b0e3-4ecc-845e-af05aae8c5eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6683\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\",\r\n \"etag\": \"W/\\\"1190ae65-a6d3-4324-824f-919d47247e0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMTM5NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5291\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps6683\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2d1b12aa-5498-4d1c-bea1-64c38798271b" + "06046d7a-39d6-4996-803e-75a30942895f" ], "Accept-Language": [ "en-US" @@ -352,7 +412,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "677" + "680" ] }, "ResponseHeaders": { @@ -366,19 +426,19 @@ "3" ], "x-ms-request-id": [ - "076f3f8c-1831-4d34-8062-4bb2b699f327" + "8e6b25cd-4708-40be-858e-4ae05192b9ad" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/076f3f8c-1831-4d34-8062-4bb2b699f327?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8e6b25cd-4708-40be-858e-4ae05192b9ad?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "6b29f272-0f25-496e-af19-ec5c1f5675f0" + "aae0b4a7-6b77-4422-a6f6-8d138d5bcb52" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2c92dca5-6372-4915-b2cc-b030d508676b" + "e79b87a3-a07c-463a-b80a-ec54084690ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -391,16 +451,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130542Z:6b29f272-0f25-496e-af19-ec5c1f5675f0" + "WESTUS:20200413T192134Z:aae0b4a7-6b77-4422-a6f6-8d138d5bcb52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:41 GMT" + "Mon, 13 Apr 2020 19:21:33 GMT" ], "Content-Length": [ - "1266" + "1267" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps1395\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395\",\r\n \"etag\": \"W/\\\"b97526f6-2362-43c2-9864-a37f7a77d26d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"046d1beb-554f-42ed-bdc1-f7747fcaadac\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5291\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\",\r\n \"etag\": \"W/\\\"b97526f6-2362-43c2-9864-a37f7a77d26d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2881\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881\",\r\n \"etag\": \"W/\\\"0e7eb747-83bc-49f1-9f3f-5bae8da6b99f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"adf40859-b0e3-4ecc-845e-af05aae8c5eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6683\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\",\r\n \"etag\": \"W/\\\"0e7eb747-83bc-49f1-9f3f-5bae8da6b99f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/076f3f8c-1831-4d34-8062-4bb2b699f327?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDc2ZjNmOGMtMTgzMS00ZDM0LTgwNjItNGJiMmI2OTlmMzI3P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8e6b25cd-4708-40be-858e-4ae05192b9ad?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhlNmIyNWNkLTQ3MDgtNDBiZS04NThlLTRhZTA1MTkyYjlhZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -433,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "ceaea336-7fe4-4e95-8393-80722a2833e6" + "e2c88b1c-f966-467e-9cd9-6a5c0a5a0277" ], "x-ms-correlation-request-id": [ - "9ac1ff88-980e-48f5-93ef-27173b883bab" + "51ad0b4a-b934-4864-b67e-0e642d0a410d" ], "x-ms-arm-service-request-id": [ - "66073d91-211b-4eaa-989e-3cb631009656" + "88ccc895-b5eb-4344-848d-80b6b87e0bb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -452,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130546Z:9ac1ff88-980e-48f5-93ef-27173b883bab" + "WESTUS:20200413T192138Z:51ad0b4a-b934-4864-b67e-0e642d0a410d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:45 GMT" + "Mon, 13 Apr 2020 19:21:37 GMT" ], "Content-Length": [ "29" @@ -474,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjY4OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abeb40af-d1f3-4e0e-bc2c-ba16930ea241" + "3bc26b4d-0def-483a-8f34-8acb60c33d2c" ], "Accept-Language": [ "en-US" @@ -503,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "1f37e036-0e0e-42b2-a3d4-36d9310e9904" + "bd6e7695-76d3-443e-ae3a-201d1211b9a6" ], "x-ms-correlation-request-id": [ - "1f37e036-0e0e-42b2-a3d4-36d9310e9904" + "bd6e7695-76d3-443e-ae3a-201d1211b9a6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130549Z:1f37e036-0e0e-42b2-a3d4-36d9310e9904" + "WESTUS:20200413T192138Z:bd6e7695-76d3-443e-ae3a-201d1211b9a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,7 +578,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:48 GMT" + "Mon, 13 Apr 2020 19:21:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -530,12 +590,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps2689' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps2884' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjY4OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -554,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"80eaed06-7da1-40a3-84fe-6a08e25eac20\"" + "W/\"9be25ca6-2c85-4079-8567-8006365a5351\"" ], "x-ms-request-id": [ - "08dea759-69a4-4a6d-b275-4a07dc36f96e" + "e91bcadd-9c7c-4555-9b99-8d8b2c3aaf0e" ], "x-ms-correlation-request-id": [ - "d4cc83e0-4b05-4898-b068-a0843370d759" + "f9489ca0-0886-4047-87ad-9d75cc8e84ee" ], "x-ms-arm-service-request-id": [ - "e277b84e-36be-41d9-bfb4-fda610b5c6e8" + "e3aa6a87-3b35-4eb9-b86e-6df823ade4d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,19 +633,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130559Z:d4cc83e0-4b05-4898-b068-a0843370d759" + "WESTUS:20200413T192142Z:f9489ca0-0886-4047-87ad-9d75cc8e84ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:59 GMT" + "Mon, 13 Apr 2020 19:21:42 GMT" ], "Content-Length": [ - "1267" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95f499ee-9f77-4462-9633-33acc5055597\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3424\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689/subnets/ps3424\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2884\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea4d2f5e-75ea-457d-80aa-e34e078b1f76\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4649\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884/subnets/ps4649\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjY4OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bebfead4-0d22-4251-bf4f-c84764e7c422" + "56336e2b-e91d-4462-8af4-eed44db3ac3f" ], "Accept-Language": [ "en-US" @@ -624,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"80eaed06-7da1-40a3-84fe-6a08e25eac20\"" + "W/\"9be25ca6-2c85-4079-8567-8006365a5351\"" ], "x-ms-request-id": [ - "a4f5e726-6e9c-426c-ba84-31c4d12a7e8c" + "43396f06-96b7-401d-9a30-14304d7b44dc" ], "x-ms-correlation-request-id": [ - "5e298f1c-eea3-4f0d-b101-6dbdc90f1a29" + "78abc2e7-9052-4820-ae48-d52402a5dae3" ], "x-ms-arm-service-request-id": [ - "b3431ad4-d804-4878-9d07-1b5fb2f4cecc" + "1f2c1856-d8ad-4cd2-a342-7a4313327aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -643,19 +703,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130600Z:5e298f1c-eea3-4f0d-b101-6dbdc90f1a29" + "WESTUS:20200413T192142Z:78abc2e7-9052-4820-ae48-d52402a5dae3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:59 GMT" + "Mon, 13 Apr 2020 19:21:42 GMT" ], "Content-Length": [ - "1267" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95f499ee-9f77-4462-9633-33acc5055597\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3424\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689/subnets/ps3424\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2884\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea4d2f5e-75ea-457d-80aa-e34e078b1f76\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4649\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884/subnets/ps4649\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjY4OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ce0ecf1-8437-4385-8a55-d4747803c9fb" + "bc6f209e-8f22-48b9-975a-e41bbe68b472" ], "Accept-Language": [ "en-US" @@ -694,16 +754,16 @@ "no-cache" ], "ETag": [ - "W/\"80eaed06-7da1-40a3-84fe-6a08e25eac20\"" + "W/\"9be25ca6-2c85-4079-8567-8006365a5351\"" ], "x-ms-request-id": [ - "04c87ec7-80e2-4997-a3c5-b966ae1e48bb" + "376a9dae-9cd1-4633-a694-a7931b553d10" ], "x-ms-correlation-request-id": [ - "e97527dd-257d-4a80-bbfe-efba452d96ea" + "0e042e8a-06ad-4af2-a050-5e1ace64dc2d" ], "x-ms-arm-service-request-id": [ - "a95feefa-fbb3-47ae-a905-987755c73c52" + "d2a09d06-b9b7-4547-aaf4-c25e1b7dbc94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -716,16 +776,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130600Z:e97527dd-257d-4a80-bbfe-efba452d96ea" + "WESTUS:20200413T192143Z:0e042e8a-06ad-4af2-a050-5e1ace64dc2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:00 GMT" + "Mon, 13 Apr 2020 19:21:42 GMT" ], "Content-Length": [ - "1267" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -734,17 +794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"95f499ee-9f77-4462-9633-33acc5055597\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3424\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689/subnets/ps3424\",\r\n \"etag\": \"W/\\\"80eaed06-7da1-40a3-84fe-6a08e25eac20\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2884\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea4d2f5e-75ea-457d-80aa-e34e078b1f76\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4649\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884/subnets/ps4649\",\r\n \"etag\": \"W/\\\"9be25ca6-2c85-4079-8567-8006365a5351\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjY4OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjg4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps3424\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps4649\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a91e885e-7b6e-472a-bdbc-9e164f5c5e18" + "8741c7e3-7e32-4b2d-896e-f9a4ced29063" ], "Accept-Language": [ "en-US" @@ -759,7 +819,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "676" + "679" ] }, "ResponseHeaders": { @@ -773,19 +833,19 @@ "3" ], "x-ms-request-id": [ - "afdbf71e-4680-48cb-97c3-5fa92624b271" + "8ca39e53-0981-4391-9bf3-c632217ce987" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/afdbf71e-4680-48cb-97c3-5fa92624b271?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8ca39e53-0981-4391-9bf3-c632217ce987?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "3f6aa096-0122-4e14-b20d-59f4b3bf08e6" + "882b8519-cae1-4638-ad18-ca0944e8ceac" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "38c81e2e-e0fa-474b-a633-754f0904faf2" + "9cf5f32d-d4c3-4d0a-9340-b464dbd31098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -798,16 +858,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130555Z:3f6aa096-0122-4e14-b20d-59f4b3bf08e6" + "WESTUS:20200413T192139Z:882b8519-cae1-4638-ad18-ca0944e8ceac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:55 GMT" + "Mon, 13 Apr 2020 19:21:39 GMT" ], "Content-Length": [ - "1265" + "1266" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,12 +876,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689\",\r\n \"etag\": \"W/\\\"c441b2ce-78ee-4b2f-a986-c761b23025d4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"95f499ee-9f77-4462-9633-33acc5055597\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3424\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps2689/subnets/ps3424\",\r\n \"etag\": \"W/\\\"c441b2ce-78ee-4b2f-a986-c761b23025d4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2884\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884\",\r\n \"etag\": \"W/\\\"dc8dca31-7bcf-4abd-9a99-3675ac9feced\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ea4d2f5e-75ea-457d-80aa-e34e078b1f76\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps4649\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2884/subnets/ps4649\",\r\n \"etag\": \"W/\\\"dc8dca31-7bcf-4abd-9a99-3675ac9feced\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/afdbf71e-4680-48cb-97c3-5fa92624b271?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZkYmY3MWUtNDY4MC00OGNiLTk3YzMtNWZhOTI2MjRiMjcxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8ca39e53-0981-4391-9bf3-c632217ce987?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhjYTM5ZTUzLTA5ODEtNDM5MS05YmYzLWM2MzIyMTdjZTk4Nz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -840,13 +900,13 @@ "no-cache" ], "x-ms-request-id": [ - "7d73f67b-4690-4879-963f-29436ffd46ad" + "f713f1c2-4f5f-430c-af04-a5fc956d2d17" ], "x-ms-correlation-request-id": [ - "92d178d7-1d2f-4853-b7a9-0efe4a17c6d0" + "1b752f78-6bdf-46f0-aaf9-2e496c063bbd" ], "x-ms-arm-service-request-id": [ - "0a0879d4-6565-43c6-824e-82a211b00857" + "d30e5a30-43ef-42a5-bb14-ed134885e8d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -856,16 +916,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130559Z:92d178d7-1d2f-4853-b7a9-0efe4a17c6d0" + "WESTUS:20200413T192142Z:1b752f78-6bdf-46f0-aaf9-2e496c063bbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:05:59 GMT" + "Mon, 13 Apr 2020 19:21:42 GMT" ], "Content-Length": [ "29" @@ -881,13 +941,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNjE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbd22842-7449-4c98-94eb-0162b94b0eba" + "8e8376a1-c6cb-468b-964c-c5faf0b13794" ], "Accept-Language": [ "en-US" @@ -910,13 +970,13 @@ "gateway" ], "x-ms-request-id": [ - "31028941-9e32-44b4-8ea3-62105a2ad091" + "9fc36a7b-d196-4bdf-a8b1-f556a1d16ac8" ], "x-ms-correlation-request-id": [ - "31028941-9e32-44b4-8ea3-62105a2ad091" + "9fc36a7b-d196-4bdf-a8b1-f556a1d16ac8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130601Z:31028941-9e32-44b4-8ea3-62105a2ad091" + "WESTUS:20200413T192143Z:9fc36a7b-d196-4bdf-a8b1-f556a1d16ac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -925,7 +985,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:00 GMT" + "Mon, 13 Apr 2020 19:21:42 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -934,15 +994,15 @@ "-1" ], "Content-Length": [ - "151" + "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps997' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps3614' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNjE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -961,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"27834fab-6cab-4df4-bb27-06906b7f9c96\"" + "W/\"367a6c91-a4c1-4f49-8d6d-fc09a57b497d\"" ], "x-ms-request-id": [ - "2ce5f760-0774-4911-9091-431b029db0e8" + "6beb96ae-0ebf-4f7e-aa59-b8504805fad6" ], "x-ms-correlation-request-id": [ - "f49d8c2b-ffc0-4eb4-9fc4-b4373b94d2c3" + "3049c1c8-dbc8-4e4c-9724-1ad8ac819042" ], "x-ms-arm-service-request-id": [ - "06bf251f-1f5c-442e-a523-f28cd7d2796f" + "0c42a9f0-ef1f-4488-91f3-cfb3ee9cd589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -983,16 +1043,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130608Z:f49d8c2b-ffc0-4eb4-9fc4-b4373b94d2c3" + "WESTUS:20200413T192145Z:3049c1c8-dbc8-4e4c-9724-1ad8ac819042" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:07 GMT" + "Mon, 13 Apr 2020 19:21:44 GMT" ], "Content-Length": [ - "627" + "631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1001,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps997\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\",\r\n \"etag\": \"W/\\\"27834fab-6cab-4df4-bb27-06906b7f9c96\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5079c96f-0b85-42ef-9c19-230c1d2ddbc5\",\r\n \"ipAddress\": \"13.86.240.242\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\",\r\n \"etag\": \"W/\\\"367a6c91-a4c1-4f49-8d6d-fc09a57b497d\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e2a1b7e-f648-44b0-8f7a-54b5d973f675\",\r\n \"ipAddress\": \"52.156.146.122\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNjE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f60ea5c-81c6-4f06-a5bb-e7dc1daf345a" + "3e6b58ad-384d-4186-a801-fb58221123fd" ], "Accept-Language": [ "en-US" @@ -1031,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"27834fab-6cab-4df4-bb27-06906b7f9c96\"" + "W/\"367a6c91-a4c1-4f49-8d6d-fc09a57b497d\"" ], "x-ms-request-id": [ - "2e2fdb07-e446-4a7c-8809-ddee6f67d92b" + "9d61d6d5-0a83-41ba-aba0-1b2d55d75d82" ], "x-ms-correlation-request-id": [ - "c6a1bf68-27b1-4d73-b259-1591bedc4ca8" + "cc842413-122d-41c1-8555-2d4cb63cd1d3" ], "x-ms-arm-service-request-id": [ - "06c28952-7b7c-4d75-bbef-e8ce8c4bbfc5" + "262debff-4af7-411f-9308-0508c93df95a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1053,16 +1113,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130608Z:c6a1bf68-27b1-4d73-b259-1591bedc4ca8" + "WESTUS:20200413T192145Z:cc842413-122d-41c1-8555-2d4cb63cd1d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:08 GMT" + "Mon, 13 Apr 2020 19:21:44 GMT" ], "Content-Length": [ - "627" + "631" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1071,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps997\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\",\r\n \"etag\": \"W/\\\"27834fab-6cab-4df4-bb27-06906b7f9c96\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5079c96f-0b85-42ef-9c19-230c1d2ddbc5\",\r\n \"ipAddress\": \"13.86.240.242\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\",\r\n \"etag\": \"W/\\\"367a6c91-a4c1-4f49-8d6d-fc09a57b497d\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2e2a1b7e-f648-44b0-8f7a-54b5d973f675\",\r\n \"ipAddress\": \"52.156.146.122\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM5OTc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNjE0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d094b1d5-70a8-4bd5-9a46-4fe96eb2b674" + "ed1a66b7-7a00-4e83-be59-f0d5c9f7791c" ], "Accept-Language": [ "en-US" @@ -1096,7 +1156,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "172" + "175" ] }, "ResponseHeaders": { @@ -1110,19 +1170,19 @@ "1" ], "x-ms-request-id": [ - "1e895e1e-5d4f-4a56-bf15-16d48f8e21e0" + "39cba568-5225-475e-83c7-f23ca1aa72f9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/1e895e1e-5d4f-4a56-bf15-16d48f8e21e0?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/39cba568-5225-475e-83c7-f23ca1aa72f9?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "5d05e86b-30fb-4751-9ede-7f0bd1350f9f" + "e5e863c6-a2e9-4c66-8b33-f871d27004c8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cb589e8c-850e-4002-a7cb-53374e96b603" + "b42d9a9a-d718-4e0b-9bfe-7d99261a2144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1132,19 +1192,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130606Z:5d05e86b-30fb-4751-9ede-7f0bd1350f9f" + "WESTUS:20200413T192144Z:e5e863c6-a2e9-4c66-8b33-f871d27004c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:05 GMT" + "Mon, 13 Apr 2020 19:21:43 GMT" ], "Content-Length": [ - "591" + "594" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1153,12 +1213,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps997\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\",\r\n \"etag\": \"W/\\\"306689d5-681e-4c2c-a3af-4f44e69f675a\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5079c96f-0b85-42ef-9c19-230c1d2ddbc5\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps3614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\",\r\n \"etag\": \"W/\\\"e296ca11-52b9-45b0-983b-29f98858b669\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2e2a1b7e-f648-44b0-8f7a-54b5d973f675\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/1e895e1e-5d4f-4a56-bf15-16d48f8e21e0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWU4OTVlMWUtNWQ0Zi00YTU2LWJmMTUtMTZkNDhmOGUyMWUwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/39cba568-5225-475e-83c7-f23ca1aa72f9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM5Y2JhNTY4LTUyMjUtNDc1ZS04M2M3LWYyM2NhMWFhNzJmOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1177,13 +1237,13 @@ "no-cache" ], "x-ms-request-id": [ - "69d8ed5c-2a53-4ef4-a041-673342953b99" + "a85ddcc7-2307-4358-a04b-162a3b533f88" ], "x-ms-correlation-request-id": [ - "c48119c4-f43f-43c1-8633-a42a4517c4cc" + "d5b92b87-7495-4ef2-91a2-6aaca72c3548" ], "x-ms-arm-service-request-id": [ - "0972fd08-1193-48c1-8c12-824317155d52" + "1120abda-6eb8-4ef2-85cc-b29aac09ee94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1196,13 +1256,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130608Z:c48119c4-f43f-43c1-8633-a42a4517c4cc" + "WESTUS:20200413T192145Z:d5b92b87-7495-4ef2-91a2-6aaca72c3548" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:07 GMT" + "Mon, 13 Apr 2020 19:21:44 GMT" ], "Content-Length": [ "29" @@ -1218,13 +1278,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee0aad57-6b27-4489-829f-f5b4b68ef27a" + "ef5cab91-8c36-458f-a665-4d5f87846139" ], "Accept-Language": [ "en-US" @@ -1247,13 +1307,13 @@ "gateway" ], "x-ms-request-id": [ - "75185397-2bb5-4085-8503-4819d0bb3868" + "c25e84bb-59c3-482e-adde-a79f1224cf73" ], "x-ms-correlation-request-id": [ - "75185397-2bb5-4085-8503-4819d0bb3868" + "c25e84bb-59c3-482e-adde-a79f1224cf73" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130610Z:75185397-2bb5-4085-8503-4819d0bb3868" + "WESTUS:20200413T192145Z:c25e84bb-59c3-482e-adde-a79f1224cf73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1262,7 +1322,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:09 GMT" + "Mon, 13 Apr 2020 19:21:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1274,17 +1334,17 @@ "195" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f3685b7-d3fb-4d1d-a395-641599584ef1" + "48ea479e-da27-4b3b-adf8-ae82fba18302" ], "Accept-Language": [ "en-US" @@ -1304,16 +1364,16 @@ "no-cache" ], "ETag": [ - "W/\"bbb90fe3-8d9c-421e-9850-786743377f19\"" + "W/\"e5ab450e-b9af-4f24-8240-036f882f1d2c\"" ], "x-ms-request-id": [ - "a2ac0e02-3f1e-4cf6-a097-718df10d3cf6" + "8644f0d9-d742-4791-9021-ecdff18d7f71" ], "x-ms-correlation-request-id": [ - "72236ae9-0e01-4565-a0f3-e7fa404fc27e" + "2e30b2ef-b05a-40bf-a150-216ea766b220" ], "x-ms-arm-service-request-id": [ - "95da067a-16ca-443d-9b6f-91af6eca2961" + "f1f9d841-9d62-441f-b70f-dd880f031543" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1326,16 +1386,16 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130615Z:72236ae9-0e01-4565-a0f3-e7fa404fc27e" + "WESTUS:20200413T192147Z:2e30b2ef-b05a-40bf-a150-216ea766b220" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:15 GMT" + "Mon, 13 Apr 2020 19:21:46 GMT" ], "Content-Length": [ - "884" + "885" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1344,17 +1404,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"bbb90fe3-8d9c-421e-9850-786743377f19\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"e5ab450e-b9af-4f24-8240-036f882f1d2c\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1f48a6d-0053-47ec-8e7a-3a14bab41e9f" + "f931fdf4-3c23-488d-aa7b-4a31766181f7" ], "Accept-Language": [ "en-US" @@ -1374,16 +1434,16 @@ "no-cache" ], "ETag": [ - "W/\"bbb90fe3-8d9c-421e-9850-786743377f19\"" + "W/\"e5ab450e-b9af-4f24-8240-036f882f1d2c\"" ], "x-ms-request-id": [ - "cf6ddf79-a602-4b87-bb8c-fec0af9711a7" + "89c49757-e19a-4ddc-8010-3ee5986aeeb1" ], "x-ms-correlation-request-id": [ - "60345bc4-920e-4eb7-8863-044f6a12200c" + "d41e7137-be23-4c98-a23d-e8f0aa190ffe" ], "x-ms-arm-service-request-id": [ - "8a08f8c8-b7ac-45b7-b256-79ad31eee2ac" + "d761bc20-e8e9-4151-9cca-932e2855c290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1396,16 +1456,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130615Z:60345bc4-920e-4eb7-8863-044f6a12200c" + "WESTUS:20200413T192147Z:d41e7137-be23-4c98-a23d-e8f0aa190ffe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:15 GMT" + "Mon, 13 Apr 2020 19:21:46 GMT" ], "Content-Length": [ - "884" + "885" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1414,17 +1474,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"bbb90fe3-8d9c-421e-9850-786743377f19\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"e5ab450e-b9af-4f24-8240-036f882f1d2c\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2xpc3RlbmVyaHR0cFBvbGljeT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c318d458-85f4-4e81-b2b1-3e764fbb3431" + "2bf3dea9-7d4a-4c27-a7bd-ffadf340bc3e" ], "Accept-Language": [ "en-US" @@ -1439,7 +1499,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "492" + "495" ] }, "ResponseHeaders": { @@ -1450,19 +1510,19 @@ "no-cache" ], "x-ms-request-id": [ - "6684f7c3-d0be-4530-ad9b-92b427bbaa6d" + "62723c9a-15ab-45b1-9be0-f4ab46ffea28" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/6684f7c3-d0be-4530-ad9b-92b427bbaa6d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/62723c9a-15ab-45b1-9be0-f4ab46ffea28?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "00b2d150-7f06-43af-8b73-c1e983c6ad20" + "326cd212-1242-43e6-9eb6-9edd207a144f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "66088913-7d8e-4fdb-ac4f-8db192c75232" + "283d1c70-a0c0-4e31-8eb9-b5df6af72029" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1475,16 +1535,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130614Z:00b2d150-7f06-43af-8b73-c1e983c6ad20" + "WESTUS:20200413T192147Z:326cd212-1242-43e6-9eb6-9edd207a144f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:14 GMT" + "Mon, 13 Apr 2020 19:21:46 GMT" ], "Content-Length": [ - "883" + "884" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1493,17 +1553,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"c1bf1caf-d109-43d4-b294-46a8ad96cd75\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"listenerhttpPolicy\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\",\r\n \"etag\": \"W/\\\"99d173cf-9b01-41e1-8053-faa932533f8b\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 300,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fd92788-0aad-442c-87f7-39f7ec996d39" + "1783b681-9ecf-4b72-80e8-9baf0c4e4993" ], "Accept-Language": [ "en-US" @@ -1526,13 +1586,13 @@ "gateway" ], "x-ms-request-id": [ - "22d4f1ce-1e18-4287-b4ac-755ec1f3cac5" + "00a2a6f9-aba8-499e-b735-0762cb815b67" ], "x-ms-correlation-request-id": [ - "22d4f1ce-1e18-4287-b4ac-755ec1f3cac5" + "00a2a6f9-aba8-499e-b735-0762cb815b67" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130616Z:22d4f1ce-1e18-4287-b4ac-755ec1f3cac5" + "WESTUS:20200413T192147Z:00a2a6f9-aba8-499e-b735-0762cb815b67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1541,7 +1601,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:16 GMT" + "Mon, 13 Apr 2020 19:21:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1553,17 +1613,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/videoPolicyName' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/videoPolicyName' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4613700-1afc-4f00-9d0f-603155e1bb58" + "24a43271-6c35-4242-b7eb-cf31fb18e34d" ], "Accept-Language": [ "en-US" @@ -1583,16 +1643,16 @@ "no-cache" ], "ETag": [ - "W/\"a49a3695-626f-471e-a064-4f511aa8b907\"" + "W/\"a909a9fe-b7a6-4935-961b-e912c5a75cb9\"" ], "x-ms-request-id": [ - "d39ba727-5a3a-44b5-9c9b-72b4f543dd6b" + "4829fa6c-9e4c-4dca-b3ec-8b8da9d8b0b9" ], "x-ms-correlation-request-id": [ - "91625cda-ef89-46c5-b283-c9f88b3fce9a" + "36479935-a07a-42dd-b6c5-7be83d5d1a02" ], "x-ms-arm-service-request-id": [ - "cb95252a-7c60-41de-aec7-5ef9d30a47c4" + "f0026c62-9740-4e27-a90e-be5aafb053c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1605,16 +1665,16 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130622Z:91625cda-ef89-46c5-b283-c9f88b3fce9a" + "WESTUS:20200413T192148Z:36479935-a07a-42dd-b6c5-7be83d5d1a02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:22 GMT" + "Mon, 13 Apr 2020 19:21:47 GMT" ], "Content-Length": [ - "878" + "879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1623,17 +1683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"a49a3695-626f-471e-a064-4f511aa8b907\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"a909a9fe-b7a6-4935-961b-e912c5a75cb9\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc4e672d-36a9-45dd-a5f0-567c8c6a09e6" + "201ff271-4b8f-4823-bed7-d233646d4ef6" ], "Accept-Language": [ "en-US" @@ -1653,16 +1713,16 @@ "no-cache" ], "ETag": [ - "W/\"a49a3695-626f-471e-a064-4f511aa8b907\"" + "W/\"a909a9fe-b7a6-4935-961b-e912c5a75cb9\"" ], "x-ms-request-id": [ - "d1a83a17-9d86-4ee9-9ebf-c724e9629e64" + "8ef87640-dbf0-47c1-bb69-0ee9c116261c" ], "x-ms-correlation-request-id": [ - "28d92d8b-44b8-4fbd-9b2d-eb78451a148b" + "8aba9590-24cc-47ee-aac3-c75f8d81345e" ], "x-ms-arm-service-request-id": [ - "17910a58-6461-4014-95b9-b5d47b28ad70" + "1766999d-3432-4d2d-a020-5c096416b15e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1675,16 +1735,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130623Z:28d92d8b-44b8-4fbd-9b2d-eb78451a148b" + "WESTUS:20200413T192148Z:8aba9590-24cc-47ee-aac3-c75f8d81345e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:22 GMT" + "Mon, 13 Apr 2020 19:21:47 GMT" ], "Content-Length": [ - "878" + "879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1693,17 +1753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"a49a3695-626f-471e-a064-4f511aa8b907\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"a909a9fe-b7a6-4935-961b-e912c5a75cb9\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3ZpZGVvUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "43e31c4e-b4a8-4691-a1de-a040d19c6893" + "174072e8-5cb6-46c6-8fd7-405962d7ec58" ], "Accept-Language": [ "en-US" @@ -1718,7 +1778,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "492" + "495" ] }, "ResponseHeaders": { @@ -1729,19 +1789,19 @@ "no-cache" ], "x-ms-request-id": [ - "5571ae7d-3c43-478a-bee4-7933bfb84701" + "63654978-7c07-4033-8bb3-9129e54d9d42" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/5571ae7d-3c43-478a-bee4-7933bfb84701?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/63654978-7c07-4033-8bb3-9129e54d9d42?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "0942439c-0a2e-4db7-a345-bb0a7cde5db3" + "fc55d2dc-23c2-4a3b-8616-0b0e31374f3e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "87a28485-e85e-4d36-a3b6-da449260a716" + "37983315-d4df-4dd6-a6f0-2b64a5aeaf59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1754,16 +1814,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130622Z:0942439c-0a2e-4db7-a345-bb0a7cde5db3" + "WESTUS:20200413T192148Z:fc55d2dc-23c2-4a3b-8616-0b0e31374f3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:21 GMT" + "Mon, 13 Apr 2020 19:21:47 GMT" ], "Content-Length": [ - "877" + "878" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1772,17 +1832,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"9d261dbb-a0a9-4db9-9017-86d2d96e44ec\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"videoPolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\",\r\n \"etag\": \"W/\\\"fdca2c69-443e-4e39-adcd-bfe5fe575879\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 150,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1f11292-dcac-4b7b-8487-40d96531ad21" + "39754510-8088-486b-ad3a-668424f44c24" ], "Accept-Language": [ "en-US" @@ -1805,13 +1865,13 @@ "gateway" ], "x-ms-request-id": [ - "cdbd377f-031f-4599-9d33-b814cefead83" + "6d3d2bd0-ff83-491f-933b-077b25c3600a" ], "x-ms-correlation-request-id": [ - "cdbd377f-031f-4599-9d33-b814cefead83" + "6d3d2bd0-ff83-491f-933b-077b25c3600a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130623Z:cdbd377f-031f-4599-9d33-b814cefead83" + "WESTUS:20200413T192148Z:6d3d2bd0-ff83-491f-933b-077b25c3600a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1820,7 +1880,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:22 GMT" + "Mon, 13 Apr 2020 19:21:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1832,17 +1892,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/imagePolicyName' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/imagePolicyName' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52563cd5-6c2b-4bee-af00-8602e45f76bf" + "2dd6be65-7859-416a-8400-417e7bc5f073" ], "Accept-Language": [ "en-US" @@ -1862,16 +1922,16 @@ "no-cache" ], "ETag": [ - "W/\"08acfcae-34e8-43fe-8049-4bd823614e37\"" + "W/\"f62da18b-a233-44db-a986-476696e43747\"" ], "x-ms-request-id": [ - "867f903d-a8dd-455f-a815-cad55765d055" + "f8aa711a-0b98-464a-b5e3-82bd202c4136" ], "x-ms-correlation-request-id": [ - "17598d5f-a922-443c-9b02-ec6a196323b5" + "585394c6-31a8-4db0-bab9-844522d5acf3" ], "x-ms-arm-service-request-id": [ - "b8c2a10c-f55f-403b-8e2f-8b51250cbc90" + "3599519e-8c78-4451-a5df-37e7a3f84728" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1881,19 +1941,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130629Z:17598d5f-a922-443c-9b02-ec6a196323b5" + "WESTUS:20200413T192149Z:585394c6-31a8-4db0-bab9-844522d5acf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:28 GMT" + "Mon, 13 Apr 2020 19:21:49 GMT" ], "Content-Length": [ - "877" + "878" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1902,17 +1962,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"08acfcae-34e8-43fe-8049-4bd823614e37\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"f62da18b-a233-44db-a986-476696e43747\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa4dfa10-5888-44ad-b6c9-369db1500405" + "825dc860-9dc4-4692-90cb-80b90d2d947a" ], "Accept-Language": [ "en-US" @@ -1932,16 +1992,16 @@ "no-cache" ], "ETag": [ - "W/\"08acfcae-34e8-43fe-8049-4bd823614e37\"" + "W/\"f62da18b-a233-44db-a986-476696e43747\"" ], "x-ms-request-id": [ - "e324c587-ba34-4f37-a212-000b6945520a" + "5d51a5e6-06e0-4f36-9c7d-029025f9ca46" ], "x-ms-correlation-request-id": [ - "cc965274-5c6d-45c4-884c-71a9e80aedf7" + "c772e663-4399-4853-bd70-341883e60f93" ], "x-ms-arm-service-request-id": [ - "dd3b8b29-f6ea-48f3-bc74-6458d0ce552b" + "340da625-8ae9-4afb-a535-89367d8268ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1954,16 +2014,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130630Z:cc965274-5c6d-45c4-884c-71a9e80aedf7" + "WESTUS:20200413T192149Z:c772e663-4399-4853-bd70-341883e60f93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:29 GMT" + "Mon, 13 Apr 2020 19:21:49 GMT" ], "Content-Length": [ - "877" + "878" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1972,17 +2032,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"08acfcae-34e8-43fe-8049-4bd823614e37\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"f62da18b-a233-44db-a986-476696e43747\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2ltYWdlUG9saWN5TmFtZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "35567a7e-fac6-4f0f-81eb-75112c87c349" + "ec447d23-7239-4e6d-ad43-5963ca1e2c04" ], "Accept-Language": [ "en-US" @@ -1997,7 +2057,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "491" + "494" ] }, "ResponseHeaders": { @@ -2008,19 +2068,19 @@ "no-cache" ], "x-ms-request-id": [ - "b52a31a9-3bf4-4390-b887-f532cc25e8db" + "8505560d-5b2e-42ee-abcb-4a2cedd56aca" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/b52a31a9-3bf4-4390-b887-f532cc25e8db?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/8505560d-5b2e-42ee-abcb-4a2cedd56aca?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "6fc859f7-1187-4111-8580-605c0def0335" + "83460c71-8da0-4704-b1c6-c65e40974b62" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1aa124ec-8f6a-40b0-868b-4823dff0e561" + "65362c01-2b36-41ab-8600-5f783cf2f212" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2030,19 +2090,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130629Z:6fc859f7-1187-4111-8580-605c0def0335" + "WESTUS:20200413T192149Z:83460c71-8da0-4704-b1c6-c65e40974b62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:28 GMT" + "Mon, 13 Apr 2020 19:21:49 GMT" ], "Content-Length": [ - "876" + "877" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2051,17 +2111,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"a953c3f7-fba6-4e7a-8b15-a778a4ebdf2e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"imagePolicyName\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\",\r\n \"etag\": \"W/\\\"18493704-1d9a-4650-9a6c-3f7a99541308\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 50,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "deefe637-2794-4b28-a854-a35250e022f8" + "80314568-085a-4f90-b97d-9417dc748075" ], "Accept-Language": [ "en-US" @@ -2084,13 +2144,13 @@ "gateway" ], "x-ms-request-id": [ - "d8de07f5-ab23-432e-a89d-93b8f4cebded" + "85eb8607-bc01-4b80-9bce-682d0778d298" ], "x-ms-correlation-request-id": [ - "d8de07f5-ab23-432e-a89d-93b8f4cebded" + "85eb8607-bc01-4b80-9bce-682d0778d298" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130630Z:d8de07f5-ab23-432e-a89d-93b8f4cebded" + "WESTUS:20200413T192149Z:85eb8607-bc01-4b80-9bce-682d0778d298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2099,7 +2159,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:30 GMT" + "Mon, 13 Apr 2020 19:21:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2111,12 +2171,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps2301' under resource group 'ps2650' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps8009' under resource group 'ps2131' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2135,16 +2195,16 @@ "no-cache" ], "ETag": [ - "W/\"12f54844-e9f3-41db-9482-169197f73d7c\"" + "W/\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\"" ], "x-ms-request-id": [ - "8b875a94-87e1-418f-95b9-fc8af8ccf4df" + "6e44e39d-b495-425e-9094-5c163288237e" ], "x-ms-correlation-request-id": [ - "30796a0a-da0d-48b8-b25b-3f25f0fe0e6a" + "24d9cfaf-27cd-4639-b509-5884f0f37e22" ], "x-ms-arm-service-request-id": [ - "27a1ca98-35df-4341-a1b3-8fbd8ad25150" + "2777f85a-2731-4952-9249-fe560a441123" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2154,19 +2214,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131307Z:30796a0a-da0d-48b8-b25b-3f25f0fe0e6a" + "WESTUS:20200413T192543Z:24d9cfaf-27cd-4639-b509-5884f0f37e22" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:06 GMT" + "Mon, 13 Apr 2020 19:25:42 GMT" ], "Content-Length": [ - "20938" + "20963" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2175,17 +2235,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9aff39fb-97fe-4054-8d1c-334e0d01039e" + "2069a01b-04e7-4267-99e9-58fd57c05d6e" ], "Accept-Language": [ "en-US" @@ -2205,16 +2265,16 @@ "no-cache" ], "ETag": [ - "W/\"12f54844-e9f3-41db-9482-169197f73d7c\"" + "W/\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\"" ], "x-ms-request-id": [ - "f04c8f2b-5155-4e5f-b278-e9e49a63ac35" + "bb743c90-a37e-4e9b-a516-d3c9dea7bdb2" ], "x-ms-correlation-request-id": [ - "15a52264-31cf-4d67-bf3d-afcc354c7540" + "087fba90-500c-4ec2-a59a-4b0a25457c30" ], "x-ms-arm-service-request-id": [ - "3674d9d3-ed07-4c7f-9a85-7f82cf67ea5a" + "bab635df-9f2f-47fa-970c-949763f50f89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2224,19 +2284,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131307Z:15a52264-31cf-4d67-bf3d-afcc354c7540" + "WESTUS:20200413T192543Z:087fba90-500c-4ec2-a59a-4b0a25457c30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:07 GMT" + "Mon, 13 Apr 2020 19:25:42 GMT" ], "Content-Length": [ - "20938" + "20963" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2245,17 +2305,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "561cf6c4-bd50-432c-a9f3-389f350178b3" + "a5a8fc18-be7e-4088-89de-27ba8d6daec2" ], "Accept-Language": [ "en-US" @@ -2275,16 +2335,16 @@ "no-cache" ], "ETag": [ - "W/\"12f54844-e9f3-41db-9482-169197f73d7c\"" + "W/\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\"" ], "x-ms-request-id": [ - "81cb7c0f-aa08-4b53-b4d8-b0657840588c" + "beb95e19-b516-49ac-b437-b7b68e624e3c" ], "x-ms-correlation-request-id": [ - "f47b483f-48fe-422e-becf-2b9928cac388" + "3700dade-f43a-44a2-a8f5-c05bfe42740c" ], "x-ms-arm-service-request-id": [ - "3aae606b-cedb-4a68-975d-f80c5fd304d7" + "b83f9bfb-0996-4027-a925-2cb270a490c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2294,19 +2354,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131308Z:f47b483f-48fe-422e-becf-2b9928cac388" + "WESTUS:20200413T192543Z:3700dade-f43a-44a2-a8f5-c05bfe42740c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:07 GMT" + "Mon, 13 Apr 2020 19:25:43 GMT" ], "Content-Length": [ - "20938" + "20963" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2315,12 +2375,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"12f54844-e9f3-41db-9482-169197f73d7c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"414aa94c-8b56-4eb3-ad44-27ad9d3a5a0f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2339,16 +2399,16 @@ "no-cache" ], "ETag": [ - "W/\"b281b791-109a-4efd-8c96-761d81165d1b\"" + "W/\"71cf0dac-c06a-454b-b671-2115395911ef\"" ], "x-ms-request-id": [ - "81c232c2-8e9d-4d73-9c41-256b714e7e4b" + "2455b6ee-99cb-4a0e-912d-daa7c2ced981" ], "x-ms-correlation-request-id": [ - "01242ce8-2129-470b-a919-c134fd9334d7" + "145700a7-a56b-485e-8b6b-806dd3cd4d85" ], "x-ms-arm-service-request-id": [ - "367f69ae-9821-4067-ab68-7f45b19fced7" + "73e7863a-8bbf-447e-902a-aa0939349151" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2358,19 +2418,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131902Z:01242ce8-2129-470b-a919-c134fd9334d7" + "WESTUS:20200413T193137Z:145700a7-a56b-485e-8b6b-806dd3cd4d85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:01 GMT" + "Mon, 13 Apr 2020 19:31:36 GMT" ], "Content-Length": [ - "29435" + "29460" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2379,17 +2439,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5fc8969f-4ba7-4d4c-b79e-191949c6cf8c" + "bf6cadf2-ad5f-45a6-808e-11eb0c54359b" ], "Accept-Language": [ "en-US" @@ -2409,16 +2469,16 @@ "no-cache" ], "ETag": [ - "W/\"b281b791-109a-4efd-8c96-761d81165d1b\"" + "W/\"71cf0dac-c06a-454b-b671-2115395911ef\"" ], "x-ms-request-id": [ - "e2901ba5-bf62-41e8-9e17-811212065211" + "2bf5f855-84d0-4acd-9916-73b344e85e55" ], "x-ms-correlation-request-id": [ - "b1cc40e7-f61f-4c9d-b7ef-a9fec7ccf34f" + "0d2f680a-46a5-45a8-8968-f5b5122244a1" ], "x-ms-arm-service-request-id": [ - "04f20b5b-744f-472a-a898-8a75df5380e0" + "52550488-8a50-44c8-bfa0-b2bcb1db8aca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2428,19 +2488,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131902Z:b1cc40e7-f61f-4c9d-b7ef-a9fec7ccf34f" + "WESTUS:20200413T193137Z:0d2f680a-46a5-45a8-8968-f5b5122244a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:01 GMT" + "Mon, 13 Apr 2020 19:31:36 GMT" ], "Content-Length": [ - "29435" + "29460" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2449,17 +2509,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d12586f1-9d7e-4688-bb56-be629e2f9fbe" + "16571969-4644-4c76-b3ba-ff3cb62ec8cb" ], "Accept-Language": [ "en-US" @@ -2479,16 +2539,16 @@ "no-cache" ], "ETag": [ - "W/\"b281b791-109a-4efd-8c96-761d81165d1b\"" + "W/\"71cf0dac-c06a-454b-b671-2115395911ef\"" ], "x-ms-request-id": [ - "d5c85125-6f98-47a2-8b99-a03cb1105fef" + "3dc5e6a1-fb90-440e-9c75-a21f141ace3d" ], "x-ms-correlation-request-id": [ - "24d275d5-96cd-4005-b334-ecc82e4551db" + "ef7cf622-2fcf-4095-b4cb-8910ae77b06c" ], "x-ms-arm-service-request-id": [ - "6e4be46a-3ca1-48f8-8573-61bad88b0650" + "7728d63e-6a25-47f6-bc10-c79d8995d442" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,16 +2561,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131910Z:24d275d5-96cd-4005-b334-ecc82e4551db" + "WESTUS:20200413T193138Z:ef7cf622-2fcf-4095-b4cb-8910ae77b06c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:10 GMT" + "Mon, 13 Apr 2020 19:31:38 GMT" ], "Content-Length": [ - "29435" + "29460" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2519,17 +2579,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "508db15c-325d-4cde-9766-d9ab3a31d23b" + "3fb5edba-e197-4ed0-b0f1-11df101a8765" ], "Accept-Language": [ "en-US" @@ -2549,16 +2609,16 @@ "no-cache" ], "ETag": [ - "W/\"b281b791-109a-4efd-8c96-761d81165d1b\"" + "W/\"71cf0dac-c06a-454b-b671-2115395911ef\"" ], "x-ms-request-id": [ - "778cac2c-2219-47f3-bdce-6f309c3422a0" + "10b9740b-c7a2-4b66-9daa-afdeaa1b5234" ], "x-ms-correlation-request-id": [ - "196badcd-97bc-45b3-bd97-160e7e6179ff" + "fbcb12bc-efc7-4fa2-a5ea-e493bdf486ac" ], "x-ms-arm-service-request-id": [ - "232ac401-cedc-4351-9825-df8de8b1a1b9" + "87b84427-dfdd-48e7-8992-297fdaf3945d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2568,19 +2628,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131913Z:196badcd-97bc-45b3-bd97-160e7e6179ff" + "WESTUS:20200413T193139Z:fbcb12bc-efc7-4fa2-a5ea-e493bdf486ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:12 GMT" + "Mon, 13 Apr 2020 19:31:38 GMT" ], "Content-Length": [ - "29435" + "29460" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2589,12 +2649,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"b281b791-109a-4efd-8c96-761d81165d1b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"71cf0dac-c06a-454b-b671-2115395911ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2613,16 +2673,16 @@ "no-cache" ], "ETag": [ - "W/\"35ec22a3-8873-4885-8613-fa2157ee1f1c\"" + "W/\"5aef468d-e56a-4d8f-b659-749b45b73b3c\"" ], "x-ms-request-id": [ - "cfd8b6ea-55e6-47b7-8aab-4f2d3318222b" + "274b0ebb-e371-4371-8297-1514bdba8592" ], "x-ms-correlation-request-id": [ - "f78b3b7e-badf-4e25-84f7-349c61f4289d" + "4d014fb6-9609-4b47-b807-a53d08b3aa1a" ], "x-ms-arm-service-request-id": [ - "7a0dcba1-08d8-4474-abf1-1e2f08cb2303" + "7f021239-72df-44d9-b258-ec4a5fe316f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2632,19 +2692,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131949Z:f78b3b7e-badf-4e25-84f7-349c61f4289d" + "WESTUS:20200413T193220Z:4d014fb6-9609-4b47-b807-a53d08b3aa1a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:48 GMT" + "Mon, 13 Apr 2020 19:32:19 GMT" ], "Content-Length": [ - "29645" + "29670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2653,17 +2713,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ed4ddb4-f8dd-416d-89b1-bf1250c3709b" + "0de88185-28bf-4271-a095-87e30d503190" ], "Accept-Language": [ "en-US" @@ -2683,16 +2743,16 @@ "no-cache" ], "ETag": [ - "W/\"35ec22a3-8873-4885-8613-fa2157ee1f1c\"" + "W/\"5aef468d-e56a-4d8f-b659-749b45b73b3c\"" ], "x-ms-request-id": [ - "c89e0598-086a-4875-bd0c-10e4812d37ac" + "73cfdad9-4a43-4f81-bb52-d808ebe32db9" ], "x-ms-correlation-request-id": [ - "85dfe19f-2f08-4f9a-bbb7-44551ae4430e" + "7b6c15fe-e22d-404a-af01-b3133a98efad" ], "x-ms-arm-service-request-id": [ - "f15988f8-7cdc-4cea-86fa-6bf9dd1cba02" + "c664f091-ab40-4675-b9f4-5f93486437a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2702,19 +2762,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131949Z:85dfe19f-2f08-4f9a-bbb7-44551ae4430e" + "WESTUS:20200413T193220Z:7b6c15fe-e22d-404a-af01-b3133a98efad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:49 GMT" + "Mon, 13 Apr 2020 19:32:19 GMT" ], "Content-Length": [ - "29645" + "29670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2723,17 +2783,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4040411-3478-4218-a86c-9dd4773d092f" + "218f2e50-bc68-473c-9126-1913f77efdf9" ], "Accept-Language": [ "en-US" @@ -2753,16 +2813,16 @@ "no-cache" ], "ETag": [ - "W/\"35ec22a3-8873-4885-8613-fa2157ee1f1c\"" + "W/\"5aef468d-e56a-4d8f-b659-749b45b73b3c\"" ], "x-ms-request-id": [ - "254b5c2e-fcf8-49e0-9213-f9d0d4b9f7df" + "e00419c8-e62f-4400-a1a3-925c3a0c4b10" ], "x-ms-correlation-request-id": [ - "c005459a-464a-4ebc-90d7-3277c4a0065d" + "38b43e55-574f-4a4e-990c-d04b8c5663b8" ], "x-ms-arm-service-request-id": [ - "0d7f2a02-61f6-4b9a-b034-67f4b661b3e3" + "f47d5fb2-1b28-4083-b1f6-2506de7d7fed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2772,19 +2832,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131950Z:c005459a-464a-4ebc-90d7-3277c4a0065d" + "WESTUS:20200413T193220Z:38b43e55-574f-4a4e-990c-d04b8c5663b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:49 GMT" + "Mon, 13 Apr 2020 19:32:20 GMT" ], "Content-Length": [ - "29645" + "29670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2793,17 +2853,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e702d52-7675-496b-8b58-782ab87cccca" + "a36a1369-6097-4522-aaed-5299d378f112" ], "Accept-Language": [ "en-US" @@ -2823,16 +2883,16 @@ "no-cache" ], "ETag": [ - "W/\"35ec22a3-8873-4885-8613-fa2157ee1f1c\"" + "W/\"5aef468d-e56a-4d8f-b659-749b45b73b3c\"" ], "x-ms-request-id": [ - "cf176098-a79f-4e00-91aa-4d983873ac15" + "a39b9750-de5e-4c6f-938a-076977952b63" ], "x-ms-correlation-request-id": [ - "ebf93768-5bbe-42e5-90cb-1587b0f2107a" + "70b978a8-297a-4522-9bd6-0ed64970cab8" ], "x-ms-arm-service-request-id": [ - "359c40d5-2218-4c51-85b8-fde0aaf387a4" + "749d4be6-3880-4286-ae5d-77f3b85892d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2845,16 +2905,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131958Z:ebf93768-5bbe-42e5-90cb-1587b0f2107a" + "WESTUS:20200413T193222Z:70b978a8-297a-4522-9bd6-0ed64970cab8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:58 GMT" + "Mon, 13 Apr 2020 19:32:21 GMT" ], "Content-Length": [ - "29645" + "29670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2863,17 +2923,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2818fce3-bf59-47b0-a946-aeabaa8e6864" + "b3336280-4bb7-4742-ba29-6c239f64fa55" ], "Accept-Language": [ "en-US" @@ -2893,16 +2953,16 @@ "no-cache" ], "ETag": [ - "W/\"35ec22a3-8873-4885-8613-fa2157ee1f1c\"" + "W/\"5aef468d-e56a-4d8f-b659-749b45b73b3c\"" ], "x-ms-request-id": [ - "f8d87b0c-e091-4f5c-8cdd-502008225c8d" + "03bcb3b7-5e1f-40e0-929c-f7dbb68fb0a4" ], "x-ms-correlation-request-id": [ - "df5c097d-ec79-4e46-bb41-674b64f29ec1" + "043d8aef-b72c-40ed-9f92-2eb9f56c3e58" ], "x-ms-arm-service-request-id": [ - "23444f32-b733-4ac9-b492-eddc8734e4fd" + "4d610c97-cbed-4d64-99e0-7aff7f460539" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2915,16 +2975,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131959Z:df5c097d-ec79-4e46-bb41-674b64f29ec1" + "WESTUS:20200413T193222Z:043d8aef-b72c-40ed-9f92-2eb9f56c3e58" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:59 GMT" + "Mon, 13 Apr 2020 19:32:21 GMT" ], "Content-Length": [ - "29645" + "29670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2933,12 +2993,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"35ec22a3-8873-4885-8613-fa2157ee1f1c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5aef468d-e56a-4d8f-b659-749b45b73b3c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2957,16 +3017,16 @@ "no-cache" ], "ETag": [ - "W/\"79df47a9-e879-4e10-8d2a-e849f9a69507\"" + "W/\"4be10f79-0049-4b33-b935-62bc6a7da562\"" ], "x-ms-request-id": [ - "e90bfeef-96c1-41b9-86dc-4b882e7e703d" + "6aea2711-8413-4a6e-98cb-ee55f074e446" ], "x-ms-correlation-request-id": [ - "91ba6d0e-64b4-41e7-b451-9ed44267e593" + "13c3b078-d1a3-44f5-bdf2-80c0daff9110" ], "x-ms-arm-service-request-id": [ - "a7070967-cb2a-462b-9fb9-a54018472bda" + "3a7e7b7d-b522-4c08-89d7-287ac6e139ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2976,19 +3036,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132025Z:91ba6d0e-64b4-41e7-b451-9ed44267e593" + "WESTUS:20200413T193305Z:13c3b078-d1a3-44f5-bdf2-80c0daff9110" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:20:25 GMT" + "Mon, 13 Apr 2020 19:33:04 GMT" ], "Content-Length": [ - "29648" + "29673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2997,17 +3057,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5187bd8f-661a-4a63-b1e7-37283b05f44e" + "18a9f81c-6fa1-4c2e-ad5f-b68b856b82ce" ], "Accept-Language": [ "en-US" @@ -3027,16 +3087,16 @@ "no-cache" ], "ETag": [ - "W/\"79df47a9-e879-4e10-8d2a-e849f9a69507\"" + "W/\"4be10f79-0049-4b33-b935-62bc6a7da562\"" ], "x-ms-request-id": [ - "b5446f5a-152c-4a36-92b3-18b3c54d135c" + "37a3a7c9-d988-4fe5-bb39-94c54f98e136" ], "x-ms-correlation-request-id": [ - "0de6dfa9-582b-4d15-a0df-01ceed62003c" + "397b20a3-7653-4994-9e4f-0131c2368998" ], "x-ms-arm-service-request-id": [ - "e5dbf3d7-36bc-47b2-b7a9-c3f9f1e2e895" + "e79d2ed5-54b1-44b3-8cf4-ae4f080277f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3046,19 +3106,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132025Z:0de6dfa9-582b-4d15-a0df-01ceed62003c" + "WESTUS:20200413T193305Z:397b20a3-7653-4994-9e4f-0131c2368998" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:20:25 GMT" + "Mon, 13 Apr 2020 19:33:04 GMT" ], "Content-Length": [ - "29648" + "29673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3067,17 +3127,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2b78efc-78f0-49ed-aa53-6c7594ef10a8" + "162d2fed-f6c7-40ab-b2cd-924844c11bfe" ], "Accept-Language": [ "en-US" @@ -3097,16 +3157,16 @@ "no-cache" ], "ETag": [ - "W/\"79df47a9-e879-4e10-8d2a-e849f9a69507\"" + "W/\"4be10f79-0049-4b33-b935-62bc6a7da562\"" ], "x-ms-request-id": [ - "4184fe4f-964a-4ca8-80d5-241b16f867fc" + "e5d133f7-cb55-423f-a77d-a1598d24f8ef" ], "x-ms-correlation-request-id": [ - "65761db8-1e1a-4703-9ffb-90b2bf28da11" + "b4e39b41-4513-4bcf-b6d4-3d234010879b" ], "x-ms-arm-service-request-id": [ - "ef98818e-6a0d-4623-8502-88b2c9591a36" + "60e899cd-d2ec-4e7b-833d-706634a927b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3119,16 +3179,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132026Z:65761db8-1e1a-4703-9ffb-90b2bf28da11" + "WESTUS:20200413T193305Z:b4e39b41-4513-4bcf-b6d4-3d234010879b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:20:26 GMT" + "Mon, 13 Apr 2020 19:33:04 GMT" ], "Content-Length": [ - "29648" + "29673" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3137,18 +3197,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"79df47a9-e879-4e10-8d2a-e849f9a69507\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"4be10f79-0049-4b33-b935-62bc6a7da562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIpConfigurations/ps1755\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n }\r\n },\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIpConfigurations/ps2789\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIpConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n },\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps513\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIpConfigurations/ps5894\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n }\r\n },\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIpConfigurations/ps512\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIpConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n },\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps7566\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c7af1775-7361-42d6-a6b7-c2f64ef13a8e" + "47e552f2-5684-47fd-9c58-4a96184ed3a3" ], "Accept-Language": [ "en-US" @@ -3177,19 +3236,19 @@ "10" ], "x-ms-request-id": [ - "2009a95c-82f3-4a8a-b6da-9dbdef276e8a" + "af2b509e-9669-4d97-a39c-fdb4b55b06e5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c80430da-4793-4f54-9623-c486ec01d4c5" + "47a99b16-c4de-423f-9d0b-45781cfa4e15" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d0aa7c7a-0868-418d-afbe-659f27f95a40" + "f4ae8750-67d1-4c3c-bc66-522cedbf9a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3202,16 +3261,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130635Z:c80430da-4793-4f54-9623-c486ec01d4c5" + "WESTUS:20200413T192151Z:47a99b16-c4de-423f-9d0b-45781cfa4e15" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:35 GMT" + "Mon, 13 Apr 2020 19:21:51 GMT" ], "Content-Length": [ - "19639" + "19664" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3220,17 +3279,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"961d2271-010f-4540-8379-ed492f5dc05b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"93e30477-dc81-4f3c-8eda-ac750325cf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n }\r\n },\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n },\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps513\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n }\r\n },\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n },\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps7566\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8f7d8c7e-8142-421e-beba-076328b11402" + "fd207ae2-3ddb-40c8-864b-8a4f9eee97c5" ], "Accept-Language": [ "en-US" @@ -3245,7 +3304,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "18875" + "18867" ] }, "ResponseHeaders": { @@ -3259,19 +3318,19 @@ "10" ], "x-ms-request-id": [ - "f87bb572-2e52-4e39-bd65-94b253068654" + "be0306d6-e557-4f8a-ac1b-fe3aa4000d56" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "9a195da6-4df6-4785-956c-10bb9026c19b" + "b7972b3e-83a2-4a0f-8488-35d6783f7c2d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e39a4cf6-9394-4a36-8840-d71f1fd9506c" + "6e18fcd2-20d4-44f9-97aa-ffe8508eef79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3281,19 +3340,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131312Z:9a195da6-4df6-4785-956c-10bb9026c19b" + "WESTUS:20200413T192544Z:b7972b3e-83a2-4a0f-8488-35d6783f7c2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:11 GMT" + "Mon, 13 Apr 2020 19:25:44 GMT" ], "Content-Length": [ - "29411" + "29436" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3302,17 +3361,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"a8fcdf32-e718-4431-be3e-3bfb44638ea2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"812d4174-6e76-48a5-8448-e14921ea1524\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n }\r\n },\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n },\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps513\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n }\r\n },\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n },\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps7566\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f405f5d1-c077-40df-af23-453f8f572bd2" + "51983205-55dd-40eb-8768-db83caaee23b" ], "Accept-Language": [ "en-US" @@ -3327,7 +3386,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "19137" + "19129" ] }, "ResponseHeaders": { @@ -3341,19 +3400,19 @@ "10" ], "x-ms-request-id": [ - "07c1df07-2b9d-4e38-8b21-a2e0f47a6641" + "2f628989-778b-425d-a6f3-27e61a80ca10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/07c1df07-2b9d-4e38-8b21-a2e0f47a6641?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/2f628989-778b-425d-a6f3-27e61a80ca10?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7e6253c5-2db2-475d-91d1-3471d390f7fd" + "4d778fb2-79d5-4261-855f-35eb955bcdf1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "99ac44ab-d4a3-4b53-8a1a-e5f7cfd31adf" + "fea52736-4e4c-4807-bf3b-69a66e8ae389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3363,19 +3422,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131918Z:7e6253c5-2db2-475d-91d1-3471d390f7fd" + "WESTUS:20200413T193140Z:4d778fb2-79d5-4261-855f-35eb955bcdf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:17 GMT" + "Mon, 13 Apr 2020 19:31:39 GMT" ], "Content-Length": [ - "29621" + "29646" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3384,17 +3443,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"f3a93159-1f6c-46fa-a1e0-0a02c3dbd3fb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"5f5934d6-b5d3-42f0-9453-b975991f4070\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczIzMDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n }\r\n },\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n },\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps513\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"location\": \"westus\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n }\r\n },\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n },\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps7566\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ddc286e4-f67c-473e-85f6-09c32b74c534" + "f975bc56-db23-4fd3-ba3c-1f92b90a1434" ], "Accept-Language": [ "en-US" @@ -3409,7 +3468,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "19140" + "19132" ] }, "ResponseHeaders": { @@ -3423,19 +3482,19 @@ "10" ], "x-ms-request-id": [ - "ac5bb846-84ed-4443-81de-9773cf4b4ae6" + "be1c3b41-a86d-4323-9bfa-7be9115d985f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/ac5bb846-84ed-4443-81de-9773cf4b4ae6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be1c3b41-a86d-4323-9bfa-7be9115d985f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "adcb7ade-ddfb-445a-b4c9-4fd94a1ffc72" + "8a0879a4-a58e-49fc-aaf2-d4e5b8ea3eb2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bd26146d-48d3-4fb6-80ab-f3fea468d194" + "a8d159a4-9ad3-4f7e-989e-8dc1793f6bc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3448,16 +3507,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132003Z:adcb7ade-ddfb-445a-b4c9-4fd94a1ffc72" + "WESTUS:20200413T193234Z:8a0879a4-a58e-49fc-aaf2-d4e5b8ea3eb2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:20:03 GMT" + "Mon, 13 Apr 2020 19:32:34 GMT" ], "Content-Length": [ - "29624" + "29649" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3466,12 +3525,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2301\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a6cb8255-fb97-4f40-bddd-a3793645c517\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps1755\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/gatewayIPConfigurations/ps1755\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/virtualNetworks/ps1395/subnets/ps5291\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps6854\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps8020\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/trustedRootCertificates/ps8020\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps2789\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/publicIPAddresses/ps997\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3595\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps9397\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8334\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps3223\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps3223\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5442\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps2787\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps2787\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps8217\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps3595\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps5695\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7567\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps7567\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendIPConfigurations/ps2789\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/frontendPorts/ps9397\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/sslCertificates/ps6854\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps9276\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2797\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps6245\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps3619\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps5131\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps5131\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendAddressPools/ps8334\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/backendHttpSettingsCollection/ps5442\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps737\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/requestRoutingRules/ps737\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps5695\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps6161\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/probes/ps6161\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps4083\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/rewriteRuleSets/ps4083\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps513\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps4689\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/redirectConfigurations/ps4689\",\r\n \"etag\": \"W/\\\"6e4d741f-eace-4f26-967d-fecd0b6a4c44\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/httpListeners/ps8217\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps9276/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps6245\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301/urlPathMaps/ps2797/pathRules/ps3619\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8009\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"38e1c34d-5305-4474-b6b9-725151751cfb\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIPConfigurations/ps5894\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2758\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/trustedRootCertificates/ps2758\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps505\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps505\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6499\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps6499\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1645\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4591\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps4591\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIPConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps358\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps8510\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9582\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps9582\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps1645\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps7566\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\",\r\n \"etag\": \"W/\\\"80d712dc-2a37-45df-adaa-3cec2c0fd283\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps358\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689/pathRules/ps8510\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3493,13 +3552,13 @@ "10" ], "x-ms-request-id": [ - "1fedfb5b-97d2-4e2f-b87b-67cb940036ca" + "a509ca69-7087-430d-88a1-51230217776e" ], "x-ms-correlation-request-id": [ - "73042e61-e77a-48dc-afcc-0a881a5927ef" + "95dde08b-583b-4d10-8487-25ca0bceb042" ], "x-ms-arm-service-request-id": [ - "316efe23-1f11-4f19-bb71-a7b1bcd4d329" + "cb371eb7-ebc1-48bd-b123-86cbab8bc529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3512,13 +3571,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130646Z:73042e61-e77a-48dc-afcc-0a881a5927ef" + "WESTUS:20200413T192201Z:95dde08b-583b-4d10-8487-25ca0bceb042" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:46 GMT" + "Mon, 13 Apr 2020 19:22:01 GMT" ], "Content-Length": [ "30" @@ -3534,8 +3593,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3557,32 +3616,32 @@ "10" ], "x-ms-request-id": [ - "1b567c17-b494-4303-98ba-1deef54a6291" + "d727146f-5f5a-45ed-87f6-0ffb1929d82d" ], "x-ms-correlation-request-id": [ - "3f367e77-5de2-409f-9f60-ea225d2250fb" + "07cf0902-fff7-4985-8efb-0158399a64ab" ], "x-ms-arm-service-request-id": [ - "5a8ada08-09b5-4398-8e80-e1e769457d31" + "03ddb9a9-d498-4e38-a56f-ef432e9a3ba1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130656Z:3f367e77-5de2-409f-9f60-ea225d2250fb" + "WESTUS:20200413T192211Z:07cf0902-fff7-4985-8efb-0158399a64ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:06:56 GMT" + "Mon, 13 Apr 2020 19:22:11 GMT" ], "Content-Length": [ "30" @@ -3598,8 +3657,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3621,13 +3680,13 @@ "10" ], "x-ms-request-id": [ - "8727f712-eff3-45da-bb68-416ea588b1c0" + "4bcc8e49-a400-4ec1-b391-b59c593c29c6" ], "x-ms-correlation-request-id": [ - "daabc4c0-602f-4361-82a3-f3fddf3e2430" + "7dd0362d-575c-463b-9a29-884224a30a3c" ], "x-ms-arm-service-request-id": [ - "2245f344-4c18-434e-a6ae-40c81f4a20ca" + "a013a858-1524-46ae-b892-ccbc9c0c6929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3640,13 +3699,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130707Z:daabc4c0-602f-4361-82a3-f3fddf3e2430" + "WESTUS:20200413T192221Z:7dd0362d-575c-463b-9a29-884224a30a3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:06 GMT" + "Mon, 13 Apr 2020 19:22:21 GMT" ], "Content-Length": [ "30" @@ -3662,8 +3721,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3685,13 +3744,13 @@ "10" ], "x-ms-request-id": [ - "e59a2501-ee92-486a-80b8-4c8fb9f77029" + "f168a2f8-bd14-4ae7-a89b-4c76b5255216" ], "x-ms-correlation-request-id": [ - "4659fa7c-035b-402a-8709-87c739953aa1" + "016ba842-c633-418a-8ea8-48362204f309" ], "x-ms-arm-service-request-id": [ - "81182083-7cdb-41ea-bdc4-a3457f163092" + "399be921-2106-4d4f-83e1-eb0d955d38b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3704,13 +3763,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130717Z:4659fa7c-035b-402a-8709-87c739953aa1" + "WESTUS:20200413T192231Z:016ba842-c633-418a-8ea8-48362204f309" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:16 GMT" + "Mon, 13 Apr 2020 19:22:31 GMT" ], "Content-Length": [ "30" @@ -3726,8 +3785,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3749,13 +3808,13 @@ "10" ], "x-ms-request-id": [ - "2a4a82cf-2f7b-4e55-b9a7-335e3fe2f755" + "eb3676e9-9e78-4ba9-ba3f-77a937c05f7c" ], "x-ms-correlation-request-id": [ - "9d845a45-57cb-437a-b30f-e2686460cf67" + "9bcd9f13-1b78-4393-a43e-e6ceaaddedc4" ], "x-ms-arm-service-request-id": [ - "9c5b870b-b051-4152-9d9b-ca70dbf4bf7e" + "06c244d0-575e-403c-a21e-f27f2d1161bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3768,13 +3827,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130727Z:9d845a45-57cb-437a-b30f-e2686460cf67" + "WESTUS:20200413T192241Z:9bcd9f13-1b78-4393-a43e-e6ceaaddedc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:27 GMT" + "Mon, 13 Apr 2020 19:22:41 GMT" ], "Content-Length": [ "30" @@ -3790,8 +3849,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3813,13 +3872,13 @@ "10" ], "x-ms-request-id": [ - "c9247e57-3c60-4b26-a88a-098259719262" + "227be868-061e-4851-8243-92d89ef32227" ], "x-ms-correlation-request-id": [ - "792554c5-011d-4b1e-b4e2-6ddb0f1f977a" + "8b2c2e65-9349-40e1-973f-3564a2f173c3" ], "x-ms-arm-service-request-id": [ - "c72c8025-a705-4764-a437-ad0d9e053998" + "e4fa93d7-6009-4940-a7b4-b3121254a9fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3832,13 +3891,13 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130737Z:792554c5-011d-4b1e-b4e2-6ddb0f1f977a" + "WESTUS:20200413T192252Z:8b2c2e65-9349-40e1-973f-3564a2f173c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:37 GMT" + "Mon, 13 Apr 2020 19:22:51 GMT" ], "Content-Length": [ "30" @@ -3854,8 +3913,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3877,13 +3936,13 @@ "10" ], "x-ms-request-id": [ - "baf7b850-d5d5-424a-a1a8-26aac9ba386b" + "3139c22c-8b6a-43d2-8674-ac89a849ab19" ], "x-ms-correlation-request-id": [ - "96dcc8f4-1ba5-4a99-8f24-d6403ed4e525" + "e17d337d-636b-4ccc-88bc-9d3d157510fa" ], "x-ms-arm-service-request-id": [ - "40a83851-72dd-4f4d-a30e-1a8201aef033" + "a282c6d9-403a-47d5-8ecb-1ecaba50d27b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3896,13 +3955,13 @@ "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130748Z:96dcc8f4-1ba5-4a99-8f24-d6403ed4e525" + "WESTUS:20200413T192302Z:e17d337d-636b-4ccc-88bc-9d3d157510fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:47 GMT" + "Mon, 13 Apr 2020 19:23:01 GMT" ], "Content-Length": [ "30" @@ -3918,8 +3977,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3941,32 +4000,32 @@ "10" ], "x-ms-request-id": [ - "2e1d65c3-6cf7-40e7-8f91-d32703ad7dac" + "1db661b7-663e-4e34-9aa0-ea1fd2b5c5a0" ], "x-ms-correlation-request-id": [ - "31a8f106-aa71-4474-9005-8fbeb657a49a" + "bec5ffba-67fa-4384-af79-5b4f0b7ce5e9" ], "x-ms-arm-service-request-id": [ - "28c3ecd5-64d8-4c99-af26-506c4298fd1d" + "7afe481e-9a58-4d9b-8586-07c44c459e35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130758Z:31a8f106-aa71-4474-9005-8fbeb657a49a" + "WESTUS:20200413T192312Z:bec5ffba-67fa-4384-af79-5b4f0b7ce5e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:07:58 GMT" + "Mon, 13 Apr 2020 19:23:11 GMT" ], "Content-Length": [ "30" @@ -3982,8 +4041,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4005,32 +4064,32 @@ "10" ], "x-ms-request-id": [ - "95ccabe0-b471-4712-9742-cbf6d2094eea" + "44360713-2761-4dbb-90c4-def858747e32" ], "x-ms-correlation-request-id": [ - "8fe0a35a-1211-4d0d-a37c-bdf21c219413" + "18a01a7e-0d20-47c0-bc91-998d6fe7cd75" ], "x-ms-arm-service-request-id": [ - "68526583-2096-49ff-8b8d-0a29eaf552b8" + "71a9cbbb-838f-4480-b6b5-af4558a9847d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130809Z:8fe0a35a-1211-4d0d-a37c-bdf21c219413" + "WESTUS:20200413T192322Z:18a01a7e-0d20-47c0-bc91-998d6fe7cd75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:08 GMT" + "Mon, 13 Apr 2020 19:23:21 GMT" ], "Content-Length": [ "30" @@ -4046,8 +4105,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4069,13 +4128,13 @@ "10" ], "x-ms-request-id": [ - "6f8e1325-b996-403d-abcd-608992981508" + "c2d98c7c-444c-437f-a629-dd94cdb22e95" ], "x-ms-correlation-request-id": [ - "6b21668a-435e-447b-b523-7a8759ac7978" + "c4c98600-43de-45c4-9bd3-96c440b7263c" ], "x-ms-arm-service-request-id": [ - "981e70e3-08f1-4454-8ff9-17d0709590ee" + "3fc2c747-2f33-4fb3-a2d5-da7ce498850e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4088,13 +4147,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130819Z:6b21668a-435e-447b-b523-7a8759ac7978" + "WESTUS:20200413T192332Z:c4c98600-43de-45c4-9bd3-96c440b7263c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:18 GMT" + "Mon, 13 Apr 2020 19:23:32 GMT" ], "Content-Length": [ "30" @@ -4110,8 +4169,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4133,13 +4192,13 @@ "10" ], "x-ms-request-id": [ - "7a4d0734-174b-459f-afed-ad41f8f073c7" + "937f00d3-8fe5-45ca-9ce7-de3f1ed107fb" ], "x-ms-correlation-request-id": [ - "f5e92601-68c7-4a3b-8cb1-187c05abbc93" + "09f6cff5-a9a9-4270-8561-65fbc0a48148" ], "x-ms-arm-service-request-id": [ - "a6bcbcad-44d0-434f-8131-1de68844917c" + "9d727f6d-439e-494f-84e8-73f2253566a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4152,13 +4211,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130829Z:f5e92601-68c7-4a3b-8cb1-187c05abbc93" + "WESTUS:20200413T192342Z:09f6cff5-a9a9-4270-8561-65fbc0a48148" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:28 GMT" + "Mon, 13 Apr 2020 19:23:42 GMT" ], "Content-Length": [ "30" @@ -4174,8 +4233,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4197,13 +4256,13 @@ "10" ], "x-ms-request-id": [ - "ea6c3a5b-7e87-4218-a30d-a298d3ddbb48" + "8695a8f7-abea-4f73-83f9-befda150c7ef" ], "x-ms-correlation-request-id": [ - "aea8e730-428d-4b8d-aaa7-90c04e4de566" + "873e9180-4f5b-45ac-b734-1f186151a139" ], "x-ms-arm-service-request-id": [ - "2914157d-a493-4b6e-8201-87dd2fd59112" + "654013f7-41c5-421a-8ec9-66d1e6ff8467" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4216,13 +4275,13 @@ "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130839Z:aea8e730-428d-4b8d-aaa7-90c04e4de566" + "WESTUS:20200413T192352Z:873e9180-4f5b-45ac-b734-1f186151a139" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:39 GMT" + "Mon, 13 Apr 2020 19:23:52 GMT" ], "Content-Length": [ "30" @@ -4238,8 +4297,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4261,13 +4320,13 @@ "10" ], "x-ms-request-id": [ - "4de0c724-eccb-42aa-a91a-1f44a32382c9" + "38d897fb-c821-4d1f-8573-10c7a546ba69" ], "x-ms-correlation-request-id": [ - "de95b004-13af-4259-8cea-29167c6afd6c" + "7927a68c-a4ac-4bcf-9d46-0ad26351aadd" ], "x-ms-arm-service-request-id": [ - "abe497d0-cc72-4a8b-bd6f-87223317ef3a" + "45329c46-7ba2-4dcc-9077-3a0024ab1b5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4280,13 +4339,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130849Z:de95b004-13af-4259-8cea-29167c6afd6c" + "WESTUS:20200413T192402Z:7927a68c-a4ac-4bcf-9d46-0ad26351aadd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:49 GMT" + "Mon, 13 Apr 2020 19:24:02 GMT" ], "Content-Length": [ "30" @@ -4302,8 +4361,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4325,13 +4384,13 @@ "10" ], "x-ms-request-id": [ - "9ad5785b-b851-4ae7-ada7-8daa7dbd1d77" + "b5892235-e5c3-42ec-a1a7-4d74362b7028" ], "x-ms-correlation-request-id": [ - "3a112c37-aec8-4035-bc6d-6313cc184e1b" + "844368cf-e71b-49f3-aa2d-8b319fde3ba6" ], "x-ms-arm-service-request-id": [ - "87912b63-000d-44f5-b11c-14777ad2c9fb" + "bda6ecf9-b4da-40d1-a8ad-14f94d7178e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4344,13 +4403,13 @@ "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130900Z:3a112c37-aec8-4035-bc6d-6313cc184e1b" + "WESTUS:20200413T192412Z:844368cf-e71b-49f3-aa2d-8b319fde3ba6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:08:59 GMT" + "Mon, 13 Apr 2020 19:24:12 GMT" ], "Content-Length": [ "30" @@ -4366,8 +4425,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4389,13 +4448,13 @@ "10" ], "x-ms-request-id": [ - "8fc1950b-5042-4f80-8b2c-5bd4f65829a3" + "bb5fce3b-442d-4954-b85b-ed38c6362137" ], "x-ms-correlation-request-id": [ - "3bc9e753-b254-47c1-affb-b1861ebcee83" + "c8a95a0a-ff39-4abc-9fce-2e1c82adb220" ], "x-ms-arm-service-request-id": [ - "7010d26b-7b8d-4314-888e-6651446bf3e4" + "91afecc7-0983-495b-8e77-aa546a700ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4408,13 +4467,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130910Z:3bc9e753-b254-47c1-affb-b1861ebcee83" + "WESTUS:20200413T192422Z:c8a95a0a-ff39-4abc-9fce-2e1c82adb220" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:09:09 GMT" + "Mon, 13 Apr 2020 19:24:21 GMT" ], "Content-Length": [ "30" @@ -4430,8 +4489,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4453,13 +4512,13 @@ "10" ], "x-ms-request-id": [ - "d1b700e1-1073-41b6-ab21-5e033147e43f" + "e92e80cb-8b6e-4219-b1ef-a5c27fae071d" ], "x-ms-correlation-request-id": [ - "5a28a46a-a77f-4bcc-bdb2-419362e78d42" + "99b8f3ef-8af5-4ad8-8cea-f7a0cc57e319" ], "x-ms-arm-service-request-id": [ - "d7044619-6e42-4531-8744-18e234bb100c" + "21d5ba47-33fd-4d35-968a-c6b08debecd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4472,13 +4531,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130920Z:5a28a46a-a77f-4bcc-bdb2-419362e78d42" + "WESTUS:20200413T192432Z:99b8f3ef-8af5-4ad8-8cea-f7a0cc57e319" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:09:19 GMT" + "Mon, 13 Apr 2020 19:24:31 GMT" ], "Content-Length": [ "30" @@ -4494,8 +4553,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4517,13 +4576,13 @@ "10" ], "x-ms-request-id": [ - "aabd1a57-556e-4a01-a000-8aa6957b4372" + "12c86cd4-3e7a-4e42-9a61-e2f4f49e1de6" ], "x-ms-correlation-request-id": [ - "d913716b-01fb-4ff9-ad3e-ac55235b0394" + "c9030586-c93b-45c3-89bd-a58cd5aaafe0" ], "x-ms-arm-service-request-id": [ - "57a23714-9bf5-4d66-b413-1654903806fb" + "80b93f9f-7ec4-4f17-9a5e-2d3b746da948" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4536,13 +4595,13 @@ "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130931Z:d913716b-01fb-4ff9-ad3e-ac55235b0394" + "WESTUS:20200413T192442Z:c9030586-c93b-45c3-89bd-a58cd5aaafe0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:09:31 GMT" + "Mon, 13 Apr 2020 19:24:42 GMT" ], "Content-Length": [ "30" @@ -4558,8 +4617,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4581,13 +4640,13 @@ "10" ], "x-ms-request-id": [ - "be87ddad-ce72-4f91-8097-f553c6ec49d1" + "a3897759-1575-4969-b22f-a5c57f92a0c0" ], "x-ms-correlation-request-id": [ - "98c7f1ab-05c8-4479-920b-0c61528c023d" + "3b59185e-5691-4444-977c-b3beec2caf6b" ], "x-ms-arm-service-request-id": [ - "76a38566-111d-46d5-9bd5-4deb3b1ca60a" + "cedf19af-3770-4647-92ed-b9f1bb2b3006" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4600,13 +4659,13 @@ "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130941Z:98c7f1ab-05c8-4479-920b-0c61528c023d" + "WESTUS:20200413T192452Z:3b59185e-5691-4444-977c-b3beec2caf6b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:09:41 GMT" + "Mon, 13 Apr 2020 19:24:52 GMT" ], "Content-Length": [ "30" @@ -4622,8 +4681,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4645,13 +4704,13 @@ "10" ], "x-ms-request-id": [ - "a1e78274-81e1-424f-9ebe-a2a8e3dc0092" + "a08284d0-16b2-48a2-803c-e8db2a53940b" ], "x-ms-correlation-request-id": [ - "e9ac55ee-7b49-4101-a326-aa632294fcc7" + "e9fbc4cb-1d40-48dd-a959-2551a9d2a894" ], "x-ms-arm-service-request-id": [ - "10eeccda-d146-43ca-84be-6d948bda04bd" + "1708e6d1-803a-435a-9002-f1b81c5a4241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4664,13 +4723,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T130951Z:e9ac55ee-7b49-4101-a326-aa632294fcc7" + "WESTUS:20200413T192502Z:e9fbc4cb-1d40-48dd-a959-2551a9d2a894" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:09:51 GMT" + "Mon, 13 Apr 2020 19:25:02 GMT" ], "Content-Length": [ "30" @@ -4686,8 +4745,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4709,13 +4768,13 @@ "10" ], "x-ms-request-id": [ - "f8d34b75-1e63-4d00-99c6-076b9476a250" + "6b8a10bb-ae02-448d-afbb-c4e398283c48" ], "x-ms-correlation-request-id": [ - "661d2541-2f9c-4b95-ace7-7f18b52ca60b" + "0a907393-5a6f-4f8c-ab27-11788e422e17" ], "x-ms-arm-service-request-id": [ - "dabcbb36-9ebe-452f-8016-71be8e4981e0" + "0f64d1ce-4fe9-4eed-bed2-855a4b7b86e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4728,13 +4787,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131002Z:661d2541-2f9c-4b95-ace7-7f18b52ca60b" + "WESTUS:20200413T192512Z:0a907393-5a6f-4f8c-ab27-11788e422e17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:01 GMT" + "Mon, 13 Apr 2020 19:25:12 GMT" ], "Content-Length": [ "30" @@ -4750,8 +4809,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4773,13 +4832,13 @@ "10" ], "x-ms-request-id": [ - "989012e7-3b1c-4f24-9c87-ffeb6bc24d20" + "0150f095-3d54-448c-826c-2ea12b9dff46" ], "x-ms-correlation-request-id": [ - "6fe29459-7c28-460c-a536-a1d7ffd8c718" + "9da03f12-b25f-4a95-b5a3-d66190138f53" ], "x-ms-arm-service-request-id": [ - "f7580bbe-1c6e-44a0-8cd3-3b89d69c23e4" + "57ab8143-f2f4-4df7-9a95-f7f586b102a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4792,13 +4851,13 @@ "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131012Z:6fe29459-7c28-460c-a536-a1d7ffd8c718" + "WESTUS:20200413T192522Z:9da03f12-b25f-4a95-b5a3-d66190138f53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:11 GMT" + "Mon, 13 Apr 2020 19:25:22 GMT" ], "Content-Length": [ "30" @@ -4814,8 +4873,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4837,32 +4896,32 @@ "10" ], "x-ms-request-id": [ - "79426f2b-2679-4c13-8cce-16e181e246b4" + "8bc5e66a-5f29-482f-bd98-2aa954236699" ], "x-ms-correlation-request-id": [ - "5f8e4eea-9588-423d-a00d-9842b67e91bd" + "37c395f0-ec77-4f50-bcc4-4a08b040d5a9" ], "x-ms-arm-service-request-id": [ - "779ee241-b4fe-481c-ada1-3eb360e4955e" + "d4af10f9-fd65-48d4-93b4-b3aff52fd972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131022Z:5f8e4eea-9588-423d-a00d-9842b67e91bd" + "WESTUS:20200413T192533Z:37c395f0-ec77-4f50-bcc4-4a08b040d5a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:22 GMT" + "Mon, 13 Apr 2020 19:25:32 GMT" ], "Content-Length": [ "30" @@ -4878,8 +4937,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/af2b509e-9669-4d97-a39c-fdb4b55b06e5?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FmMmI1MDllLTk2NjktNGQ5Ny1hMzljLWZkYjRiNTViMDZlNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4897,17 +4956,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "a4e4c614-624a-410c-9174-555d2f062390" + "2d95729d-774e-46db-a536-84247877ef53" ], "x-ms-correlation-request-id": [ - "b6fd4e62-81ed-4b7a-b12f-35d1763e0898" + "c3cff572-d7f9-4a43-9f97-4affca35cfab" ], "x-ms-arm-service-request-id": [ - "dc209b33-1996-4706-87fe-4f8306891f65" + "f20410e4-5499-42b5-97b7-a1f0c95469c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4920,16 +4976,16 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131032Z:b6fd4e62-81ed-4b7a-b12f-35d1763e0898" + "WESTUS:20200413T192543Z:c3cff572-d7f9-4a43-9f97-4affca35cfab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:32 GMT" + "Mon, 13 Apr 2020 19:25:42 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4938,12 +4994,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4965,32 +5021,32 @@ "10" ], "x-ms-request-id": [ - "49b0df9a-6942-4687-97ed-71794048191d" + "83fac538-e8f4-4ca4-9314-f7654f5505b4" ], "x-ms-correlation-request-id": [ - "e22155fd-9ce7-485f-9a6e-3e053a2bd88e" + "b789bec6-fd03-4a71-ad41-3d8ef56247af" ], "x-ms-arm-service-request-id": [ - "25879901-8886-4881-8302-2a452b1d46de" + "4d06bf32-0053-4659-b9e9-f32cd3fc2fea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11998" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131042Z:e22155fd-9ce7-485f-9a6e-3e053a2bd88e" + "WESTUS:20200413T192554Z:b789bec6-fd03-4a71-ad41-3d8ef56247af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:42 GMT" + "Mon, 13 Apr 2020 19:25:54 GMT" ], "Content-Length": [ "30" @@ -5006,8 +5062,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5029,13 +5085,13 @@ "10" ], "x-ms-request-id": [ - "78f969b7-47b3-4457-aac3-e9abebf25693" + "cd6c643d-de43-4476-8b5a-aa4227b661be" ], "x-ms-correlation-request-id": [ - "1fcea04c-7443-428c-a1de-8ff43ec686be" + "8f9597a4-b6a3-460b-aa37-9e35402d1f33" ], "x-ms-arm-service-request-id": [ - "a6f4e0fa-9a79-416b-b6d7-251307701f5d" + "389198bc-e607-4c11-a2f9-140896770c2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5045,16 +5101,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131053Z:1fcea04c-7443-428c-a1de-8ff43ec686be" + "WESTUS:20200413T192604Z:8f9597a4-b6a3-460b-aa37-9e35402d1f33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:10:53 GMT" + "Mon, 13 Apr 2020 19:26:04 GMT" ], "Content-Length": [ "30" @@ -5070,8 +5126,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5093,13 +5149,13 @@ "10" ], "x-ms-request-id": [ - "5a6d89e1-a321-4d97-bd89-ccbfa9368d24" + "334e7073-693a-406c-874e-279f08e03758" ], "x-ms-correlation-request-id": [ - "8736e666-9783-446b-a87d-2964a0e37f9d" + "f5acf34a-0ae7-4d9b-943d-46fc9dd0cad2" ], "x-ms-arm-service-request-id": [ - "a22f3171-561e-4326-b945-4fa3c5d7cb5b" + "13cbdbaf-6bb4-44e5-b992-a9262be4e849" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5109,16 +5165,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131103Z:8736e666-9783-446b-a87d-2964a0e37f9d" + "WESTUS:20200413T192615Z:f5acf34a-0ae7-4d9b-943d-46fc9dd0cad2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:03 GMT" + "Mon, 13 Apr 2020 19:26:14 GMT" ], "Content-Length": [ "30" @@ -5134,8 +5190,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5157,13 +5213,13 @@ "10" ], "x-ms-request-id": [ - "2e8a0dbb-d3d3-4f1f-a883-f4c368c2571f" + "56935b9a-a2db-4a41-9c36-bb9c483f895b" ], "x-ms-correlation-request-id": [ - "9b033f81-b102-441b-9c13-6193527a4087" + "e08b53e6-51ee-4026-baf6-9987e13ea5a8" ], "x-ms-arm-service-request-id": [ - "e173c0a2-1db6-435c-aeba-c776a432d772" + "7d364e6f-e2fc-45fe-8d94-eb6fb7e28989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5173,16 +5229,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131114Z:9b033f81-b102-441b-9c13-6193527a4087" + "WESTUS:20200413T192625Z:e08b53e6-51ee-4026-baf6-9987e13ea5a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:13 GMT" + "Mon, 13 Apr 2020 19:26:24 GMT" ], "Content-Length": [ "30" @@ -5198,8 +5254,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5221,13 +5277,13 @@ "10" ], "x-ms-request-id": [ - "16763b88-71a7-437e-bec3-9aaeee229091" + "b0559d21-3bcd-4ce6-b497-d65ecfea6035" ], "x-ms-correlation-request-id": [ - "76a3e4f4-625a-4fee-a62b-92bacb4d23ad" + "4878a297-8cc6-4851-af53-c110de07febc" ], "x-ms-arm-service-request-id": [ - "d44494ba-8d64-4170-a28b-9208884157cc" + "6848cd07-0ba4-4814-b956-0951d11dd5e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5237,16 +5293,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131124Z:76a3e4f4-625a-4fee-a62b-92bacb4d23ad" + "WESTUS:20200413T192635Z:4878a297-8cc6-4851-af53-c110de07febc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:23 GMT" + "Mon, 13 Apr 2020 19:26:34 GMT" ], "Content-Length": [ "30" @@ -5262,8 +5318,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5285,13 +5341,13 @@ "10" ], "x-ms-request-id": [ - "f1298e6f-3c51-4d57-8da6-a15f7b9002bd" + "cadc6c3c-3edf-4066-a197-709918b28378" ], "x-ms-correlation-request-id": [ - "17a390f3-f914-46ee-9599-84fe56507f12" + "c0fb6e9b-8d3a-4dd7-af09-bf78fe9ed233" ], "x-ms-arm-service-request-id": [ - "ce36ed1e-4a99-446d-bf8d-3a8a89ea0805" + "c044dff9-4cb8-4bdb-a1c4-c2fecd0a9708" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5301,16 +5357,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131134Z:17a390f3-f914-46ee-9599-84fe56507f12" + "WESTUS:20200413T192645Z:c0fb6e9b-8d3a-4dd7-af09-bf78fe9ed233" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:33 GMT" + "Mon, 13 Apr 2020 19:26:44 GMT" ], "Content-Length": [ "30" @@ -5326,8 +5382,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5349,32 +5405,32 @@ "10" ], "x-ms-request-id": [ - "e22ae0e0-cc49-42c5-aa9a-d0b8aca0745c" + "1e4a3764-306c-4c46-8d10-fa116f3c9533" ], "x-ms-correlation-request-id": [ - "5cbd74ba-c1fe-4949-bf1a-75e32cd253c1" + "31f9d514-c733-4727-9b55-3dc9e82bdf6e" ], "x-ms-arm-service-request-id": [ - "85c522cb-e487-487c-8b6f-24dceea4fd57" + "ea8c96a9-529d-49c3-92b8-59ab2a7fdc98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131144Z:5cbd74ba-c1fe-4949-bf1a-75e32cd253c1" + "WESTUS:20200413T192655Z:31f9d514-c733-4727-9b55-3dc9e82bdf6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:43 GMT" + "Mon, 13 Apr 2020 19:26:54 GMT" ], "Content-Length": [ "30" @@ -5390,8 +5446,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5413,13 +5469,13 @@ "10" ], "x-ms-request-id": [ - "b2c78803-06a8-49b1-84b5-e0f5a889e61d" + "11543051-6f36-4df8-9a54-753d555b9005" ], "x-ms-correlation-request-id": [ - "83fcb77c-14d1-486f-948c-83f91dfabcad" + "f2ce69a3-d780-4f7c-b106-03880ee5da00" ], "x-ms-arm-service-request-id": [ - "06cf4115-9066-46b1-b3e4-970e517b4336" + "c7d0e853-a309-4eba-bd8a-185bb053bed5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5429,16 +5485,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131154Z:83fcb77c-14d1-486f-948c-83f91dfabcad" + "WESTUS:20200413T192705Z:f2ce69a3-d780-4f7c-b106-03880ee5da00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:11:54 GMT" + "Mon, 13 Apr 2020 19:27:04 GMT" ], "Content-Length": [ "30" @@ -5454,8 +5510,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5477,32 +5533,32 @@ "10" ], "x-ms-request-id": [ - "2fd21ba0-8544-4e49-9b0f-b0fdba48cf79" + "2430d8fc-3278-47e5-a40e-ae82c01f8e7a" ], "x-ms-correlation-request-id": [ - "be0e42dc-92f0-4b12-88c9-b8bbdaa7dadf" + "7d2f5005-b598-4732-a2fc-8635c85b2ed3" ], "x-ms-arm-service-request-id": [ - "b91268a2-f0f1-4d38-a70c-8147d4d774c8" + "8b44afb5-f656-4ebb-984a-88d9616b5945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131205Z:be0e42dc-92f0-4b12-88c9-b8bbdaa7dadf" + "WESTUS:20200413T192715Z:7d2f5005-b598-4732-a2fc-8635c85b2ed3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:05 GMT" + "Mon, 13 Apr 2020 19:27:14 GMT" ], "Content-Length": [ "30" @@ -5518,8 +5574,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5541,13 +5597,13 @@ "10" ], "x-ms-request-id": [ - "99fc525a-4bd0-4ec7-8e42-e04d96d24ebf" + "f5683d4b-a1ad-4540-85fc-55f1c23339ac" ], "x-ms-correlation-request-id": [ - "08161936-3713-481a-8b1f-a204b11324a8" + "2d447b44-e188-4406-898d-c7535cfe0ea2" ], "x-ms-arm-service-request-id": [ - "e8c62b3e-ec9a-4118-9a7c-430dc49ec01c" + "7cd8e06e-58ee-438b-adc3-d9617646ced6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5557,16 +5613,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131215Z:08161936-3713-481a-8b1f-a204b11324a8" + "WESTUS:20200413T192725Z:2d447b44-e188-4406-898d-c7535cfe0ea2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:15 GMT" + "Mon, 13 Apr 2020 19:27:25 GMT" ], "Content-Length": [ "30" @@ -5582,8 +5638,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5605,13 +5661,13 @@ "10" ], "x-ms-request-id": [ - "f8616f57-f301-487e-b780-0a05887757c1" + "ca3cd1c5-5082-4f1c-885b-0bd7c46fecab" ], "x-ms-correlation-request-id": [ - "4bb7f6c8-6289-4943-b6c4-1749d800b938" + "49ec30a0-9ec5-4dc7-9ed4-eb41e2a9e532" ], "x-ms-arm-service-request-id": [ - "120576ee-91c2-4a59-b2b2-376631c9e076" + "d972798f-e697-432c-9782-b8c06b314384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5621,16 +5677,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131226Z:4bb7f6c8-6289-4943-b6c4-1749d800b938" + "WESTUS:20200413T192735Z:49ec30a0-9ec5-4dc7-9ed4-eb41e2a9e532" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:25 GMT" + "Mon, 13 Apr 2020 19:27:35 GMT" ], "Content-Length": [ "30" @@ -5646,8 +5702,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5669,13 +5725,13 @@ "10" ], "x-ms-request-id": [ - "05849c10-6b2a-40ff-9f28-41e5cad1e63d" + "5a07658a-d052-4131-adf3-09e8e7ef6ab0" ], "x-ms-correlation-request-id": [ - "5b9219c9-e130-40c2-aece-e03aacdef5a4" + "0cac6378-9792-43b6-866f-cbd4b414e3e8" ], "x-ms-arm-service-request-id": [ - "0ce026ea-6175-4ce2-bbbe-ea6e30835b0e" + "06518480-4243-41ef-b510-d98f0c6ff53c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5685,16 +5741,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131236Z:5b9219c9-e130-40c2-aece-e03aacdef5a4" + "WESTUS:20200413T192745Z:0cac6378-9792-43b6-866f-cbd4b414e3e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:36 GMT" + "Mon, 13 Apr 2020 19:27:45 GMT" ], "Content-Length": [ "30" @@ -5710,8 +5766,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5733,32 +5789,32 @@ "10" ], "x-ms-request-id": [ - "e581ad80-2731-4578-a516-0213fa94accb" + "517fe45c-7fb8-4fce-ba55-ddbd3ebaa055" ], "x-ms-correlation-request-id": [ - "a577b2d0-a4f9-44b4-b523-3fa9af42a2d2" + "b62b48b0-f3a2-43a8-949b-7e5e79c15b8c" ], "x-ms-arm-service-request-id": [ - "b547eb21-b9b3-42b1-ab0f-80d8783649c4" + "139d439c-096c-4931-bc54-6164ab8cd857" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131246Z:a577b2d0-a4f9-44b4-b523-3fa9af42a2d2" + "WESTUS:20200413T192755Z:b62b48b0-f3a2-43a8-949b-7e5e79c15b8c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:46 GMT" + "Mon, 13 Apr 2020 19:27:55 GMT" ], "Content-Length": [ "30" @@ -5774,8 +5830,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5797,13 +5853,13 @@ "10" ], "x-ms-request-id": [ - "18d79229-c6f1-49c4-8769-cef4922e15e1" + "0a11e251-d23a-4713-901f-68a2c9192e7a" ], "x-ms-correlation-request-id": [ - "ee3993e1-8c24-4011-a578-34706a8fd36d" + "663bc400-6180-403a-91f3-9990d034d6fc" ], "x-ms-arm-service-request-id": [ - "7b098968-e500-4aaa-8467-2ca650ebe18d" + "7996e55c-ddb2-41c3-8280-0cc37de1f294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5813,16 +5869,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131256Z:ee3993e1-8c24-4011-a578-34706a8fd36d" + "WESTUS:20200413T192805Z:663bc400-6180-403a-91f3-9990d034d6fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:12:56 GMT" + "Mon, 13 Apr 2020 19:28:05 GMT" ], "Content-Length": [ "30" @@ -5838,8 +5894,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/2009a95c-82f3-4a8a-b6da-9dbdef276e8a?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjAwOWE5NWMtODJmMy00YThhLWI2ZGEtOWRiZGVmMjc2ZThhP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5857,14 +5913,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "c3d26bce-00b7-4882-86cc-476c0137aae3" + "ac8f23ef-285b-44ac-9d1a-4183d5997c9a" ], "x-ms-correlation-request-id": [ - "b4410ce5-cea3-4aa3-afc1-dcea305ea400" + "b7ac4c7a-e206-4909-bfc6-49b9bac273e6" ], "x-ms-arm-service-request-id": [ - "efcd4344-06c3-45c2-bfd3-9e934f6e9f43" + "f0588946-ebd4-4060-9059-8b66388c46cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5874,19 +5933,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131307Z:b4410ce5-cea3-4aa3-afc1-dcea305ea400" + "WESTUS:20200413T192815Z:b7ac4c7a-e206-4909-bfc6-49b9bac273e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:06 GMT" + "Mon, 13 Apr 2020 19:28:15 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5895,12 +5954,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5922,13 +5981,13 @@ "10" ], "x-ms-request-id": [ - "412ad6e3-8b3f-4e3a-bd20-a9408e5397d0" + "ef8789d6-e5c4-4430-b779-1cf19ab82d11" ], "x-ms-correlation-request-id": [ - "36842460-4f93-425d-b94b-9b99e36861e3" + "586a8e56-ea4d-423b-9d76-f19eda9ec905" ], "x-ms-arm-service-request-id": [ - "2df408d8-7b6c-4655-ad34-17f3fd057f7d" + "f49fbffe-beb3-4e71-ae02-81d04a54e669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5938,16 +5997,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131322Z:36842460-4f93-425d-b94b-9b99e36861e3" + "WESTUS:20200413T192825Z:586a8e56-ea4d-423b-9d76-f19eda9ec905" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:21 GMT" + "Mon, 13 Apr 2020 19:28:25 GMT" ], "Content-Length": [ "30" @@ -5963,8 +6022,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5986,32 +6045,32 @@ "10" ], "x-ms-request-id": [ - "27c04208-f868-4b76-b7ab-d24cf5bbdc5b" + "f7271baf-a5be-4a5a-a1cd-6f6766af13bb" ], "x-ms-correlation-request-id": [ - "decbfeae-d426-4833-a5f9-7c2ba6ac7065" + "4bc862be-540c-4a1e-aa59-880512acdc34" ], "x-ms-arm-service-request-id": [ - "0c59b64c-c341-48ed-befe-941f2faba088" + "23ea4203-989b-4a00-babf-7acad79d75fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131332Z:decbfeae-d426-4833-a5f9-7c2ba6ac7065" + "WESTUS:20200413T192835Z:4bc862be-540c-4a1e-aa59-880512acdc34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:31 GMT" + "Mon, 13 Apr 2020 19:28:35 GMT" ], "Content-Length": [ "30" @@ -6027,8 +6086,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6050,13 +6109,13 @@ "10" ], "x-ms-request-id": [ - "a206f104-60a9-4d34-b815-ce992d2640c3" + "754da052-dab3-41f7-9311-a59bc6463da5" ], "x-ms-correlation-request-id": [ - "56d15873-01ef-4875-a398-1b3e0930ce86" + "e8a0c8dc-9496-4981-9c27-7aabcbc7946f" ], "x-ms-arm-service-request-id": [ - "c6dfc31d-b90c-4c4f-b7e8-6cd68802747d" + "918e9266-422f-4883-937c-cb228abfe5a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6066,16 +6125,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131343Z:56d15873-01ef-4875-a398-1b3e0930ce86" + "WESTUS:20200413T192846Z:e8a0c8dc-9496-4981-9c27-7aabcbc7946f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:42 GMT" + "Mon, 13 Apr 2020 19:28:45 GMT" ], "Content-Length": [ "30" @@ -6091,8 +6150,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6114,32 +6173,32 @@ "10" ], "x-ms-request-id": [ - "f93a178d-0a8b-4f7e-bc3f-11395aab929e" + "0c3dd719-a8ee-4795-b521-55b6c45e1fe4" ], "x-ms-correlation-request-id": [ - "a093841b-3bb3-42bf-adb4-e18b18de0764" + "a07df60a-f7aa-49dc-aeba-d7ba96c6e4c9" ], "x-ms-arm-service-request-id": [ - "db2eafac-240b-4eec-9f02-da7a7c91b662" + "0eff4275-dc82-4fbe-ae80-edfb3efbce67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131353Z:a093841b-3bb3-42bf-adb4-e18b18de0764" + "WESTUS:20200413T192856Z:a07df60a-f7aa-49dc-aeba-d7ba96c6e4c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:13:52 GMT" + "Mon, 13 Apr 2020 19:28:55 GMT" ], "Content-Length": [ "30" @@ -6155,8 +6214,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6178,13 +6237,13 @@ "10" ], "x-ms-request-id": [ - "4aeb5b0e-b486-4ad3-893a-f6fb0e597257" + "2b7a9196-acbf-41a2-805e-a5c338c3f03b" ], "x-ms-correlation-request-id": [ - "da1467ab-968a-4463-837d-3307cb5d9428" + "57b15570-0118-4b04-8018-f7b2fc98d3fa" ], "x-ms-arm-service-request-id": [ - "022a5407-41f3-4685-bf2a-1fb4ccf5fa2b" + "a059464f-efeb-4fa8-b6a3-db3fb8c4084a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6194,16 +6253,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131403Z:da1467ab-968a-4463-837d-3307cb5d9428" + "WESTUS:20200413T192906Z:57b15570-0118-4b04-8018-f7b2fc98d3fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:02 GMT" + "Mon, 13 Apr 2020 19:29:05 GMT" ], "Content-Length": [ "30" @@ -6219,8 +6278,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6242,13 +6301,13 @@ "10" ], "x-ms-request-id": [ - "ad691366-9543-4fd8-a68c-c8236dd20e25" + "de0321a4-8ed3-4de4-b48c-6a6116cfc989" ], "x-ms-correlation-request-id": [ - "a111b2b0-f4f6-4924-b375-7c0d65fe0fad" + "f4431c59-3836-4aea-92d8-947a8ca1161f" ], "x-ms-arm-service-request-id": [ - "a83e0c0b-c617-43f0-aaa4-8e04154a11aa" + "b9b243c6-4b5a-47b5-a56d-d603a5c434b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6258,16 +6317,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131413Z:a111b2b0-f4f6-4924-b375-7c0d65fe0fad" + "WESTUS:20200413T192916Z:f4431c59-3836-4aea-92d8-947a8ca1161f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:13 GMT" + "Mon, 13 Apr 2020 19:29:15 GMT" ], "Content-Length": [ "30" @@ -6283,8 +6342,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6306,13 +6365,13 @@ "10" ], "x-ms-request-id": [ - "92a48a04-44e6-444b-89b0-f3edb309b76a" + "c0798cf9-4ed0-4aef-acb6-d0b60490ce25" ], "x-ms-correlation-request-id": [ - "b1cbb460-d560-4cc9-87f6-d9ac8865cdcb" + "e14c2652-eb87-4b55-b365-77e61028445d" ], "x-ms-arm-service-request-id": [ - "8f8d3760-8238-4363-a6b9-0b5f332dbdf9" + "7ee67315-8d10-4098-8ba6-f77779f8b012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6322,16 +6381,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131424Z:b1cbb460-d560-4cc9-87f6-d9ac8865cdcb" + "WESTUS:20200413T192926Z:e14c2652-eb87-4b55-b365-77e61028445d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:23 GMT" + "Mon, 13 Apr 2020 19:29:25 GMT" ], "Content-Length": [ "30" @@ -6347,8 +6406,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6370,13 +6429,13 @@ "10" ], "x-ms-request-id": [ - "2800ba82-5f68-402e-923f-dc4ac0894089" + "a483a179-1138-4b09-8e7d-dc6f6e28d76e" ], "x-ms-correlation-request-id": [ - "0c8b9d9f-cc6a-44d9-8cd8-52a41e631bc5" + "c52dafbf-d2cc-462b-891d-dd1e51059487" ], "x-ms-arm-service-request-id": [ - "abf58fea-5bfb-4a29-960f-bc8f6400c2a1" + "9f20aea1-4d06-4e1f-8496-904880fba48e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6386,16 +6445,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131434Z:0c8b9d9f-cc6a-44d9-8cd8-52a41e631bc5" + "WESTUS:20200413T192936Z:c52dafbf-d2cc-462b-891d-dd1e51059487" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:33 GMT" + "Mon, 13 Apr 2020 19:29:35 GMT" ], "Content-Length": [ "30" @@ -6411,8 +6470,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6434,13 +6493,13 @@ "10" ], "x-ms-request-id": [ - "649cf8be-5643-41c9-8441-8d3bf9f5568d" + "ffb99d7b-2f4e-413c-96fb-699d1086ebea" ], "x-ms-correlation-request-id": [ - "86f53f48-ee99-4a44-83a8-2fba33cf27ba" + "f30f382d-7cec-4e07-8e29-b8a53d533a7f" ], "x-ms-arm-service-request-id": [ - "47d68378-c741-4f9d-bc8b-4728fbc7494e" + "a59d3662-2aae-465d-b2b8-c6d8c038d204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6450,16 +6509,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131444Z:86f53f48-ee99-4a44-83a8-2fba33cf27ba" + "WESTUS:20200413T192946Z:f30f382d-7cec-4e07-8e29-b8a53d533a7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:43 GMT" + "Mon, 13 Apr 2020 19:29:46 GMT" ], "Content-Length": [ "30" @@ -6475,8 +6534,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6498,32 +6557,32 @@ "10" ], "x-ms-request-id": [ - "5d23b1d0-46ac-491d-ae1a-fd487cc82c99" + "16dfd181-8612-48a5-9633-47b533eb48a3" ], "x-ms-correlation-request-id": [ - "40b54387-df28-421d-9b73-6d4ee55be166" + "398ef66c-0fac-4e51-a0a1-456988fc5079" ], "x-ms-arm-service-request-id": [ - "7977f9d4-f469-4934-ba84-4d61d2ed555a" + "ed197bc2-9a60-4e30-8003-20db44c6623d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11974" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131454Z:40b54387-df28-421d-9b73-6d4ee55be166" + "WESTUS:20200413T192956Z:398ef66c-0fac-4e51-a0a1-456988fc5079" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:14:54 GMT" + "Mon, 13 Apr 2020 19:29:56 GMT" ], "Content-Length": [ "30" @@ -6539,8 +6598,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6562,13 +6621,13 @@ "10" ], "x-ms-request-id": [ - "e30e43f1-97db-4966-9cdc-45d4ff16496c" + "f5e298e5-bed5-4dd9-aaee-78c40d862e86" ], "x-ms-correlation-request-id": [ - "f2cfb309-0b8d-4055-8058-b0d7fb84274d" + "0eb16ec2-66cd-4eab-9280-09f81e7481f5" ], "x-ms-arm-service-request-id": [ - "d4f1460c-b595-4729-b22d-87f1561d4157" + "125101b2-38c8-4233-9e24-6781f9742ebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6578,16 +6637,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131505Z:f2cfb309-0b8d-4055-8058-b0d7fb84274d" + "WESTUS:20200413T193006Z:0eb16ec2-66cd-4eab-9280-09f81e7481f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:05 GMT" + "Mon, 13 Apr 2020 19:30:06 GMT" ], "Content-Length": [ "30" @@ -6603,8 +6662,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6626,13 +6685,13 @@ "10" ], "x-ms-request-id": [ - "ca4e2d87-4f49-488c-8a62-277d0b892c68" + "ca6b21e5-e0ae-4457-aba3-7a32c3601007" ], "x-ms-correlation-request-id": [ - "56d33e27-b376-4b8d-b0dd-4436e3de55d0" + "63f33daf-52dc-400e-915d-e9d709c15382" ], "x-ms-arm-service-request-id": [ - "519c87e8-7bc4-4a95-817a-a507ba6afa20" + "8bec83dd-0605-4f9d-8d30-d1335d62ccb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6642,16 +6701,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131515Z:56d33e27-b376-4b8d-b0dd-4436e3de55d0" + "WESTUS:20200413T193016Z:63f33daf-52dc-400e-915d-e9d709c15382" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:15 GMT" + "Mon, 13 Apr 2020 19:30:16 GMT" ], "Content-Length": [ "30" @@ -6667,8 +6726,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6690,13 +6749,13 @@ "10" ], "x-ms-request-id": [ - "7f2c4db4-0e0a-47b1-a397-03a178c2b9a1" + "1efc2911-9c1f-41aa-84dd-e6408a381e3e" ], "x-ms-correlation-request-id": [ - "5d1a32d0-d191-4060-8e61-a2b0b0e17e55" + "3a794881-9ded-4062-a2f3-7f622ec117e2" ], "x-ms-arm-service-request-id": [ - "2d3b57d9-c189-4a1d-8f89-72d43d7e43be" + "31839a03-4940-41d0-8d59-996b3c73799c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6706,16 +6765,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131525Z:5d1a32d0-d191-4060-8e61-a2b0b0e17e55" + "WESTUS:20200413T193026Z:3a794881-9ded-4062-a2f3-7f622ec117e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:25 GMT" + "Mon, 13 Apr 2020 19:30:26 GMT" ], "Content-Length": [ "30" @@ -6731,8 +6790,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6754,13 +6813,13 @@ "10" ], "x-ms-request-id": [ - "9ecfd1ba-52a8-4291-86af-a9283d951fcf" + "4d6451b4-bbfb-4c65-be14-69cf41ec674a" ], "x-ms-correlation-request-id": [ - "226a43b8-890b-4864-bc54-900d13500d77" + "4d58da81-7608-4aec-a42b-1f8f7b7037ff" ], "x-ms-arm-service-request-id": [ - "4d3e1e5d-3b1b-4323-bfab-eb25c1739d34" + "7c80755d-577f-44cc-81b7-f38c33948924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6770,16 +6829,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131536Z:226a43b8-890b-4864-bc54-900d13500d77" + "WESTUS:20200413T193036Z:4d58da81-7608-4aec-a42b-1f8f7b7037ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:35 GMT" + "Mon, 13 Apr 2020 19:30:36 GMT" ], "Content-Length": [ "30" @@ -6795,8 +6854,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6818,13 +6877,13 @@ "10" ], "x-ms-request-id": [ - "02777523-062c-440d-89e4-d7c188a00762" + "fe308e49-aa68-48c9-92d9-56ddbe377da0" ], "x-ms-correlation-request-id": [ - "81f0705c-81cb-49c7-a966-dceb688b0053" + "a994cd1f-7d2f-4626-be60-40b914936b88" ], "x-ms-arm-service-request-id": [ - "5d568295-5ec0-4992-8f78-e0751f30c188" + "77a27aca-97ff-4d3a-92e5-13bfc3be20e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6834,16 +6893,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131546Z:81f0705c-81cb-49c7-a966-dceb688b0053" + "WESTUS:20200413T193046Z:a994cd1f-7d2f-4626-be60-40b914936b88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:46 GMT" + "Mon, 13 Apr 2020 19:30:46 GMT" ], "Content-Length": [ "30" @@ -6859,8 +6918,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6882,32 +6941,32 @@ "10" ], "x-ms-request-id": [ - "8bd96e4c-be11-4e4f-928c-0971e3392a23" + "55ffbde0-d279-4d30-88af-7343837c41ce" ], "x-ms-correlation-request-id": [ - "9f9f2563-05fb-4925-9f6b-7232a2114dd2" + "b59249f5-ce83-469f-9d7a-aa3f67944032" ], "x-ms-arm-service-request-id": [ - "7f4d23f2-0666-4a1d-8881-8b0a653d85ec" + "cd92626f-c5c8-4335-883f-3ff6278a6d6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131556Z:9f9f2563-05fb-4925-9f6b-7232a2114dd2" + "WESTUS:20200413T193056Z:b59249f5-ce83-469f-9d7a-aa3f67944032" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:15:56 GMT" + "Mon, 13 Apr 2020 19:30:56 GMT" ], "Content-Length": [ "30" @@ -6923,8 +6982,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6946,13 +7005,13 @@ "10" ], "x-ms-request-id": [ - "8734cd70-9de2-405c-aee9-ea20b93164ba" + "dedbc41b-395b-417e-b141-d040ec23b2b0" ], "x-ms-correlation-request-id": [ - "5d214fd0-4f50-45ac-af06-4502bdf9ae6f" + "0228f34b-b360-4874-8b68-95fec0561192" ], "x-ms-arm-service-request-id": [ - "f3ec0eda-4f92-46b1-876b-505e7dd87dfd" + "f832b280-9e0e-4992-9862-134629d11624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6962,16 +7021,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131606Z:5d214fd0-4f50-45ac-af06-4502bdf9ae6f" + "WESTUS:20200413T193107Z:0228f34b-b360-4874-8b68-95fec0561192" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:06 GMT" + "Mon, 13 Apr 2020 19:31:06 GMT" ], "Content-Length": [ "30" @@ -6987,8 +7046,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7010,32 +7069,32 @@ "10" ], "x-ms-request-id": [ - "4b087f46-f60a-4d3d-923a-3ed7dbfb0b22" + "da088d9d-59be-406d-8926-8dc92429b797" ], "x-ms-correlation-request-id": [ - "3524c870-df36-43d5-ad9c-0b41644cbec8" + "38df79a0-deb9-4e14-ae6d-15019f673dc7" ], "x-ms-arm-service-request-id": [ - "744dc3fe-4531-4536-9db9-93413857e025" + "9d87da80-b811-408c-86e2-f73b52bbf585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131617Z:3524c870-df36-43d5-ad9c-0b41644cbec8" + "WESTUS:20200413T193117Z:38df79a0-deb9-4e14-ae6d-15019f673dc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:16 GMT" + "Mon, 13 Apr 2020 19:31:16 GMT" ], "Content-Length": [ "30" @@ -7051,8 +7110,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7074,13 +7133,13 @@ "10" ], "x-ms-request-id": [ - "57c07bf1-7174-404c-8206-e8a67c21ae47" + "3f820d07-1ea7-428e-a39e-e1f6baaef098" ], "x-ms-correlation-request-id": [ - "e04246c3-5c9c-4c6f-b649-3b50fdbbb025" + "d9a71d5d-30a3-4085-976b-ea7e4ff89263" ], "x-ms-arm-service-request-id": [ - "a6a73eef-a2a8-4fcb-a3f3-cd91b0ed56a0" + "08536047-4ec4-4815-8882-ebeb1c311c9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7090,16 +7149,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131627Z:e04246c3-5c9c-4c6f-b649-3b50fdbbb025" + "WESTUS:20200413T193127Z:d9a71d5d-30a3-4085-976b-ea7e4ff89263" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:27 GMT" + "Mon, 13 Apr 2020 19:31:26 GMT" ], "Content-Length": [ "30" @@ -7115,8 +7174,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be0306d6-e557-4f8a-ac1b-fe3aa4000d56?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMDMwNmQ2LWU1NTctNGY4YS1hYzFiLWZlM2FhNDAwMGQ1Nj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7134,17 +7193,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "620c8953-c1f7-422c-a489-0a4cc9c6fbda" + "9e3b811a-1acd-4fb6-919c-e34d564f5e41" ], "x-ms-correlation-request-id": [ - "c0964aa9-06cc-4d0c-98a6-58dcd623ff09" + "c8f629d1-0ee9-41c3-bf2a-fe696fe7bc41" ], "x-ms-arm-service-request-id": [ - "df6cbb21-9ad5-42d0-b3c0-79d7db35509d" + "703da317-8e3b-4cf7-83b9-8865e7056d3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7154,19 +7210,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131638Z:c0964aa9-06cc-4d0c-98a6-58dcd623ff09" + "WESTUS:20200413T193137Z:c8f629d1-0ee9-41c3-bf2a-fe696fe7bc41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:37 GMT" + "Mon, 13 Apr 2020 19:31:36 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7175,15 +7231,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "c769fe8d-c117-421f-a33f-eb7332c07042" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7198,56 +7260,52 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "68b32000-92b3-4d78-9d0c-ce7f4b6ff2c4" + "3d2970ae-cdee-44dc-a55d-fe9779d482da" ], "x-ms-correlation-request-id": [ - "985e70ee-1a08-4b87-8e0b-f7729288f1e5" + "3d2970ae-cdee-44dc-a55d-fe9779d482da" ], - "x-ms-arm-service-request-id": [ - "40fab4f6-ab5c-4e86-96fd-f96d9a429100" + "x-ms-routing-request-id": [ + "WESTUS:20200413T193137Z:3d2970ae-cdee-44dc-a55d-fe9779d482da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131648Z:985e70ee-1a08-4b87-8e0b-f7729288f1e5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:47 GMT" - ], - "Content-Length": [ - "30" + "Mon, 13 Apr 2020 19:31:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "187" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps2131' was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "ebe75f3b-68b2-46e0-8f30-2d5248995680" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7262,17 +7320,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"50aaf5aa-2d2c-4d75-b21c-52aa3c93ef6f\"" ], "x-ms-request-id": [ - "da84510d-ac37-4c02-9815-4d48107b4cb3" + "2c36a11b-7df2-449a-bd40-3f96b0c016b7" ], "x-ms-correlation-request-id": [ - "9411e2c3-5ffe-40ee-a78e-d048eea98c5b" + "0b6c691f-b6b1-410d-ae34-aad10c603298" ], "x-ms-arm-service-request-id": [ - "bd557692-67ba-472c-b574-d45ff961aea3" + "ad1bb8a5-d8c1-459b-9fdc-5c0c349fa737" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7282,19 +7340,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131658Z:9411e2c3-5ffe-40ee-a78e-d048eea98c5b" + "WESTUS:20200413T193138Z:0b6c691f-b6b1-410d-ae34-aad10c603298" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:16:57 GMT" + "Mon, 13 Apr 2020 19:31:38 GMT" ], "Content-Length": [ - "30" + "867" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7303,15 +7361,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"50aaf5aa-2d2c-4d75-b21c-52aa3c93ef6f\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "179f9e90-417e-46d0-9706-c9826e278e2a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7326,17 +7390,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"50aaf5aa-2d2c-4d75-b21c-52aa3c93ef6f\"" ], "x-ms-request-id": [ - "9280c810-dabf-480b-bf77-9f3e441214e5" + "18a7e94b-a4b2-4aa3-a11a-17254fe0210f" ], "x-ms-correlation-request-id": [ - "90d5fd04-ac3c-4223-be8c-a831e8786719" + "d81228c4-b6d0-4256-b06d-f3c021e18a4f" ], "x-ms-arm-service-request-id": [ - "6a094bd4-d04f-4f9a-980d-12a1faae6520" + "174cf86a-a236-4f87-a724-11f4516d1602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7346,19 +7410,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131708Z:90d5fd04-ac3c-4223-be8c-a831e8786719" + "WESTUS:20200413T193139Z:d81228c4-b6d0-4256-b06d-f3c021e18a4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:17:07 GMT" + "Mon, 13 Apr 2020 19:31:38 GMT" ], "Content-Length": [ - "30" + "867" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7367,15 +7431,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"50aaf5aa-2d2c-4d75-b21c-52aa3c93ef6f\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "3a1d5ec8-3abf-44ad-933f-ed6066a6a2d9" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7390,17 +7460,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"68c2b386-3929-40f8-b896-4ecfb7b95f53\"" ], "x-ms-request-id": [ - "9c278559-b81c-4cc6-ade1-d37390da664d" + "de8fe178-1f9e-4cda-9120-d2e372dcd6bd" ], "x-ms-correlation-request-id": [ - "5c8122bd-17cf-47db-b6a0-86014a2896ed" + "7d6f833f-f864-4a94-afd1-a92e7d80f24f" ], "x-ms-arm-service-request-id": [ - "50e583b0-6eae-4ee7-868c-4db08cb49476" + "07f4d813-1873-4702-bd38-b698a648ad0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7410,19 +7480,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131719Z:5c8122bd-17cf-47db-b6a0-86014a2896ed" + "WESTUS:20200413T193220Z:7d6f833f-f864-4a94-afd1-a92e7d80f24f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:17:18 GMT" + "Mon, 13 Apr 2020 19:32:20 GMT" ], "Content-Length": [ - "30" + "1069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7431,84 +7501,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"68c2b386-3929-40f8-b896-4ecfb7b95f53\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "3e1068ea-b138-4f93-b0aa-b92e4dd54441" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "ab7b78fc-b5e1-4e31-9932-f13006c480d4" - ], - "x-ms-correlation-request-id": [ - "1493423f-4df7-4b3d-ab5b-0f6163ac97c1" - ], - "x-ms-arm-service-request-id": [ - "c3676991-10b0-4913-a7d0-8db267ed3c4d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131729Z:1493423f-4df7-4b3d-ab5b-0f6163ac97c1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:17:29 GMT" - ], - "Content-Length": [ - "30" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Content-Length": [ + "493" ] }, "ResponseHeaders": { @@ -7518,39 +7536,42 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "93267af9-827a-4b19-903a-351a055602d2" + "ba302d8f-d3de-4033-bbc5-6e0ffb807657" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/ba302d8f-d3de-4033-bbc5-6e0ffb807657?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "eb552e06-c9e9-422e-afc2-d95b211c8619" + "84ebca38-6248-4fd2-9cf4-1e6fc736958c" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "ac9bab3c-110c-43aa-9260-77b03e07d6d0" + "67ce320a-5bca-4a9c-bc79-9934caad994f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131739Z:eb552e06-c9e9-422e-afc2-d95b211c8619" + "WESTUS:20200413T193138Z:84ebca38-6248-4fd2-9cf4-1e6fc736958c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:17:39 GMT" + "Mon, 13 Apr 2020 19:31:38 GMT" ], "Content-Length": [ - "30" + "866" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7559,12 +7580,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d897d383-e558-4df1-a220-0a8900f6ac83\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/2f628989-778b-425d-a6f3-27e61a80ca10?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzJmNjI4OTg5LTc3OGItNDI1ZC1hNmYzLTI3ZTYxYTgwY2ExMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7586,13 +7607,13 @@ "10" ], "x-ms-request-id": [ - "7e065cc4-41a9-4cab-aed7-1b3d0c92e835" + "0966d6df-1b10-4c8d-a170-8fc2d319cc40" ], "x-ms-correlation-request-id": [ - "5795a4da-09e0-40ab-b70c-22fa06459dcf" + "f8d87501-cf4c-4d87-b75a-80762fe576ed" ], "x-ms-arm-service-request-id": [ - "dea99027-e762-4d79-8b1d-5d2fb08974e1" + "c25c37d6-b2be-4c75-aca2-c668210468d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7602,16 +7623,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131750Z:5795a4da-09e0-40ab-b70c-22fa06459dcf" + "WESTUS:20200413T193150Z:f8d87501-cf4c-4d87-b75a-80762fe576ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:17:49 GMT" + "Mon, 13 Apr 2020 19:31:49 GMT" ], "Content-Length": [ "30" @@ -7627,8 +7648,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/2f628989-778b-425d-a6f3-27e61a80ca10?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzJmNjI4OTg5LTc3OGItNDI1ZC1hNmYzLTI3ZTYxYTgwY2ExMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7650,13 +7671,13 @@ "10" ], "x-ms-request-id": [ - "e91da06e-edfc-4f30-8ff8-767d70d464fb" + "9533ac4c-8f65-4135-b0a0-58d05c4e359c" ], "x-ms-correlation-request-id": [ - "750e464d-2e51-4c04-bd68-59777c9dbdd4" + "307d6192-e789-4643-bb3e-512ecaa98e65" ], "x-ms-arm-service-request-id": [ - "251c4035-e405-4902-aad3-8a0b0b58d6e1" + "3e7c084f-d71c-421a-97a3-7bd46fe024a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7666,16 +7687,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131800Z:750e464d-2e51-4c04-bd68-59777c9dbdd4" + "WESTUS:20200413T193200Z:307d6192-e789-4643-bb3e-512ecaa98e65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:17:59 GMT" + "Mon, 13 Apr 2020 19:31:59 GMT" ], "Content-Length": [ "30" @@ -7691,8 +7712,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/2f628989-778b-425d-a6f3-27e61a80ca10?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzJmNjI4OTg5LTc3OGItNDI1ZC1hNmYzLTI3ZTYxYTgwY2ExMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7714,13 +7735,13 @@ "10" ], "x-ms-request-id": [ - "8e6caf4d-7f60-4498-8b94-fc9aa52373f1" + "fb82f7ac-a419-4121-933a-9a31c73c41c5" ], "x-ms-correlation-request-id": [ - "6410c57f-e009-40db-be4e-d4bf2628a962" + "a7c0d0bf-a1d9-40b2-95ca-3039ef943cdc" ], "x-ms-arm-service-request-id": [ - "59c15e23-4310-44ea-8b09-d4d3d1ca3faf" + "be545641-1b38-4049-baee-5f08340825d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7730,16 +7751,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131810Z:6410c57f-e009-40db-be4e-d4bf2628a962" + "WESTUS:20200413T193210Z:a7c0d0bf-a1d9-40b2-95ca-3039ef943cdc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:18:10 GMT" + "Mon, 13 Apr 2020 19:32:09 GMT" ], "Content-Length": [ "30" @@ -7755,8 +7776,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/2f628989-778b-425d-a6f3-27e61a80ca10?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzJmNjI4OTg5LTc3OGItNDI1ZC1hNmYzLTI3ZTYxYTgwY2ExMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7774,17 +7795,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "559a21e5-b570-4ecb-9cdb-464a5d0f67b8" + "b932eef5-84e9-4db6-8cc3-7cbc3d7a9225" ], "x-ms-correlation-request-id": [ - "f51bf3aa-3db8-48b0-83aa-a5aa6d42be14" + "545586d2-e903-48b8-a2ae-93e5e3563541" ], "x-ms-arm-service-request-id": [ - "0018e71b-9132-40c2-872f-ba2f6c3c6272" + "3a1ad287-3d96-44bf-ae02-ac38b270b8f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7794,19 +7812,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131820Z:f51bf3aa-3db8-48b0-83aa-a5aa6d42be14" + "WESTUS:20200413T193220Z:545586d2-e903-48b8-a2ae-93e5e3563541" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:18:20 GMT" + "Mon, 13 Apr 2020 19:32:19 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7815,15 +7833,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "33f833fd-5ba4-4b10-b6c1-d5385f8dde58" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7838,56 +7862,52 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "2c586c11-70ea-405c-a1d3-f93d8a4db70c" + "232c66bc-41b1-4f1c-ba05-462de9210f98" ], "x-ms-correlation-request-id": [ - "18d78547-8bb6-4008-8ed0-b6e7c13dd3ce" + "232c66bc-41b1-4f1c-ba05-462de9210f98" ], - "x-ms-arm-service-request-id": [ - "c9a3ac11-c8a9-4313-ac5d-3a00ac99ddf3" + "x-ms-routing-request-id": [ + "WESTUS:20200413T193220Z:232c66bc-41b1-4f1c-ba05-462de9210f98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131831Z:18d78547-8bb6-4008-8ed0-b6e7c13dd3ce" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:18:30 GMT" - ], - "Content-Length": [ - "30" + "Mon, 13 Apr 2020 19:32:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "190" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/globalpolicy2' under resource group 'ps2131' was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "42fadc98-94be-4702-a09f-5923bf0618d8" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7902,17 +7922,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"4db6bd35-0876-4b5f-95c1-74efa4438370\"" ], "x-ms-request-id": [ - "7396c6f1-7d98-49c1-b5b1-b086560cd976" + "880393b7-894b-42c4-8041-50e042fd36bd" ], "x-ms-correlation-request-id": [ - "713acb62-b0d9-4622-80a4-dc8e62a6a9e8" + "eb953f58-5633-4243-958d-867a1953ab50" ], "x-ms-arm-service-request-id": [ - "e2f5b773-9783-4783-be1f-45f543b39392" + "c635b357-aff7-4c58-bf54-abe2e05ab131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7922,19 +7942,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131841Z:713acb62-b0d9-4622-80a4-dc8e62a6a9e8" + "WESTUS:20200413T193222Z:eb953f58-5633-4243-958d-867a1953ab50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:18:40 GMT" + "Mon, 13 Apr 2020 19:32:21 GMT" ], "Content-Length": [ - "30" + "874" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7943,15 +7963,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"4db6bd35-0876-4b5f-95c1-74efa4438370\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "c57a9397-77e4-4ed8-a385-98668f542388" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -7966,17 +7992,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"4db6bd35-0876-4b5f-95c1-74efa4438370\"" ], "x-ms-request-id": [ - "593e208d-7eff-41d1-b00c-06ff3368ca23" + "a47ae20a-89fd-496d-b38b-8aa69f5ee7f4" ], "x-ms-correlation-request-id": [ - "7194df9b-c94b-49ee-941e-516efd15d9fa" + "3821bb81-33a8-46ad-8b80-33c328b2b864" ], "x-ms-arm-service-request-id": [ - "c23250ea-40f6-4ddf-851c-189738a7abcc" + "5ccc032e-a701-4d00-bdce-144ba4587087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7986,19 +8012,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131851Z:7194df9b-c94b-49ee-941e-516efd15d9fa" + "WESTUS:20200413T193222Z:3821bb81-33a8-46ad-8b80-33c328b2b864" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:18:50 GMT" + "Mon, 13 Apr 2020 19:32:21 GMT" ], "Content-Length": [ - "30" + "874" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8007,15 +8033,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"4db6bd35-0876-4b5f-95c1-74efa4438370\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/f87bb572-2e52-4e39-bd65-94b253068654?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZjg3YmI1NzItMmU1Mi00ZTM5LWJkNjUtOTRiMjUzMDY4NjU0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "6d049317-394f-4e15-a83c-f7290448f2f5" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -8030,1703 +8062,73 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "W/\"de17c1c8-99c0-434f-b0a6-311defd7c8ad\"" + ], "x-ms-request-id": [ - "9dd98b94-f12c-47cf-a2d2-6d3d476978cb" + "6a86244e-7c8f-4b7f-987d-684558dce6e2" ], "x-ms-correlation-request-id": [ - "cdd6df83-4d67-42f2-b2ed-ff6d0ae25ec5" + "59aef8de-4721-4cd8-9c46-fb3dbdc66fcf" ], "x-ms-arm-service-request-id": [ - "ea4f0b0f-9af8-4ba6-af69-4fa99fa9e135" + "5840c964-e472-416d-8b91-6994381422b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131901Z:cdd6df83-4d67-42f2-b2ed-ff6d0ae25ec5" + "WESTUS:20200413T193305Z:59aef8de-4721-4cd8-9c46-fb3dbdc66fcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:19:00 GMT" + "Mon, 13 Apr 2020 19:33:04 GMT" ], "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd59a483-cca1-492b-a5fc-65e16ce09e26" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-failure-cause": [ - "gateway" - ], - "x-ms-request-id": [ - "69e4cba5-4a65-4801-919d-4148e7a44839" - ], - "x-ms-correlation-request-id": [ - "69e4cba5-4a65-4801-919d-4148e7a44839" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131903Z:69e4cba5-4a65-4801-919d-4148e7a44839" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:02 GMT" + "1076" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "187" - ] - }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps2650' was not found.\"\r\n }\r\n}", - "StatusCode": 404 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "07a26aba-9f76-4059-842c-00905feb8b52" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"15a794e6-be16-4e60-8efb-5948d0f7876b\"" - ], - "x-ms-request-id": [ - "58c3248a-1ecb-43a1-b6e0-23a34d841644" - ], - "x-ms-correlation-request-id": [ - "2f82f0dc-3496-4f33-ae43-45af6184fa67" - ], - "x-ms-arm-service-request-id": [ - "3489b83e-ce4b-40dc-9d75-aff5e6500ecf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131908Z:2f82f0dc-3496-4f33-ae43-45af6184fa67" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:07 GMT" - ], - "Content-Length": [ - "866" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"15a794e6-be16-4e60-8efb-5948d0f7876b\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c07c800-7f26-41cd-a222-6e02acc9241d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"15a794e6-be16-4e60-8efb-5948d0f7876b\"" - ], - "x-ms-request-id": [ - "82c0b3c2-1acb-4ca8-a797-58c4069572d6" - ], - "x-ms-correlation-request-id": [ - "5b330b5f-042e-4a31-80bd-0dbc550fd6f2" - ], - "x-ms-arm-service-request-id": [ - "d3b612f0-f3e8-43f5-8a9f-807d80e61b67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131911Z:5b330b5f-042e-4a31-80bd-0dbc550fd6f2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:10 GMT" - ], - "Content-Length": [ - "866" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"15a794e6-be16-4e60-8efb-5948d0f7876b\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2563c360-f758-420d-982b-5fd646f3f494" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"6da29c02-62c8-4f79-b7b6-4b6d97ca4bab\"" - ], - "x-ms-request-id": [ - "3bc66936-8420-43ab-a598-9a2e1ed538a5" - ], - "x-ms-correlation-request-id": [ - "8108f9b3-7538-4d66-924e-44c03ba56eaf" - ], - "x-ms-arm-service-request-id": [ - "8320077e-740f-444d-8ae4-546bf3c86865" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131951Z:8108f9b3-7538-4d66-924e-44c03ba56eaf" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:50 GMT" - ], - "Content-Length": [ - "1068" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"6da29c02-62c8-4f79-b7b6-4b6d97ca4bab\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6d7caf75-32dd-45ff-ac9c-14875c485c05" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "490" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c7ddb876-0035-4cd6-9f0a-bbf22e91deff" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/c7ddb876-0035-4cd6-9f0a-bbf22e91deff?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "d31a96b0-1aef-4ad7-9fd6-580df5a64523" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-arm-service-request-id": [ - "66cc3fd3-7a0d-42e5-9e2e-055a076105fa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131908Z:d31a96b0-1aef-4ad7-9fd6-580df5a64523" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:07 GMT" - ], - "Content-Length": [ - "865" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"7b1a2327-c6f3-478a-aeb7-d9fccc19f5e1\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/07c1df07-2b9d-4e38-8b21-a2e0f47a6641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDdjMWRmMDctMmI5ZC00ZTM4LThiMjEtYTJlMGY0N2E2NjQxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "19190db5-0bf2-429c-bc76-0467c0a0dc32" - ], - "x-ms-correlation-request-id": [ - "eb838de3-9295-45df-9d4a-73c90da03c57" - ], - "x-ms-arm-service-request-id": [ - "c370d7f1-c194-489f-bed6-f38824e6f5c1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131928Z:eb838de3-9295-45df-9d4a-73c90da03c57" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:28 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/07c1df07-2b9d-4e38-8b21-a2e0f47a6641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDdjMWRmMDctMmI5ZC00ZTM4LThiMjEtYTJlMGY0N2E2NjQxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "7aa94245-9930-4dc1-8023-bbf32c09d72d" - ], - "x-ms-correlation-request-id": [ - "c26b7a1f-1297-4e4d-8723-10a37d0210b2" - ], - "x-ms-arm-service-request-id": [ - "3fdf446e-3ade-47fb-8e64-cf70add26c0a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131939Z:c26b7a1f-1297-4e4d-8723-10a37d0210b2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/07c1df07-2b9d-4e38-8b21-a2e0f47a6641?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDdjMWRmMDctMmI5ZC00ZTM4LThiMjEtYTJlMGY0N2E2NjQxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "28b272cd-0d54-4e43-adc9-96f3ad47da03" - ], - "x-ms-correlation-request-id": [ - "d65a9426-3abb-44d8-86e0-9b44d0ad9c2e" - ], - "x-ms-arm-service-request-id": [ - "65c54be4-9d52-4539-a0d0-e502178bb0b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131949Z:d65a9426-3abb-44d8-86e0-9b44d0ad9c2e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:48 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "84f66a6d-8137-4bf1-93bd-30241b3e8aa2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-failure-cause": [ - "gateway" - ], - "x-ms-request-id": [ - "c8d7d49a-671a-4acc-8e4e-49dfcf15613b" - ], - "x-ms-correlation-request-id": [ - "c8d7d49a-671a-4acc-8e4e-49dfcf15613b" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131951Z:c8d7d49a-671a-4acc-8e4e-49dfcf15613b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:51 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "190" - ] - }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/globalpolicy2' under resource group 'ps2650' was not found.\"\r\n }\r\n}", - "StatusCode": 404 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e91eb22a-9a45-494e-99e2-480d07f48bc5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"23c8fef2-5840-4386-924d-9f0742863599\"" - ], - "x-ms-request-id": [ - "2fc97784-7c80-4d4f-b2cd-4a779c976316" - ], - "x-ms-correlation-request-id": [ - "90514f68-c5b2-46ff-8470-b94326af2c64" - ], - "x-ms-arm-service-request-id": [ - "197ebcb9-6cce-45a4-83c0-59cebf7eef97" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131956Z:90514f68-c5b2-46ff-8470-b94326af2c64" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:56 GMT" - ], - "Content-Length": [ - "873" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"23c8fef2-5840-4386-924d-9f0742863599\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "48c4839a-502f-4f47-99db-5dd5092103d1" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"23c8fef2-5840-4386-924d-9f0742863599\"" - ], - "x-ms-request-id": [ - "ee3f09b7-da2b-4bf6-906f-fd43cfb9e5fc" - ], - "x-ms-correlation-request-id": [ - "2796a18a-d1c6-43ed-9da6-c90bc3a4b098" - ], - "x-ms-arm-service-request-id": [ - "5624d5bc-1463-4237-9e9c-e2268544a3eb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131957Z:2796a18a-d1c6-43ed-9da6-c90bc3a4b098" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:57 GMT" - ], - "Content-Length": [ - "873" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"23c8fef2-5840-4386-924d-9f0742863599\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5e8d5273-6d2c-4973-8785-6233e7a12de2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"c5952bd2-4a71-40fa-a1fa-639e586b8dbf\"" - ], - "x-ms-request-id": [ - "021a95ee-0e60-40a3-bb36-dfb374c3fff4" - ], - "x-ms-correlation-request-id": [ - "f7eb27b2-a324-4268-8378-9d4fccfde813" - ], - "x-ms-arm-service-request-id": [ - "0796ce09-87ce-4ecd-b22c-17b49b0bc761" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132027Z:f7eb27b2-a324-4268-8378-9d4fccfde813" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:20:26 GMT" - ], - "Content-Length": [ - "1075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"c5952bd2-4a71-40fa-a1fa-639e586b8dbf\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/applicationGateways/ps2301\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlR3JvdXBzL3BzMjY1MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09c3bbeb-480f-4b51-b4b4-b85a21b6566e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "491" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b635560b-3e4c-4555-8faa-25546fe943be" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/b635560b-3e4c-4555-8faa-25546fe943be?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "97d90a52-d03f-4ad5-8ad1-686963b7f806" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-arm-service-request-id": [ - "f8414957-3f27-46aa-b1b4-5649f1a6a022" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T131956Z:97d90a52-d03f-4ad5-8ad1-686963b7f806" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:19:55 GMT" - ], - "Content-Length": [ - "872" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourceGroups/ps2650/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"2ac54a37-e1cb-41f4-8447-ebb7c8afee04\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/ac5bb846-84ed-4443-81de-9773cf4b4ae6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWM1YmI4NDYtODRlZC00NDQzLTgxZGUtOTc3M2NmNGI0YWU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9384b790-40e7-4a5d-ac82-e040d0693f45" - ], - "x-ms-correlation-request-id": [ - "50d282cf-08f3-46b0-a953-fb6f54ede194" - ], - "x-ms-arm-service-request-id": [ - "6e1a6209-3651-4c36-9034-1316324e4480" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132014Z:50d282cf-08f3-46b0-a953-fb6f54ede194" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:20:14 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/providers/Microsoft.Network/locations/westus/operations/ac5bb846-84ed-4443-81de-9773cf4b4ae6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWM1YmI4NDYtODRlZC00NDQzLTgxZGUtOTc3M2NmNGI0YWU2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "72d5fead-8ded-4bf5-b69d-5759706d6988" - ], - "x-ms-correlation-request-id": [ - "e1640000-983c-4309-91cc-1a3e856d4f79" - ], - "x-ms-arm-service-request-id": [ - "00c280e2-c54e-4a64-9a29-b74dbae3e10a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132025Z:e1640000-983c-4309-91cc-1a3e856d4f79" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:20:24 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/resourcegroups/ps2650?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L3Jlc291cmNlZ3JvdXBzL3BzMjY1MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1a8d66f6-77cb-468a-91a3-1da5aa1207db" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "04a9dc54-ce3c-4c3e-ab04-6f84336b3ded" - ], - "x-ms-correlation-request-id": [ - "04a9dc54-ce3c-4c3e-ab04-6f84336b3ded" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132032Z:04a9dc54-ce3c-4c3e-ab04-6f84336b3ded" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:20:32 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "c318c1aa-2280-4266-abd9-013b55355317" - ], - "x-ms-correlation-request-id": [ - "c318c1aa-2280-4266-abd9-013b55355317" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132047Z:c318c1aa-2280-4266-abd9-013b55355317" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:20:47 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "02c5ed71-bdba-4dd4-988d-04f79f42162f" - ], - "x-ms-correlation-request-id": [ - "02c5ed71-bdba-4dd4-988d-04f79f42162f" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132103Z:02c5ed71-bdba-4dd4-988d-04f79f42162f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:21:02 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "64edf04e-d12e-462a-a1e8-92c4821125d0" - ], - "x-ms-correlation-request-id": [ - "64edf04e-d12e-462a-a1e8-92c4821125d0" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132118Z:64edf04e-d12e-462a-a1e8-92c4821125d0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:21:17 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "886e2839-9b7c-4916-9644-65e92d6bc5be" - ], - "x-ms-correlation-request-id": [ - "886e2839-9b7c-4916-9644-65e92d6bc5be" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132134Z:886e2839-9b7c-4916-9644-65e92d6bc5be" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:21:33 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "13250621-b424-4d12-9561-ea4a4fb88048" - ], - "x-ms-correlation-request-id": [ - "13250621-b424-4d12-9561-ea4a4fb88048" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132149Z:13250621-b424-4d12-9561-ea4a4fb88048" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:21:48 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "bedfe649-4568-4cdf-a695-fcdb6222c539" - ], - "x-ms-correlation-request-id": [ - "bedfe649-4568-4cdf-a695-fcdb6222c539" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132205Z:bedfe649-4568-4cdf-a695-fcdb6222c539" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:22:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "4fb92b21-f313-4863-9bef-b74f1eca1d28" - ], - "x-ms-correlation-request-id": [ - "4fb92b21-f313-4863-9bef-b74f1eca1d28" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132220Z:4fb92b21-f313-4863-9bef-b74f1eca1d28" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:22:20 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "51ee6710-e110-49ca-b9af-0a2f1f7a74d3" - ], - "x-ms-correlation-request-id": [ - "51ee6710-e110-49ca-b9af-0a2f1f7a74d3" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132235Z:51ee6710-e110-49ca-b9af-0a2f1f7a74d3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:22:35 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "f154437c-619d-4831-968d-89bb08665020" - ], - "x-ms-correlation-request-id": [ - "f154437c-619d-4831-968d-89bb08665020" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132251Z:f154437c-619d-4831-968d-89bb08665020" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:22:50 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "154bf23d-dd14-4b3b-ae59-21d0803eb4b3" - ], - "x-ms-correlation-request-id": [ - "154bf23d-dd14-4b3b-ae59-21d0803eb4b3" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132306Z:154bf23d-dd14-4b3b-ae59-21d0803eb4b3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 09 Apr 2020 13:23:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"de17c1c8-99c0-434f-b0a6-311defd7c8ad\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL2dsb2JhbHBvbGljeTI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "2c5ffe56-479c-4b6d-b9f2-8692a6a7247e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "494" ] }, "ResponseHeaders": { @@ -9736,46 +8138,56 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-request-id": [ - "c16e1013-af15-4cf9-a106-35af8c59b7ce" + "fa80bd66-daf3-4ff7-b056-5788804f42aa" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/fa80bd66-daf3-4ff7-b056-5788804f42aa?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "c16e1013-af15-4cf9-a106-35af8c59b7ce" + "fb4e773a-d224-4e2d-88a1-f0ccf30618b9" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132321Z:c16e1013-af15-4cf9-a106-35af8c59b7ce" + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "7a81568d-9cf0-435c-93e7-0d4623565ad3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T193222Z:fb4e773a-d224-4e2d-88a1-f0ccf30618b9" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:23:21 GMT" + "Mon, 13 Apr 2020 19:32:21 GMT" + ], + "Content-Length": [ + "873" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"globalpolicy2\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/globalpolicy2\",\r\n \"etag\": \"W/\\\"87d50d18-0a14-4b31-8824-baa35ed49270\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 100,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Detection\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be1c3b41-a86d-4323-9bfa-7be9115d985f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMWMzYjQxLWE4NmQtNDMyMy05YmZhLTdiZTkxMTVkOTg1Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9783,7 +8195,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9793,46 +8205,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "10" ], "x-ms-request-id": [ - "4b925247-ef1d-4425-acac-133b10e11c9b" + "15b92c1c-ae07-45cd-bffc-4e6bb1c4aa34" ], "x-ms-correlation-request-id": [ - "4b925247-ef1d-4425-acac-133b10e11c9b" + "c95936b1-2dc6-4c12-8f43-a56619658281" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132337Z:4b925247-ef1d-4425-acac-133b10e11c9b" + "x-ms-arm-service-request-id": [ + "5bc411e9-9a6a-41fe-a5b2-3c686352075c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T193244Z:c95936b1-2dc6-4c12-8f43-a56619658281" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:23:36 GMT" + "Mon, 13 Apr 2020 19:32:44 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be1c3b41-a86d-4323-9bfa-7be9115d985f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMWMzYjQxLWE4NmQtNDMyMy05YmZhLTdiZTkxMTVkOTg1Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9840,7 +8259,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9850,46 +8269,53 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "10" ], "x-ms-request-id": [ - "935f2671-9846-46dd-97eb-d731e732b109" + "a0978f6d-12cf-4704-84e4-f999bcc2cca2" ], "x-ms-correlation-request-id": [ - "935f2671-9846-46dd-97eb-d731e732b109" + "1e0297f9-312b-4b55-baa6-fdbf3c927a6b" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132352Z:935f2671-9846-46dd-97eb-d731e732b109" + "x-ms-arm-service-request-id": [ + "c8e7c929-e819-4a06-9431-6d1b68df7fa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T193255Z:1e0297f9-312b-4b55-baa6-fdbf3c927a6b" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:23:51 GMT" + "Mon, 13 Apr 2020 19:32:54 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/be1c3b41-a86d-4323-9bfa-7be9115d985f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JlMWMzYjQxLWE4NmQtNDMyMy05YmZhLTdiZTkxMTVkOTg1Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9897,7 +8323,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9907,54 +8333,64 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-request-id": [ - "3f00c404-443f-45f7-a6fc-463e58baa108" + "8a74552e-ff99-43e0-a615-5cfaf5eefdaf" ], "x-ms-correlation-request-id": [ - "3f00c404-443f-45f7-a6fc-463e58baa108" + "cf51f55f-040a-418e-baf7-5b15d3ea1199" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132408Z:3f00c404-443f-45f7-a6fc-463e58baa108" + "x-ms-arm-service-request-id": [ + "fcd83b22-39b1-46f4-b1e2-15f1e99f2575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T193305Z:cf51f55f-040a-418e-baf7-5b15d3ea1199" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:24:07 GMT" + "Mon, 13 Apr 2020 19:33:04 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps2131?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzMjEzMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "29498ac3-3b56-46a7-8e71-136f75befd2c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9965,22 +8401,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "f23c1243-b283-41ef-9875-efc5353a55df" + "344adb46-bfab-4b18-bc8e-9f26d9b776bb" ], "x-ms-correlation-request-id": [ - "f23c1243-b283-41ef-9875-efc5353a55df" + "344adb46-bfab-4b18-bc8e-9f26d9b776bb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132423Z:f23c1243-b283-41ef-9875-efc5353a55df" + "WESTUS:20200413T193306Z:344adb46-bfab-4b18-bc8e-9f26d9b776bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9989,7 +8425,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:24:22 GMT" + "Mon, 13 Apr 2020 19:33:05 GMT" ], "Expires": [ "-1" @@ -10002,8 +8438,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10011,7 +8447,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10022,22 +8458,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11999" ], "x-ms-request-id": [ - "6bbfd9a0-5f0d-4808-a799-944810d796c3" + "f4198612-39c5-4085-90f0-22722924ef23" ], "x-ms-correlation-request-id": [ - "6bbfd9a0-5f0d-4808-a799-944810d796c3" + "f4198612-39c5-4085-90f0-22722924ef23" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132438Z:6bbfd9a0-5f0d-4808-a799-944810d796c3" + "WESTUS:20200413T193321Z:f4198612-39c5-4085-90f0-22722924ef23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10046,7 +8482,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:24:38 GMT" + "Mon, 13 Apr 2020 19:33:20 GMT" ], "Expires": [ "-1" @@ -10059,8 +8495,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10068,7 +8504,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10079,22 +8515,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11998" ], "x-ms-request-id": [ - "599571d8-5d8b-4dcf-8d7f-95bb3775ae1d" + "12d5605c-b5d5-4ae9-879d-72d20c2d2c02" ], "x-ms-correlation-request-id": [ - "599571d8-5d8b-4dcf-8d7f-95bb3775ae1d" + "12d5605c-b5d5-4ae9-879d-72d20c2d2c02" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132454Z:599571d8-5d8b-4dcf-8d7f-95bb3775ae1d" + "WESTUS:20200413T193336Z:12d5605c-b5d5-4ae9-879d-72d20c2d2c02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10103,7 +8539,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:24:54 GMT" + "Mon, 13 Apr 2020 19:33:36 GMT" ], "Expires": [ "-1" @@ -10116,8 +8552,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10125,7 +8561,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10136,22 +8572,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11997" ], "x-ms-request-id": [ - "cacd9196-f369-406a-b962-58720aefb1bf" + "bb0c3abd-d8d3-4dbf-acb1-975138b6923a" ], "x-ms-correlation-request-id": [ - "cacd9196-f369-406a-b962-58720aefb1bf" + "bb0c3abd-d8d3-4dbf-acb1-975138b6923a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132509Z:cacd9196-f369-406a-b962-58720aefb1bf" + "WESTUS:20200413T193351Z:bb0c3abd-d8d3-4dbf-acb1-975138b6923a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10160,7 +8596,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:25:09 GMT" + "Mon, 13 Apr 2020 19:33:51 GMT" ], "Expires": [ "-1" @@ -10173,8 +8609,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10182,7 +8618,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10193,22 +8629,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11996" ], "x-ms-request-id": [ - "97c221e7-8972-41a0-aa58-1bf7d235e1b4" + "f3687fe0-fef5-43ef-8181-317418f0b729" ], "x-ms-correlation-request-id": [ - "97c221e7-8972-41a0-aa58-1bf7d235e1b4" + "f3687fe0-fef5-43ef-8181-317418f0b729" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132525Z:97c221e7-8972-41a0-aa58-1bf7d235e1b4" + "WESTUS:20200413T193406Z:f3687fe0-fef5-43ef-8181-317418f0b729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10217,7 +8653,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:25:25 GMT" + "Mon, 13 Apr 2020 19:34:06 GMT" ], "Expires": [ "-1" @@ -10230,8 +8666,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10239,7 +8675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10250,22 +8686,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11995" ], "x-ms-request-id": [ - "26b4f378-2b74-4a5c-85f4-1bcb5f0ee654" + "97e2a5c1-6171-44a8-a240-9338fa6560e8" ], "x-ms-correlation-request-id": [ - "26b4f378-2b74-4a5c-85f4-1bcb5f0ee654" + "97e2a5c1-6171-44a8-a240-9338fa6560e8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132540Z:26b4f378-2b74-4a5c-85f4-1bcb5f0ee654" + "WESTUS:20200413T193421Z:97e2a5c1-6171-44a8-a240-9338fa6560e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10274,7 +8710,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:25:40 GMT" + "Mon, 13 Apr 2020 19:34:21 GMT" ], "Expires": [ "-1" @@ -10287,8 +8723,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10296,7 +8732,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10307,22 +8743,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11994" ], "x-ms-request-id": [ - "3a5d930a-fa01-4f46-b531-c0bd4b326352" + "cf8dac1e-e46d-4b07-afa9-844f27f3c8c9" ], "x-ms-correlation-request-id": [ - "3a5d930a-fa01-4f46-b531-c0bd4b326352" + "cf8dac1e-e46d-4b07-afa9-844f27f3c8c9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132556Z:3a5d930a-fa01-4f46-b531-c0bd4b326352" + "WESTUS:20200413T193436Z:cf8dac1e-e46d-4b07-afa9-844f27f3c8c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10331,7 +8767,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:25:55 GMT" + "Mon, 13 Apr 2020 19:34:36 GMT" ], "Expires": [ "-1" @@ -10344,8 +8780,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10353,7 +8789,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10364,22 +8800,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11993" ], "x-ms-request-id": [ - "002e3bf6-e56d-4ca4-8f2f-c14e5a994f12" + "bb288919-0931-400e-b75e-efdbaa317058" ], "x-ms-correlation-request-id": [ - "002e3bf6-e56d-4ca4-8f2f-c14e5a994f12" + "bb288919-0931-400e-b75e-efdbaa317058" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132611Z:002e3bf6-e56d-4ca4-8f2f-c14e5a994f12" + "WESTUS:20200413T193452Z:bb288919-0931-400e-b75e-efdbaa317058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10388,7 +8824,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:26:10 GMT" + "Mon, 13 Apr 2020 19:34:51 GMT" ], "Expires": [ "-1" @@ -10401,8 +8837,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10410,7 +8846,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10421,22 +8857,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11992" ], "x-ms-request-id": [ - "11d90554-3b04-43eb-83c4-85d51a2a03f1" + "157a7fe7-78f1-479d-a628-15e8fda61440" ], "x-ms-correlation-request-id": [ - "11d90554-3b04-43eb-83c4-85d51a2a03f1" + "157a7fe7-78f1-479d-a628-15e8fda61440" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132626Z:11d90554-3b04-43eb-83c4-85d51a2a03f1" + "WESTUS:20200413T193507Z:157a7fe7-78f1-479d-a628-15e8fda61440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10445,7 +8881,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:26:26 GMT" + "Mon, 13 Apr 2020 19:35:06 GMT" ], "Expires": [ "-1" @@ -10458,8 +8894,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10467,7 +8903,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10478,22 +8914,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11991" ], "x-ms-request-id": [ - "646f8fd7-8fa9-46d1-a741-d7216f1818e5" + "b49aa401-877d-4dde-8690-2b580c1f27b7" ], "x-ms-correlation-request-id": [ - "646f8fd7-8fa9-46d1-a741-d7216f1818e5" + "b49aa401-877d-4dde-8690-2b580c1f27b7" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132642Z:646f8fd7-8fa9-46d1-a741-d7216f1818e5" + "WESTUS:20200413T193522Z:b49aa401-877d-4dde-8690-2b580c1f27b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10502,7 +8938,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:26:41 GMT" + "Mon, 13 Apr 2020 19:35:22 GMT" ], "Expires": [ "-1" @@ -10515,8 +8951,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10524,7 +8960,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10535,22 +8971,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11990" ], "x-ms-request-id": [ - "897adb5c-6949-49c2-ac53-9ade7490e380" + "3da00395-0b95-40c1-a785-df45f2c7b91b" ], "x-ms-correlation-request-id": [ - "897adb5c-6949-49c2-ac53-9ade7490e380" + "3da00395-0b95-40c1-a785-df45f2c7b91b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132657Z:897adb5c-6949-49c2-ac53-9ade7490e380" + "WESTUS:20200413T193537Z:3da00395-0b95-40c1-a785-df45f2c7b91b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10559,7 +8995,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:26:56 GMT" + "Mon, 13 Apr 2020 19:35:37 GMT" ], "Expires": [ "-1" @@ -10572,8 +9008,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10581,7 +9017,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10592,22 +9028,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11989" ], "x-ms-request-id": [ - "944dac56-c5d4-4fbc-930b-105792e4dd22" + "01a4f26e-5041-407a-9f0d-f52f6dc24967" ], "x-ms-correlation-request-id": [ - "944dac56-c5d4-4fbc-930b-105792e4dd22" + "01a4f26e-5041-407a-9f0d-f52f6dc24967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132712Z:944dac56-c5d4-4fbc-930b-105792e4dd22" + "WESTUS:20200413T193552Z:01a4f26e-5041-407a-9f0d-f52f6dc24967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10616,7 +9052,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:27:12 GMT" + "Mon, 13 Apr 2020 19:35:51 GMT" ], "Expires": [ "-1" @@ -10629,8 +9065,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10638,7 +9074,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10649,22 +9085,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11988" ], "x-ms-request-id": [ - "799edbdf-ff5b-4b50-8a0b-3a6f9f0967f2" + "48c57b99-4cd8-4357-80a2-3ba13c08c264" ], "x-ms-correlation-request-id": [ - "799edbdf-ff5b-4b50-8a0b-3a6f9f0967f2" + "48c57b99-4cd8-4357-80a2-3ba13c08c264" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132728Z:799edbdf-ff5b-4b50-8a0b-3a6f9f0967f2" + "WESTUS:20200413T193607Z:48c57b99-4cd8-4357-80a2-3ba13c08c264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10673,7 +9109,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:27:28 GMT" + "Mon, 13 Apr 2020 19:36:06 GMT" ], "Expires": [ "-1" @@ -10686,8 +9122,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10695,7 +9131,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10706,22 +9142,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11987" ], "x-ms-request-id": [ - "73bdeca5-cc86-4d38-a110-5bc224f8d36b" + "a9988bee-2726-4aa3-8347-abc34ce9a236" ], "x-ms-correlation-request-id": [ - "73bdeca5-cc86-4d38-a110-5bc224f8d36b" + "a9988bee-2726-4aa3-8347-abc34ce9a236" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132743Z:73bdeca5-cc86-4d38-a110-5bc224f8d36b" + "WESTUS:20200413T193622Z:a9988bee-2726-4aa3-8347-abc34ce9a236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10730,7 +9166,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:27:43 GMT" + "Mon, 13 Apr 2020 19:36:21 GMT" ], "Expires": [ "-1" @@ -10743,8 +9179,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10752,7 +9188,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10763,22 +9199,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11986" ], "x-ms-request-id": [ - "fde564c6-06ee-4b39-875d-74c5e1b57829" + "9429423b-5a41-4ce0-9699-08b123efa672" ], "x-ms-correlation-request-id": [ - "fde564c6-06ee-4b39-875d-74c5e1b57829" + "9429423b-5a41-4ce0-9699-08b123efa672" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132758Z:fde564c6-06ee-4b39-875d-74c5e1b57829" + "WESTUS:20200413T193637Z:9429423b-5a41-4ce0-9699-08b123efa672" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10787,7 +9223,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:27:58 GMT" + "Mon, 13 Apr 2020 19:36:36 GMT" ], "Expires": [ "-1" @@ -10800,8 +9236,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10809,7 +9245,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10820,22 +9256,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11985" ], "x-ms-request-id": [ - "0172ccb8-1767-4010-8bc3-7426a3915c1b" + "73531614-ba83-4342-b2d0-4f0e8aef3853" ], "x-ms-correlation-request-id": [ - "0172ccb8-1767-4010-8bc3-7426a3915c1b" + "73531614-ba83-4342-b2d0-4f0e8aef3853" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132814Z:0172ccb8-1767-4010-8bc3-7426a3915c1b" + "WESTUS:20200413T193652Z:73531614-ba83-4342-b2d0-4f0e8aef3853" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10844,7 +9280,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:28:13 GMT" + "Mon, 13 Apr 2020 19:36:51 GMT" ], "Expires": [ "-1" @@ -10857,8 +9293,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10866,7 +9302,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10877,22 +9313,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11984" ], "x-ms-request-id": [ - "e65eb0e9-6080-4289-b68a-a50f491bc612" + "ee4231bb-c5ed-4f6b-800f-aacc5867acf1" ], "x-ms-correlation-request-id": [ - "e65eb0e9-6080-4289-b68a-a50f491bc612" + "ee4231bb-c5ed-4f6b-800f-aacc5867acf1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132829Z:e65eb0e9-6080-4289-b68a-a50f491bc612" + "WESTUS:20200413T193707Z:ee4231bb-c5ed-4f6b-800f-aacc5867acf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10901,7 +9337,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:28:28 GMT" + "Mon, 13 Apr 2020 19:37:07 GMT" ], "Expires": [ "-1" @@ -10914,8 +9350,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10923,7 +9359,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10934,22 +9370,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11983" ], "x-ms-request-id": [ - "c20f42c4-8423-4f50-a99a-1a26a5dd6946" + "9a1b0f57-6524-4a14-ac05-f72b5f75a4c4" ], "x-ms-correlation-request-id": [ - "c20f42c4-8423-4f50-a99a-1a26a5dd6946" + "9a1b0f57-6524-4a14-ac05-f72b5f75a4c4" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132845Z:c20f42c4-8423-4f50-a99a-1a26a5dd6946" + "WESTUS:20200413T193722Z:9a1b0f57-6524-4a14-ac05-f72b5f75a4c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10958,7 +9394,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:28:44 GMT" + "Mon, 13 Apr 2020 19:37:22 GMT" ], "Expires": [ "-1" @@ -10971,8 +9407,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10980,7 +9416,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10991,22 +9427,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11982" ], "x-ms-request-id": [ - "47d358d5-222e-489d-b611-f2e4fe26a678" + "66d8eba8-b9a3-4320-bbfc-40aab7bc27d6" ], "x-ms-correlation-request-id": [ - "47d358d5-222e-489d-b611-f2e4fe26a678" + "66d8eba8-b9a3-4320-bbfc-40aab7bc27d6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132900Z:47d358d5-222e-489d-b611-f2e4fe26a678" + "WESTUS:20200413T193737Z:66d8eba8-b9a3-4320-bbfc-40aab7bc27d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11015,7 +9451,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:28:59 GMT" + "Mon, 13 Apr 2020 19:37:37 GMT" ], "Expires": [ "-1" @@ -11028,8 +9464,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11037,7 +9473,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11048,22 +9484,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11981" ], "x-ms-request-id": [ - "23101f79-a256-4b2b-9e96-a4881579ece6" + "c342d5ea-1a45-4277-a23c-2e90253c49b2" ], "x-ms-correlation-request-id": [ - "23101f79-a256-4b2b-9e96-a4881579ece6" + "c342d5ea-1a45-4277-a23c-2e90253c49b2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132915Z:23101f79-a256-4b2b-9e96-a4881579ece6" + "WESTUS:20200413T193752Z:c342d5ea-1a45-4277-a23c-2e90253c49b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11072,7 +9508,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:29:15 GMT" + "Mon, 13 Apr 2020 19:37:52 GMT" ], "Expires": [ "-1" @@ -11085,8 +9521,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11094,7 +9530,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11105,22 +9541,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11980" ], "x-ms-request-id": [ - "1a81c2c3-2b33-4a01-a1d2-82162c686093" + "7feb2459-2230-4d75-b2ec-e1fc958eec8a" ], "x-ms-correlation-request-id": [ - "1a81c2c3-2b33-4a01-a1d2-82162c686093" + "7feb2459-2230-4d75-b2ec-e1fc958eec8a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132931Z:1a81c2c3-2b33-4a01-a1d2-82162c686093" + "WESTUS:20200413T193807Z:7feb2459-2230-4d75-b2ec-e1fc958eec8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11129,7 +9565,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:29:31 GMT" + "Mon, 13 Apr 2020 19:38:07 GMT" ], "Expires": [ "-1" @@ -11142,8 +9578,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11151,7 +9587,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11162,22 +9598,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11979" ], "x-ms-request-id": [ - "9ef570e4-fb7a-4400-833b-8b6bbfcb3866" + "1623d93a-ecb2-4daf-8a71-7308724fa3b2" ], "x-ms-correlation-request-id": [ - "9ef570e4-fb7a-4400-833b-8b6bbfcb3866" + "1623d93a-ecb2-4daf-8a71-7308724fa3b2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T132946Z:9ef570e4-fb7a-4400-833b-8b6bbfcb3866" + "WESTUS:20200413T193823Z:1623d93a-ecb2-4daf-8a71-7308724fa3b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11186,7 +9622,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:29:46 GMT" + "Mon, 13 Apr 2020 19:38:22 GMT" ], "Expires": [ "-1" @@ -11199,8 +9635,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11208,7 +9644,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11219,22 +9655,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11978" ], "x-ms-request-id": [ - "52611532-3d90-45d0-b7ca-6486661e064e" + "11cb8a4a-35d5-439d-81fc-44d4854add28" ], "x-ms-correlation-request-id": [ - "52611532-3d90-45d0-b7ca-6486661e064e" + "11cb8a4a-35d5-439d-81fc-44d4854add28" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133002Z:52611532-3d90-45d0-b7ca-6486661e064e" + "WESTUS:20200413T193838Z:11cb8a4a-35d5-439d-81fc-44d4854add28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11243,7 +9679,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:30:01 GMT" + "Mon, 13 Apr 2020 19:38:37 GMT" ], "Expires": [ "-1" @@ -11256,8 +9692,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11265,7 +9701,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11276,22 +9712,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11977" ], "x-ms-request-id": [ - "33014df1-2ae2-4d21-b438-3fff6b1c0eb6" + "6276dcac-521d-4f03-9875-1130046074ca" ], "x-ms-correlation-request-id": [ - "33014df1-2ae2-4d21-b438-3fff6b1c0eb6" + "6276dcac-521d-4f03-9875-1130046074ca" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133017Z:33014df1-2ae2-4d21-b438-3fff6b1c0eb6" + "WESTUS:20200413T193853Z:6276dcac-521d-4f03-9875-1130046074ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11300,7 +9736,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:30:17 GMT" + "Mon, 13 Apr 2020 19:38:52 GMT" ], "Expires": [ "-1" @@ -11313,8 +9749,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11322,7 +9758,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11333,22 +9769,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11976" ], "x-ms-request-id": [ - "47722e7d-7eea-4eaa-982c-ef3c37b61fca" + "6f399b08-2847-40a5-bd83-7edda8621624" ], "x-ms-correlation-request-id": [ - "47722e7d-7eea-4eaa-982c-ef3c37b61fca" + "6f399b08-2847-40a5-bd83-7edda8621624" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133033Z:47722e7d-7eea-4eaa-982c-ef3c37b61fca" + "WESTUS:20200413T193908Z:6f399b08-2847-40a5-bd83-7edda8621624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11357,7 +9793,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:30:32 GMT" + "Mon, 13 Apr 2020 19:39:08 GMT" ], "Expires": [ "-1" @@ -11370,8 +9806,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11379,7 +9815,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11390,22 +9826,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11975" ], "x-ms-request-id": [ - "b3bd11cc-b95a-4897-9bdd-8633163c5048" + "c33bff0c-5202-4814-86c0-b1a3701d5d20" ], "x-ms-correlation-request-id": [ - "b3bd11cc-b95a-4897-9bdd-8633163c5048" + "c33bff0c-5202-4814-86c0-b1a3701d5d20" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133048Z:b3bd11cc-b95a-4897-9bdd-8633163c5048" + "WESTUS:20200413T193923Z:c33bff0c-5202-4814-86c0-b1a3701d5d20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11414,7 +9850,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:30:47 GMT" + "Mon, 13 Apr 2020 19:39:23 GMT" ], "Expires": [ "-1" @@ -11427,8 +9863,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11436,7 +9872,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11447,22 +9883,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11974" ], "x-ms-request-id": [ - "5e6a6f83-bd77-4fb4-a60a-84f8e1a0864c" + "5d3d8796-967a-4425-aba5-e03ec4232676" ], "x-ms-correlation-request-id": [ - "5e6a6f83-bd77-4fb4-a60a-84f8e1a0864c" + "5d3d8796-967a-4425-aba5-e03ec4232676" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133103Z:5e6a6f83-bd77-4fb4-a60a-84f8e1a0864c" + "WESTUS:20200413T193938Z:5d3d8796-967a-4425-aba5-e03ec4232676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11471,7 +9907,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:31:02 GMT" + "Mon, 13 Apr 2020 19:39:38 GMT" ], "Expires": [ "-1" @@ -11484,8 +9920,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11493,7 +9929,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11504,22 +9940,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11973" ], "x-ms-request-id": [ - "58297e3c-e1c5-4046-ab7c-0f5615a123a8" + "ede909da-a889-458a-b755-012bbadc3d80" ], "x-ms-correlation-request-id": [ - "58297e3c-e1c5-4046-ab7c-0f5615a123a8" + "ede909da-a889-458a-b755-012bbadc3d80" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133119Z:58297e3c-e1c5-4046-ab7c-0f5615a123a8" + "WESTUS:20200413T193953Z:ede909da-a889-458a-b755-012bbadc3d80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11528,7 +9964,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:31:19 GMT" + "Mon, 13 Apr 2020 19:39:53 GMT" ], "Expires": [ "-1" @@ -11541,8 +9977,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11550,7 +9986,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11561,22 +9997,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11972" ], "x-ms-request-id": [ - "5f8fe377-2e61-49c0-9a47-59c380d95e36" + "145b748d-160e-4ac8-8857-0a1a49482e95" ], "x-ms-correlation-request-id": [ - "5f8fe377-2e61-49c0-9a47-59c380d95e36" + "145b748d-160e-4ac8-8857-0a1a49482e95" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133134Z:5f8fe377-2e61-49c0-9a47-59c380d95e36" + "WESTUS:20200413T194008Z:145b748d-160e-4ac8-8857-0a1a49482e95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11585,7 +10021,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:31:34 GMT" + "Mon, 13 Apr 2020 19:40:08 GMT" ], "Expires": [ "-1" @@ -11598,8 +10034,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11607,7 +10043,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11618,22 +10054,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11971" ], "x-ms-request-id": [ - "159871f8-b231-4471-a212-1acfd7cb52c9" + "c347273b-3349-47ad-bfbb-23a331aea5bd" ], "x-ms-correlation-request-id": [ - "159871f8-b231-4471-a212-1acfd7cb52c9" + "c347273b-3349-47ad-bfbb-23a331aea5bd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133150Z:159871f8-b231-4471-a212-1acfd7cb52c9" + "WESTUS:20200413T194023Z:c347273b-3349-47ad-bfbb-23a331aea5bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11642,7 +10078,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:31:49 GMT" + "Mon, 13 Apr 2020 19:40:23 GMT" ], "Expires": [ "-1" @@ -11655,8 +10091,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11664,7 +10100,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11675,22 +10111,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11970" ], "x-ms-request-id": [ - "7a8d1112-980d-4ae1-8ace-fafaf6131574" + "8e75b9e4-d07c-4146-9daf-f4286f54323e" ], "x-ms-correlation-request-id": [ - "7a8d1112-980d-4ae1-8ace-fafaf6131574" + "8e75b9e4-d07c-4146-9daf-f4286f54323e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133205Z:7a8d1112-980d-4ae1-8ace-fafaf6131574" + "WESTUS:20200413T194038Z:8e75b9e4-d07c-4146-9daf-f4286f54323e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11699,7 +10135,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:32:04 GMT" + "Mon, 13 Apr 2020 19:40:37 GMT" ], "Expires": [ "-1" @@ -11712,8 +10148,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11721,7 +10157,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11732,22 +10168,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11969" ], "x-ms-request-id": [ - "b336cb3f-26eb-4e3b-a6df-a50b5ec768a3" + "36c110a8-e45b-492a-a3cc-f4b779729e88" ], "x-ms-correlation-request-id": [ - "b336cb3f-26eb-4e3b-a6df-a50b5ec768a3" + "36c110a8-e45b-492a-a3cc-f4b779729e88" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133220Z:b336cb3f-26eb-4e3b-a6df-a50b5ec768a3" + "WESTUS:20200413T194053Z:36c110a8-e45b-492a-a3cc-f4b779729e88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11756,7 +10192,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:32:20 GMT" + "Mon, 13 Apr 2020 19:40:52 GMT" ], "Expires": [ "-1" @@ -11769,8 +10205,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11778,7 +10214,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11789,22 +10225,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11968" ], "x-ms-request-id": [ - "cdbfbf1d-fb8f-4b49-a86d-f0e777abcae9" + "ae882d73-a983-4c83-bb25-355b39c76433" ], "x-ms-correlation-request-id": [ - "cdbfbf1d-fb8f-4b49-a86d-f0e777abcae9" + "ae882d73-a983-4c83-bb25-355b39c76433" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133236Z:cdbfbf1d-fb8f-4b49-a86d-f0e777abcae9" + "WESTUS:20200413T194108Z:ae882d73-a983-4c83-bb25-355b39c76433" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11813,7 +10249,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:32:35 GMT" + "Mon, 13 Apr 2020 19:41:07 GMT" ], "Expires": [ "-1" @@ -11826,8 +10262,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11835,7 +10271,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11846,22 +10282,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11967" ], "x-ms-request-id": [ - "e8941f41-255c-4122-b6c5-39c4c6f83255" + "a2047de7-6549-4bd6-ae5c-a1d67b9c5a86" ], "x-ms-correlation-request-id": [ - "e8941f41-255c-4122-b6c5-39c4c6f83255" + "a2047de7-6549-4bd6-ae5c-a1d67b9c5a86" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133251Z:e8941f41-255c-4122-b6c5-39c4c6f83255" + "WESTUS:20200413T194123Z:a2047de7-6549-4bd6-ae5c-a1d67b9c5a86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11870,7 +10306,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:32:50 GMT" + "Mon, 13 Apr 2020 19:41:23 GMT" ], "Expires": [ "-1" @@ -11883,8 +10319,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11892,7 +10328,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11903,22 +10339,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11966" ], "x-ms-request-id": [ - "5c86a0cc-f687-429c-ba50-dc16eba08813" + "a5f9a45e-6564-41bf-84d0-26ee8e59728c" ], "x-ms-correlation-request-id": [ - "5c86a0cc-f687-429c-ba50-dc16eba08813" + "a5f9a45e-6564-41bf-84d0-26ee8e59728c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133306Z:5c86a0cc-f687-429c-ba50-dc16eba08813" + "WESTUS:20200413T194138Z:a5f9a45e-6564-41bf-84d0-26ee8e59728c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11927,7 +10363,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:33:06 GMT" + "Mon, 13 Apr 2020 19:41:38 GMT" ], "Expires": [ "-1" @@ -11940,8 +10376,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11949,7 +10385,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11960,22 +10396,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11965" ], "x-ms-request-id": [ - "299ae670-c7ec-47e9-b780-15ede78d3b23" + "903017da-6276-4655-9d80-2d4fd39f2d1d" ], "x-ms-correlation-request-id": [ - "299ae670-c7ec-47e9-b780-15ede78d3b23" + "903017da-6276-4655-9d80-2d4fd39f2d1d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133322Z:299ae670-c7ec-47e9-b780-15ede78d3b23" + "WESTUS:20200413T194154Z:903017da-6276-4655-9d80-2d4fd39f2d1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11984,7 +10420,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:33:21 GMT" + "Mon, 13 Apr 2020 19:41:53 GMT" ], "Expires": [ "-1" @@ -11997,8 +10433,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12006,7 +10442,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12017,22 +10453,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11964" ], "x-ms-request-id": [ - "0f96ca24-0ef7-4323-8689-c0e8bb79b525" + "8213d65d-1b96-47ab-ae2e-d1f8658935de" ], "x-ms-correlation-request-id": [ - "0f96ca24-0ef7-4323-8689-c0e8bb79b525" + "8213d65d-1b96-47ab-ae2e-d1f8658935de" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133337Z:0f96ca24-0ef7-4323-8689-c0e8bb79b525" + "WESTUS:20200413T194209Z:8213d65d-1b96-47ab-ae2e-d1f8658935de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12041,7 +10477,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:33:37 GMT" + "Mon, 13 Apr 2020 19:42:08 GMT" ], "Expires": [ "-1" @@ -12054,8 +10490,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12063,7 +10499,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12074,22 +10510,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11963" ], "x-ms-request-id": [ - "0a155b4f-d09c-4052-a4a9-0b9f0205e666" + "a3b994b2-4124-4cf3-8a7f-fe9b59f89402" ], "x-ms-correlation-request-id": [ - "0a155b4f-d09c-4052-a4a9-0b9f0205e666" + "a3b994b2-4124-4cf3-8a7f-fe9b59f89402" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133352Z:0a155b4f-d09c-4052-a4a9-0b9f0205e666" + "WESTUS:20200413T194224Z:a3b994b2-4124-4cf3-8a7f-fe9b59f89402" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12098,7 +10534,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:33:52 GMT" + "Mon, 13 Apr 2020 19:42:23 GMT" ], "Expires": [ "-1" @@ -12111,8 +10547,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12120,7 +10556,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12131,22 +10567,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11962" ], "x-ms-request-id": [ - "2897742d-aaa3-487a-8cef-6a66d6504692" + "c7a0d51b-ce2c-4ab8-acc2-3dfbbe29745e" ], "x-ms-correlation-request-id": [ - "2897742d-aaa3-487a-8cef-6a66d6504692" + "c7a0d51b-ce2c-4ab8-acc2-3dfbbe29745e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133408Z:2897742d-aaa3-487a-8cef-6a66d6504692" + "WESTUS:20200413T194239Z:c7a0d51b-ce2c-4ab8-acc2-3dfbbe29745e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12155,7 +10591,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:34:08 GMT" + "Mon, 13 Apr 2020 19:42:38 GMT" ], "Expires": [ "-1" @@ -12168,8 +10604,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12177,7 +10613,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12188,22 +10624,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11961" ], "x-ms-request-id": [ - "0425f0f1-f9f1-41f4-9718-47956dea61c7" + "5e0728ee-615e-42c3-ba79-4b4fa8c30895" ], "x-ms-correlation-request-id": [ - "0425f0f1-f9f1-41f4-9718-47956dea61c7" + "5e0728ee-615e-42c3-ba79-4b4fa8c30895" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133423Z:0425f0f1-f9f1-41f4-9718-47956dea61c7" + "WESTUS:20200413T194254Z:5e0728ee-615e-42c3-ba79-4b4fa8c30895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12212,7 +10648,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:34:23 GMT" + "Mon, 13 Apr 2020 19:42:53 GMT" ], "Expires": [ "-1" @@ -12225,8 +10661,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12234,7 +10670,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12245,22 +10681,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11960" ], "x-ms-request-id": [ - "43fa61e2-c0e1-4f3c-a3dd-4f369ada7a0b" + "cd3994a0-020c-45b3-bd11-d45dd89924b6" ], "x-ms-correlation-request-id": [ - "43fa61e2-c0e1-4f3c-a3dd-4f369ada7a0b" + "cd3994a0-020c-45b3-bd11-d45dd89924b6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133439Z:43fa61e2-c0e1-4f3c-a3dd-4f369ada7a0b" + "WESTUS:20200413T194309Z:cd3994a0-020c-45b3-bd11-d45dd89924b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12269,7 +10705,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:34:38 GMT" + "Mon, 13 Apr 2020 19:43:08 GMT" ], "Expires": [ "-1" @@ -12282,8 +10718,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12291,7 +10727,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12302,22 +10738,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11959" ], "x-ms-request-id": [ - "631b2d1f-e46b-48d9-b36d-1609a17eb4bd" + "83690819-aaf0-42fb-a55a-339705cec728" ], "x-ms-correlation-request-id": [ - "631b2d1f-e46b-48d9-b36d-1609a17eb4bd" + "83690819-aaf0-42fb-a55a-339705cec728" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133454Z:631b2d1f-e46b-48d9-b36d-1609a17eb4bd" + "WESTUS:20200413T194324Z:83690819-aaf0-42fb-a55a-339705cec728" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12326,7 +10762,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:34:54 GMT" + "Mon, 13 Apr 2020 19:43:24 GMT" ], "Expires": [ "-1" @@ -12339,8 +10775,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12348,7 +10784,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12359,22 +10795,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11958" ], "x-ms-request-id": [ - "950290d7-4b77-4b55-9d00-eb0770e84e4f" + "85ca38aa-6a30-4038-b0df-8136d0d71127" ], "x-ms-correlation-request-id": [ - "950290d7-4b77-4b55-9d00-eb0770e84e4f" + "85ca38aa-6a30-4038-b0df-8136d0d71127" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133510Z:950290d7-4b77-4b55-9d00-eb0770e84e4f" + "WESTUS:20200413T194339Z:85ca38aa-6a30-4038-b0df-8136d0d71127" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12383,7 +10819,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:35:09 GMT" + "Mon, 13 Apr 2020 19:43:39 GMT" ], "Expires": [ "-1" @@ -12396,8 +10832,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12405,7 +10841,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12416,22 +10852,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11957" ], "x-ms-request-id": [ - "b3b2080b-e6e2-4aa6-85bf-21f4a379cd90" + "f66f8023-697f-4961-bc8e-1c1178d44535" ], "x-ms-correlation-request-id": [ - "b3b2080b-e6e2-4aa6-85bf-21f4a379cd90" + "f66f8023-697f-4961-bc8e-1c1178d44535" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133525Z:b3b2080b-e6e2-4aa6-85bf-21f4a379cd90" + "WESTUS:20200413T194354Z:f66f8023-697f-4961-bc8e-1c1178d44535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12440,7 +10876,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:35:24 GMT" + "Mon, 13 Apr 2020 19:43:54 GMT" ], "Expires": [ "-1" @@ -12453,8 +10889,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12462,7 +10898,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12473,22 +10909,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11956" ], "x-ms-request-id": [ - "52d9a3eb-8a7b-4a4d-a026-14e3e7869858" + "0ce9cc24-46a9-49e0-a7e7-aaf97c81a971" ], "x-ms-correlation-request-id": [ - "52d9a3eb-8a7b-4a4d-a026-14e3e7869858" + "0ce9cc24-46a9-49e0-a7e7-aaf97c81a971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133541Z:52d9a3eb-8a7b-4a4d-a026-14e3e7869858" + "WESTUS:20200413T194409Z:0ce9cc24-46a9-49e0-a7e7-aaf97c81a971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12497,7 +10933,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:35:40 GMT" + "Mon, 13 Apr 2020 19:44:09 GMT" ], "Expires": [ "-1" @@ -12510,8 +10946,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12519,7 +10955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12530,22 +10966,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11955" ], "x-ms-request-id": [ - "a97b5d3d-3495-4351-8796-6d2b66ff60b8" + "63772867-a595-4127-b9e8-1ed3293b2e68" ], "x-ms-correlation-request-id": [ - "a97b5d3d-3495-4351-8796-6d2b66ff60b8" + "63772867-a595-4127-b9e8-1ed3293b2e68" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133556Z:a97b5d3d-3495-4351-8796-6d2b66ff60b8" + "WESTUS:20200413T194424Z:63772867-a595-4127-b9e8-1ed3293b2e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12554,7 +10990,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:35:56 GMT" + "Mon, 13 Apr 2020 19:44:24 GMT" ], "Expires": [ "-1" @@ -12567,8 +11003,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12576,7 +11012,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12587,22 +11023,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11954" ], "x-ms-request-id": [ - "57fbb0df-3a92-42ba-9970-13912a1481c3" + "b30cd9b4-a72d-4ea1-98e0-7c93dbdf63d6" ], "x-ms-correlation-request-id": [ - "57fbb0df-3a92-42ba-9970-13912a1481c3" + "b30cd9b4-a72d-4ea1-98e0-7c93dbdf63d6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133611Z:57fbb0df-3a92-42ba-9970-13912a1481c3" + "WESTUS:20200413T194439Z:b30cd9b4-a72d-4ea1-98e0-7c93dbdf63d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12611,7 +11047,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:36:11 GMT" + "Mon, 13 Apr 2020 19:44:39 GMT" ], "Expires": [ "-1" @@ -12624,8 +11060,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12633,7 +11069,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12644,22 +11080,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11953" ], "x-ms-request-id": [ - "016917c6-7a53-4d2f-bec5-1ad6eb6eda00" + "f58669a8-c0e2-4ea7-b855-a629b5423ebb" ], "x-ms-correlation-request-id": [ - "016917c6-7a53-4d2f-bec5-1ad6eb6eda00" + "f58669a8-c0e2-4ea7-b855-a629b5423ebb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133627Z:016917c6-7a53-4d2f-bec5-1ad6eb6eda00" + "WESTUS:20200413T194454Z:f58669a8-c0e2-4ea7-b855-a629b5423ebb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12668,7 +11104,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:36:26 GMT" + "Mon, 13 Apr 2020 19:44:53 GMT" ], "Expires": [ "-1" @@ -12681,8 +11117,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12690,7 +11126,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12701,22 +11137,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11952" ], "x-ms-request-id": [ - "ba2d5a3f-bc0b-43e2-8e44-ae9bb21b845a" + "f667bf0e-d588-47a3-a94e-69b19a1d5fc9" ], "x-ms-correlation-request-id": [ - "ba2d5a3f-bc0b-43e2-8e44-ae9bb21b845a" + "f667bf0e-d588-47a3-a94e-69b19a1d5fc9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133642Z:ba2d5a3f-bc0b-43e2-8e44-ae9bb21b845a" + "WESTUS:20200413T194510Z:f667bf0e-d588-47a3-a94e-69b19a1d5fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12725,7 +11161,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:36:42 GMT" + "Mon, 13 Apr 2020 19:45:09 GMT" ], "Expires": [ "-1" @@ -12738,8 +11174,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12747,7 +11183,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12758,22 +11194,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11951" ], "x-ms-request-id": [ - "0bc305a4-185e-4270-b68f-8e2a8602cc07" + "6c3d7f26-35c6-4c65-a1c0-f5535d96c93d" ], "x-ms-correlation-request-id": [ - "0bc305a4-185e-4270-b68f-8e2a8602cc07" + "6c3d7f26-35c6-4c65-a1c0-f5535d96c93d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133657Z:0bc305a4-185e-4270-b68f-8e2a8602cc07" + "WESTUS:20200413T194525Z:6c3d7f26-35c6-4c65-a1c0-f5535d96c93d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12782,7 +11218,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:36:57 GMT" + "Mon, 13 Apr 2020 19:45:24 GMT" ], "Expires": [ "-1" @@ -12795,8 +11231,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12804,7 +11240,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12815,22 +11251,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11950" ], "x-ms-request-id": [ - "f32baf3d-9fb1-4738-a152-fda460c73fa2" + "85eaed1c-e548-4259-9c44-2d243ad6275f" ], "x-ms-correlation-request-id": [ - "f32baf3d-9fb1-4738-a152-fda460c73fa2" + "85eaed1c-e548-4259-9c44-2d243ad6275f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133713Z:f32baf3d-9fb1-4738-a152-fda460c73fa2" + "WESTUS:20200413T194540Z:85eaed1c-e548-4259-9c44-2d243ad6275f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12839,7 +11275,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:37:12 GMT" + "Mon, 13 Apr 2020 19:45:39 GMT" ], "Expires": [ "-1" @@ -12852,8 +11288,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12861,7 +11297,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12872,22 +11308,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11949" ], "x-ms-request-id": [ - "b6e3383f-913e-4d6b-b7d1-dbeb4db65a4d" + "6718f102-5a4f-4428-ba23-b8c951c269f2" ], "x-ms-correlation-request-id": [ - "b6e3383f-913e-4d6b-b7d1-dbeb4db65a4d" + "6718f102-5a4f-4428-ba23-b8c951c269f2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133728Z:b6e3383f-913e-4d6b-b7d1-dbeb4db65a4d" + "WESTUS:20200413T194555Z:6718f102-5a4f-4428-ba23-b8c951c269f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12896,7 +11332,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:37:27 GMT" + "Mon, 13 Apr 2020 19:45:54 GMT" ], "Expires": [ "-1" @@ -12909,8 +11345,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12918,7 +11354,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12929,22 +11365,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11948" ], "x-ms-request-id": [ - "bd77b474-282d-4a56-8af1-ebd46b454357" + "e49b565c-3062-4a2f-b097-351e1ceb29cd" ], "x-ms-correlation-request-id": [ - "bd77b474-282d-4a56-8af1-ebd46b454357" + "e49b565c-3062-4a2f-b097-351e1ceb29cd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133743Z:bd77b474-282d-4a56-8af1-ebd46b454357" + "WESTUS:20200413T194610Z:e49b565c-3062-4a2f-b097-351e1ceb29cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12953,7 +11389,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:37:42 GMT" + "Mon, 13 Apr 2020 19:46:09 GMT" ], "Expires": [ "-1" @@ -12966,8 +11402,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12975,7 +11411,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12986,22 +11422,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11947" ], "x-ms-request-id": [ - "ce1a1d9f-7e04-45e1-baf7-93a4f5b128df" + "62ee44b2-7d78-475d-ac99-dbd523365cc6" ], "x-ms-correlation-request-id": [ - "ce1a1d9f-7e04-45e1-baf7-93a4f5b128df" + "62ee44b2-7d78-475d-ac99-dbd523365cc6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133759Z:ce1a1d9f-7e04-45e1-baf7-93a4f5b128df" + "WESTUS:20200413T194625Z:62ee44b2-7d78-475d-ac99-dbd523365cc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13010,7 +11446,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:37:59 GMT" + "Mon, 13 Apr 2020 19:46:24 GMT" ], "Expires": [ "-1" @@ -13023,8 +11459,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13032,7 +11468,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -13043,16 +11479,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11946" ], "x-ms-request-id": [ - "3268a714-5969-4209-a0d1-bc91990d76fd" + "2685d92f-fc3d-403f-b3df-a7e17ffdde11" ], "x-ms-correlation-request-id": [ - "3268a714-5969-4209-a0d1-bc91990d76fd" + "2685d92f-fc3d-403f-b3df-a7e17ffdde11" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133814Z:3268a714-5969-4209-a0d1-bc91990d76fd" + "WESTUS:20200413T194640Z:2685d92f-fc3d-403f-b3df-a7e17ffdde11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13061,7 +11497,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:38:14 GMT" + "Mon, 13 Apr 2020 19:46:39 GMT" ], "Expires": [ "-1" @@ -13074,8 +11510,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/f7e1a56e-347b-4103-87c7-e775a3e11ac5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI2NTAtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZjdlMWE1NmUtMzQ3Yi00MTAzLTg3YzctZTc3NWEzZTExYWM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJMk5UQXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIxMzEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJeE16RXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13083,7 +11519,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -13094,16 +11530,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11945" ], "x-ms-request-id": [ - "b6ec6dae-a720-4bd8-ab7e-f0dad39fa16c" + "e273528c-91c4-4fd9-965b-ab90263e2be6" ], "x-ms-correlation-request-id": [ - "b6ec6dae-a720-4bd8-ab7e-f0dad39fa16c" + "e273528c-91c4-4fd9-965b-ab90263e2be6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200409T133815Z:b6ec6dae-a720-4bd8-ab7e-f0dad39fa16c" + "WESTUS:20200413T194640Z:e273528c-91c4-4fd9-965b-ab90263e2be6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13112,7 +11548,7 @@ "nosniff" ], "Date": [ - "Thu, 09 Apr 2020 13:38:14 GMT" + "Mon, 13 Apr 2020 19:46:39 GMT" ], "Expires": [ "-1" @@ -13127,39 +11563,39 @@ ], "Names": { "Test-ApplicationGatewayWithFirewallPolicy": [ - "ps2650", - "ps2301", - "ps1395", - "ps5291", + "ps2131", + "ps8009", + "ps2881", + "ps6683", + "ps2884", + "ps4649", + "ps3614", + "ps5894", + "ps5432", + "ps8442", + "ps512", + "ps7002", + "ps1645", + "ps4591", + "ps8418", + "ps505", + "ps2758", + "ps8371", + "ps6499", + "ps9772", + "ps1946", + "ps9582", + "ps5607", "ps2689", - "ps3424", - "ps997", - "ps1755", - "ps3595", - "ps9397", - "ps2789", - "ps8217", - "ps5695", - "ps7567", - "ps8334", - "ps3223", - "ps8020", - "ps5442", - "ps2787", - "ps6161", - "ps5131", - "ps737", - "ps9276", - "ps2797", - "ps6245", - "ps3619", - "ps4689", - "ps6854", - "ps513", - "ps4083" + "ps358", + "ps8510", + "ps1448", + "ps1459", + "ps7566", + "ps1998" ] }, "Variables": { - "SubscriptionId": "f7e1a56e-347b-4103-87c7-e775a3e11ac5" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableServerVariableAndHeader.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableServerVariableAndHeader.json index 93070526daf2..d05a16dd9e7e 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableServerVariableAndHeader.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableServerVariableAndHeader.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a81ac3d8-2df1-44b5-a141-9fca12187da2" + "75e12c8b-5ba9-42dc-a50d-381fe4c3ff5a" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27,13 +27,13 @@ "no-cache" ], "x-ms-request-id": [ - "348d0210-9b11-4086-a6ac-231c06da8029" + "fcaf9dc4-dd2b-4022-a435-dca63f5576b0" ], "x-ms-correlation-request-id": [ - "6e242c31-db44-4371-8c98-20b5de7d9c1b" + "e2c54ff3-23ff-47e5-8ea4-5fcf7ac21590" ], "x-ms-arm-service-request-id": [ - "84313694-a24b-4fcd-baeb-97e3803286d7" + "b51e0311-3cd0-41fe-820b-52de0159a1a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -43,16 +43,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120420Z:6e242c31-db44-4371-8c98-20b5de7d9c1b" + "WESTUS:20200413T060151Z:e2c54ff3-23ff-47e5-8ea4-5fcf7ac21590" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:20 GMT" + "Mon, 13 Apr 2020 06:01:50 GMT" ], "Content-Length": [ "472" @@ -68,13 +68,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3185f74f-fca2-4bd3-be81-e64c09cff1db" + "465bcf03-84b5-44d8-90c6-aebde772a417" ], "Accept-Language": [ "en-US" @@ -83,7 +83,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -94,13 +94,13 @@ "no-cache" ], "x-ms-request-id": [ - "5e9d12e4-9703-4efa-a7b5-7ee0c72e6983" + "d3baed7d-9d0d-4b60-bf0f-a90c092ee201" ], "x-ms-correlation-request-id": [ - "41486e4c-5f93-4e2a-9fe4-97161bf803fd" + "88db7279-2e5f-4d35-ac87-055403236a53" ], "x-ms-arm-service-request-id": [ - "a5b24779-5bcf-437c-9eca-b4c2730c34aa" + "4691f65d-4da1-4ab0-a050-03d7c708c7aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,16 +110,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120422Z:41486e4c-5f93-4e2a-9fe4-97161bf803fd" + "WESTUS:20200413T060152Z:88db7279-2e5f-4d35-ac87-055403236a53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:22 GMT" + "Mon, 13 Apr 2020 06:01:52 GMT" ], "Content-Length": [ "472" @@ -135,13 +135,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableServerVariables?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTZXJ2ZXJWYXJpYWJsZXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab29adbd-5668-4299-a43f-d65792cb6b31" + "2859403a-0d90-445e-93a3-9896aabb372f" ], "Accept-Language": [ "en-US" @@ -150,7 +150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -161,13 +161,13 @@ "no-cache" ], "x-ms-request-id": [ - "56e9e0c2-e169-4481-8bcd-e889b11d52f3" + "10767e11-ca45-4267-9627-e0d7ec9d5d40" ], "x-ms-correlation-request-id": [ - "133f37e0-8a96-4cc2-9732-539f02a5fb2d" + "9635e982-6e89-475c-a8a3-a509d132d610" ], "x-ms-arm-service-request-id": [ - "9ca6a1cf-0eb3-490b-b57a-9381fbaff3b4" + "b2b165eb-fbe8-445c-a900-c5f9ef137614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120425Z:133f37e0-8a96-4cc2-9732-539f02a5fb2d" + "WESTUS:20200413T060153Z:9635e982-6e89-475c-a8a3-a509d132d610" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:24 GMT" + "Mon, 13 Apr 2020 06:01:53 GMT" ], "Content-Length": [ "472" @@ -202,13 +202,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc156863-376b-4d44-bde4-74ec243df36a" + "32e46b60-0ab9-435f-b6a6-2247647deb57" ], "Accept-Language": [ "en-US" @@ -217,7 +217,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -228,13 +228,13 @@ "no-cache" ], "x-ms-request-id": [ - "6b500872-3f23-4f3a-aa7b-1561ae91d716" + "e8b05cfa-b21d-4d2f-b0dc-3006ab9ca001" ], "x-ms-correlation-request-id": [ - "7f5980b9-f2d3-4188-8c4f-4441b74a39f8" + "0438a987-5624-43e5-bdec-f335873f2caf" ], "x-ms-arm-service-request-id": [ - "a13dc5e3-4828-4396-b6b3-b81fcd84bae0" + "174f0ed8-6268-4a29-a2f8-8a0f9c7ff2a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -244,16 +244,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120421Z:7f5980b9-f2d3-4188-8c4f-4441b74a39f8" + "WESTUS:20200413T060151Z:0438a987-5624-43e5-bdec-f335873f2caf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:21 GMT" + "Mon, 13 Apr 2020 06:01:51 GMT" ], "Content-Length": [ "791" @@ -269,13 +269,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "594cc171-464a-4c2f-b9f8-6751dddf1ac7" + "bfaae762-46ac-4fbe-869a-c82918a717ac" ], "Accept-Language": [ "en-US" @@ -284,7 +284,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -295,13 +295,13 @@ "no-cache" ], "x-ms-request-id": [ - "ed012017-5bc7-4389-89de-448899f4d855" + "0bc51807-b956-40d7-823b-aab6d75cfedc" ], "x-ms-correlation-request-id": [ - "073e1097-b3a6-4942-8465-155036dc922e" + "58a8258f-c440-4ded-b3fd-3c5150eb13fb" ], "x-ms-arm-service-request-id": [ - "e3b78810-579c-4247-bca8-92055850a8e8" + "34167b7f-9500-4883-b153-cfba24059932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -311,16 +311,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120423Z:073e1097-b3a6-4942-8465-155036dc922e" + "WESTUS:20200413T060152Z:58a8258f-c440-4ded-b3fd-3c5150eb13fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:22 GMT" + "Mon, 13 Apr 2020 06:01:52 GMT" ], "Content-Length": [ "791" @@ -336,13 +336,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXF1ZXN0SGVhZGVycz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "876936bb-e16a-4242-9a75-81ed552da9bd" + "669e59c2-c035-4534-a71c-b2f0cbc0cc63" ], "Accept-Language": [ "en-US" @@ -351,7 +351,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -362,13 +362,13 @@ "no-cache" ], "x-ms-request-id": [ - "b63bed5e-eedc-4c1c-91e2-48b8e1b3443f" + "45981bb8-5553-4373-bfc6-431f0bd922af" ], "x-ms-correlation-request-id": [ - "d613367b-77ed-4e78-a966-a7ac0d98872f" + "414f1fe4-0b82-49b8-91c0-556146920553" ], "x-ms-arm-service-request-id": [ - "0f0c2fa3-a337-43de-bb6d-f640f9a5c77f" + "1dd897ed-5d43-4f80-a8e2-36912df3634a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,16 +378,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120425Z:d613367b-77ed-4e78-a966-a7ac0d98872f" + "WESTUS:20200413T060154Z:414f1fe4-0b82-49b8-91c0-556146920553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:25 GMT" + "Mon, 13 Apr 2020 06:01:53 GMT" ], "Content-Length": [ "791" @@ -403,13 +403,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcb41a09-7fdb-46c3-9e36-e13022be5322" + "e16dd5c3-6a86-4366-9887-b9ec1a2cf580" ], "Accept-Language": [ "en-US" @@ -418,7 +418,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -429,13 +429,13 @@ "no-cache" ], "x-ms-request-id": [ - "2f6a9214-8684-43a0-8b6c-4ed508c4ccda" + "6777701d-d52d-44d9-bc93-c7d8e53dbf35" ], "x-ms-correlation-request-id": [ - "b9dd5f1f-b8ac-44cb-9a04-74d8c60a5bea" + "e6bffa16-ec23-4c28-837c-8eda95f3065d" ], "x-ms-arm-service-request-id": [ - "b46f8ef1-a4af-445e-a423-1bcf84d05912" + "5c940207-71cf-4764-b394-13d587bb02d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -445,16 +445,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120421Z:b9dd5f1f-b8ac-44cb-9a04-74d8c60a5bea" + "WESTUS:20200413T060151Z:e6bffa16-ec23-4c28-837c-8eda95f3065d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:21 GMT" + "Mon, 13 Apr 2020 06:01:51 GMT" ], "Content-Length": [ "1018" @@ -470,13 +470,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c4d54a8-cbe9-40ad-8f83-baf86bfb37bd" + "0707b49a-830e-4643-9cbe-af6aaa71352e" ], "Accept-Language": [ "en-US" @@ -485,7 +485,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -496,13 +496,13 @@ "no-cache" ], "x-ms-request-id": [ - "745da086-4c9b-46ff-a36b-6409ad885f53" + "47f3bc27-1900-416d-9d7e-56352653a73f" ], "x-ms-correlation-request-id": [ - "1824699e-b28f-4812-a103-8b8d06bb9754" + "8835603b-5d76-46c1-9bf0-d8f2794d07ad" ], "x-ms-arm-service-request-id": [ - "083bcff9-e2aa-4469-8b88-87f26f714b63" + "689b313b-ff9e-4cdb-bbe4-3a7b4f92ab9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,16 +512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120423Z:1824699e-b28f-4812-a103-8b8d06bb9754" + "WESTUS:20200413T060152Z:8835603b-5d76-46c1-9bf0-d8f2794d07ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:22 GMT" + "Mon, 13 Apr 2020 06:01:52 GMT" ], "Content-Length": [ "1018" @@ -537,13 +537,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVSZXNwb25zZUhlYWRlcnM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7405f087-726f-4f2c-ad5e-c1cd7145f291" + "79317ddb-6709-4e11-a1dd-5d872d87e381" ], "Accept-Language": [ "en-US" @@ -552,7 +552,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -563,13 +563,13 @@ "no-cache" ], "x-ms-request-id": [ - "bc33e577-83cd-408d-a886-c8df9e33fc0e" + "4bc66e1b-9c48-4fcb-bfcc-a6dfb04fdf0b" ], "x-ms-correlation-request-id": [ - "956bd881-982e-4d72-aec2-9b09426e62f4" + "05b58210-32fa-472e-916f-8ba7b4844600" ], "x-ms-arm-service-request-id": [ - "dfa79f75-9592-477f-b46f-6f1939e95fd8" + "deb8d6f7-5f63-4a35-8d7c-ad93b32cd669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,16 +579,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120426Z:956bd881-982e-4d72-aec2-9b09426e62f4" + "WESTUS:20200413T060154Z:05b58210-32fa-472e-916f-8ba7b4844600" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:26 GMT" + "Mon, 13 Apr 2020 06:01:54 GMT" ], "Content-Length": [ "1018" @@ -606,6 +606,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableSslOptions.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableSslOptions.json index d838a5cc875f..665a375a16da 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableSslOptions.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableSslOptions.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4c19809-3cdb-4b02-9bca-145fa03226cf" + "4c301692-2321-46f8-a2e4-30df5b6007ad" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27,13 +27,13 @@ "no-cache" ], "x-ms-request-id": [ - "4bb17ef5-289b-4564-8a88-2424620a4ca8" + "7d8a3e72-9e87-4c80-92e6-6c2b798722a5" ], "x-ms-correlation-request-id": [ - "8d14ad13-7737-4cad-8d3e-20ea0b14efb7" + "cdff7724-1340-4cb0-b23c-4b181144ee84" ], "x-ms-arm-service-request-id": [ - "5cf1e301-52eb-4c9a-8997-56ac3ca861a5" + "62426424-3177-4252-a256-3da37e79a119" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46,13 +46,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120413Z:8d14ad13-7737-4cad-8d3e-20ea0b14efb7" + "WESTUS:20200413T060148Z:cdff7724-1340-4cb0-b23c-4b181144ee84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:12 GMT" + "Mon, 13 Apr 2020 06:01:48 GMT" ], "Content-Length": [ "6378" @@ -64,17 +64,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions\",\r\n \"properties\": {\r\n \"predefinedPolicies\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ],\r\n \"defaultPolicy\": \"AppGwSslPolicy20150501\",\r\n \"availableCipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"availableProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\",\r\n \"TLSv1_2\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions\",\r\n \"properties\": {\r\n \"predefinedPolicies\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ],\r\n \"defaultPolicy\": \"AppGwSslPolicy20150501\",\r\n \"availableCipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"availableProtocols\": [\r\n \"TLSv1_0\",\r\n \"TLSv1_1\",\r\n \"TLSv1_2\"\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fe63b3-9edc-4d4c-8162-94cee66f86ca" + "b0ae1801-a63c-4f51-a358-d8d31f697d41" ], "Accept-Language": [ "en-US" @@ -83,7 +83,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -94,13 +94,13 @@ "no-cache" ], "x-ms-request-id": [ - "385b1641-e07d-46ef-abf2-0c4777dd539d" + "3d9b527e-8254-4a30-8b86-3bfa8efdf8d9" ], "x-ms-correlation-request-id": [ - "df51e025-beb8-4384-9158-d05ee8408b42" + "01e33fd1-7362-4103-82f2-18e20c6bbe17" ], "x-ms-arm-service-request-id": [ - "ccecfff5-f2db-4063-a9ea-374a5a348f31" + "b528942a-6252-4f43-b21e-5b6abee325ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,16 +110,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120414Z:df51e025-beb8-4384-9158-d05ee8408b42" + "WESTUS:20200413T060149Z:01e33fd1-7362-4103-82f2-18e20c6bbe17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:14 GMT" + "Mon, 13 Apr 2020 06:01:48 GMT" ], "Content-Length": [ "4472" @@ -131,17 +131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5b5a469-e135-4835-bc48-8915d67fada8" + "8718a4ae-05d5-4fc1-9493-8882a47c4f8f" ], "Accept-Language": [ "en-US" @@ -150,7 +150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -161,13 +161,13 @@ "no-cache" ], "x-ms-request-id": [ - "01790ea0-b784-48fe-8da4-cd1599eef7fa" + "190ccfdf-06b8-4d07-a878-4900a4640060" ], "x-ms-correlation-request-id": [ - "7cfd6b17-d2df-43f1-afdc-aaed09f3eb59" + "29ee6231-58ad-4227-8452-5a5072e71f43" ], "x-ms-arm-service-request-id": [ - "a2392ac3-6397-4edb-a874-98246af147c2" + "758c92d9-3cac-4ce1-a700-1ccd38c7cd77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,16 +177,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120416Z:7cfd6b17-d2df-43f1-afdc-aaed09f3eb59" + "WESTUS:20200413T060149Z:29ee6231-58ad-4227-8452-5a5072e71f43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:15 GMT" + "Mon, 13 Apr 2020 06:01:48 GMT" ], "Content-Length": [ "4472" @@ -198,17 +198,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"AppGwSslPolicy20150501\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20150501\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\r\n \"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\r\n \"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_0\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n },\r\n {\r\n \"name\": \"AppGwSslPolicy20170401S\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401S\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_2\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20170401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzL0FwcEd3U3NsUG9saWN5MjAxNzA0MDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20170401?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVTc2xPcHRpb25zL2RlZmF1bHQvcHJlZGVmaW5lZFBvbGljaWVzL0FwcEd3U3NsUG9saWN5MjAxNzA0MDE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b486547-3635-4c0a-81c0-6eeea11aa278" + "d7ed010f-45d3-44c6-af64-962133370ae6" ], "Accept-Language": [ "en-US" @@ -217,7 +217,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -228,13 +228,13 @@ "no-cache" ], "x-ms-request-id": [ - "025e2a12-af6e-4c95-97ff-9c183f71054b" + "a60caa7f-e0ed-4411-8adf-b6247ed02011" ], "x-ms-correlation-request-id": [ - "f3541c7a-9abd-4b79-9984-3a055b348bb7" + "6d85fec1-00c0-4d5e-aa9c-59fdce0fe563" ], "x-ms-arm-service-request-id": [ - "daee462a-18af-4747-a867-9c423e2e80ce" + "562aea73-ec37-4742-bf54-a253e3f15f09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -244,16 +244,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T120415Z:f3541c7a-9abd-4b79-9984-3a055b348bb7" + "WESTUS:20200413T060149Z:6d85fec1-00c0-4d5e-aa9c-59fdce0fe563" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 12:04:14 GMT" + "Mon, 13 Apr 2020 06:01:49 GMT" ], "Content-Length": [ "1181" @@ -265,12 +265,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"AppGwSslPolicy20170401\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups//providers/Microsoft.Network/ApplicationGatewayAvailableSslOptions/default/ApplicationGatewaySslPredefinedPolicy/AppGwSslPolicy20170401\",\r\n \"properties\": {\r\n \"cipherSuites\": [\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\r\n \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\r\n \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\r\n \"TLS_RSA_WITH_AES_256_CBC_SHA\",\r\n \"TLS_RSA_WITH_AES_128_CBC_SHA\"\r\n ],\r\n \"minProtocolVersion\": \"TLSv1_1\"\r\n },\r\n \"type\": \"Microsoft.Network/ApplicationGatewayAvailableSslOptions/ApplicationGatewaySslPredefinedPolicy\"\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableWafRuleSets.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableWafRuleSets.json index 19233f88ab27..d8bc8fa5fe9e 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableWafRuleSets.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestAvailableWafRuleSets.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVXYWZSdWxlU2V0cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9hcHBsaWNhdGlvbkdhdGV3YXlBdmFpbGFibGVXYWZSdWxlU2V0cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8377edcd-8e88-4ec0-a7ef-b7b6b7297a8e" + "22257e23-9cde-40b9-a01a-fca08934bd62" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -27,13 +27,13 @@ "no-cache" ], "x-ms-request-id": [ - "f532aeca-3b6c-470b-8f11-2c83e9301961" + "eb1de711-ffdd-46a7-8bc0-51f03e6f0e76" ], "x-ms-correlation-request-id": [ - "c2d6678b-d987-4d44-b9e4-28c3218c4b0d" + "b9a07ac7-d38e-4883-9451-f5a7aec32c98" ], "x-ms-arm-service-request-id": [ - "bbfc69c0-8f84-41d7-875a-c88fea7aa8d7" + "e3906f4a-231f-4a75-abb9-f070f6a7a724" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46,13 +46,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200405T092914Z:c2d6678b-d987-4d44-b9e4-28c3218c4b0d" + "WESTUS:20200413T051056Z:b9a07ac7-d38e-4883-9451-f5a7aec32c98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sun, 05 Apr 2020 09:29:13 GMT" + "Mon, 13 Apr 2020 05:10:55 GMT" ], "Content-Length": [ "94381" @@ -70,6 +70,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json index 424fa1996b50..3215e32b0fad 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83f3291e-53b9-451f-ae85-60a0190e5149" + "25f957ea-3f53-447e-83d1-5718ac32543a" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11997" ], "x-ms-request-id": [ - "3038807b-ae30-4c13-8b3c-63cb489fa3c6" + "9f7df2b7-cf82-4ce4-bfd5-718de5411475" ], "x-ms-correlation-request-id": [ - "3038807b-ae30-4c13-8b3c-63cb489fa3c6" + "9f7df2b7-cf82-4ce4-bfd5-718de5411475" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121649Z:3038807b-ae30-4c13-8b3c-63cb489fa3c6" + "WESTUS:20200413T052739Z:9f7df2b7-cf82-4ce4-bfd5-718de5411475" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:16:49 GMT" + "Mon, 13 Apr 2020 05:27:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "73986" + "70378" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"3\",\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2327?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMjMyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6006?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjAwNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aa964d17-afa4-4642-a056-6c4053d25a92" + "5c4052f7-e199-4304-b9ca-399293778e57" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "e337717a-f70c-4ed4-8b5a-197cf150f831" + "4363c341-1667-4872-a386-ccbadb29fa97" ], "x-ms-correlation-request-id": [ - "e337717a-f70c-4ed4-8b5a-197cf150f831" + "4363c341-1667-4872-a386-ccbadb29fa97" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121653Z:e337717a-f70c-4ed4-8b5a-197cf150f831" + "WESTUS:20200413T052740Z:4363c341-1667-4872-a386-ccbadb29fa97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:16:53 GMT" + "Mon, 13 Apr 2020 05:27:39 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327\",\r\n \"name\": \"ps2327\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006\",\r\n \"name\": \"ps6006\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQwMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8d9b6d1-db00-461a-9afd-ec020adae369" + "443d39e2-0805-4975-bcf6-17d7753f2de4" ], "Accept-Language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "d2bc3442-dd6b-414e-9931-b01875f36e4f" + "d0bd356b-586a-45cc-b24b-7b0d6ed660fd" ], "x-ms-correlation-request-id": [ - "d2bc3442-dd6b-414e-9931-b01875f36e4f" + "d0bd356b-586a-45cc-b24b-7b0d6ed660fd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121654Z:d2bc3442-dd6b-414e-9931-b01875f36e4f" + "WESTUS:20200413T052740Z:d0bd356b-586a-45cc-b24b-7b0d6ed660fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:16:54 GMT" + "Mon, 13 Apr 2020 05:27:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps7401' under resource group 'ps2327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5372' under resource group 'ps6006' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQwMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"3eb0a221-8424-46e9-89f6-86da98408745\"" + "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" ], "x-ms-request-id": [ - "f19f1139-a941-4a76-9240-60d4cba2f3ca" + "85964e83-e475-43f2-9242-de7f0a8b3cd5" ], "x-ms-correlation-request-id": [ - "d5ccf641-b48f-42a6-b082-8aa6b29b80a8" + "98232d4e-a505-42a9-abfc-ef915ae2b2b7" ], "x-ms-arm-service-request-id": [ - "81fbd161-053a-4014-91c6-ce6a7517b4b6" + "795d6648-146d-4259-950b-1b77abc9ad48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,13 +229,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121704Z:d5ccf641-b48f-42a6-b082-8aa6b29b80a8" + "WESTUS:20200413T052745Z:98232d4e-a505-42a9-abfc-ef915ae2b2b7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:04 GMT" + "Mon, 13 Apr 2020 05:27:44 GMT" ], "Content-Length": [ "1269" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf5fa3e-14c9-43b1-a6d9-fc900ecbe52d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2635\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQwMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e8bddde-4f7f-409b-9a35-d45e9f4525df" + "32a5db6d-404a-4ad6-8579-19f495843990" ], "Accept-Language": [ "en-US" @@ -266,7 +266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"3eb0a221-8424-46e9-89f6-86da98408745\"" + "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" ], "x-ms-request-id": [ - "fba56b67-94af-47db-8d67-a1234cb2b921" + "39b48c2c-84a0-4f30-853e-a30628d278ce" ], "x-ms-correlation-request-id": [ - "5e6f96c6-69bf-47fe-93eb-fd0bcee15e51" + "2e3e73d5-56af-43e6-9e00-61da191698c1" ], "x-ms-arm-service-request-id": [ - "9cf50d94-ef82-4c6e-acb5-abdab4ba0a9b" + "88230288-1c76-400a-9366-ccbce70e5366" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,13 +299,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121705Z:5e6f96c6-69bf-47fe-93eb-fd0bcee15e51" + "WESTUS:20200413T052745Z:2e3e73d5-56af-43e6-9e00-61da191698c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:04 GMT" + "Mon, 13 Apr 2020 05:27:44 GMT" ], "Content-Length": [ "1269" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf5fa3e-14c9-43b1-a6d9-fc900ecbe52d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2635\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQwMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "536d129f-96c8-4ebd-8050-1d54464d057f" + "912721f7-b45d-4109-a0a1-c8aa107226db" ], "Accept-Language": [ "en-US" @@ -336,7 +336,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"3eb0a221-8424-46e9-89f6-86da98408745\"" + "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" ], "x-ms-request-id": [ - "c24c5aeb-5abe-4720-8dc5-e489e0938add" + "cf4c3677-9bc4-453f-a4a8-22e79f7eb0da" ], "x-ms-correlation-request-id": [ - "d9d8393b-6634-47ee-9af2-eef168b619ce" + "ba958318-378e-46f3-9f66-ed2c1349c9ba" ], "x-ms-arm-service-request-id": [ - "2348e26e-56ec-4041-84df-34a7136011b2" + "9877dd67-2438-406f-b554-2c67bdc6216d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,16 +366,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121705Z:d9d8393b-6634-47ee-9af2-eef168b619ce" + "WESTUS:20200413T052745Z:ba958318-378e-46f3-9f66-ed2c1349c9ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:05 GMT" + "Mon, 13 Apr 2020 05:27:44 GMT" ], "Content-Length": [ "1269" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dbf5fa3e-14c9-43b1-a6d9-fc900ecbe52d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2635\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\",\r\n \"etag\": \"W/\\\"3eb0a221-8424-46e9-89f6-86da98408745\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzQwMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps2635\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5548\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0fcc4b8-994c-4963-8055-7380b28d4eef" + "ba7a4109-57af-4c79-9a0f-b11d14983dfa" ], "Accept-Language": [ "en-US" @@ -406,7 +406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,16 +426,19 @@ "3" ], "x-ms-request-id": [ - "fe8648ba-1b8c-4c2e-8f3c-473e8c475332" + "eedc9604-942b-4ed0-b9b6-06114bf93fb0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/fe8648ba-1b8c-4c2e-8f3c-473e8c475332?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/eedc9604-942b-4ed0-b9b6-06114bf93fb0?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7670ec8a-51a2-4dd8-a925-21798798a360" + "e8da3f02-7d87-4b8a-83d8-de2a9dbcb0b2" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "5995a572-5eda-4a58-9072-1eb73b6ca68b" + "7789373f-7fe1-468e-987f-ad21dfd5eab9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,13 +451,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121701Z:7670ec8a-51a2-4dd8-a925-21798798a360" + "WESTUS:20200413T052741Z:e8da3f02-7d87-4b8a-83d8-de2a9dbcb0b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:00 GMT" + "Mon, 13 Apr 2020 05:27:41 GMT" ], "Content-Length": [ "1267" @@ -466,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7401\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401\",\r\n \"etag\": \"W/\\\"3042971d-4dac-433e-80cb-e78ab7a35392\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dbf5fa3e-14c9-43b1-a6d9-fc900ecbe52d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2635\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\",\r\n \"etag\": \"W/\\\"3042971d-4dac-433e-80cb-e78ab7a35392\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"b3da237e-981a-4200-a1eb-74ee5a5cb175\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"b3da237e-981a-4200-a1eb-74ee5a5cb175\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/fe8648ba-1b8c-4c2e-8f3c-473e8c475332?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZlODY0OGJhLTFiOGMtNGMyZS04ZjNjLTQ3M2U4YzQ3NTMzMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/eedc9604-942b-4ed0-b9b6-06114bf93fb0?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VlZGM5NjA0LTk0MmItNGVkMC1iOWI2LTA2MTE0YmY5M2ZiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +482,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -490,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "1a77719e-8382-46a4-a418-8dcd341518ef" + "443c0c52-bfef-486a-8027-ebcb86cf2420" ], "x-ms-correlation-request-id": [ - "7966eb35-f613-4a1f-96d4-81c7d3889f0b" + "c7ec56b1-b21e-4894-8a76-f138f578abd7" ], "x-ms-arm-service-request-id": [ - "3c77e5b5-b8c9-45c1-97f6-e488be3c4655" + "7c8cfa1e-6255-48e3-8376-019e7e4d510f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -509,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121704Z:7966eb35-f613-4a1f-96d4-81c7d3889f0b" + "WESTUS:20200413T052744Z:c7ec56b1-b21e-4894-8a76-f138f578abd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:04 GMT" + "Mon, 13 Apr 2020 05:27:44 GMT" ], "Content-Length": [ "29" @@ -531,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTE1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db7c899f-f889-4035-ae0e-294bf12eaa0a" + "18caab66-54fb-4d63-9e08-79da2b3b8545" ], "Accept-Language": [ "en-US" @@ -546,7 +549,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -560,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "560c66d7-f257-441a-8aaf-35ce901ab9cd" + "99db686e-e912-4843-b759-5b8a45ed8b14" ], "x-ms-correlation-request-id": [ - "560c66d7-f257-441a-8aaf-35ce901ab9cd" + "99db686e-e912-4843-b759-5b8a45ed8b14" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121706Z:560c66d7-f257-441a-8aaf-35ce901ab9cd" + "WESTUS:20200413T052745Z:99db686e-e912-4843-b759-5b8a45ed8b14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,7 +578,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:06 GMT" + "Mon, 13 Apr 2020 05:27:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -584,15 +587,15 @@ "-1" ], "Content-Length": [ - "150" + "148" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5151' under resource group 'ps2327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps72' under resource group 'ps6006' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTE1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -600,7 +603,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -611,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\"" + "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" ], "x-ms-request-id": [ - "fb1cf975-9554-4f82-8770-b7b8c13e3f75" + "dc58a1ca-f84e-4d38-98b6-5c87d810606b" ], "x-ms-correlation-request-id": [ - "97e3cb3f-c3eb-4f2e-9e14-dbb645df33f6" + "78e71477-9104-4f1d-b1af-b868f92ce9e7" ], "x-ms-arm-service-request-id": [ - "bc30d3de-e9ee-4330-beb4-6eecfd25eae0" + "f980694e-85aa-49c2-ae0f-1f8a8e518270" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,19 +633,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121716Z:97e3cb3f-c3eb-4f2e-9e14-dbb645df33f6" + "WESTUS:20200413T052749Z:78e71477-9104-4f1d-b1af-b868f92ce9e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:15 GMT" + "Mon, 13 Apr 2020 05:27:48 GMT" ], "Content-Length": [ - "1268" + "1262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -651,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5151\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23772631-9783-4dca-85cb-393def9b109d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151/subnets/ps6949\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTE1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9934ffee-6b40-4a7c-a7ec-a92800f8eb25" + "384ab7d6-e22b-4900-94b2-4939916e0b0d" ], "Accept-Language": [ "en-US" @@ -670,7 +673,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -681,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\"" + "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" ], "x-ms-request-id": [ - "cd49adff-04ca-440d-a763-bffda3747118" + "92dc883d-ed29-45a7-b733-baee792aaa50" ], "x-ms-correlation-request-id": [ - "d03bdb25-04cf-4168-8a86-b6e0eb21fbd9" + "d145021e-7931-48c9-baa1-ab8eef22c94d" ], "x-ms-arm-service-request-id": [ - "aafba1ad-022b-4dd6-893e-64e729c4cc2c" + "9426ea71-354b-47e6-8f24-cd2cf1f418f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -700,19 +703,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121716Z:d03bdb25-04cf-4168-8a86-b6e0eb21fbd9" + "WESTUS:20200413T052749Z:d145021e-7931-48c9-baa1-ab8eef22c94d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:15 GMT" + "Mon, 13 Apr 2020 05:27:49 GMT" ], "Content-Length": [ - "1268" + "1262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -721,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5151\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23772631-9783-4dca-85cb-393def9b109d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151/subnets/ps6949\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTE1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dbc0474-62de-4318-b0c0-24ff1ea2bdc9" + "818031a5-bc8c-44a3-8fa6-5f08dede4cc1" ], "Accept-Language": [ "en-US" @@ -740,7 +743,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -751,38 +754,38 @@ "no-cache" ], "ETag": [ - "W/\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\"" + "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" ], "x-ms-request-id": [ - "893ec556-d1f0-42e8-b51a-3446e152276b" + "6fd8fe09-baa8-4bda-b581-21343a147c0b" ], "x-ms-correlation-request-id": [ - "2746319a-53c0-4de3-97f4-1fbb73afb73c" + "a507a99d-a9cf-4953-a7d7-523d1429cb70" ], "x-ms-arm-service-request-id": [ - "c5199b9a-6d5d-4a85-94f0-b8bf8f6cfb5a" + "e3bdbf0a-1068-4abc-9320-ee8f08937e4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121716Z:2746319a-53c0-4de3-97f4-1fbb73afb73c" + "WESTUS:20200413T052749Z:a507a99d-a9cf-4953-a7d7-523d1429cb70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:15 GMT" + "Mon, 13 Apr 2020 05:27:49 GMT" ], "Content-Length": [ - "1268" + "1262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -791,17 +794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5151\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"23772631-9783-4dca-85cb-393def9b109d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151/subnets/ps6949\",\r\n \"etag\": \"W/\\\"cf668e92-78f3-4e5f-86e4-81bc040e8e7b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTE1MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps6949\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps2278\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "426cbb71-9497-4bcc-8336-c118551e6f01" + "5eeca71b-c80d-45ac-8839-fd715a51f74f" ], "Accept-Language": [ "en-US" @@ -810,7 +813,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -830,16 +833,19 @@ "3" ], "x-ms-request-id": [ - "89a99ce7-c1cb-4402-ae57-5cf241fa6f63" + "e6a43b77-f7a5-419a-8c65-8b4d75c2079d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89a99ce7-c1cb-4402-ae57-5cf241fa6f63?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/e6a43b77-f7a5-419a-8c65-8b4d75c2079d?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "a88acb88-d1a5-4e53-bf3f-bed1d0cd5c36" + "3a16e90e-6546-42a3-9757-5b5abff7c575" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "b938361c-1f96-4738-8e3b-ea4ffbc24607" + "eb62bbab-fe32-40d5-9b5a-59c6da1d467b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,19 +855,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121712Z:a88acb88-d1a5-4e53-bf3f-bed1d0cd5c36" + "WESTUS:20200413T052746Z:3a16e90e-6546-42a3-9757-5b5abff7c575" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:11 GMT" + "Mon, 13 Apr 2020 05:27:45 GMT" ], "Content-Length": [ - "1266" + "1260" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,12 +876,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5151\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151\",\r\n \"etag\": \"W/\\\"52ff94ad-af8c-4a90-a68b-d5e210f7e6eb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"23772631-9783-4dca-85cb-393def9b109d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps6949\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps5151/subnets/ps6949\",\r\n \"etag\": \"W/\\\"52ff94ad-af8c-4a90-a68b-d5e210f7e6eb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"1c052977-ec12-4a39-929b-0bd178aad2dd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"1c052977-ec12-4a39-929b-0bd178aad2dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/89a99ce7-c1cb-4402-ae57-5cf241fa6f63?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzg5YTk5Y2U3LWMxY2ItNDQwMi1hZTU3LTVjZjI0MWZhNmY2Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/e6a43b77-f7a5-419a-8c65-8b4d75c2079d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U2YTQzYjc3LWY3YTUtNDE5YS04YzY1LThiNGQ3NWMyMDc5ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -883,7 +889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -894,32 +900,32 @@ "no-cache" ], "x-ms-request-id": [ - "4ae5f05e-b40d-4bbf-9c14-62a87fbdd819" + "fd10ddec-9b77-4445-af66-3abd0fcffbc7" ], "x-ms-correlation-request-id": [ - "75269d14-9311-431e-a3d0-f24eca983684" + "c2de50e8-9646-4ccf-aa65-cf6dc3b46c72" ], "x-ms-arm-service-request-id": [ - "4bd1b9f1-989d-4953-a2db-14eb45a065db" + "14e4dfdd-b52c-45a9-ac38-03615ea5ff60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121715Z:75269d14-9311-431e-a3d0-f24eca983684" + "WESTUS:20200413T052749Z:c2de50e8-9646-4ccf-aa65-cf6dc3b46c72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:15 GMT" + "Mon, 13 Apr 2020 05:27:48 GMT" ], "Content-Length": [ "29" @@ -935,13 +941,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNDkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2a98c0b-509e-4c48-8c74-5b24815a1cc5" + "0ee885c8-237f-4e44-8ade-a9396888a4eb" ], "Accept-Language": [ "en-US" @@ -950,7 +956,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -964,13 +970,13 @@ "gateway" ], "x-ms-request-id": [ - "41e2ce1a-b913-4830-965f-a1f826f58546" + "b2b4aae8-30a1-4737-a87d-33f9b27413aa" ], "x-ms-correlation-request-id": [ - "41e2ce1a-b913-4830-965f-a1f826f58546" + "b2b4aae8-30a1-4737-a87d-33f9b27413aa" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121717Z:41e2ce1a-b913-4830-965f-a1f826f58546" + "WESTUS:20200413T052749Z:b2b4aae8-30a1-4737-a87d-33f9b27413aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -979,7 +985,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:17 GMT" + "Mon, 13 Apr 2020 05:27:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -991,12 +997,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps3490' under resource group 'ps2327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps7243' under resource group 'ps6006' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNDkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1004,7 +1010,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1015,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"e50fb32f-7dd5-4bff-96c6-584b897d9b10\"" + "W/\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\"" ], "x-ms-request-id": [ - "af2b896e-bf2c-46d7-8b86-0a485dbf58ca" + "d7ad8991-f056-412c-8991-754b4a49f9f9" ], "x-ms-correlation-request-id": [ - "b4cdb6d6-97b3-408e-8956-bfe7ff06d6be" + "eea5cc71-9961-4f36-b4e9-249d4542b2a0" ], "x-ms-arm-service-request-id": [ - "99dce8d6-0647-4028-99ad-277f4066ea85" + "9b368976-7390-431f-b534-6ab8c39e7292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,16 +1040,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121727Z:b4cdb6d6-97b3-408e-8956-bfe7ff06d6be" + "WESTUS:20200413T052754Z:eea5cc71-9961-4f36-b4e9-249d4542b2a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:26 GMT" + "Mon, 13 Apr 2020 05:27:54 GMT" ], "Content-Length": [ "630" @@ -1055,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3490\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\",\r\n \"etag\": \"W/\\\"e50fb32f-7dd5-4bff-96c6-584b897d9b10\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf90c3a2-ad18-4c2f-97ea-555740f41991\",\r\n \"ipAddress\": \"52.149.27.213\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"ipAddress\": \"52.149.49.125\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNDkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cad90f99-853c-4064-a38a-d070a2aaa0e0" + "9ffb17bf-a298-4d27-b91c-9f8959d94f55" ], "Accept-Language": [ "en-US" @@ -1074,7 +1080,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1085,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"e50fb32f-7dd5-4bff-96c6-584b897d9b10\"" + "W/\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\"" ], "x-ms-request-id": [ - "46eb2cb3-47ec-4831-9567-571950cfa4b3" + "214cb64f-27fd-4d7a-9cbc-685769f6f87a" ], "x-ms-correlation-request-id": [ - "a36cba00-3c94-4910-ba5b-649bf7a7d10e" + "c7fb4f6d-4806-4d53-b5ba-dc343754fc46" ], "x-ms-arm-service-request-id": [ - "fb92f133-bf73-42a7-a08e-d7c7d1b71ad7" + "e79cf32c-8a6c-476e-b948-b0a9147bdf43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,16 +1110,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121727Z:a36cba00-3c94-4910-ba5b-649bf7a7d10e" + "WESTUS:20200413T052754Z:c7fb4f6d-4806-4d53-b5ba-dc343754fc46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:26 GMT" + "Mon, 13 Apr 2020 05:27:54 GMT" ], "Content-Length": [ "630" @@ -1125,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3490\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\",\r\n \"etag\": \"W/\\\"e50fb32f-7dd5-4bff-96c6-584b897d9b10\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf90c3a2-ad18-4c2f-97ea-555740f41991\",\r\n \"ipAddress\": \"52.149.27.213\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"ipAddress\": \"52.149.49.125\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMzNDkwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aaafcacd-bab4-4696-8fc2-4b9e420b215c" + "2853eb09-bd69-45f8-bef2-cc5fc41a74d6" ], "Accept-Language": [ "en-US" @@ -1144,7 +1150,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1164,35 +1170,38 @@ "1" ], "x-ms-request-id": [ - "b66fbca4-dc4a-4954-b8a6-feb8166a6815" + "aab85a3a-a86a-4303-9852-e9b6959a0f00" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b66fbca4-dc4a-4954-b8a6-feb8166a6815?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "1eceafc7-ba67-4522-b6d8-ea716d235e2f" + "f666af2d-543b-4712-a40b-675a2178edd8" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "9a5c7ec3-8a08-40a3-9b74-5065a8766e4c" + "5194663c-471a-4a1d-b618-d6272116ade2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121724Z:1eceafc7-ba67-4522-b6d8-ea716d235e2f" + "WESTUS:20200413T052750Z:f666af2d-543b-4712-a40b-675a2178edd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:24 GMT" + "Mon, 13 Apr 2020 05:27:49 GMT" ], "Content-Length": [ "594" @@ -1204,12 +1213,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps3490\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\",\r\n \"etag\": \"W/\\\"aa715ba6-ae41-489a-9976-0b78f87ab8fa\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf90c3a2-ad18-4c2f-97ea-555740f41991\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"e4349f3e-278d-44fb-b71b-83210a644b97\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/b66fbca4-dc4a-4954-b8a6-feb8166a6815?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2NmZiY2E0LWRjNGEtNDk1NC1iOGE2LWZlYjgxNjZhNjgxNT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FhYjg1YTNhLWE4NmEtNDMwMy05ODUyLWU5YjY5NTlhMGYwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1217,7 +1226,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1227,14 +1236,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "2" + ], "x-ms-request-id": [ - "9568941f-c502-4d35-a392-c63c090b5c58" + "29031d52-8fb5-4664-bd9b-f0036857a371" ], "x-ms-correlation-request-id": [ - "164d9337-35fb-43b6-8e76-946bd14560f8" + "8632f5a3-b879-4d94-9dc6-210106ce89b4" ], "x-ms-arm-service-request-id": [ - "70e69744-1599-4f13-9f0e-9f122e1c656f" + "f254cb08-444a-4e50-bf61-def1b60c2d17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1247,13 +1259,74 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121726Z:164d9337-35fb-43b6-8e76-946bd14560f8" + "WESTUS:20200413T052752Z:8632f5a3-b879-4d94-9dc6-210106ce89b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:27:52 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FhYjg1YTNhLWE4NmEtNDMwMy05ODUyLWU5YjY5NTlhMGYwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a3f13b5b-01da-4887-b264-513ab49c4a62" + ], + "x-ms-correlation-request-id": [ + "c9158a44-e361-444d-93c6-5608428714c2" + ], + "x-ms-arm-service-request-id": [ + "277e5ade-d96c-413c-a224-32d48f0d7104" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T052754Z:c9158a44-e361-444d-93c6-5608428714c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:25 GMT" + "Mon, 13 Apr 2020 05:27:54 GMT" ], "Content-Length": [ "29" @@ -1269,13 +1342,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01fd5bb4-5355-44e8-813f-6f69ec616de7" + "7ebbd6dc-a70e-4e32-a2b9-4a655bfc47e7" ], "Accept-Language": [ "en-US" @@ -1284,7 +1357,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1298,13 +1371,13 @@ "gateway" ], "x-ms-request-id": [ - "316e7430-ab53-4461-b8f1-8a54ee7745ce" + "b4e4ebce-3713-47f6-94be-eb28cc0a36b2" ], "x-ms-correlation-request-id": [ - "316e7430-ab53-4461-b8f1-8a54ee7745ce" + "b4e4ebce-3713-47f6-94be-eb28cc0a36b2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121728Z:316e7430-ab53-4461-b8f1-8a54ee7745ce" + "WESTUS:20200413T052754Z:b4e4ebce-3713-47f6-94be-eb28cc0a36b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1313,7 +1386,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:27 GMT" + "Mon, 13 Apr 2020 05:27:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1325,12 +1398,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps4064' under resource group 'ps2327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps4544' under resource group 'ps6006' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1338,7 +1411,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1349,16 +1422,16 @@ "no-cache" ], "ETag": [ - "W/\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\"" + "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" ], "x-ms-request-id": [ - "78fe026a-2d00-4b2c-812f-70925ac4c3e4" + "49dab5d4-a317-474f-9c4b-1521c5e5163d" ], "x-ms-correlation-request-id": [ - "6286ec0c-4bc1-4821-afcd-aa308de7ca63" + "ed740cbc-596f-492d-9ba1-9ba38daac895" ], "x-ms-arm-service-request-id": [ - "6d28d01b-1ffe-4f08-9e88-e2ed67728764" + "be386c39-1abe-42ee-99ca-839c529b2041" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1368,19 +1441,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122325Z:6286ec0c-4bc1-4821-afcd-aa308de7ca63" + "WESTUS:20200413T053227Z:ed740cbc-596f-492d-9ba1-9ba38daac895" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:24 GMT" + "Mon, 13 Apr 2020 05:32:27 GMT" ], "Content-Length": [ - "19913" + "19985" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1389,17 +1462,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "791275a6-40c2-4396-9929-73983000a440" + "b4b37b67-a807-4323-9713-6da4ccb17e2a" ], "Accept-Language": [ "en-US" @@ -1408,7 +1481,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1419,16 +1492,16 @@ "no-cache" ], "ETag": [ - "W/\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\"" + "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" ], "x-ms-request-id": [ - "9df8c5a1-647a-4b06-87e8-20357eb5fd46" + "ab06faf4-4217-4668-9786-873f4ca83214" ], "x-ms-correlation-request-id": [ - "efe108d5-5903-4058-8187-434d9df1dbfe" + "f2c57947-97c9-44a2-80a4-efe9c721e92e" ], "x-ms-arm-service-request-id": [ - "d6070952-ba06-4388-8a9a-5db3aee4f18d" + "cbb0856d-4049-4e49-8218-32fa506cb94f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1438,19 +1511,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122325Z:efe108d5-5903-4058-8187-434d9df1dbfe" + "WESTUS:20200413T053227Z:f2c57947-97c9-44a2-80a4-efe9c721e92e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:24 GMT" + "Mon, 13 Apr 2020 05:32:27 GMT" ], "Content-Length": [ - "19913" + "19985" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1459,17 +1532,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f40d3cd0-c505-4fcf-9f23-96b551d2e4c6" + "4a73d282-788b-4419-92e5-6bec5e8ba6d2" ], "Accept-Language": [ "en-US" @@ -1478,7 +1551,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1489,16 +1562,16 @@ "no-cache" ], "ETag": [ - "W/\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\"" + "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" ], "x-ms-request-id": [ - "407b9a70-f8dc-4eae-a989-244ff6339947" + "10759e62-9e75-43ea-8091-5d670cd72379" ], "x-ms-correlation-request-id": [ - "41632965-1049-48e7-a6bd-8ec7e2db578e" + "ba557ab6-21e7-409f-a59b-cfbc80555732" ], "x-ms-arm-service-request-id": [ - "e028b9ce-d493-4287-88e1-20bcd9edaaa1" + "ea386c8b-3e0e-4e88-887a-b973b645720d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1508,19 +1581,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122326Z:41632965-1049-48e7-a6bd-8ec7e2db578e" + "WESTUS:20200413T053227Z:ba557ab6-21e7-409f-a59b-cfbc80555732" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:26 GMT" + "Mon, 13 Apr 2020 05:32:26 GMT" ], "Content-Length": [ - "19913" + "19985" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1529,12 +1602,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"4785d6e8-27d7-4ca4-b7df-8c03f6e27006\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1542,7 +1615,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1553,16 +1626,16 @@ "no-cache" ], "ETag": [ - "W/\"061c25db-3848-480b-b267-99da61d6236a\"" + "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" ], "x-ms-request-id": [ - "76f8046e-6840-4fcd-96eb-128135a75fa2" + "5154d88e-fe1c-478f-af4e-a70f47c9461c" ], "x-ms-correlation-request-id": [ - "fd6f4e3c-fb48-46b5-bf9c-74f79b5727a5" + "39537aae-40c6-440e-8c37-32413ee3e454" ], "x-ms-arm-service-request-id": [ - "3e341ab7-6cae-4ee6-9663-4f205c751c0c" + "1071bc1c-8268-4578-baf7-7cad46173602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1572,19 +1645,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11886" + "11963" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123318Z:fd6f4e3c-fb48-46b5-bf9c-74f79b5727a5" + "WESTUS:20200413T053821Z:39537aae-40c6-440e-8c37-32413ee3e454" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:18 GMT" + "Mon, 13 Apr 2020 05:38:20 GMT" ], "Content-Length": [ - "28414" + "28486" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1593,17 +1666,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1e93cc3-7011-437f-9938-d0a69e7ae507" + "08c120ba-fa0f-4ec6-a240-5d465a1d05fd" ], "Accept-Language": [ "en-US" @@ -1612,7 +1685,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1623,16 +1696,16 @@ "no-cache" ], "ETag": [ - "W/\"061c25db-3848-480b-b267-99da61d6236a\"" + "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" ], "x-ms-request-id": [ - "848a1541-7a8b-49e4-9290-74fe078164f2" + "92a7189e-fd43-4e91-9cd9-13793f8d0833" ], "x-ms-correlation-request-id": [ - "c82495e1-3d96-447c-b790-5755c2d71b33" + "fbe78880-3673-4c0e-ac18-beab2d1161a2" ], "x-ms-arm-service-request-id": [ - "76381745-ed50-4da5-bf87-d7b272b62a86" + "9df6df4b-67d3-42a0-982f-e7846d0b6dbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1642,19 +1715,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" + "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123319Z:c82495e1-3d96-447c-b790-5755c2d71b33" + "WESTUS:20200413T053821Z:fbe78880-3673-4c0e-ac18-beab2d1161a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:18 GMT" + "Mon, 13 Apr 2020 05:38:20 GMT" ], "Content-Length": [ - "28414" + "28486" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1663,17 +1736,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "857a358e-cc9f-4130-8c28-90b788e61518" + "8cb8b31f-948a-4c4b-a0b1-4cdd6c1c1678" ], "Accept-Language": [ "en-US" @@ -1682,7 +1755,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1693,16 +1766,16 @@ "no-cache" ], "ETag": [ - "W/\"061c25db-3848-480b-b267-99da61d6236a\"" + "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" ], "x-ms-request-id": [ - "e78b5ad8-4e04-4fa0-a577-c06879546c87" + "515990bc-7f4f-4271-a237-e88af0ff154a" ], "x-ms-correlation-request-id": [ - "89ab3959-02f1-4fd6-bfa8-7ce0b13fe127" + "c36e080f-dcfa-41af-b870-bbd61dfe2da2" ], "x-ms-arm-service-request-id": [ - "3fd8214f-3d74-42e9-ad7e-7871acfe98c0" + "23e34e88-47bd-41b6-a2db-056531c577c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1712,19 +1785,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123320Z:89ab3959-02f1-4fd6-bfa8-7ce0b13fe127" + "WESTUS:20200413T053821Z:c36e080f-dcfa-41af-b870-bbd61dfe2da2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:19 GMT" + "Mon, 13 Apr 2020 05:38:20 GMT" ], "Content-Length": [ - "28414" + "28486" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1733,12 +1806,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"061c25db-3848-480b-b267-99da61d6236a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1746,7 +1819,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1757,16 +1830,16 @@ "no-cache" ], "ETag": [ - "W/\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\"" + "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" ], "x-ms-request-id": [ - "d8a36e8c-1202-46f4-9f06-94999c92532f" + "7aee9f61-cebe-4f95-a7bc-228dd5d7ee3a" ], "x-ms-correlation-request-id": [ - "cbeaea48-035a-4759-9b32-7b8f6a7f1068" + "7ba56fd3-283f-409e-b6f6-e4bbc64a320a" ], "x-ms-arm-service-request-id": [ - "d06a8f56-ee64-4b31-b0c7-1d88e5f84345" + "5a963d5f-bfd0-4a65-b070-94e595353905" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1776,19 +1849,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123356Z:cbeaea48-035a-4759-9b32-7b8f6a7f1068" + "WESTUS:20200413T053903Z:7ba56fd3-283f-409e-b6f6-e4bbc64a320a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:55 GMT" + "Mon, 13 Apr 2020 05:39:03 GMT" ], "Content-Length": [ - "28772" + "28844" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1797,17 +1870,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e00f340-2de9-44dc-a049-4b0add2c5b6a" + "d037919b-24d9-407e-9700-65414032cb93" ], "Accept-Language": [ "en-US" @@ -1816,7 +1889,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1827,16 +1900,16 @@ "no-cache" ], "ETag": [ - "W/\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\"" + "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" ], "x-ms-request-id": [ - "952b8e62-6f5e-49ad-8e5f-40ee62b791f2" + "80942331-541c-4d30-b3de-b6144762e6ad" ], "x-ms-correlation-request-id": [ - "65ee0675-c3b4-4876-9170-7a6f3f453a12" + "8bd13dc3-19a1-4032-af69-0362d05e0bbd" ], "x-ms-arm-service-request-id": [ - "b387854b-ac63-4a20-a4e1-52732c969459" + "604b7370-351b-4402-9f09-5c55f1f0243e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1846,19 +1919,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123356Z:65ee0675-c3b4-4876-9170-7a6f3f453a12" + "WESTUS:20200413T053903Z:8bd13dc3-19a1-4032-af69-0362d05e0bbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:55 GMT" + "Mon, 13 Apr 2020 05:39:03 GMT" ], "Content-Length": [ - "28772" + "28844" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,17 +1940,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0e664c1-eb1c-47c0-aa5e-c78a4270b5e7" + "95a34f4f-764e-489f-a77c-22f68dbcedc6" ], "Accept-Language": [ "en-US" @@ -1886,7 +1959,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1897,16 +1970,16 @@ "no-cache" ], "ETag": [ - "W/\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\"" + "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" ], "x-ms-request-id": [ - "e71e54f8-d5ad-4219-a091-2fe84bc26f53" + "4bf93c9f-b042-470d-bfc4-52f485c34ff6" ], "x-ms-correlation-request-id": [ - "80eea8be-7e86-4d09-8895-e4ff9130575f" + "2def1471-b708-410b-a7b3-778e827810cd" ], "x-ms-arm-service-request-id": [ - "c3961082-3b02-4934-b518-d889444b72d5" + "33d92678-49af-4755-b84f-cb69a5423bad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1916,19 +1989,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123405Z:80eea8be-7e86-4d09-8895-e4ff9130575f" + "WESTUS:20200413T053905Z:2def1471-b708-410b-a7b3-778e827810cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:04 GMT" + "Mon, 13 Apr 2020 05:39:04 GMT" ], "Content-Length": [ - "28772" + "28844" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1937,17 +2010,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d312157f-fbef-4288-8407-8bb916a7d42c" + "e2fcd442-f5ef-4d93-a6bc-e72a71ee30c1" ], "Accept-Language": [ "en-US" @@ -1956,7 +2029,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -1967,16 +2040,16 @@ "no-cache" ], "ETag": [ - "W/\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\"" + "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" ], "x-ms-request-id": [ - "8a405606-80a0-462e-81a8-677d41f0cbd9" + "f8c10361-a8f5-40da-a9de-33e5cfbc84e1" ], "x-ms-correlation-request-id": [ - "972f29bd-b8bb-43fa-b0ea-74796cf5e0e1" + "30dd2101-cda9-4a9e-8fa7-31008821417a" ], "x-ms-arm-service-request-id": [ - "111b9173-c2a1-4a0e-835e-174b317832a0" + "587ba439-a656-43ab-9c20-d8cc49b54e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1986,19 +2059,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123406Z:972f29bd-b8bb-43fa-b0ea-74796cf5e0e1" + "WESTUS:20200413T053905Z:30dd2101-cda9-4a9e-8fa7-31008821417a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:06 GMT" + "Mon, 13 Apr 2020 05:39:05 GMT" ], "Content-Length": [ - "28772" + "28844" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2007,12 +2080,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"cc034cb5-7d9b-4ea7-9d2c-bdac500ab8cb\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2020,7 +2093,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2031,16 +2104,16 @@ "no-cache" ], "ETag": [ - "W/\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\"" + "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" ], "x-ms-request-id": [ - "7c03bc62-5389-4400-9031-174fc80a043e" + "fe4f1eb6-0c2a-4da1-b49d-1e7946ab7c50" ], "x-ms-correlation-request-id": [ - "1d572d14-51a5-4b0b-900e-21abd6484430" + "99a392a9-7cf7-4042-9d7d-72086dd9f02b" ], "x-ms-arm-service-request-id": [ - "a6ef5c8b-e048-4d87-a0b5-271d3bc267f4" + "c4284693-9798-40d1-ab6c-e86f58db32d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2050,19 +2123,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123432Z:1d572d14-51a5-4b0b-900e-21abd6484430" + "WESTUS:20200413T054459Z:99a392a9-7cf7-4042-9d7d-72086dd9f02b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:32 GMT" + "Mon, 13 Apr 2020 05:44:58 GMT" ], "Content-Length": [ - "28982" + "29054" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2071,17 +2144,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e06d054-5d84-449f-989e-445fedd7aed1" + "777d860c-9eae-40c2-b0e1-f677724844a2" ], "Accept-Language": [ "en-US" @@ -2090,7 +2163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2101,16 +2174,16 @@ "no-cache" ], "ETag": [ - "W/\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\"" + "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" ], "x-ms-request-id": [ - "1fa35068-d12b-4def-b4da-804c34ac3e14" + "48695cff-1895-4f2f-897f-4f8336253fa7" ], "x-ms-correlation-request-id": [ - "3f6015fc-4511-4fc1-9d5e-2137be9cbb9b" + "9ee96758-2ad7-4c73-8e45-1af728aa03c2" ], "x-ms-arm-service-request-id": [ - "725e2416-ccc2-4d71-bf9c-d4255cbcd27e" + "f628b7ff-5396-43ca-92f6-44a949584da9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2120,19 +2193,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123433Z:3f6015fc-4511-4fc1-9d5e-2137be9cbb9b" + "WESTUS:20200413T054459Z:9ee96758-2ad7-4c73-8e45-1af728aa03c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:32 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "28982" + "29054" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2141,17 +2214,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "addc1b46-1ae8-463d-8feb-6677502fc4e1" + "a25a712c-5bec-498a-b286-47eb42c6c577" ], "Accept-Language": [ "en-US" @@ -2160,7 +2233,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2171,38 +2244,38 @@ "no-cache" ], "ETag": [ - "W/\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\"" + "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" ], "x-ms-request-id": [ - "b03f3265-a5f2-4b98-8df3-cd5bf6bbe202" + "64fc1452-0396-4bd1-a116-b71a1d9a1b61" ], "x-ms-correlation-request-id": [ - "97281387-434d-407f-b207-d97536370724" + "20da3328-8bce-48c0-80ba-b186f7cb2a64" ], "x-ms-arm-service-request-id": [ - "8c3c3798-9a3b-4ccd-b3a8-3905102aa893" + "72fe1c2e-51a5-4407-84d6-6565c10dda99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123436Z:97281387-434d-407f-b207-d97536370724" + "WESTUS:20200413T054459Z:20da3328-8bce-48c0-80ba-b186f7cb2a64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:36 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "28982" + "29054" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2211,18 +2284,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"b9cf35b6-54d1-4ad7-9f80-4813d3c06f80\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIpConfigurations/ps3786\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n }\r\n },\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIpConfigurations/ps6399\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIpConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n },\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps452\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIpConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIpConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIpConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b81af8f1-ce61-47a9-a1fe-4f4463d227d6" + "e8c60131-6a6f-44a7-8382-58010c47d394" ], "Accept-Language": [ "en-US" @@ -2231,13 +2303,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "14445" + "14473" ] }, "ResponseHeaders": { @@ -2251,16 +2323,19 @@ "10" ], "x-ms-request-id": [ - "3a500214-8f06-4040-a3c1-1a306d419fc6" + "a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "235ef6ee-7f73-42bc-bb03-822ed8b1dc1e" + "05eb8fa6-0ada-4925-9904-2a43cb12a8db" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "f7b1e02e-557e-454f-9112-57a43d18dbb2" + "ffc613e0-9eaa-44ad-b871-e6e0bba6cd76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2270,19 +2345,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121735Z:235ef6ee-7f73-42bc-bb03-822ed8b1dc1e" + "WESTUS:20200413T052755Z:05eb8fa6-0ada-4925-9904-2a43cb12a8db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:34 GMT" + "Mon, 13 Apr 2020 05:27:55 GMT" ], "Content-Length": [ - "18614" + "18686" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2291,17 +2366,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"2ffd3d3f-9e91-41cc-8813-b8bd18674562\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n }\r\n },\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n },\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps452\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c30a3906-850a-4571-8327-c584f646129d" + "6c5634ff-c270-4786-9cad-b3916f48ef83" ], "Accept-Language": [ "en-US" @@ -2310,13 +2385,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "17857" + "17891" ] }, "ResponseHeaders": { @@ -2330,16 +2405,19 @@ "10" ], "x-ms-request-id": [ - "a7e75b01-e66a-4857-9d3d-5bcec7344284" + "10e52812-bac8-4c14-ace7-ad6044a0616f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ceb53255-51f2-4f5a-b98a-0fbdc31ad130" + "1838b065-d8fb-4e44-8f83-07a75e38a3a6" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "a9acb5ae-f6f8-4017-af20-0f98c9494ed7" + "76ffb12d-2f71-45c9-b41b-7bcb91442164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2352,16 +2430,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122332Z:ceb53255-51f2-4f5a-b98a-0fbdc31ad130" + "WESTUS:20200413T053228Z:1838b065-d8fb-4e44-8f83-07a75e38a3a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:31 GMT" + "Mon, 13 Apr 2020 05:32:27 GMT" ], "Content-Length": [ - "28390" + "28462" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2370,17 +2448,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"4cb16125-0cd0-4f01-8931-e1a7ab8d570c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n }\r\n },\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n },\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps452\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e36ef50-a90a-4ab9-9c7b-147912aeb323" + "cb98aad2-b4f4-4411-94e7-39eb2b08d85c" ], "Accept-Language": [ "en-US" @@ -2389,13 +2467,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18267" + "18301" ] }, "ResponseHeaders": { @@ -2409,16 +2487,19 @@ "10" ], "x-ms-request-id": [ - "449a045e-2c74-4106-95a0-450594028200" + "bd833d82-885c-494f-86b1-1c788b3b7124" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/449a045e-2c74-4106-95a0-450594028200?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "4b835a34-6507-471d-bd2d-41f1c9c88f9e" + "5bc1feb4-6509-4a36-8d5d-0ecc206379c9" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "48c5c56d-0a54-4b73-9ceb-7ddc04101f18" + "e42fb2b4-7310-42cc-9aa2-25ccb6760a81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2431,16 +2512,16 @@ "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123324Z:4b835a34-6507-471d-bd2d-41f1c9c88f9e" + "WESTUS:20200413T053822Z:5bc1feb4-6509-4a36-8d5d-0ecc206379c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:24 GMT" + "Mon, 13 Apr 2020 05:38:22 GMT" ], "Content-Length": [ - "28748" + "28820" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2449,17 +2530,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"61c2de37-b89e-4b8d-b0cb-80b0541a188c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQwNjQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n }\r\n },\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n },\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps452\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "15a6a84c-8069-47f8-8cb2-da7c4b43a044" + "db411e06-4bd1-474f-b268-0121217eff3a" ], "Accept-Language": [ "en-US" @@ -2468,13 +2549,13 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "18477" + "18511" ] }, "ResponseHeaders": { @@ -2488,16 +2569,19 @@ "10" ], "x-ms-request-id": [ - "4cbd1fa2-ab37-4dc5-89d0-6981b0a813c6" + "c876c7c9-6e7b-45e8-a21c-73234f225520" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4cbd1fa2-ab37-4dc5-89d0-6981b0a813c6?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "10c6126c-eb81-4424-ba1d-36b971b265e2" + "01f25dc9-a4d8-42c7-bddf-a58e02968a62" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "9ebf8a24-f966-4ca9-920e-fba79d0f434c" + "fe85f947-191e-4f81-bfbd-c469d0fc9f47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2507,19 +2591,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123411Z:10c6126c-eb81-4424-ba1d-36b971b265e2" + "WESTUS:20200413T053906Z:01f25dc9-a4d8-42c7-bddf-a58e02968a62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:10 GMT" + "Mon, 13 Apr 2020 05:39:06 GMT" ], "Content-Length": [ - "28958" + "29030" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2528,12 +2612,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4064\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f18b76ad-071f-4cb6-a6e0-1fac4bc1a0f4\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps3786\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/gatewayIPConfigurations/ps3786\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/virtualNetworks/ps7401/subnets/ps2635\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps5402\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps2472\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/trustedRootCertificates/ps2472\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps6399\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/publicIPAddresses/ps3490\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps3699\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps3185\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps8532\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps4993\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps4993\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps9\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps6645\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps6645\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps1354\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3699\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps4630\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3131\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps3131\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendIPConfigurations/ps6399\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/frontendPorts/ps3185\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/sslCertificates/ps5402\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps8955\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps4776\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps923\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps846\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps7682\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps7682\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendAddressPools/ps8532\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/backendHttpSettingsCollection/ps9\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps4990\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/requestRoutingRules/ps4990\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps4630\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8790\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/probes/ps8790\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps6642\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/rewriteRuleSets/ps6642\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps452\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps95\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/redirectConfigurations/ps95\",\r\n \"etag\": \"W/\\\"3dc05939-c96d-43f8-b926-69e9dcd18e21\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/httpListeners/ps1354\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps8955/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps923\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064/urlPathMaps/ps4776/pathRules/ps846\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2541,7 +2625,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2555,13 +2639,13 @@ "10" ], "x-ms-request-id": [ - "70edf211-2a41-4bba-8519-8ba09cc90dd0" + "fe97cb8b-22a6-4b3e-b8c4-e382aa61ae34" ], "x-ms-correlation-request-id": [ - "82d6ba73-e447-47ee-814a-6d580a3dd128" + "b505430b-f07c-4514-bb31-12b166199db0" ], "x-ms-arm-service-request-id": [ - "b3b5e298-71da-48a1-b5df-037dc1777ddc" + "fa62db61-20b8-48b9-87a8-4043b8a097fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2571,16 +2655,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121746Z:82d6ba73-e447-47ee-814a-6d580a3dd128" + "WESTUS:20200413T052805Z:b505430b-f07c-4514-bb31-12b166199db0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:45 GMT" + "Mon, 13 Apr 2020 05:28:05 GMT" ], "Content-Length": [ "30" @@ -2596,8 +2680,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2605,7 +2689,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2619,13 +2703,13 @@ "10" ], "x-ms-request-id": [ - "79ae64e7-2949-4529-b806-d886c6167b99" + "1f404fd1-8413-4f1c-860a-3dd073ccf036" ], "x-ms-correlation-request-id": [ - "c3df7ee8-a428-4fdf-af38-c30f9716f087" + "dc556e54-8d98-481f-8fc4-9233f0eabf77" ], "x-ms-arm-service-request-id": [ - "c4cd1175-aca2-4a20-b446-8fa57f4612d5" + "370c6d9e-edb1-47db-8052-bc10fb9da1f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2635,16 +2719,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121756Z:c3df7ee8-a428-4fdf-af38-c30f9716f087" + "WESTUS:20200413T052815Z:dc556e54-8d98-481f-8fc4-9233f0eabf77" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:17:55 GMT" + "Mon, 13 Apr 2020 05:28:15 GMT" ], "Content-Length": [ "30" @@ -2660,8 +2744,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2669,7 +2753,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2683,13 +2767,13 @@ "10" ], "x-ms-request-id": [ - "d102243e-fd37-4c8a-8636-9139a55194a2" + "d2fc5307-1496-4aaa-8860-6c167db0f81e" ], "x-ms-correlation-request-id": [ - "664210fd-e0eb-4e5f-a027-d6647e4edf4a" + "8ad50155-012b-49d1-ae37-a7993fd5a5eb" ], "x-ms-arm-service-request-id": [ - "2796605b-5aa1-467b-9dc6-8979da9edb70" + "ea04df6c-4d22-4f58-a63c-2d27684a7e71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2699,16 +2783,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121806Z:664210fd-e0eb-4e5f-a027-d6647e4edf4a" + "WESTUS:20200413T052825Z:8ad50155-012b-49d1-ae37-a7993fd5a5eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:05 GMT" + "Mon, 13 Apr 2020 05:28:25 GMT" ], "Content-Length": [ "30" @@ -2724,8 +2808,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2733,7 +2817,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2747,13 +2831,13 @@ "10" ], "x-ms-request-id": [ - "cd0bce7b-1dd3-4a7d-84e7-c8d39b7dc122" + "bac55fb9-dd0c-495c-a2cb-643527c4dd78" ], "x-ms-correlation-request-id": [ - "aed893d9-9235-4991-8aa3-8355e151e87c" + "7f005a5e-3614-4a71-bc60-68a4a405adaa" ], "x-ms-arm-service-request-id": [ - "bd1bafd2-f657-4c5e-8c91-56bebea5d492" + "df23022e-c93e-4559-944c-aa4a715844d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2763,16 +2847,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121816Z:aed893d9-9235-4991-8aa3-8355e151e87c" + "WESTUS:20200413T052835Z:7f005a5e-3614-4a71-bc60-68a4a405adaa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:16 GMT" + "Mon, 13 Apr 2020 05:28:35 GMT" ], "Content-Length": [ "30" @@ -2788,8 +2872,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2797,7 +2881,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2811,13 +2895,13 @@ "10" ], "x-ms-request-id": [ - "b0166966-70f6-406d-9d46-0905ab684514" + "5dd8dcf7-904d-4b7c-83fc-8c3c116f2687" ], "x-ms-correlation-request-id": [ - "da01ca61-7420-496f-9232-b111f14da7fa" + "2ff7ef4c-760d-44c8-8ab5-cf6cec29155c" ], "x-ms-arm-service-request-id": [ - "97b825f7-b6c1-424d-b7fb-32ec63371e2d" + "12160fd5-e996-4815-9f3b-a019b40a24d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2827,16 +2911,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121827Z:da01ca61-7420-496f-9232-b111f14da7fa" + "WESTUS:20200413T052845Z:2ff7ef4c-760d-44c8-8ab5-cf6cec29155c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:27 GMT" + "Mon, 13 Apr 2020 05:28:45 GMT" ], "Content-Length": [ "30" @@ -2852,8 +2936,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2861,7 +2945,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2875,32 +2959,32 @@ "10" ], "x-ms-request-id": [ - "c4f435b7-aaa2-4390-a8fd-df778853533a" + "9dd8504f-2137-4e9f-b8b9-0696e57f4ce7" ], "x-ms-correlation-request-id": [ - "5b58de55-1055-4470-97c7-c7fe667c6fc7" + "028ef44b-a62c-451a-91f1-b35f0f617af8" ], "x-ms-arm-service-request-id": [ - "b66e6373-9941-45e4-a493-8a1df7714bbb" + "ef8db5da-f959-4d73-ab85-527d31306d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121837Z:5b58de55-1055-4470-97c7-c7fe667c6fc7" + "WESTUS:20200413T052855Z:028ef44b-a62c-451a-91f1-b35f0f617af8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:37 GMT" + "Mon, 13 Apr 2020 05:28:55 GMT" ], "Content-Length": [ "30" @@ -2916,8 +3000,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2925,7 +3009,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -2939,13 +3023,13 @@ "10" ], "x-ms-request-id": [ - "04d805e8-e389-48f7-a9d8-840f80d98cbe" + "6da947b5-e5d2-48da-a9f3-05f723e04ef1" ], "x-ms-correlation-request-id": [ - "e1426b21-0981-4f95-aa44-0db6a77f91cc" + "d72be4f7-d7b7-45d1-aa9d-7952c57f9af1" ], "x-ms-arm-service-request-id": [ - "b1d56638-2fca-4e3e-9ec7-a3dae14f278e" + "5b2aa69b-83f6-4605-a92f-b44b4b250d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2955,16 +3039,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121847Z:e1426b21-0981-4f95-aa44-0db6a77f91cc" + "WESTUS:20200413T052905Z:d72be4f7-d7b7-45d1-aa9d-7952c57f9af1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:47 GMT" + "Mon, 13 Apr 2020 05:29:05 GMT" ], "Content-Length": [ "30" @@ -2980,8 +3064,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2989,7 +3073,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3003,13 +3087,13 @@ "10" ], "x-ms-request-id": [ - "81c8e789-22bb-4154-9a73-a71515205ea8" + "2c3b74a1-457c-471c-8131-c64aa4828e72" ], "x-ms-correlation-request-id": [ - "65fbb7e2-8744-4e73-905b-eb3cf55932cc" + "963daa52-438b-43af-b160-59a7c11f68f8" ], "x-ms-arm-service-request-id": [ - "8bdf715f-ff40-4c4e-ac8c-c11959a2b8a3" + "197d1cf7-f22d-4abe-bba0-75db94ece593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3019,16 +3103,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121857Z:65fbb7e2-8744-4e73-905b-eb3cf55932cc" + "WESTUS:20200413T052916Z:963daa52-438b-43af-b160-59a7c11f68f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:18:57 GMT" + "Mon, 13 Apr 2020 05:29:15 GMT" ], "Content-Length": [ "30" @@ -3044,8 +3128,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3053,7 +3137,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3067,32 +3151,32 @@ "10" ], "x-ms-request-id": [ - "9976da6b-66c8-41f8-94d4-15b52c15ceef" + "dfcdfdf4-37bc-4704-8c63-73d08e15b5d0" ], "x-ms-correlation-request-id": [ - "03ceaf31-e5ed-4078-a2dc-141c45f59200" + "39b1226f-05bb-4dd3-a92d-2587f8659cb9" ], "x-ms-arm-service-request-id": [ - "5b9de443-db1f-4fb3-b56d-409947205fff" + "ca8fdcf5-bb2a-403e-937c-5175631a530a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121908Z:03ceaf31-e5ed-4078-a2dc-141c45f59200" + "WESTUS:20200413T052926Z:39b1226f-05bb-4dd3-a92d-2587f8659cb9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:07 GMT" + "Mon, 13 Apr 2020 05:29:25 GMT" ], "Content-Length": [ "30" @@ -3108,8 +3192,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3117,7 +3201,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3131,13 +3215,13 @@ "10" ], "x-ms-request-id": [ - "1f5c9d60-0170-4844-b45e-2a4f04ce7ad5" + "1be4b3b5-10f3-4b42-97dc-4ddd83e1eab7" ], "x-ms-correlation-request-id": [ - "f77f10f5-4b0c-4119-a664-809f82c69de2" + "647640fa-e9e0-43a5-a69c-957db3c84f03" ], "x-ms-arm-service-request-id": [ - "76b07f20-2b32-4695-860e-35d5d0df0b7e" + "23e3b702-7747-4e26-9083-2b24bc63a372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3147,16 +3231,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121918Z:f77f10f5-4b0c-4119-a664-809f82c69de2" + "WESTUS:20200413T052936Z:647640fa-e9e0-43a5-a69c-957db3c84f03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:18 GMT" + "Mon, 13 Apr 2020 05:29:35 GMT" ], "Content-Length": [ "30" @@ -3172,8 +3256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3181,7 +3265,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3195,13 +3279,13 @@ "10" ], "x-ms-request-id": [ - "3834ea53-f508-4128-bb2b-ebec5a0434e0" + "c8fad481-a623-4de8-ae9d-8d389225ad19" ], "x-ms-correlation-request-id": [ - "3e9f2700-4692-4db0-8425-d31d2419e93d" + "e7e6383e-b24c-44fb-a751-5f0677179e05" ], "x-ms-arm-service-request-id": [ - "5ead948d-cb86-485c-8340-f27e92b1222e" + "511d3149-63d0-4967-bdf6-eaa747490048" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3211,16 +3295,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121928Z:3e9f2700-4692-4db0-8425-d31d2419e93d" + "WESTUS:20200413T052946Z:e7e6383e-b24c-44fb-a751-5f0677179e05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:28 GMT" + "Mon, 13 Apr 2020 05:29:45 GMT" ], "Content-Length": [ "30" @@ -3236,8 +3320,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3245,7 +3329,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3259,13 +3343,13 @@ "10" ], "x-ms-request-id": [ - "e2aa3e08-e551-4590-8ea0-043ec6ebecb8" + "cf3ac493-d53c-4c31-b42f-b9dad183b09e" ], "x-ms-correlation-request-id": [ - "fefa6254-2825-46a3-ab5a-58097c11d558" + "ebfafa6d-b222-4be7-8341-a914c66d028a" ], "x-ms-arm-service-request-id": [ - "def7abd0-e531-4615-a134-25b54874b1c5" + "c9bb8b59-bfef-4dcd-b6c8-697eaa3003ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3275,16 +3359,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121939Z:fefa6254-2825-46a3-ab5a-58097c11d558" + "WESTUS:20200413T052956Z:ebfafa6d-b222-4be7-8341-a914c66d028a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:38 GMT" + "Mon, 13 Apr 2020 05:29:55 GMT" ], "Content-Length": [ "30" @@ -3300,8 +3384,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3309,7 +3393,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3323,32 +3407,32 @@ "10" ], "x-ms-request-id": [ - "c8dad965-2243-4061-b711-579bb4f1c44c" + "a53ff669-c10f-460f-bf37-505d532f5435" ], "x-ms-correlation-request-id": [ - "6ae10b7f-18d0-4d61-89b3-c8f8a7bd440b" + "9dcc1000-bf35-4a07-9cc0-5bb5f2d693cf" ], "x-ms-arm-service-request-id": [ - "b898e428-2056-4fdf-8d0a-198b6b600391" + "71b8fcd6-b71f-4f5b-9a4e-da577c54e423" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121949Z:6ae10b7f-18d0-4d61-89b3-c8f8a7bd440b" + "WESTUS:20200413T053006Z:9dcc1000-bf35-4a07-9cc0-5bb5f2d693cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:48 GMT" + "Mon, 13 Apr 2020 05:30:05 GMT" ], "Content-Length": [ "30" @@ -3364,8 +3448,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3373,7 +3457,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3387,13 +3471,13 @@ "10" ], "x-ms-request-id": [ - "33b6fc6f-cd1b-4510-a84c-c35b56142dba" + "7b507b4a-380f-48a2-abc6-8d74e9269088" ], "x-ms-correlation-request-id": [ - "74d53366-0b12-4464-8426-f568ef7a8e89" + "cb9355df-2a27-4b1b-9d58-8e838a029a17" ], "x-ms-arm-service-request-id": [ - "eaba8fb7-0533-404d-ab3f-67ece23797d3" + "c499090b-e18b-4965-ac62-d7d67ce1e31e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3403,16 +3487,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T121959Z:74d53366-0b12-4464-8426-f568ef7a8e89" + "WESTUS:20200413T053016Z:cb9355df-2a27-4b1b-9d58-8e838a029a17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:19:58 GMT" + "Mon, 13 Apr 2020 05:30:15 GMT" ], "Content-Length": [ "30" @@ -3428,8 +3512,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3437,7 +3521,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3451,13 +3535,13 @@ "10" ], "x-ms-request-id": [ - "f3457691-613e-495f-8249-4e0002730fb3" + "190ec6b2-4e02-4ddc-9240-6305ab0f178e" ], "x-ms-correlation-request-id": [ - "df4085b1-75aa-4e62-bbfd-614d049e51c7" + "c0ff52b6-e275-4a60-b82a-495839ed15b3" ], "x-ms-arm-service-request-id": [ - "69e45146-15ef-4f9c-9af4-f43e6079638c" + "8af20ad7-f264-4a8d-9ffb-937bba4f6360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3467,16 +3551,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122009Z:df4085b1-75aa-4e62-bbfd-614d049e51c7" + "WESTUS:20200413T053026Z:c0ff52b6-e275-4a60-b82a-495839ed15b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:20:08 GMT" + "Mon, 13 Apr 2020 05:30:26 GMT" ], "Content-Length": [ "30" @@ -3492,8 +3576,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3501,7 +3585,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3515,13 +3599,13 @@ "10" ], "x-ms-request-id": [ - "c1d3b5aa-69df-4619-a928-f297844aab16" + "5c887cb0-d122-4ec4-9d46-e781d602df87" ], "x-ms-correlation-request-id": [ - "b241e717-44e3-4558-b8dd-f69f6b6bf2e9" + "9a37cc8c-7617-48e9-8d83-8416ea304f3a" ], "x-ms-arm-service-request-id": [ - "28ebf5f7-64a4-430e-a723-28072ebb92ef" + "4f878e6f-8246-40fd-b834-74995cc9a8e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3531,16 +3615,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122020Z:b241e717-44e3-4558-b8dd-f69f6b6bf2e9" + "WESTUS:20200413T053036Z:9a37cc8c-7617-48e9-8d83-8416ea304f3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:20:19 GMT" + "Mon, 13 Apr 2020 05:30:36 GMT" ], "Content-Length": [ "30" @@ -3556,8 +3640,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3565,7 +3649,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3579,13 +3663,13 @@ "10" ], "x-ms-request-id": [ - "b440c365-581c-48a8-9fba-65609f91c426" + "df601dda-1971-43c7-9ad4-b5e42f91f2e7" ], "x-ms-correlation-request-id": [ - "d517deab-e11b-4566-ab51-67803ff82f2a" + "d44a5d3f-6af3-4efa-b2b6-7ca072b71d39" ], "x-ms-arm-service-request-id": [ - "97767484-b095-4f91-94a5-f84aa8ea26bf" + "7c6fe0ae-8dd9-4e20-9d87-94b74dba2f81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3595,16 +3679,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122030Z:d517deab-e11b-4566-ab51-67803ff82f2a" + "WESTUS:20200413T053046Z:d44a5d3f-6af3-4efa-b2b6-7ca072b71d39" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:20:30 GMT" + "Mon, 13 Apr 2020 05:30:46 GMT" ], "Content-Length": [ "30" @@ -3620,8 +3704,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3629,7 +3713,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3643,32 +3727,32 @@ "10" ], "x-ms-request-id": [ - "f0ca8ebe-e0a9-4bdf-9e58-cb6635814f3d" + "a1d2701a-b4c1-4bd6-ba96-a7071f1638df" ], "x-ms-correlation-request-id": [ - "dd61beed-5e8e-4d41-8bdf-8e366abf0c5b" + "2294a9c2-cfba-4892-9184-2411917a93d8" ], "x-ms-arm-service-request-id": [ - "2f87b2cf-cb04-4d51-b919-0f8adb137662" + "0e811042-547c-4e8e-8ae9-35813e438f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122040Z:dd61beed-5e8e-4d41-8bdf-8e366abf0c5b" + "WESTUS:20200413T053056Z:2294a9c2-cfba-4892-9184-2411917a93d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:20:40 GMT" + "Mon, 13 Apr 2020 05:30:56 GMT" ], "Content-Length": [ "30" @@ -3684,8 +3768,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3693,7 +3777,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3707,13 +3791,13 @@ "10" ], "x-ms-request-id": [ - "fd717890-edc6-4e94-ae24-5f53ebe10d4d" + "ebf477b9-0474-47c9-a4c9-4e966c0dc3dd" ], "x-ms-correlation-request-id": [ - "ee3b2b99-dcd0-4088-8000-d5b15fb700d6" + "2cb1fb71-ff8f-418a-ad2a-16e13a0fe553" ], "x-ms-arm-service-request-id": [ - "86aeab81-fa32-48cc-82e1-66a1b6cfbe7d" + "3f9c12aa-0f71-4f9d-be0f-e920c5f66830" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3723,16 +3807,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122051Z:ee3b2b99-dcd0-4088-8000-d5b15fb700d6" + "WESTUS:20200413T053106Z:2cb1fb71-ff8f-418a-ad2a-16e13a0fe553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:20:51 GMT" + "Mon, 13 Apr 2020 05:31:06 GMT" ], "Content-Length": [ "30" @@ -3748,8 +3832,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3757,7 +3841,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3771,32 +3855,32 @@ "10" ], "x-ms-request-id": [ - "72125437-8619-43da-940a-33f9999b9b3d" + "3b451844-eb50-4797-810c-9a0723299b27" ], "x-ms-correlation-request-id": [ - "02c8bc0a-5d22-4983-bead-df303397d4a0" + "0ef7418f-978d-4cbd-81a1-81f441655080" ], "x-ms-arm-service-request-id": [ - "3ac30c0c-c6c5-45d9-8192-688066657e0b" + "b6d011b8-0e2b-48d2-9e28-34dfa9fc86bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122101Z:02c8bc0a-5d22-4983-bead-df303397d4a0" + "WESTUS:20200413T053116Z:0ef7418f-978d-4cbd-81a1-81f441655080" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:01 GMT" + "Mon, 13 Apr 2020 05:31:16 GMT" ], "Content-Length": [ "30" @@ -3812,8 +3896,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3821,7 +3905,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3835,13 +3919,13 @@ "10" ], "x-ms-request-id": [ - "133ed5af-4335-4b10-8766-3f483b13e176" + "0e6362a7-f214-4d8b-8190-02e6fcd09901" ], "x-ms-correlation-request-id": [ - "fda50db3-e6ab-4a56-a236-1546e962a25e" + "04128244-c03b-4f49-b4a5-bd7c842601c7" ], "x-ms-arm-service-request-id": [ - "448e8d38-e7a4-4734-9a3d-b44c97571ac6" + "a428cbd8-2794-4380-b97c-8d46d64613f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3851,16 +3935,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122111Z:fda50db3-e6ab-4a56-a236-1546e962a25e" + "WESTUS:20200413T053126Z:04128244-c03b-4f49-b4a5-bd7c842601c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:11 GMT" + "Mon, 13 Apr 2020 05:31:26 GMT" ], "Content-Length": [ "30" @@ -3876,8 +3960,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3885,7 +3969,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3899,13 +3983,13 @@ "10" ], "x-ms-request-id": [ - "904e5565-ea64-4d90-bc77-3c89a513f243" + "c7b0a3ca-c519-474c-a03b-51c73a0cef2e" ], "x-ms-correlation-request-id": [ - "34b0d792-d8ca-4497-a75c-781cf030d3d4" + "475cfe81-66fc-4771-bea2-afd8455480df" ], "x-ms-arm-service-request-id": [ - "b02f8c73-1600-495e-86dd-ec68a68399dd" + "02dd520a-b7d8-4e58-a9c7-6a5e7adf6ee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3915,16 +3999,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122121Z:34b0d792-d8ca-4497-a75c-781cf030d3d4" + "WESTUS:20200413T053136Z:475cfe81-66fc-4771-bea2-afd8455480df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:21 GMT" + "Mon, 13 Apr 2020 05:31:36 GMT" ], "Content-Length": [ "30" @@ -3940,8 +4024,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3949,7 +4033,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -3963,13 +4047,13 @@ "10" ], "x-ms-request-id": [ - "fe6c122d-435a-41b9-aeeb-8821d8a71ffa" + "143fb31f-f200-4411-9ce1-b9e38ac33228" ], "x-ms-correlation-request-id": [ - "19184a92-12e4-4398-a38f-1fc130eaa30d" + "27e9f746-6f3a-42aa-a72e-7a753c093e48" ], "x-ms-arm-service-request-id": [ - "f857ff0f-a077-48c6-a140-ea2c862c520f" + "6e13594c-9556-4410-ab9e-8e0cad5ee488" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3979,16 +4063,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122132Z:19184a92-12e4-4398-a38f-1fc130eaa30d" + "WESTUS:20200413T053147Z:27e9f746-6f3a-42aa-a72e-7a753c093e48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:31 GMT" + "Mon, 13 Apr 2020 05:31:46 GMT" ], "Content-Length": [ "30" @@ -4004,8 +4088,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4013,7 +4097,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4027,13 +4111,13 @@ "10" ], "x-ms-request-id": [ - "1c7a1344-67c1-4840-883e-e750922eae12" + "6cd56a4d-508d-4c52-b0cf-7bcb8577ba17" ], "x-ms-correlation-request-id": [ - "d260b4a7-7c37-4914-af01-92501abd5325" + "366bc083-4b46-4a4b-a433-279dcb3b8e28" ], "x-ms-arm-service-request-id": [ - "6eba96c6-21f9-4580-af0e-f57cac6eb80a" + "21868e56-24ea-4e27-b17f-fa3e4f69b8bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4043,16 +4127,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122142Z:d260b4a7-7c37-4914-af01-92501abd5325" + "WESTUS:20200413T053157Z:366bc083-4b46-4a4b-a433-279dcb3b8e28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:41 GMT" + "Mon, 13 Apr 2020 05:31:56 GMT" ], "Content-Length": [ "30" @@ -4068,8 +4152,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4077,7 +4161,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4091,13 +4175,13 @@ "10" ], "x-ms-request-id": [ - "c8c0f7af-088e-4db9-8409-5d7569a4ba9f" + "c5285ed6-495c-4b5e-abfb-d5523ed9db0f" ], "x-ms-correlation-request-id": [ - "bde83081-dfbc-42d0-aa08-679cfef40c44" + "e1069d5b-df8d-427c-9665-f647956d17b8" ], "x-ms-arm-service-request-id": [ - "f731d7ba-735a-4cd9-8825-53d060510be5" + "bf54d634-6a59-4028-bc45-a8608aac854b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4107,16 +4191,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122152Z:bde83081-dfbc-42d0-aa08-679cfef40c44" + "WESTUS:20200413T053207Z:e1069d5b-df8d-427c-9665-f647956d17b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:21:51 GMT" + "Mon, 13 Apr 2020 05:32:06 GMT" ], "Content-Length": [ "30" @@ -4132,8 +4216,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4141,7 +4225,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4155,13 +4239,13 @@ "10" ], "x-ms-request-id": [ - "717981cb-25d8-4e50-9ae0-0d181a110d41" + "a73ac5bc-24b2-4aed-a72b-049a6507f031" ], "x-ms-correlation-request-id": [ - "b95df6d7-2f3d-4230-83c3-8ae4d29e9dfa" + "6128f569-9802-4fd2-85cd-f707e68effcf" ], "x-ms-arm-service-request-id": [ - "e030e2fc-6e82-4cdf-bb58-1a2d56b284ac" + "04ae33ee-a850-4d2e-b9c0-0e354972fd51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4171,16 +4255,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122202Z:b95df6d7-2f3d-4230-83c3-8ae4d29e9dfa" + "WESTUS:20200413T053217Z:6128f569-9802-4fd2-85cd-f707e68effcf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:02 GMT" + "Mon, 13 Apr 2020 05:32:16 GMT" ], "Content-Length": [ "30" @@ -4196,8 +4280,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4205,7 +4289,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4215,39 +4299,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "a46d3924-e215-446d-b4f3-28cc2db97c96" + "a9ee7c02-4827-4560-b621-df92ed7dff2d" ], "x-ms-correlation-request-id": [ - "89a31eb9-f005-485c-a2a4-0be6263462b1" + "9ecbf16f-20c7-417e-9f94-cc899b62186b" ], "x-ms-arm-service-request-id": [ - "f207915b-d126-42b0-9fde-de5bad2c0560" + "a90637e5-b7aa-49c5-9a53-552b7c3c0054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11967" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122213Z:89a31eb9-f005-485c-a2a4-0be6263462b1" + "WESTUS:20200413T053227Z:9ecbf16f-20c7-417e-9f94-cc899b62186b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:12 GMT" + "Mon, 13 Apr 2020 05:32:27 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4256,12 +4337,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4269,7 +4350,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4283,13 +4364,13 @@ "10" ], "x-ms-request-id": [ - "4df6c9e8-7212-4d7d-8d15-b59be7a8ca23" + "641b9c64-351e-468e-adfc-961a6cffbf48" ], "x-ms-correlation-request-id": [ - "107bf803-2f47-4b26-87ee-516fb6216205" + "0533b9be-2121-42c3-9e97-acf0220450e8" ], "x-ms-arm-service-request-id": [ - "50042914-2923-4095-9de4-14a9023b25b0" + "e7bbe400-22b2-4bce-9939-78f31c8e5083" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4299,16 +4380,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122223Z:107bf803-2f47-4b26-87ee-516fb6216205" + "WESTUS:20200413T053238Z:0533b9be-2121-42c3-9e97-acf0220450e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:23 GMT" + "Mon, 13 Apr 2020 05:32:38 GMT" ], "Content-Length": [ "30" @@ -4324,8 +4405,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4333,7 +4414,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4347,13 +4428,13 @@ "10" ], "x-ms-request-id": [ - "0fdc073d-4d8d-411e-96fc-225f95346683" + "14266df7-5ea4-453c-b041-ca492e160314" ], "x-ms-correlation-request-id": [ - "8b3fe6a4-0bba-4973-84c6-1dde6dc89c10" + "ee040732-8008-412f-b8e4-9994029d5865" ], "x-ms-arm-service-request-id": [ - "d4b12faf-8642-49ae-a931-4cb8449b2138" + "41353d0f-b2e7-4daf-9c81-b7daae22221d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4363,16 +4444,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122233Z:8b3fe6a4-0bba-4973-84c6-1dde6dc89c10" + "WESTUS:20200413T053248Z:ee040732-8008-412f-b8e4-9994029d5865" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:33 GMT" + "Mon, 13 Apr 2020 05:32:48 GMT" ], "Content-Length": [ "30" @@ -4388,8 +4469,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4397,7 +4478,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4411,13 +4492,13 @@ "10" ], "x-ms-request-id": [ - "1682bf32-3c67-46ad-bddb-8d0a54535609" + "d1421305-e3ae-4be6-af07-eaf22e589c13" ], "x-ms-correlation-request-id": [ - "5f92a83c-5398-4a85-96c9-ac73346d9e68" + "3cdb8078-2c21-4cc7-b170-406aa15748d4" ], "x-ms-arm-service-request-id": [ - "fd9858f9-889b-44b8-a7a8-3a2c2831e301" + "e4696fb7-050c-4d65-a3a0-62227a50abb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4427,16 +4508,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122244Z:5f92a83c-5398-4a85-96c9-ac73346d9e68" + "WESTUS:20200413T053258Z:3cdb8078-2c21-4cc7-b170-406aa15748d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:43 GMT" + "Mon, 13 Apr 2020 05:32:58 GMT" ], "Content-Length": [ "30" @@ -4452,8 +4533,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4461,7 +4542,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4475,13 +4556,13 @@ "10" ], "x-ms-request-id": [ - "e1854a4a-9a90-45ea-8632-2f1c13e3ca09" + "bf6a706f-14cd-4288-91b1-7423fcc1b5d6" ], "x-ms-correlation-request-id": [ - "11a9296a-b06f-4a83-b7d9-66f3d535b7b2" + "7042d2fd-e5a2-49f6-bde2-db9c9ff0d6db" ], "x-ms-arm-service-request-id": [ - "d92fb06c-a1dc-428f-ae92-de9c76fa3385" + "c9e5c660-fdc0-40ca-9b56-80b97beaa641" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4491,16 +4572,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122254Z:11a9296a-b06f-4a83-b7d9-66f3d535b7b2" + "WESTUS:20200413T053309Z:7042d2fd-e5a2-49f6-bde2-db9c9ff0d6db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:22:54 GMT" + "Mon, 13 Apr 2020 05:33:08 GMT" ], "Content-Length": [ "30" @@ -4516,8 +4597,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4525,7 +4606,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4539,13 +4620,13 @@ "10" ], "x-ms-request-id": [ - "eec1d5ac-0628-484a-a439-34670030e3a8" + "0e0a90c6-a584-4e26-ac1c-106996bf1b9a" ], "x-ms-correlation-request-id": [ - "b22e8be0-e79f-4c8c-94c2-c8c48655448f" + "42ab8322-24fd-487c-b542-3ab7b03e45e7" ], "x-ms-arm-service-request-id": [ - "8fbf54ea-0ae6-4c5a-9e5f-bb0cd313ecac" + "25c057b3-3f49-4152-8cd5-d429fcf09d85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4555,16 +4636,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122304Z:b22e8be0-e79f-4c8c-94c2-c8c48655448f" + "WESTUS:20200413T053319Z:42ab8322-24fd-487c-b542-3ab7b03e45e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:04 GMT" + "Mon, 13 Apr 2020 05:33:18 GMT" ], "Content-Length": [ "30" @@ -4580,8 +4661,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4589,7 +4670,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4603,13 +4684,13 @@ "10" ], "x-ms-request-id": [ - "f970d610-0fc5-49df-af57-8ec836ab0317" + "676e9fca-719a-4eaf-a09d-590c1ac04562" ], "x-ms-correlation-request-id": [ - "dae8d585-8f67-408f-94cf-168b797f0545" + "4b561c5e-310b-4441-bfa6-d5085edc9d85" ], "x-ms-arm-service-request-id": [ - "074ba89f-ce83-4028-903a-48acf03eb73b" + "12ba2285-19df-4cd8-9058-1123b3e67ed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4619,16 +4700,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122314Z:dae8d585-8f67-408f-94cf-168b797f0545" + "WESTUS:20200413T053329Z:4b561c5e-310b-4441-bfa6-d5085edc9d85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:14 GMT" + "Mon, 13 Apr 2020 05:33:28 GMT" ], "Content-Length": [ "30" @@ -4644,8 +4725,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/3a500214-8f06-4040-a3c1-1a306d419fc6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNhNTAwMjE0LThmMDYtNDA0MC1hM2MxLTFhMzA2ZDQxOWZjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4653,7 +4734,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4663,14 +4744,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "3ef5951b-e977-4fe6-91b5-e86fdcd14ef2" + "99c7c3af-18fc-4976-83e5-5e2b55eda62e" ], "x-ms-correlation-request-id": [ - "7d3b97a6-9141-456f-a35c-5b19f6baba6b" + "564413c5-9e42-496c-b703-e8970f264abb" ], "x-ms-arm-service-request-id": [ - "6232e430-6d80-4368-b991-b39522b4dd73" + "c18c6553-2d56-4643-bcb6-be60eb55ebf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4680,19 +4764,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122325Z:7d3b97a6-9141-456f-a35c-5b19f6baba6b" + "WESTUS:20200413T053339Z:564413c5-9e42-496c-b703-e8970f264abb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:24 GMT" + "Mon, 13 Apr 2020 05:33:38 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4701,12 +4785,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4714,7 +4798,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4728,13 +4812,13 @@ "10" ], "x-ms-request-id": [ - "f6760a0f-f288-41f4-8048-9990f7acc2ec" + "8cb6313e-ad11-42de-b5c9-84520c576385" ], "x-ms-correlation-request-id": [ - "f903800c-d575-40e8-b4f0-8072ef2e8d23" + "07c512c3-cdbd-4337-9ffb-11838b06d9e6" ], "x-ms-arm-service-request-id": [ - "1e095d17-e65a-42b5-aefb-5c43122b796f" + "6e5a8137-d02b-400b-a448-02383f76d5a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4744,16 +4828,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122342Z:f903800c-d575-40e8-b4f0-8072ef2e8d23" + "WESTUS:20200413T053349Z:07c512c3-cdbd-4337-9ffb-11838b06d9e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:42 GMT" + "Mon, 13 Apr 2020 05:33:48 GMT" ], "Content-Length": [ "30" @@ -4769,8 +4853,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4778,7 +4862,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4792,13 +4876,13 @@ "10" ], "x-ms-request-id": [ - "ce5e12c3-642e-4baa-ba7a-1e37feda39be" + "b7675797-1194-43e9-bc47-643d341c7841" ], "x-ms-correlation-request-id": [ - "3777dbbb-b76f-4a40-824a-1210a3d99f16" + "dd368333-5e00-4f1e-ab7b-72bf97b87d8f" ], "x-ms-arm-service-request-id": [ - "ece082ef-5322-4e6d-ac68-28a7d0a5d814" + "c020cc14-db64-4262-83e3-df7c5cd1dae6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4808,16 +4892,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122352Z:3777dbbb-b76f-4a40-824a-1210a3d99f16" + "WESTUS:20200413T053359Z:dd368333-5e00-4f1e-ab7b-72bf97b87d8f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:23:52 GMT" + "Mon, 13 Apr 2020 05:33:58 GMT" ], "Content-Length": [ "30" @@ -4833,8 +4917,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4842,7 +4926,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4856,13 +4940,13 @@ "10" ], "x-ms-request-id": [ - "83a1daa0-8945-4e6b-beed-e3c50d6532d2" + "0b825d02-6b84-4aac-b94c-cdab3f47296e" ], "x-ms-correlation-request-id": [ - "39a25956-e78d-4210-a404-6ae686f1a1de" + "b6c4fd9c-642a-4a9e-9e82-8425b723f087" ], "x-ms-arm-service-request-id": [ - "b3cc2881-27b2-4610-a15f-c22e1af23266" + "eb899366-de28-446d-bfd9-13f7122ccba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4872,16 +4956,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122403Z:39a25956-e78d-4210-a404-6ae686f1a1de" + "WESTUS:20200413T053409Z:b6c4fd9c-642a-4a9e-9e82-8425b723f087" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:02 GMT" + "Mon, 13 Apr 2020 05:34:08 GMT" ], "Content-Length": [ "30" @@ -4897,8 +4981,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4906,7 +4990,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4920,13 +5004,13 @@ "10" ], "x-ms-request-id": [ - "a870efe7-c031-4e2f-94ab-3482d12af46a" + "01a322d0-6668-443e-9dfc-cde82ec0b8ab" ], "x-ms-correlation-request-id": [ - "57287d41-37b0-4930-bf2e-d81da5b8b1e4" + "a64217fd-80cf-4583-8e9b-e6c196bbfab4" ], "x-ms-arm-service-request-id": [ - "f2794648-d19b-47e6-a2be-e02a779e98db" + "819f27e8-f3df-4f20-8baa-b7ede8639eab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4936,16 +5020,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122413Z:57287d41-37b0-4930-bf2e-d81da5b8b1e4" + "WESTUS:20200413T053419Z:a64217fd-80cf-4583-8e9b-e6c196bbfab4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:12 GMT" + "Mon, 13 Apr 2020 05:34:18 GMT" ], "Content-Length": [ "30" @@ -4961,8 +5045,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4970,7 +5054,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -4984,13 +5068,13 @@ "10" ], "x-ms-request-id": [ - "abaafa57-5c81-4770-b9c2-e5704d9eb338" + "895b0f2b-442f-4d42-b23e-42d50c66d6b4" ], "x-ms-correlation-request-id": [ - "9e102e75-ddc2-46a0-95ab-be73aac1cc3c" + "4f44e135-e0b3-4939-9a55-02e4ebfadfa0" ], "x-ms-arm-service-request-id": [ - "6fedd613-7cb1-4e0b-b8ec-a44b490ac29c" + "77f1f2e4-0f3a-4f6e-ac09-cd007b6920e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5000,16 +5084,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11987" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122423Z:9e102e75-ddc2-46a0-95ab-be73aac1cc3c" + "WESTUS:20200413T053429Z:4f44e135-e0b3-4939-9a55-02e4ebfadfa0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:23 GMT" + "Mon, 13 Apr 2020 05:34:29 GMT" ], "Content-Length": [ "30" @@ -5025,8 +5109,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5034,7 +5118,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5048,13 +5132,13 @@ "10" ], "x-ms-request-id": [ - "8af0b1e7-8515-4674-ab05-5d317403a309" + "1abcebbc-2270-457f-a08d-d3920c6c9496" ], "x-ms-correlation-request-id": [ - "4c2a7089-dc8b-406b-97ce-bbfab7fa6eae" + "fb0890e6-5109-4d8e-9962-7e7a5d305771" ], "x-ms-arm-service-request-id": [ - "6d719d71-b2d9-4b8c-b2fd-e39ac0a19dd6" + "8796d334-9200-48cc-8476-c02c38d2cbd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5064,16 +5148,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122433Z:4c2a7089-dc8b-406b-97ce-bbfab7fa6eae" + "WESTUS:20200413T053439Z:fb0890e6-5109-4d8e-9962-7e7a5d305771" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:33 GMT" + "Mon, 13 Apr 2020 05:34:39 GMT" ], "Content-Length": [ "30" @@ -5089,8 +5173,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5098,7 +5182,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5112,13 +5196,13 @@ "10" ], "x-ms-request-id": [ - "07112a29-9060-4e3e-8ca7-6c6188c5c170" + "a5a42aff-b993-41b8-b534-736bf3c4c783" ], "x-ms-correlation-request-id": [ - "e2aaeafd-b39f-4a7b-af9e-5b751624bd2b" + "638e269b-b7a7-4fdf-9b9b-3e8aba5a8fa5" ], "x-ms-arm-service-request-id": [ - "ca4d8685-a0d9-4270-8a82-9fe5d4c381fb" + "96c511b5-da3f-4fba-9838-5df77ff92919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5128,16 +5212,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122444Z:e2aaeafd-b39f-4a7b-af9e-5b751624bd2b" + "WESTUS:20200413T053449Z:638e269b-b7a7-4fdf-9b9b-3e8aba5a8fa5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:43 GMT" + "Mon, 13 Apr 2020 05:34:49 GMT" ], "Content-Length": [ "30" @@ -5153,8 +5237,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5162,7 +5246,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5176,32 +5260,32 @@ "10" ], "x-ms-request-id": [ - "f5fca54c-bd2d-411d-af7e-362823537147" + "ced995e0-3891-4354-8a0e-93235bd50c35" ], "x-ms-correlation-request-id": [ - "b9feac23-1a54-44a1-9236-4658cb9684aa" + "22538079-e1fb-4481-9a40-a942d285dda7" ], "x-ms-arm-service-request-id": [ - "f30bb205-3917-4949-9382-bd5331966dcc" + "5145791c-caa1-48b2-ba65-de882f50e0d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11984" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122454Z:b9feac23-1a54-44a1-9236-4658cb9684aa" + "WESTUS:20200413T053459Z:22538079-e1fb-4481-9a40-a942d285dda7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:24:53 GMT" + "Mon, 13 Apr 2020 05:34:59 GMT" ], "Content-Length": [ "30" @@ -5217,8 +5301,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5226,7 +5310,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5240,13 +5324,13 @@ "10" ], "x-ms-request-id": [ - "dd387eec-1a1b-40cc-a089-b58a59fea093" + "6c668245-4cc8-484b-8e3c-7996381e3743" ], "x-ms-correlation-request-id": [ - "3045f451-3546-48c2-9ae3-0492a015e607" + "a35a66ac-1559-477b-ab62-e783501e2737" ], "x-ms-arm-service-request-id": [ - "210175b5-f704-4197-8d10-ce75cff7d175" + "4238cec3-5b78-480d-a03f-d913def13aa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5256,16 +5340,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122504Z:3045f451-3546-48c2-9ae3-0492a015e607" + "WESTUS:20200413T053509Z:a35a66ac-1559-477b-ab62-e783501e2737" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:04 GMT" + "Mon, 13 Apr 2020 05:35:09 GMT" ], "Content-Length": [ "30" @@ -5281,8 +5365,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5290,7 +5374,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5304,13 +5388,13 @@ "10" ], "x-ms-request-id": [ - "4795047a-106c-42f8-a070-ab5752a51c96" + "b50bccf6-5913-487a-a84f-3c14c19b370c" ], "x-ms-correlation-request-id": [ - "740158c9-cb7b-4947-9be6-67e334e3199c" + "467cdd5d-a447-4a32-8965-7fd161869790" ], "x-ms-arm-service-request-id": [ - "13a6bbd5-3258-4b32-b9df-02457367010c" + "e160f0e2-455a-44e6-8f32-54ae20ee0f6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5320,16 +5404,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122515Z:740158c9-cb7b-4947-9be6-67e334e3199c" + "WESTUS:20200413T053519Z:467cdd5d-a447-4a32-8965-7fd161869790" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:14 GMT" + "Mon, 13 Apr 2020 05:35:19 GMT" ], "Content-Length": [ "30" @@ -5345,8 +5429,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5354,7 +5438,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5368,13 +5452,13 @@ "10" ], "x-ms-request-id": [ - "0d95c039-a898-438a-9af1-b939a9a75b3a" + "a326a56a-9d3c-4758-99d8-28f769d23212" ], "x-ms-correlation-request-id": [ - "7f4ac675-5805-4114-b5b9-53cd651cb7ac" + "ebbbee33-db3f-44ad-9791-4225412156f6" ], "x-ms-arm-service-request-id": [ - "560c6208-c7da-49dc-92f8-98126f93d559" + "ef462865-2ffa-4439-b5bc-fa2776ae77ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5384,16 +5468,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122525Z:7f4ac675-5805-4114-b5b9-53cd651cb7ac" + "WESTUS:20200413T053530Z:ebbbee33-db3f-44ad-9791-4225412156f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:24 GMT" + "Mon, 13 Apr 2020 05:35:29 GMT" ], "Content-Length": [ "30" @@ -5409,8 +5493,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5418,7 +5502,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5432,13 +5516,13 @@ "10" ], "x-ms-request-id": [ - "95e4326b-933f-468a-b8cc-717b34187f81" + "8828248c-d0ab-40d4-a64a-ffaac9172877" ], "x-ms-correlation-request-id": [ - "99256a5e-4daf-4279-a8e1-b94ac0229075" + "2d83eb12-d097-4b4a-986d-07438a24de55" ], "x-ms-arm-service-request-id": [ - "89f0ec1d-1a41-4c0e-b2bd-64d74b92b492" + "e833cc70-ad36-4556-9b93-9737afd37aed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5448,16 +5532,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122535Z:99256a5e-4daf-4279-a8e1-b94ac0229075" + "WESTUS:20200413T053540Z:2d83eb12-d097-4b4a-986d-07438a24de55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:35 GMT" + "Mon, 13 Apr 2020 05:35:39 GMT" ], "Content-Length": [ "30" @@ -5473,8 +5557,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5482,7 +5566,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5496,13 +5580,13 @@ "10" ], "x-ms-request-id": [ - "1ce6182b-922e-4690-9620-b905271b2e1b" + "1ee76382-57d2-495b-befb-44887ced2014" ], "x-ms-correlation-request-id": [ - "7b8f288e-4977-4e68-ac9a-14984efbe648" + "877f6f42-2a6f-46e2-abe0-211587297e96" ], "x-ms-arm-service-request-id": [ - "659a6b0b-beb8-4433-a33a-65a75f704643" + "a6ca3307-bbd1-4bf5-a3d6-171761213c5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5512,16 +5596,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122545Z:7b8f288e-4977-4e68-ac9a-14984efbe648" + "WESTUS:20200413T053550Z:877f6f42-2a6f-46e2-abe0-211587297e96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:45 GMT" + "Mon, 13 Apr 2020 05:35:49 GMT" ], "Content-Length": [ "30" @@ -5537,8 +5621,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5546,7 +5630,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5560,13 +5644,13 @@ "10" ], "x-ms-request-id": [ - "907f6be1-a9bb-484a-b816-b5813209ddc2" + "852e19ba-8f72-4e6e-9595-f718fbfe1816" ], "x-ms-correlation-request-id": [ - "76a262a7-8f60-4ccf-b86d-34af1c2ef581" + "e1ba1c13-5142-41d1-a8c7-ba5303cc1ff0" ], "x-ms-arm-service-request-id": [ - "659623a1-b23b-4078-9538-bf039ec01e2c" + "d7b676f9-069d-4cba-a301-6f2eab6c45b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5576,16 +5660,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122556Z:76a262a7-8f60-4ccf-b86d-34af1c2ef581" + "WESTUS:20200413T053600Z:e1ba1c13-5142-41d1-a8c7-ba5303cc1ff0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:25:55 GMT" + "Mon, 13 Apr 2020 05:35:59 GMT" ], "Content-Length": [ "30" @@ -5601,8 +5685,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5610,7 +5694,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5624,13 +5708,13 @@ "10" ], "x-ms-request-id": [ - "11c3f4da-3b6c-4030-a6bc-3e1641b560cc" + "aa5cffaf-1eda-481c-96df-4a86d058ec31" ], "x-ms-correlation-request-id": [ - "a5fb282b-9afb-4a1f-ba7e-4a1334cd249b" + "67581f53-e8c2-433a-835f-b0c7998f29bf" ], "x-ms-arm-service-request-id": [ - "14665b4d-91f2-4287-9fbf-3b0da0541c4f" + "5ed9a8f8-422e-4d2e-ab54-6803da2a031a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5640,16 +5724,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122606Z:a5fb282b-9afb-4a1f-ba7e-4a1334cd249b" + "WESTUS:20200413T053610Z:67581f53-e8c2-433a-835f-b0c7998f29bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:06 GMT" + "Mon, 13 Apr 2020 05:36:09 GMT" ], "Content-Length": [ "30" @@ -5665,8 +5749,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5674,7 +5758,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5688,32 +5772,32 @@ "10" ], "x-ms-request-id": [ - "dcbd4d7b-0246-4ccd-b6e9-867692798305" + "5e002f4e-55ef-4163-9965-30e9b4ba9899" ], "x-ms-correlation-request-id": [ - "96752411-8fbf-414c-b45e-c81041a2ac8a" + "67df6ec1-bc0a-4a23-b3f9-773b812a6b80" ], "x-ms-arm-service-request-id": [ - "1563cdb0-61a5-4a86-b72f-ebffdf3ee57d" + "f4df7214-3f92-4751-b14f-b4befa961238" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122616Z:96752411-8fbf-414c-b45e-c81041a2ac8a" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T053620Z:67df6ec1-bc0a-4a23-b3f9-773b812a6b80" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:16 GMT" + "Mon, 13 Apr 2020 05:36:19 GMT" ], "Content-Length": [ "30" @@ -5729,8 +5813,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5738,7 +5822,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5752,32 +5836,32 @@ "10" ], "x-ms-request-id": [ - "e70480ac-c55b-417f-9641-83da248c8cdb" + "f054b739-3a1b-4c09-9f0f-a0ccecdcb1ae" ], "x-ms-correlation-request-id": [ - "c64efa71-c53f-40fa-b98a-5de617708438" + "f077e4c7-be30-44b0-b459-e5bbdff1a07a" ], "x-ms-arm-service-request-id": [ - "6259c38f-e040-49ad-b2ed-16378f048ced" + "486a97b2-070d-456c-9f79-8809cbec8f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122627Z:c64efa71-c53f-40fa-b98a-5de617708438" + "WESTUS:20200413T053630Z:f077e4c7-be30-44b0-b459-e5bbdff1a07a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:26 GMT" + "Mon, 13 Apr 2020 05:36:30 GMT" ], "Content-Length": [ "30" @@ -5793,8 +5877,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5802,7 +5886,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5816,13 +5900,13 @@ "10" ], "x-ms-request-id": [ - "4c6eee8c-339d-4af4-8854-0a08de1958a7" + "51e670dc-2554-45a4-a8d1-4fa7a28629b1" ], "x-ms-correlation-request-id": [ - "d6befec8-c045-4094-96ec-899efe261123" + "0254369e-a45e-47fb-a4cd-488d9bce2b4c" ], "x-ms-arm-service-request-id": [ - "4533f16d-e349-4598-8809-e51bebfa80da" + "1545d903-fd3a-4bba-b1d9-4ec00919aa2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5832,16 +5916,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" + "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122637Z:d6befec8-c045-4094-96ec-899efe261123" + "WESTUS:20200413T053640Z:0254369e-a45e-47fb-a4cd-488d9bce2b4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:37 GMT" + "Mon, 13 Apr 2020 05:36:40 GMT" ], "Content-Length": [ "30" @@ -5857,8 +5941,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5866,7 +5950,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5880,13 +5964,13 @@ "10" ], "x-ms-request-id": [ - "67502fa7-6e44-4694-9894-b7efb836d83d" + "5f7e7fae-25c5-48ce-885f-8f1e708774af" ], "x-ms-correlation-request-id": [ - "4c6bbea1-219d-49fa-9286-fb1cedbe8d66" + "f4860e1b-ca01-425b-a9f7-cacbdf9f923c" ], "x-ms-arm-service-request-id": [ - "05aeb16d-012c-4dcc-9b46-432c5f168deb" + "1692a79d-0a7e-4c45-9bbf-fd296bb72f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5896,16 +5980,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" + "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122647Z:4c6bbea1-219d-49fa-9286-fb1cedbe8d66" + "WESTUS:20200413T053650Z:f4860e1b-ca01-425b-a9f7-cacbdf9f923c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:47 GMT" + "Mon, 13 Apr 2020 05:36:50 GMT" ], "Content-Length": [ "30" @@ -5921,8 +6005,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5930,7 +6014,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -5944,13 +6028,13 @@ "10" ], "x-ms-request-id": [ - "c7d61d8e-5603-4424-9da1-e6535aa275cc" + "01233254-b382-45fd-a0fa-bdaeac31b275" ], "x-ms-correlation-request-id": [ - "6611582d-4d78-4e53-b118-0a577057deed" + "d1385010-0c72-451b-bf2d-e37c04a1fa73" ], "x-ms-arm-service-request-id": [ - "e97d495b-993f-4be7-b71e-f186a23a5468" + "fbbf6efb-46da-41f4-9739-ac3bbdbad587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5960,16 +6044,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122657Z:6611582d-4d78-4e53-b118-0a577057deed" + "WESTUS:20200413T053700Z:d1385010-0c72-451b-bf2d-e37c04a1fa73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:26:57 GMT" + "Mon, 13 Apr 2020 05:37:00 GMT" ], "Content-Length": [ "30" @@ -5985,8 +6069,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5994,7 +6078,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6008,13 +6092,13 @@ "10" ], "x-ms-request-id": [ - "de755b2e-fe5b-485c-a008-dd4f652fbd54" + "49bed9b6-cec8-4c9a-9f76-20b492aa4c6e" ], "x-ms-correlation-request-id": [ - "896f9f08-549f-49d1-8e68-b6885135a50e" + "bd2c8de4-1f0d-406a-a671-75ef88d323e9" ], "x-ms-arm-service-request-id": [ - "7280a8a3-13a0-4c4d-8429-3e98b6ef6ed5" + "414b73bb-b905-4371-8ab8-9cfc736df6b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6024,16 +6108,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122708Z:896f9f08-549f-49d1-8e68-b6885135a50e" + "WESTUS:20200413T053710Z:bd2c8de4-1f0d-406a-a671-75ef88d323e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:07 GMT" + "Mon, 13 Apr 2020 05:37:10 GMT" ], "Content-Length": [ "30" @@ -6049,8 +6133,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6058,7 +6142,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6072,13 +6156,13 @@ "10" ], "x-ms-request-id": [ - "08a53551-b618-42cd-a609-4b2d41c748ec" + "03553b79-6528-41a9-bf97-8d1ea908d91c" ], "x-ms-correlation-request-id": [ - "3404c80f-d002-4654-97ea-6ae83b0ab815" + "1f8a854a-c7e5-4d4d-a545-a07dadfa1c98" ], "x-ms-arm-service-request-id": [ - "f3561f4c-4f91-428e-8d1b-cd2e967ca8dd" + "1443e1b1-9755-453c-bd5e-36871c1de98b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6088,16 +6172,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122718Z:3404c80f-d002-4654-97ea-6ae83b0ab815" + "WESTUS:20200413T053720Z:1f8a854a-c7e5-4d4d-a545-a07dadfa1c98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:17 GMT" + "Mon, 13 Apr 2020 05:37:20 GMT" ], "Content-Length": [ "30" @@ -6113,8 +6197,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6122,7 +6206,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6136,13 +6220,13 @@ "10" ], "x-ms-request-id": [ - "890503d9-31d8-4d35-b8f1-1e4dac1b0167" + "ec0a4d58-9a26-4707-8634-97d1700e69dd" ], "x-ms-correlation-request-id": [ - "6a109603-824c-4d30-bd13-80055891970a" + "73947262-4ac6-4bf9-9b9c-06d730f2c285" ], "x-ms-arm-service-request-id": [ - "54337ac0-ce12-42bb-ae1a-78ff5ba5c437" + "d8079d46-0666-4933-9b0e-6e49af627c61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6152,16 +6236,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122728Z:6a109603-824c-4d30-bd13-80055891970a" + "WESTUS:20200413T053730Z:73947262-4ac6-4bf9-9b9c-06d730f2c285" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:27 GMT" + "Mon, 13 Apr 2020 05:37:30 GMT" ], "Content-Length": [ "30" @@ -6177,8 +6261,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6186,7 +6270,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6200,32 +6284,32 @@ "10" ], "x-ms-request-id": [ - "d841291b-bb5f-4e16-9f29-ce72986a9296" + "6c16d037-f21b-4570-a7a8-7cc62bf38b9a" ], "x-ms-correlation-request-id": [ - "5569fac1-ca55-4f73-93d5-034d8b471257" + "235b8e0b-970e-4dae-a559-62c116e7c1b0" ], "x-ms-arm-service-request-id": [ - "0b922734-ddf1-4f0f-bb1b-2aad6ba937ce" + "0fc654d9-00ac-43c1-95dd-a0d882ab0137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122738Z:5569fac1-ca55-4f73-93d5-034d8b471257" + "WESTUS:20200413T053740Z:235b8e0b-970e-4dae-a559-62c116e7c1b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:37 GMT" + "Mon, 13 Apr 2020 05:37:40 GMT" ], "Content-Length": [ "30" @@ -6241,8 +6325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6250,7 +6334,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6264,13 +6348,13 @@ "10" ], "x-ms-request-id": [ - "ec7ed3f9-ce8e-4c50-a5b3-d2a4b9573b10" + "74437664-0d18-4daf-a22c-129112ce5ac7" ], "x-ms-correlation-request-id": [ - "1bc0d0f3-826b-4430-86d0-706d83d0a9c0" + "e48b98d4-8410-4fe2-96dc-d6e627cd57ca" ], "x-ms-arm-service-request-id": [ - "cec06a6c-e03a-40b7-8520-d021644cebaa" + "2430cf4d-4e65-4597-8a4e-3d1a70426a6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6280,16 +6364,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122749Z:1bc0d0f3-826b-4430-86d0-706d83d0a9c0" + "WESTUS:20200413T053750Z:e48b98d4-8410-4fe2-96dc-d6e627cd57ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:49 GMT" + "Mon, 13 Apr 2020 05:37:50 GMT" ], "Content-Length": [ "30" @@ -6305,8 +6389,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6314,7 +6398,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6328,13 +6412,13 @@ "10" ], "x-ms-request-id": [ - "3b9bac39-d4ce-48a5-9d92-875942285dc6" + "38feb3a7-d48d-4b2b-a0c1-ef2d8cc5aeb1" ], "x-ms-correlation-request-id": [ - "9feb76de-ee0d-4c73-9af2-8674f4b54a1f" + "cb8433b9-7803-4af9-9e00-a00da20c00f5" ], "x-ms-arm-service-request-id": [ - "0daf0dd0-f093-413f-b219-7e7ef7bcb6db" + "b9c7e4bd-24db-4b80-a7f9-82d7a7ea9f0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6344,16 +6428,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" + "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122759Z:9feb76de-ee0d-4c73-9af2-8674f4b54a1f" + "WESTUS:20200413T053801Z:cb8433b9-7803-4af9-9e00-a00da20c00f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:27:59 GMT" + "Mon, 13 Apr 2020 05:38:00 GMT" ], "Content-Length": [ "30" @@ -6369,8 +6453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6378,7 +6462,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6392,13 +6476,13 @@ "10" ], "x-ms-request-id": [ - "c83b12b5-dd94-4e77-94b0-48b942b6838e" + "a6ca9ca8-504f-4582-bc54-afd3f20a41b6" ], "x-ms-correlation-request-id": [ - "e19e3326-328b-4712-a0d7-b6b13a87629c" + "709f942b-54bc-493e-bf30-38456558950a" ], "x-ms-arm-service-request-id": [ - "33291fd8-f69d-4d4f-8b95-b3f32023e350" + "18be22ea-6e1b-457b-a12f-566121633f76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6408,16 +6492,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" + "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122810Z:e19e3326-328b-4712-a0d7-b6b13a87629c" + "WESTUS:20200413T053811Z:709f942b-54bc-493e-bf30-38456558950a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:28:09 GMT" + "Mon, 13 Apr 2020 05:38:10 GMT" ], "Content-Length": [ "30" @@ -6433,8 +6517,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6442,7 +6526,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6452,17 +6536,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "9f7108c9-524f-4a67-a800-a2a5ddae6802" + "1e42ebd0-a947-4bd5-8379-5a5e067f7fb6" ], "x-ms-correlation-request-id": [ - "469b419f-8e8a-47e5-8e2d-83e0b4595c05" + "e85be663-e617-408a-8e62-5a89349de532" ], "x-ms-arm-service-request-id": [ - "723803f2-b096-4b52-925d-0e08047a521d" + "4939531c-d45f-4579-ae2b-50afcc1be51b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6472,19 +6553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" + "11964" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122820Z:469b419f-8e8a-47e5-8e2d-83e0b4595c05" + "WESTUS:20200413T053821Z:e85be663-e617-408a-8e62-5a89349de532" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:28:19 GMT" + "Mon, 13 Apr 2020 05:38:20 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6493,12 +6574,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6506,7 +6587,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6520,13 +6601,13 @@ "10" ], "x-ms-request-id": [ - "a9771e28-a7cc-4c3b-a40c-39b96bfaaba5" + "ffbc4282-72a2-4099-8eaf-183c62d5ed42" ], "x-ms-correlation-request-id": [ - "6920224e-ca5f-4cd3-a865-b2bc99c0b7a9" + "31ab8c6d-7d49-4a64-b1b8-c2c3294de04c" ], "x-ms-arm-service-request-id": [ - "2d014c85-29e0-45cb-91d5-5ec19b72b8bc" + "d235c3be-41f6-419f-ab0a-126052a2adaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6536,16 +6617,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" + "11969" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122830Z:6920224e-ca5f-4cd3-a865-b2bc99c0b7a9" + "WESTUS:20200413T053833Z:31ab8c6d-7d49-4a64-b1b8-c2c3294de04c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:28:30 GMT" + "Mon, 13 Apr 2020 05:38:32 GMT" ], "Content-Length": [ "30" @@ -6561,8 +6642,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6570,7 +6651,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6584,13 +6665,13 @@ "10" ], "x-ms-request-id": [ - "fefe0025-15d2-431c-bd7c-9c87285bc21e" + "a7e6f7be-d693-43d2-a19e-955b4a364404" ], "x-ms-correlation-request-id": [ - "0313428a-06ec-45a5-ae1a-960c30ee9c6a" + "377aec57-e72f-435f-a69b-d90752cb5524" ], "x-ms-arm-service-request-id": [ - "bfb0335f-4806-4819-bde7-bbfc89c4307a" + "aec0b6d2-7d9e-438f-afbf-42282e4fc016" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6600,16 +6681,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122840Z:0313428a-06ec-45a5-ae1a-960c30ee9c6a" + "WESTUS:20200413T053843Z:377aec57-e72f-435f-a69b-d90752cb5524" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:28:40 GMT" + "Mon, 13 Apr 2020 05:38:42 GMT" ], "Content-Length": [ "30" @@ -6625,8 +6706,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6634,7 +6715,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6648,13 +6729,13 @@ "10" ], "x-ms-request-id": [ - "5bdbafd3-d8c8-4da1-bb1a-db6c38b8cff6" + "4a685305-cfe5-47b9-a901-dcc907a6e320" ], "x-ms-correlation-request-id": [ - "b8035660-4ee2-438a-a5d1-5218d1708e32" + "233bd231-6cac-4a53-9fde-686f5cbc011b" ], "x-ms-arm-service-request-id": [ - "2acc1895-0f30-4e4a-8082-92aa44cd5e0c" + "4b62cf3d-6cfa-4dcd-9583-f516cfc22d84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6664,16 +6745,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" + "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122850Z:b8035660-4ee2-438a-a5d1-5218d1708e32" + "WESTUS:20200413T053853Z:233bd231-6cac-4a53-9fde-686f5cbc011b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:28:50 GMT" + "Mon, 13 Apr 2020 05:38:52 GMT" ], "Content-Length": [ "30" @@ -6689,8 +6770,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6698,7 +6779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6708,39 +6789,36 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "e1f1ba51-fd61-4f7a-98ef-3296b2fcdac0" + "9787d210-8008-46ee-84e5-ae17b13bae1a" ], "x-ms-correlation-request-id": [ - "48774b84-2fd3-4abc-8cc0-642af9c17c8a" + "fe3571cd-c764-4343-a733-10a819419f9e" ], "x-ms-arm-service-request-id": [ - "ef006add-a499-46b9-a696-a57ada26b671" + "1a47fb81-9a9e-4dc2-a4c1-98c2c3b3a745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122901Z:48774b84-2fd3-4abc-8cc0-642af9c17c8a" + "WESTUS:20200413T053903Z:fe3571cd-c764-4343-a733-10a819419f9e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:00 GMT" + "Mon, 13 Apr 2020 05:39:03 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6749,20 +6827,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7b08e33f-f59d-4283-8b8c-d426caaa6302" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6772,61 +6856,57 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "7107c550-42dc-4f4e-b388-ab022dbc2406" + "0bd383f3-1625-4040-94b9-a11846bcff0f" ], "x-ms-correlation-request-id": [ - "a56c8dfd-83c3-4fe8-ae1f-105af2521fb9" + "0bd383f3-1625-4040-94b9-a11846bcff0f" ], - "x-ms-arm-service-request-id": [ - "c1278da4-c209-4bc7-8611-8315950db653" + "x-ms-routing-request-id": [ + "WESTUS:20200413T053903Z:0bd383f3-1625-4040-94b9-a11846bcff0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122911Z:a56c8dfd-83c3-4fe8-ae1f-105af2521fb9" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:11 GMT" - ], - "Content-Length": [ - "30" + "Mon, 13 Apr 2020 05:39:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "187" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "5dc61937-2083-4a58-a3f8-9f7a082f2d66" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6836,17 +6916,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"d78a11c2-80be-4be7-aab2-2ba497fea147\"" ], "x-ms-request-id": [ - "824ed8c8-c871-468b-97fb-0cfa3a9d0ad7" + "d25bd845-82a1-4cad-91a5-ac4b84e20dd9" ], "x-ms-correlation-request-id": [ - "ee6dd294-03e1-438c-a5b0-87488f7e416d" + "00700780-4294-4c87-99be-2d23e234c128" ], "x-ms-arm-service-request-id": [ - "be10c4bf-03a4-4dc5-b6c9-7ac1c5ef2b85" + "09194b41-2395-4620-bd58-7fa06a24e92c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6856,19 +6936,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122922Z:ee6dd294-03e1-438c-a5b0-87488f7e416d" + "WESTUS:20200413T053905Z:00700780-4294-4c87-99be-2d23e234c128" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:21 GMT" + "Mon, 13 Apr 2020 05:39:05 GMT" ], "Content-Length": [ - "30" + "867" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6877,20 +6957,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d78a11c2-80be-4be7-aab2-2ba497fea147\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "91001228-58ff-4836-84d5-24191dc5f788" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6900,17 +6986,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"d78a11c2-80be-4be7-aab2-2ba497fea147\"" ], "x-ms-request-id": [ - "0222c47f-1ca3-4ce4-8d53-7949b450d946" + "574a2030-8c94-479a-ac76-66c0cbe4124f" ], "x-ms-correlation-request-id": [ - "22e16d28-dbc1-46ba-b20e-887d59afe40e" + "27cec413-42a6-424f-98a4-091a45a79cab" ], "x-ms-arm-service-request-id": [ - "a16dd572-621e-49bd-a437-3477431c45aa" + "bef6af57-1c82-44f3-89bb-5f94f4878b21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6920,19 +7006,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122932Z:22e16d28-dbc1-46ba-b20e-887d59afe40e" + "WESTUS:20200413T053905Z:27cec413-42a6-424f-98a4-091a45a79cab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:31 GMT" + "Mon, 13 Apr 2020 05:39:04 GMT" ], "Content-Length": [ - "30" + "867" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6941,20 +7027,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d78a11c2-80be-4be7-aab2-2ba497fea147\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "f0ffc2c0-64f9-4bfe-b523-f5caa9f42942" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -6964,17 +7056,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" ], "x-ms-request-id": [ - "e1c2df08-6e4b-440a-8d6a-851aa0bbde2a" + "8d37666c-5fa4-44df-9679-3ee5700ef660" ], "x-ms-correlation-request-id": [ - "0f2ae685-80cf-449d-9f36-32679d2d52c1" + "49a9798d-32da-4143-b6f2-baacdd3f4a68" ], "x-ms-arm-service-request-id": [ - "7ed344a4-caf1-4e6e-97e9-b6b174f95f74" + "0c48527b-71f1-48eb-ad28-096809f6a997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6984,19 +7076,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122942Z:0f2ae685-80cf-449d-9f36-32679d2d52c1" + "WESTUS:20200413T054459Z:49a9798d-32da-4143-b6f2-baacdd3f4a68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:41 GMT" + "Mon, 13 Apr 2020 05:44:58 GMT" ], "Content-Length": [ - "30" + "1069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7005,20 +7097,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a7eea920-181c-41b5-9a53-4abefb2160a4" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7028,17 +7126,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" ], "x-ms-request-id": [ - "d9bd00ce-938a-415b-bf8a-abb330c75fec" + "7bc565ec-ee54-47a2-a538-f4bc46b33ab4" ], "x-ms-correlation-request-id": [ - "04d3c877-41bc-409e-a5fb-12551a7c537f" + "535c5b3b-384d-4a22-8470-2c9b684e4bcc" ], "x-ms-arm-service-request-id": [ - "cfd65745-5762-43e6-a4f4-380862c1019b" + "342f4027-e02d-438a-966a-d88ac792c395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7048,19 +7146,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T122952Z:04d3c877-41bc-409e-a5fb-12551a7c537f" + "WESTUS:20200413T054459Z:535c5b3b-384d-4a22-8470-2c9b684e4bcc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:29:52 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "30" + "1069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7069,20 +7167,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "dbc42fb6-2a2e-48e3-b299-f339e192d1cd" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7092,17 +7196,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" ], "x-ms-request-id": [ - "735b2e02-8a18-4ab5-9b0c-1c10cc5b4113" + "a519fc21-d3ca-4de7-ade0-b13c32fee3a0" ], "x-ms-correlation-request-id": [ - "409f1877-a528-4338-a11c-3adfacff0556" + "5f08dd98-9725-41a0-a52d-ce5a7de2dae2" ], "x-ms-arm-service-request-id": [ - "03fe0e9b-79ed-4ea2-9221-80981bbc74fa" + "d76bce44-d66b-4e7f-9b14-a92690c20385" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7112,19 +7216,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123002Z:409f1877-a528-4338-a11c-3adfacff0556" + "WESTUS:20200413T054459Z:5f08dd98-9725-41a0-a52d-ce5a7de2dae2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:02 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "30" + "1069" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7133,20 +7237,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a92196a2-525e-4d41-a4d7-0ea5fbb8230e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7156,17 +7266,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" ], "x-ms-request-id": [ - "ff817e36-4060-464c-927d-620b480bc983" + "74ccf9b7-1b05-4079-be47-974fee251996" ], "x-ms-correlation-request-id": [ - "33ade692-6e82-4684-b3dc-49e8a8655422" + "49be99f5-8812-44f8-8a0b-64dfe304c5be" ], "x-ms-arm-service-request-id": [ - "47c5ee69-9475-40f3-b77e-85b72580685c" + "fce48c07-b2b5-41e1-9ba8-b4a910ed8183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7176,19 +7286,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123013Z:33ade692-6e82-4684-b3dc-49e8a8655422" + "WESTUS:20200413T054459Z:49be99f5-8812-44f8-8a0b-64dfe304c5be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:13 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7197,20 +7307,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "d82a52a6-b9e7-419f-adcf-b793a6ee2216" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7220,39 +7336,39 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" ], "x-ms-request-id": [ - "6c43e860-4599-4f5e-b245-8131dc5944d6" + "d85d5b2d-ad1f-473f-8610-d5a071c5a146" ], "x-ms-correlation-request-id": [ - "da311ee3-9432-4626-bdb7-8e9afb713af5" + "0964233c-8b96-4e74-bfd7-031938c51638" ], "x-ms-arm-service-request-id": [ - "7a2bbcbb-5093-4cab-87fd-aba0435ab917" + "b11a260b-9f9a-4dc5-835a-e10a93f0f177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123023Z:da311ee3-9432-4626-bdb7-8e9afb713af5" + "WESTUS:20200413T054500Z:0964233c-8b96-4e74-bfd7-031938c51638" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:23 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7261,20 +7377,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "38640f16-eb48-4821-8840-ef627e0647a0" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7284,17 +7406,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" ], "x-ms-request-id": [ - "705cf04f-f8cf-40e3-861d-5d71870bc7ab" + "a737cdc4-27ac-4705-b295-47cdd4117a18" ], "x-ms-correlation-request-id": [ - "d75f0b3b-0932-49fe-a4b3-3dfdf8169824" + "92f98108-57e3-4a56-9b33-0ac4645f8936" ], "x-ms-arm-service-request-id": [ - "7e1599c7-8d70-41a8-bcdd-051770fead26" + "9a9fd456-ce1f-43e5-a624-53820b080a7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7304,19 +7426,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" + "11957" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123034Z:d75f0b3b-0932-49fe-a4b3-3dfdf8169824" + "WESTUS:20200413T054500Z:92f98108-57e3-4a56-9b33-0ac4645f8936" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:33 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7325,20 +7447,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7acaeb44-1211-4d18-9df9-958764bf9629" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7348,17 +7476,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" ], "x-ms-request-id": [ - "b0c1e728-4245-4ddc-97db-a7cade21cdec" + "242b35f3-5abf-4f2a-889d-0b05de3125d8" ], "x-ms-correlation-request-id": [ - "152639ea-b49b-4c49-8274-d52e857e938e" + "b5739954-52a8-439c-a7bc-895f1af84333" ], "x-ms-arm-service-request-id": [ - "23cbe42b-b0fd-4ff9-8f02-4688263cb9da" + "374a5179-f171-4ffa-9d3c-cae725df8c8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7368,19 +7496,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123044Z:152639ea-b49b-4c49-8274-d52e857e938e" + "WESTUS:20200413T054500Z:b5739954-52a8-439c-a7bc-895f1af84333" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:43 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7389,20 +7517,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0e1eae76-304c-4d41-bcfb-5796417ab0ec" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7412,17 +7546,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" ], "x-ms-request-id": [ - "94df352b-2999-4cc6-b0ed-503fe5dfcefc" + "a1dbe35d-65a3-4ea3-8edd-f580ee32d912" ], "x-ms-correlation-request-id": [ - "480629fb-7a27-48c8-bce2-8a1ef8314494" + "8a46aac1-362c-458a-8001-da29626ff36d" ], "x-ms-arm-service-request-id": [ - "db34913b-c3a7-4951-8c83-13f1f981fcf7" + "a6238eac-7ad7-498d-bf46-c6b229399cfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7432,19 +7566,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123054Z:480629fb-7a27-48c8-bce2-8a1ef8314494" + "WESTUS:20200413T054500Z:8a46aac1-362c-458a-8001-da29626ff36d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:30:53 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7453,20 +7587,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "bba10359-9b2c-4ce0-8f04-4f848cffd88b" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7476,17 +7616,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"dad6cfab-a971-497a-8fb9-c8532b97d986\"" ], "x-ms-request-id": [ - "b9c4bb72-7f8e-4445-9172-722e476c088b" + "279b5cb3-8aa2-4fa8-98dc-a27ec965dda9" ], "x-ms-correlation-request-id": [ - "24eceb96-f95f-4d24-904e-43779b2eb9de" + "95d146b5-52bb-4da0-9d96-d2d844a46cc4" ], "x-ms-arm-service-request-id": [ - "00fe613b-ca4f-4d90-b46b-4768609930ba" + "b2570774-12df-4d9f-ac71-20b4b3610e6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7496,19 +7636,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123104Z:24eceb96-f95f-4d24-904e-43779b2eb9de" + "WESTUS:20200413T054500Z:95d146b5-52bb-4da0-9d96-d2d844a46cc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:04 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "2518" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7517,20 +7657,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "aa4c6a4b-d05b-4d4d-a61f-f5a820c5972a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7540,17 +7686,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"dad6cfab-a971-497a-8fb9-c8532b97d986\"" ], "x-ms-request-id": [ - "2db77e2f-1b88-4a45-92ee-546dbc82dc83" + "b2a8d9f7-fc40-4948-8524-04c9aca20bdc" ], "x-ms-correlation-request-id": [ - "5146d823-c39e-4742-84d7-ddd5dabfe7eb" + "1809d5da-64b6-4bdf-8407-068c9faf1e67" ], "x-ms-arm-service-request-id": [ - "646a87e3-84c9-423d-9214-e2e20ce40773" + "e03c57cc-61ab-490d-831d-6c7084a714f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7560,19 +7706,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123114Z:5146d823-c39e-4742-84d7-ddd5dabfe7eb" + "WESTUS:20200413T054501Z:1809d5da-64b6-4bdf-8407-068c9faf1e67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:14 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "2518" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7581,20 +7727,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "556349bd-0389-45b8-9b55-8ceaf4dc4123" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "493" ] }, "ResponseHeaders": { @@ -7604,17 +7762,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "02d5cbc1-2989-41ed-bb59-15ada360f813" + "c23d88e7-5b4b-434e-8ec7-ac82b95f2147" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c23d88e7-5b4b-434e-8ec7-ac82b95f2147?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "e7112810-3d52-40a9-8b7b-72f5c471b8bf" + "366653b5-657f-47aa-8843-dd6eeba7a15a" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "69e19c28-75d2-40a8-a9fe-37b253407a82" + "31a30856-5bf5-4cac-8cf7-4342f49666f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7623,20 +7784,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123125Z:e7112810-3d52-40a9-8b7b-72f5c471b8bf" + "WESTUS:20200413T053905Z:366653b5-657f-47aa-8843-dd6eeba7a15a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:24 GMT" + "Mon, 13 Apr 2020 05:39:04 GMT" ], "Content-Length": [ - "30" + "866" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7645,20 +7806,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"99dc1a40-bcfd-4a41-82a7-6ea980055058\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", + "x-ms-client-request-id": [ + "4e04ec61-fb2b-4e9b-ae17-54221f84ff2c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1269" ] }, "ResponseHeaders": { @@ -7668,17 +7841,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "d49fbaef-b064-4b7e-a50f-9b92c5c1510b" + "97c9e040-7660-44ef-a329-656e041d7d6f" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/97c9e040-7660-44ef-a329-656e041d7d6f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ed6bb119-4595-41db-a200-673fdbf56867" + "8596eaa6-34f0-413f-806a-6ec3659a4b3d" ], "x-ms-arm-service-request-id": [ - "947dfb72-31b5-488c-81b3-9b244c99f563" + "5c01895a-7e38-4843-8b5d-94f268b31f58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7687,20 +7860,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123135Z:ed6bb119-4595-41db-a200-673fdbf56867" + "WESTUS:20200413T054459Z:8596eaa6-34f0-413f-806a-6ec3659a4b3d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:34 GMT" + "Mon, 13 Apr 2020 05:44:59 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7709,20 +7882,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "66e76606-13f4-4b74-82c0-76069bcfbd5f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2076" ] }, "ResponseHeaders": { @@ -7732,39 +7917,39 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "2e041dfc-8d1d-417d-b587-708311c72f6e" + "4bcb121f-82ff-4b51-84b3-2cb290f06ae2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4bcb121f-82ff-4b51-84b3-2cb290f06ae2?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "7e899242-b8a5-449e-9c6b-e477597af053" + "ea77b463-87a8-43fe-be76-b1a6374ed6dd" ], "x-ms-arm-service-request-id": [ - "18528710-23c8-4e46-ab59-56700fabddca" + "2501c465-12ef-4d99-a7fb-696898cf632c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123145Z:7e899242-b8a5-449e-9c6b-e477597af053" + "WESTUS:20200413T054500Z:ea77b463-87a8-43fe-be76-b1a6374ed6dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:45 GMT" + "Mon, 13 Apr 2020 05:45:00 GMT" ], "Content-Length": [ - "30" + "2518" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7773,12 +7958,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7786,7 +7971,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7800,13 +7985,13 @@ "10" ], "x-ms-request-id": [ - "32e3f2fe-3e99-4071-a570-6588b9a069d5" + "77ffbd2a-1e30-4d3c-b33f-fa63347a378b" ], "x-ms-correlation-request-id": [ - "0fde5c73-a2fc-4f42-aea3-c9fe56f365b8" + "c24bad64-9639-4b3b-bfbe-81485dfc593a" ], "x-ms-arm-service-request-id": [ - "c2fe2c28-ff72-4a93-9cf7-e57db997855b" + "950115ce-cb0f-45ea-87ed-552b02e0c130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7816,16 +8001,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" + "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123156Z:0fde5c73-a2fc-4f42-aea3-c9fe56f365b8" + "WESTUS:20200413T053916Z:c24bad64-9639-4b3b-bfbe-81485dfc593a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:31:56 GMT" + "Mon, 13 Apr 2020 05:39:16 GMT" ], "Content-Length": [ "30" @@ -7841,8 +8026,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7850,7 +8035,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7864,13 +8049,13 @@ "10" ], "x-ms-request-id": [ - "1e904c97-de7b-478c-8b60-c0d9fca62b34" + "56a7e346-5c95-4c94-812a-18c0032a5901" ], "x-ms-correlation-request-id": [ - "3b013ede-9f2f-4848-a25e-8231f9a75605" + "9440a8ad-7180-4780-9021-5805b571d02d" ], "x-ms-arm-service-request-id": [ - "4b3777c9-9c47-4488-8014-068ea5b57366" + "2402d072-e791-4fdd-af61-46b78200eba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7880,16 +8065,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123206Z:3b013ede-9f2f-4848-a25e-8231f9a75605" + "WESTUS:20200413T053926Z:9440a8ad-7180-4780-9021-5805b571d02d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:06 GMT" + "Mon, 13 Apr 2020 05:39:26 GMT" ], "Content-Length": [ "30" @@ -7905,8 +8090,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7914,7 +8099,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7928,13 +8113,13 @@ "10" ], "x-ms-request-id": [ - "0882f9ee-225f-4035-a060-8dede9827a21" + "c4e4181c-99dd-40d6-9885-fd1dbe0f2013" ], "x-ms-correlation-request-id": [ - "a8fff140-bcae-4eba-9e7d-80c73bb2943f" + "959be128-2557-49b6-bc58-3f67680d1770" ], "x-ms-arm-service-request-id": [ - "d95d1f03-63ce-4d66-92f5-76646c93a2fd" + "afe0546d-b5a8-4baa-97f1-97b78409090d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7944,16 +8129,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" + "11992" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123216Z:a8fff140-bcae-4eba-9e7d-80c73bb2943f" + "WESTUS:20200413T053936Z:959be128-2557-49b6-bc58-3f67680d1770" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:16 GMT" + "Mon, 13 Apr 2020 05:39:36 GMT" ], "Content-Length": [ "30" @@ -7969,8 +8154,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7978,7 +8163,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -7992,13 +8177,13 @@ "10" ], "x-ms-request-id": [ - "537b7d63-b01b-4794-a4bb-26c4bf2a5566" + "fb9bb46c-8a08-41fa-ab1a-62d7e69c849e" ], "x-ms-correlation-request-id": [ - "74086a20-8ac7-4219-ac2d-da33fb80b2f0" + "c6852bc7-e464-4fb9-9936-5daf71c97aca" ], "x-ms-arm-service-request-id": [ - "98e9c49b-2a5e-4816-ba70-c9f3d4975fcb" + "55f2389d-0fd8-4227-9d01-a9e944b4538a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8008,16 +8193,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" + "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123227Z:74086a20-8ac7-4219-ac2d-da33fb80b2f0" + "WESTUS:20200413T053946Z:c6852bc7-e464-4fb9-9936-5daf71c97aca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:26 GMT" + "Mon, 13 Apr 2020 05:39:46 GMT" ], "Content-Length": [ "30" @@ -8033,8 +8218,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8042,7 +8227,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8056,13 +8241,13 @@ "10" ], "x-ms-request-id": [ - "b016e9a1-8be6-4050-b2bc-aa2ec1245a81" + "2f0a49ea-1eb0-485d-8e8c-5ad1b9e2aba3" ], "x-ms-correlation-request-id": [ - "eb903ea8-adf6-49e2-840f-c42db6a9611e" + "d95a02b9-a7f2-4d31-bada-abf16630b886" ], "x-ms-arm-service-request-id": [ - "da4b776b-f1f4-43a1-85be-36690a598e12" + "a822ded9-6ae4-4952-9d2a-f77098cfc700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8072,16 +8257,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" + "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123237Z:eb903ea8-adf6-49e2-840f-c42db6a9611e" + "WESTUS:20200413T053957Z:d95a02b9-a7f2-4d31-bada-abf16630b886" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:36 GMT" + "Mon, 13 Apr 2020 05:39:56 GMT" ], "Content-Length": [ "30" @@ -8097,8 +8282,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8106,7 +8291,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8120,13 +8305,13 @@ "10" ], "x-ms-request-id": [ - "5453eb94-954d-468a-8ebb-b8f42713e4a7" + "d6b1eacc-5e40-42a4-82b0-abbb9006af89" ], "x-ms-correlation-request-id": [ - "b8349caf-f95a-4bcb-85d5-33e330f950ab" + "dc4a0a1c-029f-411b-8eb5-03d00a242d2a" ], "x-ms-arm-service-request-id": [ - "110376ef-bf7f-421d-95c7-0c0cd9e18424" + "fffc5669-af9c-4c49-99ea-8b3d90298ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8136,16 +8321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11890" + "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123247Z:b8349caf-f95a-4bcb-85d5-33e330f950ab" + "WESTUS:20200413T054007Z:dc4a0a1c-029f-411b-8eb5-03d00a242d2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:47 GMT" + "Mon, 13 Apr 2020 05:40:06 GMT" ], "Content-Length": [ "30" @@ -8161,8 +8346,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8170,7 +8355,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8184,32 +8369,32 @@ "10" ], "x-ms-request-id": [ - "25828ce8-65dc-4010-b40a-ee4eb38cb834" + "0e1f1b5f-ae6b-4134-b1d3-e1db46a01f7b" ], "x-ms-correlation-request-id": [ - "dec33d97-d796-4da6-9672-9761b4e63cc7" + "0f5af8c9-09f5-4b05-aecc-484d5d9d3f2f" ], "x-ms-arm-service-request-id": [ - "a7c1a299-8b21-49e9-8b48-221693a7cdc8" + "d585ff3c-d457-4e1e-96f2-e2bef5dad876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11889" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123257Z:dec33d97-d796-4da6-9672-9761b4e63cc7" + "WESTUS:20200413T054017Z:0f5af8c9-09f5-4b05-aecc-484d5d9d3f2f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:32:57 GMT" + "Mon, 13 Apr 2020 05:40:16 GMT" ], "Content-Length": [ "30" @@ -8225,8 +8410,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8234,7 +8419,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8248,32 +8433,32 @@ "10" ], "x-ms-request-id": [ - "3b340dd6-f090-4950-9697-50fa2d0e1e8f" + "186652ee-9eed-4174-9f35-55cc4a803204" ], "x-ms-correlation-request-id": [ - "05ce49dd-9c4f-4b31-b439-cd7e5865a1bf" + "18a9d053-1b58-4011-abb2-92bc2aad295e" ], "x-ms-arm-service-request-id": [ - "611ee0b4-e303-4bfe-8ef9-e9ab8df62417" + "6343005e-0031-400d-a1a1-48bc3d24f889" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11888" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123308Z:05ce49dd-9c4f-4b31-b439-cd7e5865a1bf" + "WESTUS:20200413T054027Z:18a9d053-1b58-4011-abb2-92bc2aad295e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:07 GMT" + "Mon, 13 Apr 2020 05:40:26 GMT" ], "Content-Length": [ "30" @@ -8289,8 +8474,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/a7e75b01-e66a-4857-9d3d-5bcec7344284?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E3ZTc1YjAxLWU2NmEtNDg1Ny05ZDNkLTViY2VjNzM0NDI4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8298,7 +8483,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8308,14 +8493,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "f2378440-16e6-4734-9329-24b19bbee503" + "6b1638b4-1e9d-46c8-8222-1c86fc55ff45" ], "x-ms-correlation-request-id": [ - "3e9535e0-9dd8-4160-8b7b-f55e9ffab079" + "a62259a7-2664-4f71-bcfe-6c5429bf529b" ], "x-ms-arm-service-request-id": [ - "efb5c78e-a8fa-4c3d-a6e2-b70c10ad2afd" + "d8037545-a26f-48b5-a82d-6684f9e803cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8325,19 +8513,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11887" + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123318Z:3e9535e0-9dd8-4160-8b7b-f55e9ffab079" + "WESTUS:20200413T054037Z:a62259a7-2664-4f71-bcfe-6c5429bf529b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:18 GMT" + "Mon, 13 Apr 2020 05:40:36 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8346,12 +8534,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/449a045e-2c74-4106-95a0-450594028200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ0OWEwNDVlLTJjNzQtNDEwNi05NWEwLTQ1MDU5NDAyODIwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8359,7 +8547,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8373,13 +8561,13 @@ "10" ], "x-ms-request-id": [ - "07171876-9058-4ae8-9b82-b048fb477fee" + "e916c721-9f99-434d-af7f-38690bdba028" ], "x-ms-correlation-request-id": [ - "dc0d8ff6-0654-4605-9b2e-4af89c731709" + "0b4e7a08-278b-45ed-b2c7-a661bf1e400d" ], "x-ms-arm-service-request-id": [ - "3dd32f1a-9f62-4456-a1c9-148c1c24f9a0" + "a490bf32-710b-47c0-8d9d-41829fdff6e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8389,16 +8577,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123335Z:dc0d8ff6-0654-4605-9b2e-4af89c731709" + "WESTUS:20200413T054047Z:0b4e7a08-278b-45ed-b2c7-a661bf1e400d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:34 GMT" + "Mon, 13 Apr 2020 05:40:46 GMT" ], "Content-Length": [ "30" @@ -8414,8 +8602,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/449a045e-2c74-4106-95a0-450594028200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ0OWEwNDVlLTJjNzQtNDEwNi05NWEwLTQ1MDU5NDAyODIwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8423,7 +8611,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8437,13 +8625,13 @@ "10" ], "x-ms-request-id": [ - "9bdec596-4f17-41ad-a3f8-f04a63b0bfa7" + "af2ada08-37bd-4c98-beee-11b98ca94263" ], "x-ms-correlation-request-id": [ - "f62deaba-6770-4e61-98e8-c423336ac536" + "ccb1e6ca-3c3d-42ef-926a-fdf7008e8994" ], "x-ms-arm-service-request-id": [ - "416b8398-5c70-4d5e-a6c6-2df9b2d806d4" + "fccd52a1-1f37-4194-912a-5dfeb92ccdd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8453,16 +8641,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123345Z:f62deaba-6770-4e61-98e8-c423336ac536" + "WESTUS:20200413T054057Z:ccb1e6ca-3c3d-42ef-926a-fdf7008e8994" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:45 GMT" + "Mon, 13 Apr 2020 05:40:57 GMT" ], "Content-Length": [ "30" @@ -8478,8 +8666,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/449a045e-2c74-4106-95a0-450594028200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ0OWEwNDVlLTJjNzQtNDEwNi05NWEwLTQ1MDU5NDAyODIwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8487,7 +8675,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8497,14 +8685,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "fc5808a2-f095-406a-b309-91ad4add6231" + "30168ed0-42eb-4282-870d-a55508f29f8a" ], "x-ms-correlation-request-id": [ - "66ef6ecd-c3a4-4a21-935b-f857304f1251" + "16d7c916-441b-4aa9-9074-4da4ae8bde8d" ], "x-ms-arm-service-request-id": [ - "3f3b61ef-fcb2-430f-8081-0a8655f3a762" + "c4ba7d55-9e1a-463e-83cb-eb04520e6b8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8514,19 +8705,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123356Z:66ef6ecd-c3a4-4a21-935b-f857304f1251" + "WESTUS:20200413T054107Z:16d7c916-441b-4aa9-9074-4da4ae8bde8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:55 GMT" + "Mon, 13 Apr 2020 05:41:07 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8535,26 +8726,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "0eb4ead4-f788-4e11-8639-2c5f78b956b9" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8564,57 +8749,61 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "b0ca643e-8b2f-45a4-bddb-217ff58f73db" + "1ebf035c-6ed8-4ab5-82f3-db6226df0c6c" ], "x-ms-correlation-request-id": [ - "b0ca643e-8b2f-45a4-bddb-217ff58f73db" + "2fd29dd5-c058-4cf4-82ea-5a5530afe442" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123357Z:b0ca643e-8b2f-45a4-bddb-217ff58f73db" + "x-ms-arm-service-request-id": [ + "96df4906-a7b7-471e-aca2-ea34c705e543" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054117Z:2fd29dd5-c058-4cf4-82ea-5a5530afe442" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:33:56 GMT" + "Mon, 13 Apr 2020 05:41:17 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "187" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps2327' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "0ec043ef-b8ea-44d2-93ff-185c09ee0ad6" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8624,39 +8813,39 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"fee4c849-0c02-4b07-aa6d-15e2e80ac93f\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "312a5707-af44-48a0-a30f-847b0d5fec54" + "e735697c-5ec5-4ce2-b9f9-af949c7ee7b6" ], "x-ms-correlation-request-id": [ - "2dd5ab71-e202-4cf2-b41f-a3862949d20e" + "3ef0226c-76f2-4f27-9bd0-6ee124de248a" ], "x-ms-arm-service-request-id": [ - "0e3cdc62-1c6d-45c6-9ecb-22bed4df973c" + "7830ee3e-2465-4244-8c53-458117063ceb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123403Z:2dd5ab71-e202-4cf2-b41f-a3862949d20e" + "WESTUS:20200413T054127Z:3ef0226c-76f2-4f27-9bd0-6ee124de248a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:02 GMT" + "Mon, 13 Apr 2020 05:41:27 GMT" ], "Content-Length": [ - "867" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8665,26 +8854,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"fee4c849-0c02-4b07-aa6d-15e2e80ac93f\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9b41b23c-98f2-463f-9d89-d2724e469342" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8694,17 +8877,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"fee4c849-0c02-4b07-aa6d-15e2e80ac93f\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "775cce9c-9a24-4bb1-8d07-620a2c49fd87" + "751712e6-fea3-47dc-8ce7-f5fff7c45a54" ], "x-ms-correlation-request-id": [ - "2c8623bb-d961-4606-bfaf-3bced7f1aa04" + "3406c77c-cb0d-482e-9870-31fb27d4597b" ], "x-ms-arm-service-request-id": [ - "af806516-a8b3-4a10-89b7-bc7b6f7da305" + "cfc1188a-a3cf-47ff-95ec-a19449b54704" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8714,19 +8897,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123406Z:2c8623bb-d961-4606-bfaf-3bced7f1aa04" + "WESTUS:20200413T054137Z:3406c77c-cb0d-482e-9870-31fb27d4597b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:05 GMT" + "Mon, 13 Apr 2020 05:41:37 GMT" ], "Content-Length": [ - "867" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8735,26 +8918,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"fee4c849-0c02-4b07-aa6d-15e2e80ac93f\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "13cd87dc-997d-4dcf-b836-be067e8bf5d8" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8764,17 +8941,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"9691ebbb-e986-42d0-af15-0b0b82c225df\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "2bd35c3a-6a02-46d2-aeee-1927b0202ba4" + "93130f99-ee4d-4b89-ba7d-0c5cfaf7d686" ], "x-ms-correlation-request-id": [ - "a7ef47c6-e750-47c8-acdc-9ba498da1c59" + "9124c38f-71da-4846-aeba-16d8ec9f13a6" ], "x-ms-arm-service-request-id": [ - "de65e331-6c0c-422e-9c6a-4efe112b0ed7" + "1d204775-d3e3-455b-ab97-a292ac4af434" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8784,19 +8961,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123434Z:a7ef47c6-e750-47c8-acdc-9ba498da1c59" + "WESTUS:20200413T054147Z:9124c38f-71da-4846-aeba-16d8ec9f13a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:33 GMT" + "Mon, 13 Apr 2020 05:41:47 GMT" ], "Content-Length": [ - "1069" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8805,26 +8982,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"9691ebbb-e986-42d0-af15-0b0b82c225df\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "5464929c-15e6-42b2-80ab-59411dd712cd" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8834,17 +9005,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"9691ebbb-e986-42d0-af15-0b0b82c225df\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "27004161-ce3b-47c2-8366-9e1dfb531045" + "63300600-af68-432e-8129-20a7172ad483" ], "x-ms-correlation-request-id": [ - "20506058-0569-460c-a0cb-9d9e90e2f32f" + "860ceb06-aca5-4047-b9cc-66cf837f3602" ], "x-ms-arm-service-request-id": [ - "a58e1628-4c46-4d5c-916f-78f08df035e4" + "b4062426-2817-43ea-b00b-19c17afc026f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8854,19 +9025,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11978" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123435Z:20506058-0569-460c-a0cb-9d9e90e2f32f" + "WESTUS:20200413T054157Z:860ceb06-aca5-4047-b9cc-66cf837f3602" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:34 GMT" + "Mon, 13 Apr 2020 05:41:57 GMT" ], "Content-Length": [ - "1069" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8875,26 +9046,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"9691ebbb-e986-42d0-af15-0b0b82c225df\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a0809c6d-a09a-4750-9bd6-8842991ca65b" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8904,17 +9069,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"9691ebbb-e986-42d0-af15-0b0b82c225df\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "b70e262a-9673-4528-b97b-4c3599b5b3c2" + "4d11b254-8d39-484a-b480-b247bf692642" ], "x-ms-correlation-request-id": [ - "d872a474-46d6-4610-9aa2-49f762a56564" + "900cc25e-5ed0-4eae-88c6-9b1a2f9fbe83" ], "x-ms-arm-service-request-id": [ - "fdc714a9-1b46-4256-b3d9-66d368950968" + "b076b964-a2fe-4d4b-b17d-546ee77ee1ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8924,19 +9089,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123435Z:d872a474-46d6-4610-9aa2-49f762a56564" + "WESTUS:20200413T054207Z:900cc25e-5ed0-4eae-88c6-9b1a2f9fbe83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:34 GMT" + "Mon, 13 Apr 2020 05:42:07 GMT" ], "Content-Length": [ - "1069" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -8945,26 +9110,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"9691ebbb-e986-42d0-af15-0b0b82c225df\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "33bb51da-9561-45d6-afb9-f7b3625704d1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -8974,17 +9133,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "f108a074-eec4-4e77-bd3f-b940aef56b44" + "c0250dba-8067-4255-aeca-d277d4f34002" ], "x-ms-correlation-request-id": [ - "e1e23d16-0288-431d-88d8-294a3785e22e" + "aec0e4fc-4d84-45b2-8038-358e3582e5f3" ], "x-ms-arm-service-request-id": [ - "f58c9d94-ef41-426c-a91c-3433fb3efcdb" + "4d16accb-650c-461c-8e10-678fb2861539" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8994,19 +9153,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123436Z:e1e23d16-0288-431d-88d8-294a3785e22e" + "WESTUS:20200413T054217Z:aec0e4fc-4d84-45b2-8038-358e3582e5f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:35 GMT" + "Mon, 13 Apr 2020 05:42:17 GMT" ], "Content-Length": [ - "1711" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9015,26 +9174,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8729de50-97d6-4578-8527-e6cf5dd2f3a9" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9044,17 +9197,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "0ad05211-0929-4360-a076-799e5d4eaac1" + "f292bb49-9ba1-4f3c-be9a-c1c9913fef77" ], "x-ms-correlation-request-id": [ - "0402fb21-21c6-4fa3-a49e-3ad6978ec88f" + "5e46ad8e-c9a5-437f-86ad-e6ec188e8fdb" ], "x-ms-arm-service-request-id": [ - "625e3143-bbc2-4226-aa7f-699bf4b5bda8" + "bbb62c2a-d19a-4aae-b4b1-6359a3d4ec8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9064,19 +9217,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11975" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123437Z:0402fb21-21c6-4fa3-a49e-3ad6978ec88f" + "WESTUS:20200413T054227Z:5e46ad8e-c9a5-437f-86ad-e6ec188e8fdb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:36 GMT" + "Mon, 13 Apr 2020 05:42:27 GMT" ], "Content-Length": [ - "1711" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9085,26 +9238,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9e004813-7da8-4193-a5f4-2dc210813821" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9114,39 +9261,39 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "2e15807b-83a1-4891-bc88-ccda74ced09b" + "9cfdea98-1fe2-4ae8-9b6a-b82a73a02455" ], "x-ms-correlation-request-id": [ - "732cb184-04af-4169-a479-38bde21041af" + "6fe5cb5d-31ee-4451-8bb3-5b3808d4e630" ], "x-ms-arm-service-request-id": [ - "201ea281-9402-4af4-bd71-11009c148c88" + "06bf61f2-441a-4105-bdd1-8d0825667f8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123437Z:732cb184-04af-4169-a479-38bde21041af" + "WESTUS:20200413T054238Z:6fe5cb5d-31ee-4451-8bb3-5b3808d4e630" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:37 GMT" + "Mon, 13 Apr 2020 05:42:37 GMT" ], "Content-Length": [ - "1711" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9155,26 +9302,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "35429d36-fb4e-449f-bf4d-ac24453c0df7" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9184,39 +9325,39 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "a49afd52-7109-4c30-b614-aa6239fa2da5" + "e1253367-3eae-430a-8f66-2d7dbc6c82ed" ], "x-ms-correlation-request-id": [ - "b2237e86-5700-436e-95ee-26bee359db35" + "b46fb388-66d3-4d14-8fa1-09a4ccdd8b89" ], "x-ms-arm-service-request-id": [ - "466acdff-2cde-416d-9ac8-b26be5445483" + "45f6b7bf-ba01-4a51-aa51-e9f36bbfd7ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123438Z:b2237e86-5700-436e-95ee-26bee359db35" + "WESTUS:20200413T054248Z:b46fb388-66d3-4d14-8fa1-09a4ccdd8b89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:38 GMT" + "Mon, 13 Apr 2020 05:42:48 GMT" ], "Content-Length": [ - "1711" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9225,26 +9366,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a3df5dbc-d672-4c6a-88d1-eb56848d8033" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9254,17 +9389,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "43c2b57b-b706-4a51-874d-6b19950bb1cf" + "c4b37915-2740-40b2-914e-a1370de4e0a9" ], "x-ms-correlation-request-id": [ - "4b146321-db85-434c-8c1c-14e56c5e0f92" + "153b515d-5593-4cfc-9590-827d7f56da91" ], "x-ms-arm-service-request-id": [ - "c4026f00-bfc1-426b-b077-ff559bb2d20c" + "6e0af85c-9bdf-4d90-af59-5c1376de9dd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9274,19 +9409,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123439Z:4b146321-db85-434c-8c1c-14e56c5e0f92" + "WESTUS:20200413T054258Z:153b515d-5593-4cfc-9590-827d7f56da91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:38 GMT" + "Mon, 13 Apr 2020 05:42:57 GMT" ], "Content-Length": [ - "1711" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9295,26 +9430,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "172421bc-5787-4405-9c6e-ebd4910af50e" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9324,17 +9453,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"ab0a4699-0127-4ada-bf0f-150b2fa582c2\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "5db6e13b-8418-436f-a0c2-f46741dd3829" + "d5e70183-525c-421f-b5d9-ab1339dbe011" ], "x-ms-correlation-request-id": [ - "d7851e1a-f2db-4db0-b9dd-779c9116c423" + "e95dd371-44a1-4467-80c3-3a016ef95996" ], "x-ms-arm-service-request-id": [ - "547a3443-81ea-4a55-b189-e8fb444b23f9" + "c40d5dab-8ac8-4f9d-a373-2470f532e333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9344,19 +9473,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11971" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123439Z:d7851e1a-f2db-4db0-b9dd-779c9116c423" + "WESTUS:20200413T054308Z:e95dd371-44a1-4467-80c3-3a016ef95996" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:39 GMT" + "Mon, 13 Apr 2020 05:43:07 GMT" ], "Content-Length": [ - "2518" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9365,26 +9494,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"ab0a4699-0127-4ada-bf0f-150b2fa582c2\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "eedfe925-1027-483b-a020-d07127ae4299" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9394,17 +9517,17 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"ab0a4699-0127-4ada-bf0f-150b2fa582c2\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "14190e16-0886-4ee6-a171-05f41e479442" + "4d09783f-a390-4832-a71e-b54a2953678a" ], "x-ms-correlation-request-id": [ - "63cee112-f0a5-462c-9a3d-6991c4abf389" + "457244b8-69e9-49e0-895c-e3b1fec14ee6" ], "x-ms-arm-service-request-id": [ - "0ed3db05-ca37-46bb-a36e-1931e90d31cf" + "4ba3aae5-f0d9-4ab3-b453-95512051bffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9414,19 +9537,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123440Z:63cee112-f0a5-462c-9a3d-6991c4abf389" + "WESTUS:20200413T054318Z:457244b8-69e9-49e0-895c-e3b1fec14ee6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:40 GMT" + "Mon, 13 Apr 2020 05:43:17 GMT" ], "Content-Length": [ - "2518" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9435,32 +9558,84 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"ab0a4699-0127-4ada-bf0f-150b2fa582c2\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "038ecc26-c4d9-4487-ae1e-22ed3c397ae1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "9c484881-118a-4ab2-b344-c9a8efc290b5" + ], + "x-ms-correlation-request-id": [ + "f276613a-3d14-4679-8a10-991cf7e4ccec" + ], + "x-ms-arm-service-request-id": [ + "4519147b-6468-4ecc-a321-5dc86a764336" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054328Z:f276613a-3d14-4679-8a10-991cf7e4ccec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:43:27 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "493" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9470,17 +9645,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "816388b3-c1e1-44f6-bea7-375ac9ae14b1" + "Retry-After": [ + "10" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/816388b3-c1e1-44f6-bea7-375ac9ae14b1?api-version=2020-03-01" + "x-ms-request-id": [ + "a4d0e094-ccd9-48ba-a027-4a4a854f533c" ], "x-ms-correlation-request-id": [ - "0caaf9e4-4c63-4dae-bf05-67870101d30d" + "a78b982c-0999-44ff-a15c-e48f1a7c4376" ], "x-ms-arm-service-request-id": [ - "6822893b-a9b7-4e80-859b-89a34ba73c8a" + "9672c23d-04a5-4c8a-8867-6b0abfc2a5b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9489,20 +9664,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123403Z:0caaf9e4-4c63-4dae-bf05-67870101d30d" + "WESTUS:20200413T054338Z:a78b982c-0999-44ff-a15c-e48f1a7c4376" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:02 GMT" + "Mon, 13 Apr 2020 05:43:37 GMT" ], "Content-Length": [ - "866" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9511,32 +9686,148 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"96f4a435-bd2e-4941-98df-3db2f42abeac\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "a88cf422-135e-4eb5-86ca-9e929674070d" + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Accept-Language": [ - "en-US" + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "200e0c3f-e1bc-41e0-8010-5179d09efbd9" ], + "x-ms-correlation-request-id": [ + "996fe4e5-5749-45a3-bd01-83be2b37768e" + ], + "x-ms-arm-service-request-id": [ + "b37b4415-d935-4d55-ad30-395332de5298" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054348Z:996fe4e5-5749-45a3-bd01-83be2b37768e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:43:47 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "67a3c50c-0678-4f3a-88d3-16db8cf42faa" + ], + "x-ms-correlation-request-id": [ + "ea27797c-3348-41e4-b2aa-b498962e37b7" + ], + "x-ms-arm-service-request-id": [ + "3d2a723e-71f4-4bdb-a843-0f9d87abf9d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054358Z:ea27797c-3348-41e4-b2aa-b498962e37b7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:43:57 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "1269" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" ] }, "ResponseHeaders": { @@ -9546,17 +9837,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "419a8467-6811-4fa7-bb5d-2578aba41fdf" + "Retry-After": [ + "10" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/419a8467-6811-4fa7-bb5d-2578aba41fdf?api-version=2020-03-01" + "x-ms-request-id": [ + "d92260ee-2837-43d8-9212-ce9f65e24d20" ], "x-ms-correlation-request-id": [ - "8534cc9d-3494-4f81-ad0a-9f2b4828e13f" + "49cfc3c1-a017-4501-a9da-a51220bea57b" ], "x-ms-arm-service-request-id": [ - "d0687907-7d1e-4a51-9fc5-f1af0ff1ff57" + "3d66044d-95f5-4a2a-801f-ca566af18940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9565,54 +9856,650 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054408Z:49cfc3c1-a017-4501-a9da-a51220bea57b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:07 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "b6f9c07a-5330-4a28-aeb8-fd10a8078e72" + ], + "x-ms-correlation-request-id": [ + "16d057e4-f457-4908-a194-2a5833d34e31" + ], + "x-ms-arm-service-request-id": [ + "7a45716d-a424-486e-97c9-6e305103a89c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054418Z:16d057e4-f457-4908-a194-2a5833d34e31" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:17 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e73aaefd-947d-4c0b-b798-a5360b85355f" + ], + "x-ms-correlation-request-id": [ + "14189392-e8a6-4b09-8fab-e79cbd38f1a2" + ], + "x-ms-arm-service-request-id": [ + "808bace5-62ac-4626-8c6a-6b399c6297be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054428Z:14189392-e8a6-4b09-8fab-e79cbd38f1a2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "4a4cde96-1634-41ab-b8af-93092fb5b3e0" + ], + "x-ms-correlation-request-id": [ + "07317559-1e57-40bf-96c4-0d13494643df" + ], + "x-ms-arm-service-request-id": [ + "bc7dd226-4635-447c-b893-ef4b2febaf85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054438Z:07317559-1e57-40bf-96c4-0d13494643df" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:38 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "15f7bb0c-2b9b-4df2-8786-364c19ce82a2" + ], + "x-ms-correlation-request-id": [ + "d64d0843-8c76-4b76-a4b1-cbe2b9930056" + ], + "x-ms-arm-service-request-id": [ + "9b6d9eb9-7321-48da-bfb9-b393da104578" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054448Z:d64d0843-8c76-4b76-a4b1-cbe2b9930056" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:48 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d68c4063-f989-4690-b826-5ef3a992e66a" + ], + "x-ms-correlation-request-id": [ + "b853bdac-bf04-4757-86af-4eaa0e828dd7" + ], + "x-ms-arm-service-request-id": [ + "689ba495-79eb-4918-ade9-f40feaf0dec3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054459Z:b853bdac-bf04-4757-86af-4eaa0e828dd7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:44:58 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6006?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjAwNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12795d92-2067-4f7d-b7b7-7063f2e7815f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "ad749eb8-a115-4515-a096-aaeccc03358b" + ], + "x-ms-correlation-request-id": [ + "ad749eb8-a115-4515-a096-aaeccc03358b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054501Z:ad749eb8-a115-4515-a096-aaeccc03358b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:45:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "400092f1-ace5-4484-a916-0b5785e3bfd8" + ], + "x-ms-correlation-request-id": [ + "400092f1-ace5-4484-a916-0b5785e3bfd8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054516Z:400092f1-ace5-4484-a916-0b5785e3bfd8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:45:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "deeba449-fbf4-4f10-a130-762cb5b1e5f5" + ], + "x-ms-correlation-request-id": [ + "deeba449-fbf4-4f10-a130-762cb5b1e5f5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054532Z:deeba449-fbf4-4f10-a130-762cb5b1e5f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:45:31 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "d1fe045f-a430-4fe1-9622-9622e7a49993" + ], + "x-ms-correlation-request-id": [ + "d1fe045f-a430-4fe1-9622-9622e7a49993" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200413T054547Z:d1fe045f-a430-4fe1-9622-9622e7a49993" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 13 Apr 2020 05:45:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "63b484b3-0900-49e3-a4f3-370c372b61fc" + ], + "x-ms-correlation-request-id": [ + "63b484b3-0900-49e3-a4f3-370c372b61fc" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123435Z:8534cc9d-3494-4f81-ad0a-9f2b4828e13f" + "WESTUS:20200413T054602Z:63b484b3-0900-49e3-a4f3-370c372b61fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:35 GMT" - ], - "Content-Length": [ - "1711" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:46:01 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d7b1dc24-8768-4203-8325-20ec8bf29ed8\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzMjMyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "beab5572-2db9-4586-af9c-9b997603bc61" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2076" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9622,53 +10509,46 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "51a5fdac-1c5c-4919-a451-4afea9acbd09" + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/51a5fdac-1c5c-4919-a451-4afea9acbd09?api-version=2020-03-01" + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "b7ea8d17-992e-41b3-b9a3-62e806e29ae2" ], "x-ms-correlation-request-id": [ - "130f7122-1ada-429b-a4a1-56a72ac2aa12" + "b7ea8d17-992e-41b3-b9a3-62e806e29ae2" ], - "x-ms-arm-service-request-id": [ - "a44cf6f4-0ac2-4fe0-b065-56f7e6603059" + "x-ms-routing-request-id": [ + "WESTUS:20200413T054617Z:b7ea8d17-992e-41b3-b9a3-62e806e29ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123439Z:130f7122-1ada-429b-a4a1-56a72ac2aa12" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:39 GMT" - ], - "Content-Length": [ - "2518" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:46:16 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"ab0a4699-0127-4ada-bf0f-150b2fa582c2\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps2327/providers/Microsoft.Network/applicationGateways/ps4064\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4cbd1fa2-ab37-4dc5-89d0-6981b0a813c6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRjYmQxZmEyLWFiMzctNGRjNS04OWQwLTY5ODFiMGE4MTNjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9676,7 +10556,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9686,53 +10566,46 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], "Retry-After": [ - "10" + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "x-ms-request-id": [ - "b2d3fdde-1bc8-4e45-8bf1-019ce11b3784" + "fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" ], "x-ms-correlation-request-id": [ - "8a5c241b-af8f-495f-bee8-2334dde0acfb" + "fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" ], - "x-ms-arm-service-request-id": [ - "34dfb04e-0e3d-4021-8c6b-26895b2b9f66" + "x-ms-routing-request-id": [ + "WESTUS:20200413T054632Z:fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123422Z:8a5c241b-af8f-495f-bee8-2334dde0acfb" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:22 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:46:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westus2/operations/4cbd1fa2-ab37-4dc5-89d0-6981b0a813c6?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzRjYmQxZmEyLWFiMzctNGRjNS04OWQwLTY5ODFiMGE4MTNjNj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9740,7 +10613,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.0.0.0" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9750,64 +10623,54 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-request-id": [ - "88535088-495f-4bca-a0b9-598753f14ef2" + "d8742ea7-0b6c-4db5-8bd7-3870bca5b175" ], "x-ms-correlation-request-id": [ - "4c3812cf-ac79-40b0-b5cd-254e12578d0c" + "d8742ea7-0b6c-4db5-8bd7-3870bca5b175" ], - "x-ms-arm-service-request-id": [ - "3c953b0d-7bbe-41af-bc6e-9f4c0d6fe26d" + "x-ms-routing-request-id": [ + "WESTUS:20200413T054647Z:d8742ea7-0b6c-4db5-8bd7-3870bca5b175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123432Z:4c3812cf-ac79-40b0-b5cd-254e12578d0c" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:32 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Mon, 13 Apr 2020 05:46:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps2327?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzMjMyNz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d8f1e823-caa1-4ddd-88cc-9138acb8f2e7" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9818,22 +10681,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "x-ms-request-id": [ - "eb5afd89-1041-4d8c-9c72-f04972fede11" + "87e29cdd-f94d-4157-a571-47b4ec07d561" ], "x-ms-correlation-request-id": [ - "eb5afd89-1041-4d8c-9c72-f04972fede11" + "87e29cdd-f94d-4157-a571-47b4ec07d561" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123445Z:eb5afd89-1041-4d8c-9c72-f04972fede11" + "WESTUS:20200413T054702Z:87e29cdd-f94d-4157-a571-47b4ec07d561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9842,7 +10705,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:34:44 GMT" + "Mon, 13 Apr 2020 05:47:01 GMT" ], "Expires": [ "-1" @@ -9855,8 +10718,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9864,7 +10727,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9875,22 +10738,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "0ab352c5-15e7-4ffe-9316-03eeb771c38b" + "05f0994f-7d51-4664-adbd-c77db359c8bb" ], "x-ms-correlation-request-id": [ - "0ab352c5-15e7-4ffe-9316-03eeb771c38b" + "05f0994f-7d51-4664-adbd-c77db359c8bb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123500Z:0ab352c5-15e7-4ffe-9316-03eeb771c38b" + "WESTUS:20200413T054717Z:05f0994f-7d51-4664-adbd-c77db359c8bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9899,7 +10762,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:35:00 GMT" + "Mon, 13 Apr 2020 05:47:16 GMT" ], "Expires": [ "-1" @@ -9912,8 +10775,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9921,7 +10784,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9932,22 +10795,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "9199a629-ae1a-4bd5-abec-e8d7f1f62fb1" + "ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" ], "x-ms-correlation-request-id": [ - "9199a629-ae1a-4bd5-abec-e8d7f1f62fb1" + "ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123515Z:9199a629-ae1a-4bd5-abec-e8d7f1f62fb1" + "WESTUS:20200413T054732Z:ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9956,7 +10819,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:35:15 GMT" + "Mon, 13 Apr 2020 05:47:31 GMT" ], "Expires": [ "-1" @@ -9969,8 +10832,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9978,7 +10841,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -9989,22 +10852,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "14e9199a-5c21-48b8-b097-5e129c5505cc" + "8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" ], "x-ms-correlation-request-id": [ - "14e9199a-5c21-48b8-b097-5e129c5505cc" + "8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123531Z:14e9199a-5c21-48b8-b097-5e129c5505cc" + "WESTUS:20200413T054759Z:8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10013,7 +10876,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:35:30 GMT" + "Mon, 13 Apr 2020 05:47:58 GMT" ], "Expires": [ "-1" @@ -10026,8 +10889,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10035,7 +10898,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10046,22 +10909,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "7dfb5055-9ea3-4026-8c3a-5dc5fa1964b9" + "5613add7-a611-4b32-bec3-c8cdc922dfaf" ], "x-ms-correlation-request-id": [ - "7dfb5055-9ea3-4026-8c3a-5dc5fa1964b9" + "5613add7-a611-4b32-bec3-c8cdc922dfaf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123546Z:7dfb5055-9ea3-4026-8c3a-5dc5fa1964b9" + "WESTUS:20200413T054814Z:5613add7-a611-4b32-bec3-c8cdc922dfaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10070,7 +10933,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:35:45 GMT" + "Mon, 13 Apr 2020 05:48:14 GMT" ], "Expires": [ "-1" @@ -10083,8 +10946,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10092,7 +10955,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10103,22 +10966,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "b77cb0fa-ab97-4607-afe8-bdc285f60f55" + "652bd3de-8a81-4196-8eda-4e8a1b3b1b88" ], "x-ms-correlation-request-id": [ - "b77cb0fa-ab97-4607-afe8-bdc285f60f55" + "652bd3de-8a81-4196-8eda-4e8a1b3b1b88" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123602Z:b77cb0fa-ab97-4607-afe8-bdc285f60f55" + "WESTUS:20200413T054829Z:652bd3de-8a81-4196-8eda-4e8a1b3b1b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10127,7 +10990,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:36:01 GMT" + "Mon, 13 Apr 2020 05:48:29 GMT" ], "Expires": [ "-1" @@ -10140,8 +11003,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10149,7 +11012,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10160,22 +11023,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "eb293e44-bbfb-4e56-b3e1-85c58be46b15" + "5948c5b2-1d63-4f92-8e04-47433d996663" ], "x-ms-correlation-request-id": [ - "eb293e44-bbfb-4e56-b3e1-85c58be46b15" + "5948c5b2-1d63-4f92-8e04-47433d996663" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123617Z:eb293e44-bbfb-4e56-b3e1-85c58be46b15" + "WESTUS:20200413T054845Z:5948c5b2-1d63-4f92-8e04-47433d996663" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10184,7 +11047,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:36:17 GMT" + "Mon, 13 Apr 2020 05:48:44 GMT" ], "Expires": [ "-1" @@ -10197,8 +11060,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10206,7 +11069,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10217,22 +11080,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "72c47f49-62b5-4f57-9ef1-df3427d6454d" + "021df254-265c-4ab7-a849-c8add8ad3dcd" ], "x-ms-correlation-request-id": [ - "72c47f49-62b5-4f57-9ef1-df3427d6454d" + "021df254-265c-4ab7-a849-c8add8ad3dcd" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123632Z:72c47f49-62b5-4f57-9ef1-df3427d6454d" + "WESTUS:20200413T054900Z:021df254-265c-4ab7-a849-c8add8ad3dcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10241,7 +11104,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:36:32 GMT" + "Mon, 13 Apr 2020 05:48:59 GMT" ], "Expires": [ "-1" @@ -10254,8 +11117,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10263,7 +11126,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10274,22 +11137,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "69e84225-bc03-4093-ad26-09ad1e4c67db" + "0af11a06-8422-4cdc-a750-a0bef0180172" ], "x-ms-correlation-request-id": [ - "69e84225-bc03-4093-ad26-09ad1e4c67db" + "0af11a06-8422-4cdc-a750-a0bef0180172" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123648Z:69e84225-bc03-4093-ad26-09ad1e4c67db" + "WESTUS:20200413T054915Z:0af11a06-8422-4cdc-a750-a0bef0180172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10298,7 +11161,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:36:47 GMT" + "Mon, 13 Apr 2020 05:49:14 GMT" ], "Expires": [ "-1" @@ -10311,8 +11174,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10320,7 +11183,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10331,22 +11194,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "bb858d48-6d8c-402b-8f12-64d510702c61" + "2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" ], "x-ms-correlation-request-id": [ - "bb858d48-6d8c-402b-8f12-64d510702c61" + "2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123703Z:bb858d48-6d8c-402b-8f12-64d510702c61" + "WESTUS:20200413T054930Z:2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10355,7 +11218,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:37:03 GMT" + "Mon, 13 Apr 2020 05:49:29 GMT" ], "Expires": [ "-1" @@ -10368,8 +11231,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10377,7 +11240,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10388,22 +11251,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "390f12a5-397f-479d-8331-067365a8e7b8" + "1713c874-82de-4652-b8ae-4d5740ef81a2" ], "x-ms-correlation-request-id": [ - "390f12a5-397f-479d-8331-067365a8e7b8" + "1713c874-82de-4652-b8ae-4d5740ef81a2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123718Z:390f12a5-397f-479d-8331-067365a8e7b8" + "WESTUS:20200413T054945Z:1713c874-82de-4652-b8ae-4d5740ef81a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10412,7 +11275,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:37:18 GMT" + "Mon, 13 Apr 2020 05:49:44 GMT" ], "Expires": [ "-1" @@ -10425,8 +11288,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10434,7 +11297,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10445,22 +11308,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "5c350556-dfab-4239-81d6-fcd2ca72a74d" + "ea9839fc-b15d-4b52-8689-31b593458974" ], "x-ms-correlation-request-id": [ - "5c350556-dfab-4239-81d6-fcd2ca72a74d" + "ea9839fc-b15d-4b52-8689-31b593458974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123734Z:5c350556-dfab-4239-81d6-fcd2ca72a74d" + "WESTUS:20200413T055000Z:ea9839fc-b15d-4b52-8689-31b593458974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10469,7 +11332,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:37:33 GMT" + "Mon, 13 Apr 2020 05:49:59 GMT" ], "Expires": [ "-1" @@ -10482,8 +11345,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10491,7 +11354,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10502,22 +11365,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "c9a21146-76b0-4133-be30-0271b55e0087" + "805790a8-22f0-4973-b6bb-065f48179ffb" ], "x-ms-correlation-request-id": [ - "c9a21146-76b0-4133-be30-0271b55e0087" + "805790a8-22f0-4973-b6bb-065f48179ffb" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123749Z:c9a21146-76b0-4133-be30-0271b55e0087" + "WESTUS:20200413T055015Z:805790a8-22f0-4973-b6bb-065f48179ffb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10526,7 +11389,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:37:48 GMT" + "Mon, 13 Apr 2020 05:50:14 GMT" ], "Expires": [ "-1" @@ -10539,8 +11402,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10548,7 +11411,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10559,22 +11422,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-request-id": [ - "a6ee33bc-f578-4f44-9fcb-7c19dd96a658" + "89062f7f-4784-4286-ad17-f488b526ea16" ], "x-ms-correlation-request-id": [ - "a6ee33bc-f578-4f44-9fcb-7c19dd96a658" + "89062f7f-4784-4286-ad17-f488b526ea16" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123804Z:a6ee33bc-f578-4f44-9fcb-7c19dd96a658" + "WESTUS:20200413T055030Z:89062f7f-4784-4286-ad17-f488b526ea16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10583,7 +11446,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:38:04 GMT" + "Mon, 13 Apr 2020 05:50:30 GMT" ], "Expires": [ "-1" @@ -10596,8 +11459,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10605,7 +11468,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10616,22 +11479,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-request-id": [ - "11e02e8e-53b8-4c18-bc09-53433f4b4aa7" + "b908c538-e06b-4ea2-8724-c13256fe6759" ], "x-ms-correlation-request-id": [ - "11e02e8e-53b8-4c18-bc09-53433f4b4aa7" + "b908c538-e06b-4ea2-8724-c13256fe6759" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123820Z:11e02e8e-53b8-4c18-bc09-53433f4b4aa7" + "WESTUS:20200413T055045Z:b908c538-e06b-4ea2-8724-c13256fe6759" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10640,7 +11503,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:38:20 GMT" + "Mon, 13 Apr 2020 05:50:45 GMT" ], "Expires": [ "-1" @@ -10653,8 +11516,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10662,7 +11525,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10673,22 +11536,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-request-id": [ - "85742033-5aa1-467d-8465-be4e0625f1cc" + "9af3f1c2-b548-496b-ab98-64a87d08a1c9" ], "x-ms-correlation-request-id": [ - "85742033-5aa1-467d-8465-be4e0625f1cc" + "9af3f1c2-b548-496b-ab98-64a87d08a1c9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123835Z:85742033-5aa1-467d-8465-be4e0625f1cc" + "WESTUS:20200413T055100Z:9af3f1c2-b548-496b-ab98-64a87d08a1c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10697,7 +11560,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:38:35 GMT" + "Mon, 13 Apr 2020 05:51:00 GMT" ], "Expires": [ "-1" @@ -10710,8 +11573,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10719,7 +11582,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10730,22 +11593,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11976" ], "x-ms-request-id": [ - "a1181506-981f-4761-b0ee-b68bf47d9af3" + "021e8ccb-1257-44cf-bb76-be7b7ae4d55e" ], "x-ms-correlation-request-id": [ - "a1181506-981f-4761-b0ee-b68bf47d9af3" + "021e8ccb-1257-44cf-bb76-be7b7ae4d55e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123851Z:a1181506-981f-4761-b0ee-b68bf47d9af3" + "WESTUS:20200413T055115Z:021e8ccb-1257-44cf-bb76-be7b7ae4d55e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10754,7 +11617,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:38:50 GMT" + "Mon, 13 Apr 2020 05:51:15 GMT" ], "Expires": [ "-1" @@ -10767,8 +11630,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10776,7 +11639,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10787,22 +11650,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11975" ], "x-ms-request-id": [ - "994a88b8-f35f-48db-9073-4aa3bc84a2fe" + "64adfa4f-fed6-4fcc-ac38-6f48b91f889f" ], "x-ms-correlation-request-id": [ - "994a88b8-f35f-48db-9073-4aa3bc84a2fe" + "64adfa4f-fed6-4fcc-ac38-6f48b91f889f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123906Z:994a88b8-f35f-48db-9073-4aa3bc84a2fe" + "WESTUS:20200413T055130Z:64adfa4f-fed6-4fcc-ac38-6f48b91f889f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10811,7 +11674,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:39:05 GMT" + "Mon, 13 Apr 2020 05:51:30 GMT" ], "Expires": [ "-1" @@ -10824,8 +11687,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10833,7 +11696,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10844,22 +11707,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11974" ], "x-ms-request-id": [ - "ebd6c54b-1b46-4fc6-b8f9-1357d12e7937" + "dc089885-1d98-441c-8711-4df83ff9984b" ], "x-ms-correlation-request-id": [ - "ebd6c54b-1b46-4fc6-b8f9-1357d12e7937" + "dc089885-1d98-441c-8711-4df83ff9984b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123921Z:ebd6c54b-1b46-4fc6-b8f9-1357d12e7937" + "WESTUS:20200413T055145Z:dc089885-1d98-441c-8711-4df83ff9984b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10868,7 +11731,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:39:21 GMT" + "Mon, 13 Apr 2020 05:51:45 GMT" ], "Expires": [ "-1" @@ -10881,8 +11744,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10890,7 +11753,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10901,22 +11764,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11973" ], "x-ms-request-id": [ - "8d7d8cbf-5c23-410f-b482-57407c9c77b1" + "34438d2b-cf0b-4686-8120-30d59ac6051d" ], "x-ms-correlation-request-id": [ - "8d7d8cbf-5c23-410f-b482-57407c9c77b1" + "34438d2b-cf0b-4686-8120-30d59ac6051d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123937Z:8d7d8cbf-5c23-410f-b482-57407c9c77b1" + "WESTUS:20200413T055200Z:34438d2b-cf0b-4686-8120-30d59ac6051d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10925,7 +11788,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:39:36 GMT" + "Mon, 13 Apr 2020 05:52:00 GMT" ], "Expires": [ "-1" @@ -10938,8 +11801,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10947,7 +11810,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -10958,22 +11821,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11972" ], "x-ms-request-id": [ - "a8401055-f9e7-4a76-8475-3fe2a64600e1" + "2aeda985-cf51-4a61-a405-7c899a3cb5e9" ], "x-ms-correlation-request-id": [ - "a8401055-f9e7-4a76-8475-3fe2a64600e1" + "2aeda985-cf51-4a61-a405-7c899a3cb5e9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T123952Z:a8401055-f9e7-4a76-8475-3fe2a64600e1" + "WESTUS:20200413T055215Z:2aeda985-cf51-4a61-a405-7c899a3cb5e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10982,7 +11845,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:39:52 GMT" + "Mon, 13 Apr 2020 05:52:15 GMT" ], "Expires": [ "-1" @@ -10995,8 +11858,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11004,7 +11867,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11015,22 +11878,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11971" ], "x-ms-request-id": [ - "d479a880-96f5-4444-b4b0-704bbc4bae8b" + "5b8b3282-c359-4d65-81da-f39c263232fe" ], "x-ms-correlation-request-id": [ - "d479a880-96f5-4444-b4b0-704bbc4bae8b" + "5b8b3282-c359-4d65-81da-f39c263232fe" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124008Z:d479a880-96f5-4444-b4b0-704bbc4bae8b" + "WESTUS:20200413T055231Z:5b8b3282-c359-4d65-81da-f39c263232fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11039,7 +11902,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:40:07 GMT" + "Mon, 13 Apr 2020 05:52:30 GMT" ], "Expires": [ "-1" @@ -11052,8 +11915,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11061,7 +11924,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11072,22 +11935,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11970" ], "x-ms-request-id": [ - "d977a44c-f5cc-4ec0-a90f-9085dccedd9c" + "cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" ], "x-ms-correlation-request-id": [ - "d977a44c-f5cc-4ec0-a90f-9085dccedd9c" + "cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124023Z:d977a44c-f5cc-4ec0-a90f-9085dccedd9c" + "WESTUS:20200413T055246Z:cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11096,7 +11959,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:40:23 GMT" + "Mon, 13 Apr 2020 05:52:45 GMT" ], "Expires": [ "-1" @@ -11109,8 +11972,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11118,7 +11981,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11129,22 +11992,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11969" ], "x-ms-request-id": [ - "16657cb2-61f3-4d71-954c-914347775e50" + "527c6dae-402d-4033-84fd-243d6ce0c86a" ], "x-ms-correlation-request-id": [ - "16657cb2-61f3-4d71-954c-914347775e50" + "527c6dae-402d-4033-84fd-243d6ce0c86a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124039Z:16657cb2-61f3-4d71-954c-914347775e50" + "WESTUS:20200413T055301Z:527c6dae-402d-4033-84fd-243d6ce0c86a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11153,7 +12016,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:40:38 GMT" + "Mon, 13 Apr 2020 05:53:01 GMT" ], "Expires": [ "-1" @@ -11166,8 +12029,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11175,7 +12038,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11186,22 +12049,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11968" ], "x-ms-request-id": [ - "de81f716-b74b-4eb6-9463-ea37a854e4f7" + "ca93c4f0-f04e-403a-b485-518e8e673aa0" ], "x-ms-correlation-request-id": [ - "de81f716-b74b-4eb6-9463-ea37a854e4f7" + "ca93c4f0-f04e-403a-b485-518e8e673aa0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124054Z:de81f716-b74b-4eb6-9463-ea37a854e4f7" + "WESTUS:20200413T055316Z:ca93c4f0-f04e-403a-b485-518e8e673aa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11210,7 +12073,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:40:53 GMT" + "Mon, 13 Apr 2020 05:53:16 GMT" ], "Expires": [ "-1" @@ -11223,8 +12086,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11232,7 +12095,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11243,22 +12106,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11967" ], "x-ms-request-id": [ - "c1be6ca4-53e9-4bd3-ab61-de9cc7cd3609" + "6c586567-ed99-48e2-8e06-912299ae88d8" ], "x-ms-correlation-request-id": [ - "c1be6ca4-53e9-4bd3-ab61-de9cc7cd3609" + "6c586567-ed99-48e2-8e06-912299ae88d8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124109Z:c1be6ca4-53e9-4bd3-ab61-de9cc7cd3609" + "WESTUS:20200413T055331Z:6c586567-ed99-48e2-8e06-912299ae88d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11267,7 +12130,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:41:09 GMT" + "Mon, 13 Apr 2020 05:53:31 GMT" ], "Expires": [ "-1" @@ -11280,8 +12143,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11289,7 +12152,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11300,22 +12163,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11966" ], "x-ms-request-id": [ - "8cf28115-3d15-4f0c-8a97-52b1247b7ee4" + "0f525546-b96f-4869-b9fe-b2875827dcc9" ], "x-ms-correlation-request-id": [ - "8cf28115-3d15-4f0c-8a97-52b1247b7ee4" + "0f525546-b96f-4869-b9fe-b2875827dcc9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124125Z:8cf28115-3d15-4f0c-8a97-52b1247b7ee4" + "WESTUS:20200413T055346Z:0f525546-b96f-4869-b9fe-b2875827dcc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11324,7 +12187,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:41:24 GMT" + "Mon, 13 Apr 2020 05:53:46 GMT" ], "Expires": [ "-1" @@ -11337,8 +12200,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11346,7 +12209,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11357,22 +12220,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11965" ], "x-ms-request-id": [ - "c5b765c0-5684-4842-9adc-afaa6546fd52" + "b252c71a-501c-4017-92c5-911b37cdae47" ], "x-ms-correlation-request-id": [ - "c5b765c0-5684-4842-9adc-afaa6546fd52" + "b252c71a-501c-4017-92c5-911b37cdae47" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124140Z:c5b765c0-5684-4842-9adc-afaa6546fd52" + "WESTUS:20200413T055401Z:b252c71a-501c-4017-92c5-911b37cdae47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11381,7 +12244,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:41:40 GMT" + "Mon, 13 Apr 2020 05:54:01 GMT" ], "Expires": [ "-1" @@ -11394,8 +12257,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11403,7 +12266,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11414,22 +12277,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11964" ], "x-ms-request-id": [ - "50afb74e-ddae-40e1-9fae-2bed0bd7ff0c" + "d817f1a7-4765-499a-91a2-91c99adf290d" ], "x-ms-correlation-request-id": [ - "50afb74e-ddae-40e1-9fae-2bed0bd7ff0c" + "d817f1a7-4765-499a-91a2-91c99adf290d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124155Z:50afb74e-ddae-40e1-9fae-2bed0bd7ff0c" + "WESTUS:20200413T055416Z:d817f1a7-4765-499a-91a2-91c99adf290d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11438,7 +12301,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:41:55 GMT" + "Mon, 13 Apr 2020 05:54:16 GMT" ], "Expires": [ "-1" @@ -11451,8 +12314,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11460,7 +12323,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11471,22 +12334,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11963" ], "x-ms-request-id": [ - "e29d6ff3-b8f4-45f0-9d43-b0cda22fccb3" + "10d7cae0-f64b-41ec-8d52-65fcd5039aca" ], "x-ms-correlation-request-id": [ - "e29d6ff3-b8f4-45f0-9d43-b0cda22fccb3" + "10d7cae0-f64b-41ec-8d52-65fcd5039aca" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124211Z:e29d6ff3-b8f4-45f0-9d43-b0cda22fccb3" + "WESTUS:20200413T055431Z:10d7cae0-f64b-41ec-8d52-65fcd5039aca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11495,7 +12358,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:42:10 GMT" + "Mon, 13 Apr 2020 05:54:30 GMT" ], "Expires": [ "-1" @@ -11508,8 +12371,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11517,7 +12380,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11528,22 +12391,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11962" ], "x-ms-request-id": [ - "903aa2cd-d2a2-4465-97ea-271ad8f3ed7f" + "2ec3be84-1550-4b55-ac6e-91827cfcd773" ], "x-ms-correlation-request-id": [ - "903aa2cd-d2a2-4465-97ea-271ad8f3ed7f" + "2ec3be84-1550-4b55-ac6e-91827cfcd773" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124226Z:903aa2cd-d2a2-4465-97ea-271ad8f3ed7f" + "WESTUS:20200413T055446Z:2ec3be84-1550-4b55-ac6e-91827cfcd773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11552,7 +12415,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:42:26 GMT" + "Mon, 13 Apr 2020 05:54:46 GMT" ], "Expires": [ "-1" @@ -11565,8 +12428,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11574,7 +12437,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11585,22 +12448,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11961" ], "x-ms-request-id": [ - "f320e713-20d3-412f-8ac7-31103e40f802" + "e884b770-a351-4fe2-899c-49d59dde6104" ], "x-ms-correlation-request-id": [ - "f320e713-20d3-412f-8ac7-31103e40f802" + "e884b770-a351-4fe2-899c-49d59dde6104" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124241Z:f320e713-20d3-412f-8ac7-31103e40f802" + "WESTUS:20200413T055501Z:e884b770-a351-4fe2-899c-49d59dde6104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11609,7 +12472,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:42:41 GMT" + "Mon, 13 Apr 2020 05:55:01 GMT" ], "Expires": [ "-1" @@ -11622,8 +12485,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11631,7 +12494,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11642,22 +12505,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11960" ], "x-ms-request-id": [ - "5edb1722-1f44-4d74-b45b-d178ff4f3dfd" + "20b62915-0592-4e22-9f2c-81b0e24ab452" ], "x-ms-correlation-request-id": [ - "5edb1722-1f44-4d74-b45b-d178ff4f3dfd" + "20b62915-0592-4e22-9f2c-81b0e24ab452" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124257Z:5edb1722-1f44-4d74-b45b-d178ff4f3dfd" + "WESTUS:20200413T055517Z:20b62915-0592-4e22-9f2c-81b0e24ab452" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11666,7 +12529,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:42:56 GMT" + "Mon, 13 Apr 2020 05:55:16 GMT" ], "Expires": [ "-1" @@ -11679,8 +12542,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11688,7 +12551,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11699,22 +12562,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11959" ], "x-ms-request-id": [ - "019a4214-32ee-4351-b0c5-cbe46b416c39" + "17d1fca0-c713-44da-a89b-ad9154c6bc92" ], "x-ms-correlation-request-id": [ - "019a4214-32ee-4351-b0c5-cbe46b416c39" + "17d1fca0-c713-44da-a89b-ad9154c6bc92" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124312Z:019a4214-32ee-4351-b0c5-cbe46b416c39" + "WESTUS:20200413T055532Z:17d1fca0-c713-44da-a89b-ad9154c6bc92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11723,7 +12586,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:43:11 GMT" + "Mon, 13 Apr 2020 05:55:31 GMT" ], "Expires": [ "-1" @@ -11736,8 +12599,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11745,7 +12608,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11756,22 +12619,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11958" ], "x-ms-request-id": [ - "1ccc08f4-f8aa-4a11-accc-7a01209a29d3" + "bfa1eb93-b8f9-4893-a4f0-f3d95697085a" ], "x-ms-correlation-request-id": [ - "1ccc08f4-f8aa-4a11-accc-7a01209a29d3" + "bfa1eb93-b8f9-4893-a4f0-f3d95697085a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124327Z:1ccc08f4-f8aa-4a11-accc-7a01209a29d3" + "WESTUS:20200413T055547Z:bfa1eb93-b8f9-4893-a4f0-f3d95697085a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11780,7 +12643,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:43:27 GMT" + "Mon, 13 Apr 2020 05:55:46 GMT" ], "Expires": [ "-1" @@ -11793,8 +12656,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11802,7 +12665,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11813,22 +12676,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11957" ], "x-ms-request-id": [ - "3d1ea8ed-692d-48f5-b1ac-80bb2063f337" + "e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" ], "x-ms-correlation-request-id": [ - "3d1ea8ed-692d-48f5-b1ac-80bb2063f337" + "e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124343Z:3d1ea8ed-692d-48f5-b1ac-80bb2063f337" + "WESTUS:20200413T055602Z:e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11837,7 +12700,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:43:43 GMT" + "Mon, 13 Apr 2020 05:56:01 GMT" ], "Expires": [ "-1" @@ -11850,8 +12713,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11859,7 +12722,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11870,22 +12733,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11956" ], "x-ms-request-id": [ - "e9674bb6-1f03-4268-b646-a065c1530cf2" + "c715ceb8-d126-4372-90f2-2d2bd8442422" ], "x-ms-correlation-request-id": [ - "e9674bb6-1f03-4268-b646-a065c1530cf2" + "c715ceb8-d126-4372-90f2-2d2bd8442422" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124358Z:e9674bb6-1f03-4268-b646-a065c1530cf2" + "WESTUS:20200413T055617Z:c715ceb8-d126-4372-90f2-2d2bd8442422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11894,7 +12757,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:43:58 GMT" + "Mon, 13 Apr 2020 05:56:16 GMT" ], "Expires": [ "-1" @@ -11907,8 +12770,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11916,7 +12779,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11927,22 +12790,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11955" ], "x-ms-request-id": [ - "5e7d694d-75a3-4934-bdcd-a23bd7b47506" + "56bd9dbc-f9e4-48b1-be69-e2e81b70599a" ], "x-ms-correlation-request-id": [ - "5e7d694d-75a3-4934-bdcd-a23bd7b47506" + "56bd9dbc-f9e4-48b1-be69-e2e81b70599a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124414Z:5e7d694d-75a3-4934-bdcd-a23bd7b47506" + "WESTUS:20200413T055632Z:56bd9dbc-f9e4-48b1-be69-e2e81b70599a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11951,7 +12814,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:44:13 GMT" + "Mon, 13 Apr 2020 05:56:31 GMT" ], "Expires": [ "-1" @@ -11964,8 +12827,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11973,7 +12836,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -11984,22 +12847,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11954" ], "x-ms-request-id": [ - "aa264941-61a3-4c5e-80cd-7033fce56932" + "63daaab1-c63f-4794-9c79-6aa843966ae8" ], "x-ms-correlation-request-id": [ - "aa264941-61a3-4c5e-80cd-7033fce56932" + "63daaab1-c63f-4794-9c79-6aa843966ae8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124429Z:aa264941-61a3-4c5e-80cd-7033fce56932" + "WESTUS:20200413T055647Z:63daaab1-c63f-4794-9c79-6aa843966ae8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12008,7 +12871,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:44:29 GMT" + "Mon, 13 Apr 2020 05:56:46 GMT" ], "Expires": [ "-1" @@ -12021,8 +12884,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12030,7 +12893,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12041,22 +12904,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11953" ], "x-ms-request-id": [ - "5825020b-afe8-4ac8-a5b4-1e4e1b3d113c" + "edcccb10-84eb-41a3-8ca5-70005abf9c92" ], "x-ms-correlation-request-id": [ - "5825020b-afe8-4ac8-a5b4-1e4e1b3d113c" + "edcccb10-84eb-41a3-8ca5-70005abf9c92" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124445Z:5825020b-afe8-4ac8-a5b4-1e4e1b3d113c" + "WESTUS:20200413T055702Z:edcccb10-84eb-41a3-8ca5-70005abf9c92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12065,7 +12928,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:44:44 GMT" + "Mon, 13 Apr 2020 05:57:02 GMT" ], "Expires": [ "-1" @@ -12078,8 +12941,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12087,7 +12950,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12098,22 +12961,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11952" ], "x-ms-request-id": [ - "eefec309-48c3-4de1-b0a6-ac3eee49c5a4" + "1e5fd717-2411-412f-ad8f-8e3b5c218490" ], "x-ms-correlation-request-id": [ - "eefec309-48c3-4de1-b0a6-ac3eee49c5a4" + "1e5fd717-2411-412f-ad8f-8e3b5c218490" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124500Z:eefec309-48c3-4de1-b0a6-ac3eee49c5a4" + "WESTUS:20200413T055717Z:1e5fd717-2411-412f-ad8f-8e3b5c218490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12122,7 +12985,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:44:59 GMT" + "Mon, 13 Apr 2020 05:57:17 GMT" ], "Expires": [ "-1" @@ -12135,8 +12998,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12144,7 +13007,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12155,22 +13018,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11951" ], "x-ms-request-id": [ - "e9fa7575-7350-4bc7-b8bf-04d90553f8de" + "a9092de4-64cf-4288-87e1-850b68439161" ], "x-ms-correlation-request-id": [ - "e9fa7575-7350-4bc7-b8bf-04d90553f8de" + "a9092de4-64cf-4288-87e1-850b68439161" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124515Z:e9fa7575-7350-4bc7-b8bf-04d90553f8de" + "WESTUS:20200413T055732Z:a9092de4-64cf-4288-87e1-850b68439161" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12179,7 +13042,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:45:15 GMT" + "Mon, 13 Apr 2020 05:57:32 GMT" ], "Expires": [ "-1" @@ -12192,8 +13055,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12201,7 +13064,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12212,22 +13075,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11950" ], "x-ms-request-id": [ - "61aee389-500c-4bbf-a9e3-d740d4b4b126" + "fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" ], "x-ms-correlation-request-id": [ - "61aee389-500c-4bbf-a9e3-d740d4b4b126" + "fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124531Z:61aee389-500c-4bbf-a9e3-d740d4b4b126" + "WESTUS:20200413T055747Z:fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12236,7 +13099,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:45:30 GMT" + "Mon, 13 Apr 2020 05:57:47 GMT" ], "Expires": [ "-1" @@ -12249,8 +13112,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12258,7 +13121,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12269,22 +13132,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11949" ], "x-ms-request-id": [ - "ac1c4b15-9838-4f24-be90-4e2cbcfc167e" + "36db4349-01eb-420a-bf45-da481b081e41" ], "x-ms-correlation-request-id": [ - "ac1c4b15-9838-4f24-be90-4e2cbcfc167e" + "36db4349-01eb-420a-bf45-da481b081e41" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124546Z:ac1c4b15-9838-4f24-be90-4e2cbcfc167e" + "WESTUS:20200413T055802Z:36db4349-01eb-420a-bf45-da481b081e41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12293,7 +13156,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:45:46 GMT" + "Mon, 13 Apr 2020 05:58:02 GMT" ], "Expires": [ "-1" @@ -12306,8 +13169,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12315,7 +13178,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12326,22 +13189,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11948" ], "x-ms-request-id": [ - "75facee6-4607-46e5-919b-b55bf203c291" + "38076611-927a-4c94-ab41-0fd0e15d1933" ], "x-ms-correlation-request-id": [ - "75facee6-4607-46e5-919b-b55bf203c291" + "38076611-927a-4c94-ab41-0fd0e15d1933" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124602Z:75facee6-4607-46e5-919b-b55bf203c291" + "WESTUS:20200413T055817Z:38076611-927a-4c94-ab41-0fd0e15d1933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12350,7 +13213,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:46:02 GMT" + "Mon, 13 Apr 2020 05:58:17 GMT" ], "Expires": [ "-1" @@ -12363,8 +13226,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12372,7 +13235,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12383,22 +13246,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11947" ], "x-ms-request-id": [ - "b616cbe8-1606-4df4-b506-75d16f736d17" + "3ed2f191-6a5d-45cd-bbff-da33e19d3e83" ], "x-ms-correlation-request-id": [ - "b616cbe8-1606-4df4-b506-75d16f736d17" + "3ed2f191-6a5d-45cd-bbff-da33e19d3e83" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124617Z:b616cbe8-1606-4df4-b506-75d16f736d17" + "WESTUS:20200413T055833Z:3ed2f191-6a5d-45cd-bbff-da33e19d3e83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12407,7 +13270,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:46:17 GMT" + "Mon, 13 Apr 2020 05:58:32 GMT" ], "Expires": [ "-1" @@ -12420,8 +13283,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12429,7 +13292,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12440,22 +13303,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11946" ], "x-ms-request-id": [ - "337355fe-954e-4abc-969a-ff12d94bf5ec" + "a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" ], "x-ms-correlation-request-id": [ - "337355fe-954e-4abc-969a-ff12d94bf5ec" + "a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124632Z:337355fe-954e-4abc-969a-ff12d94bf5ec" + "WESTUS:20200413T055848Z:a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12464,7 +13327,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:46:32 GMT" + "Mon, 13 Apr 2020 05:58:47 GMT" ], "Expires": [ "-1" @@ -12477,8 +13340,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12486,7 +13349,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12497,22 +13360,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11945" ], "x-ms-request-id": [ - "14b51c56-37ce-4d6d-98f7-160b444e319f" + "8f5e392e-2de2-4078-83e2-c837a9f5c5af" ], "x-ms-correlation-request-id": [ - "14b51c56-37ce-4d6d-98f7-160b444e319f" + "8f5e392e-2de2-4078-83e2-c837a9f5c5af" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124648Z:14b51c56-37ce-4d6d-98f7-160b444e319f" + "WESTUS:20200413T055915Z:8f5e392e-2de2-4078-83e2-c837a9f5c5af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12521,7 +13384,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:46:47 GMT" + "Mon, 13 Apr 2020 05:59:15 GMT" ], "Expires": [ "-1" @@ -12534,8 +13397,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12543,7 +13406,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12554,22 +13417,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11944" ], "x-ms-request-id": [ - "3fb4d861-3182-4404-afe0-2cbf1d377391" + "aad741a4-e0bb-4825-a09d-a649d7ee4e82" ], "x-ms-correlation-request-id": [ - "3fb4d861-3182-4404-afe0-2cbf1d377391" + "aad741a4-e0bb-4825-a09d-a649d7ee4e82" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124703Z:3fb4d861-3182-4404-afe0-2cbf1d377391" + "WESTUS:20200413T055930Z:aad741a4-e0bb-4825-a09d-a649d7ee4e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12578,7 +13441,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:47:03 GMT" + "Mon, 13 Apr 2020 05:59:30 GMT" ], "Expires": [ "-1" @@ -12591,8 +13454,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12600,7 +13463,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12611,22 +13474,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11943" ], "x-ms-request-id": [ - "7810c988-76c2-40f8-8681-67562a343fd4" + "ca22e3ed-c72b-4e1b-a528-7f248775d2de" ], "x-ms-correlation-request-id": [ - "7810c988-76c2-40f8-8681-67562a343fd4" + "ca22e3ed-c72b-4e1b-a528-7f248775d2de" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124718Z:7810c988-76c2-40f8-8681-67562a343fd4" + "WESTUS:20200413T055945Z:ca22e3ed-c72b-4e1b-a528-7f248775d2de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12635,7 +13498,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:47:18 GMT" + "Mon, 13 Apr 2020 05:59:45 GMT" ], "Expires": [ "-1" @@ -12648,8 +13511,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12657,7 +13520,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12668,22 +13531,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11942" ], "x-ms-request-id": [ - "7a5ced58-a8e1-4764-aee8-cbe4746e8ecd" + "2d626bc1-ff5a-42a2-9f08-9db63e95f215" ], "x-ms-correlation-request-id": [ - "7a5ced58-a8e1-4764-aee8-cbe4746e8ecd" + "2d626bc1-ff5a-42a2-9f08-9db63e95f215" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124734Z:7a5ced58-a8e1-4764-aee8-cbe4746e8ecd" + "WESTUS:20200413T060000Z:2d626bc1-ff5a-42a2-9f08-9db63e95f215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12692,7 +13555,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:47:33 GMT" + "Mon, 13 Apr 2020 06:00:00 GMT" ], "Expires": [ "-1" @@ -12705,8 +13568,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12714,7 +13577,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12725,22 +13588,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11941" ], "x-ms-request-id": [ - "375c5444-e65e-42b9-bc2c-f858eb043b3d" + "5ba3010e-00a6-4415-b388-7eac4e28e4b2" ], "x-ms-correlation-request-id": [ - "375c5444-e65e-42b9-bc2c-f858eb043b3d" + "5ba3010e-00a6-4415-b388-7eac4e28e4b2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124749Z:375c5444-e65e-42b9-bc2c-f858eb043b3d" + "WESTUS:20200413T060015Z:5ba3010e-00a6-4415-b388-7eac4e28e4b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12749,7 +13612,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:47:49 GMT" + "Mon, 13 Apr 2020 06:00:14 GMT" ], "Expires": [ "-1" @@ -12762,8 +13625,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12771,7 +13634,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12782,22 +13645,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11940" ], "x-ms-request-id": [ - "e33751d3-d993-4d37-b240-854c4a22b1f4" + "bbc1c093-1627-4ed4-94b4-11e0ee559073" ], "x-ms-correlation-request-id": [ - "e33751d3-d993-4d37-b240-854c4a22b1f4" + "bbc1c093-1627-4ed4-94b4-11e0ee559073" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124805Z:e33751d3-d993-4d37-b240-854c4a22b1f4" + "WESTUS:20200413T060030Z:bbc1c093-1627-4ed4-94b4-11e0ee559073" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12806,7 +13669,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:48:04 GMT" + "Mon, 13 Apr 2020 06:00:29 GMT" ], "Expires": [ "-1" @@ -12819,8 +13682,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12828,7 +13691,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12839,22 +13702,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11939" ], "x-ms-request-id": [ - "5e9bd4f3-1b7f-4b77-8e3e-ef1452b27529" + "258db9ec-ee7f-44de-9eb2-2db6c805897e" ], "x-ms-correlation-request-id": [ - "5e9bd4f3-1b7f-4b77-8e3e-ef1452b27529" + "258db9ec-ee7f-44de-9eb2-2db6c805897e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124820Z:5e9bd4f3-1b7f-4b77-8e3e-ef1452b27529" + "WESTUS:20200413T060045Z:258db9ec-ee7f-44de-9eb2-2db6c805897e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12863,7 +13726,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:48:20 GMT" + "Mon, 13 Apr 2020 06:00:44 GMT" ], "Expires": [ "-1" @@ -12876,8 +13739,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12885,7 +13748,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12896,22 +13759,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11938" ], "x-ms-request-id": [ - "f1acc42c-1b66-44ea-a473-87d158ae6aad" + "bde47070-60e1-4247-bf49-f56f906d1378" ], "x-ms-correlation-request-id": [ - "f1acc42c-1b66-44ea-a473-87d158ae6aad" + "bde47070-60e1-4247-bf49-f56f906d1378" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124835Z:f1acc42c-1b66-44ea-a473-87d158ae6aad" + "WESTUS:20200413T060100Z:bde47070-60e1-4247-bf49-f56f906d1378" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12920,7 +13783,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:48:35 GMT" + "Mon, 13 Apr 2020 06:01:00 GMT" ], "Expires": [ "-1" @@ -12933,8 +13796,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12942,7 +13805,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -12953,22 +13816,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11937" ], "x-ms-request-id": [ - "54f3fd82-3593-47f4-b572-466b71d0aff4" + "35b79f82-d770-4f11-8989-a6fa94513506" ], "x-ms-correlation-request-id": [ - "54f3fd82-3593-47f4-b572-466b71d0aff4" + "35b79f82-d770-4f11-8989-a6fa94513506" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124851Z:54f3fd82-3593-47f4-b572-466b71d0aff4" + "WESTUS:20200413T060115Z:35b79f82-d770-4f11-8989-a6fa94513506" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12977,7 +13840,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:48:50 GMT" + "Mon, 13 Apr 2020 06:01:15 GMT" ], "Expires": [ "-1" @@ -12990,8 +13853,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12999,7 +13862,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -13010,22 +13873,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11936" ], "x-ms-request-id": [ - "2f3bd61c-69b0-4b7b-9df2-22ce4a2b79b9" + "1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" ], "x-ms-correlation-request-id": [ - "2f3bd61c-69b0-4b7b-9df2-22ce4a2b79b9" + "1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124906Z:2f3bd61c-69b0-4b7b-9df2-22ce4a2b79b9" + "WESTUS:20200413T060131Z:1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13034,7 +13897,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:49:05 GMT" + "Mon, 13 Apr 2020 06:01:30 GMT" ], "Expires": [ "-1" @@ -13047,8 +13910,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13056,7 +13919,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -13067,16 +13930,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11935" ], "x-ms-request-id": [ - "ae4f8789-f932-42ba-a1cb-b543f75a457f" + "e22d4570-530c-414e-b42b-d7f94a398092" ], "x-ms-correlation-request-id": [ - "ae4f8789-f932-42ba-a1cb-b543f75a457f" + "e22d4570-530c-414e-b42b-d7f94a398092" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124922Z:ae4f8789-f932-42ba-a1cb-b543f75a457f" + "WESTUS:20200413T060146Z:e22d4570-530c-414e-b42b-d7f94a398092" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13085,7 +13948,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:49:21 GMT" + "Mon, 13 Apr 2020 06:01:45 GMT" ], "Expires": [ "-1" @@ -13098,8 +13961,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzIzMjctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJek1qY3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13107,7 +13970,7 @@ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" ] }, "ResponseHeaders": { @@ -13118,16 +13981,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11934" ], "x-ms-request-id": [ - "5ee3e341-63ce-4d24-8477-78557f76d971" + "6cee36db-6299-41e7-9a5e-c1cbabafeee5" ], "x-ms-correlation-request-id": [ - "5ee3e341-63ce-4d24-8477-78557f76d971" + "6cee36db-6299-41e7-9a5e-c1cbabafeee5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200404T124922Z:5ee3e341-63ce-4d24-8477-78557f76d971" + "WESTUS:20200413T060146Z:6cee36db-6299-41e7-9a5e-c1cbabafeee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13136,7 +13999,7 @@ "nosniff" ], "Date": [ - "Sat, 04 Apr 2020 12:49:21 GMT" + "Mon, 13 Apr 2020 06:01:45 GMT" ], "Expires": [ "-1" @@ -13151,40 +14014,40 @@ ], "Names": { "Test-ApplicationGatewayTopLevelFirewallPolicy": [ - "ps2327", - "ps4064", - "ps7401", - "ps2635", - "ps5151", - "ps6949", - "ps3490", - "ps3786", - "ps3699", - "ps3185", - "ps6399", - "ps1354", - "ps4630", - "ps3131", - "ps8532", - "ps4993", - "ps2472", - "ps9", - "ps6645", - "ps8790", - "ps7682", - "ps4990", - "ps8955", - "ps4776", - "ps923", - "ps846", - "ps95", - "ps5402", - "ps452", - "ps6642", - "ps2498" + "ps6006", + "ps4544", + "ps5372", + "ps5548", + "ps72", + "ps2278", + "ps7243", + "ps2350", + "ps5932", + "ps8236", + "ps9574", + "ps9462", + "ps1493", + "ps6922", + "ps6842", + "ps1135", + "ps7769", + "ps5226", + "ps3054", + "ps8103", + "ps8670", + "ps3885", + "ps5918", + "ps8352", + "ps2179", + "ps9614", + "ps3231", + "ps3862", + "ps6067", + "ps3590", + "ps9376" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "45a81a6d-520b-4e1b-8355-5a4714332d26" } } \ No newline at end of file diff --git a/src/Network/Network/ApplicationGateway/NewAzureApplicationGatewayCommand.cs b/src/Network/Network/ApplicationGateway/NewAzureApplicationGatewayCommand.cs index 103ea1b743c0..ba771761fc8a 100644 --- a/src/Network/Network/ApplicationGateway/NewAzureApplicationGatewayCommand.cs +++ b/src/Network/Network/ApplicationGateway/NewAzureApplicationGatewayCommand.cs @@ -183,6 +183,11 @@ public class NewAzureApplicationGatewayCommand : ApplicationGatewayBaseCmdlet HelpMessage = " Whether FIPS is enabled.")] public SwitchParameter EnableFIPS { get; set; } + [Parameter( + Mandatory = false, + HelpMessage = " Whether Force firewallPolicy association is enabled.")] + public SwitchParameter ForceFirewallPolicyAssociation { get; set; } + [Parameter( Mandatory = false, HelpMessage = "A list of availability zones denoting where the application gateway needs to come from.")] @@ -360,6 +365,11 @@ private PSApplicationGateway CreateApplicationGateway() applicationGateway.EnableFips = true; } + if (this.ForceFirewallPolicyAssociation.IsPresent) + { + applicationGateway.ForceFirewallPolicyAssociation = true; + } + if (this.Zone != null) { applicationGateway.Zones = this.Zone?.ToList(); diff --git a/src/Network/Network/Models/PSApplicationGateway.cs b/src/Network/Network/Models/PSApplicationGateway.cs index 6ec42404022d..9f03d7717548 100644 --- a/src/Network/Network/Models/PSApplicationGateway.cs +++ b/src/Network/Network/Models/PSApplicationGateway.cs @@ -69,6 +69,9 @@ public class PSApplicationGateway : PSTopLevelResource [Ps1Xml(Target = ViewControl.Table)] public bool? EnableFips { get; set; } + [Ps1Xml(Target = ViewControl.Table)] + public bool? ForceFirewallPolicyAssociation { get; set; } + public List Zones { get; set; } [Ps1Xml(Target = ViewControl.Table)] diff --git a/src/Network/Network/help/Get-AzApplicationGateway.md b/src/Network/Network/help/Get-AzApplicationGateway.md index e0792d1397f5..648f0665dff6 100644 --- a/src/Network/Network/help/Get-AzApplicationGateway.md +++ b/src/Network/Network/help/Get-AzApplicationGateway.md @@ -48,6 +48,7 @@ AutoscaleConfiguration : CustomErrorConfigurations : {} EnableHttp2 : EnableFips : +ForceFirewallPolicyAssociation : Zones : {} OperationalState : Running ProvisioningState : Succeeded @@ -105,6 +106,7 @@ AutoscaleConfiguration : CustomErrorConfigurations : {} EnableHttp2 : EnableFips : +ForceFirewallPolicyAssociation : Zones : {} OperationalState : Running ProvisioningState : Succeeded @@ -162,6 +164,7 @@ AutoscaleConfiguration : CustomErrorConfigurations : {} EnableHttp2 : EnableFips : +ForceFirewallPolicyAssociation : Zones : {} OperationalState : Running ProvisioningState : Succeeded @@ -219,6 +222,7 @@ AutoscaleConfiguration : CustomErrorConfigurations : {} EnableHttp2 : EnableFips : +ForceFirewallPolicyAssociation : Zones : {} OperationalState : Running ProvisioningState : Succeeded diff --git a/src/Network/Network/help/New-AzApplicationGateway.md b/src/Network/Network/help/New-AzApplicationGateway.md index 89f6c25c2cba..6ca888e48a17 100644 --- a/src/Network/Network/help/New-AzApplicationGateway.md +++ b/src/Network/Network/help/New-AzApplicationGateway.md @@ -31,9 +31,9 @@ New-AzApplicationGateway -Name -ResourceGroupName -Location ] [-WebApplicationFirewallConfiguration ] [-AutoscaleConfiguration ] [-EnableHttp2] [-EnableFIPS] - [-Zone ] [-Tag ] [-UserAssignedIdentityId ] [-Force] [-AsJob] - [-CustomErrorConfiguration ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ForceFirewallPolicyAssociation] [-Zone ] [-Tag ] [-UserAssignedIdentityId ] + [-Force] [-AsJob] [-CustomErrorConfiguration ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### SetByResourceId @@ -54,9 +54,9 @@ New-AzApplicationGateway -Name -ResourceGroupName -Location ] [-WebApplicationFirewallConfiguration ] [-FirewallPolicyId ] [-AutoscaleConfiguration ] - [-EnableHttp2] [-EnableFIPS] [-Zone ] [-Tag ] [-Force] [-AsJob] - [-CustomErrorConfiguration ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-EnableHttp2] [-EnableFIPS] [-ForceFirewallPolicyAssociation] [-Zone ] [-Tag ] [-Force] + [-AsJob] [-CustomErrorConfiguration ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### SetByResource @@ -78,7 +78,7 @@ New-AzApplicationGateway -Name -ResourceGroupName -Location ] [-FirewallPolicy ] [-AutoscaleConfiguration ] [-EnableHttp2] [-EnableFIPS] - [-Zone ] [-Tag ] [-Force] [-AsJob] + [-ForceFirewallPolicyAssociation] [-Zone ] [-Tag ] [-Force] [-AsJob] [-CustomErrorConfiguration ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -101,9 +101,9 @@ New-AzApplicationGateway -Name -ResourceGroupName -Location ] [-WebApplicationFirewallConfiguration ] [-AutoscaleConfiguration ] [-EnableHttp2] [-EnableFIPS] - [-Zone ] [-Tag ] -Identity [-Force] [-AsJob] - [-CustomErrorConfiguration ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ForceFirewallPolicyAssociation] [-Zone ] [-Tag ] -Identity + [-Force] [-AsJob] [-CustomErrorConfiguration ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -368,6 +368,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ForceFirewallPolicyAssociation +Whether Force firewallPolicy association is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -FrontendIPConfigurations Specifies a list of front-end IP configurations for the application gateway. @@ -717,7 +732,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -761,6 +776,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Collections.Hashtable +### Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity + ## OUTPUTS ### Microsoft.Azure.Commands.Network.Models.PSApplicationGateway From 61b316858363c52b9641641f72b60bb138534ed9 Mon Sep 17 00:00:00 2001 From: Venkata Krishnan Anantha Raman Date: Mon, 13 Apr 2020 19:19:34 -0700 Subject: [PATCH 03/14] updates ? --- .../ScenarioTests/ApplicationGatewayTests.ps1 | 2 +- ...evelWafResourceWithApplicationGateway.json | 5835 +++++------------ 2 files changed, 1795 insertions(+), 4042 deletions(-) diff --git a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 index ccbf985b2851..45caad6beeba 100644 --- a/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 +++ b/src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1 @@ -2223,7 +2223,7 @@ function Test-ApplicationGatewayTopLevelFirewallPolicy $sslCert = New-AzApplicationGatewaySslCertificate -Name $sslCert01Name -CertificateFile $sslCert01Path -Password $pw01 # Create Application Gateway - $appgw = New-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Location $location -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01,$fp02 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku -AutoscaleConfiguration $autoscaleConfig -UrlPathMap $urlPathMap,$urlPathMap2 -RedirectConfiguration $redirectConfig -Probe $probe -SslCertificate $sslCert -RewriteRuleSet $rewriteRuleSet + $appgw = New-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Location $location -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01,$fp02 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku -AutoscaleConfiguration $autoscaleConfig -UrlPathMap $urlPathMap,$urlPathMap2 -RedirectConfiguration $redirectConfig -Probe $probe -SslCertificate $sslCert -RewriteRuleSet $rewriteRuleSet -ForceFirewallPolicyAssociation $certFilePath = $basedir + "/ScenarioTests/Data/ApplicationGatewayAuthCert.cer" $certFilePath2 = $basedir + "/ScenarioTests/Data/TrustedRootCertificate.cer" diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json index 3215e32b0fad..9be82eb7a909 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25f957ea-3f53-447e-83d1-5718ac32543a" + "10204586-0255-4647-8b13-04dac3dbfaca" ], "Accept-Language": [ "en-US" @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "9f7df2b7-cf82-4ce4-bfd5-718de5411475" + "d04bb7b4-cb00-4177-9ec5-f6404a076291" ], "x-ms-correlation-request-id": [ - "9f7df2b7-cf82-4ce4-bfd5-718de5411475" + "d04bb7b4-cb00-4177-9ec5-f6404a076291" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052739Z:9f7df2b7-cf82-4ce4-bfd5-718de5411475" + "WESTUS:20200414T012441Z:d04bb7b4-cb00-4177-9ec5-f6404a076291" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:39 GMT" + "Tue, 14 Apr 2020 01:24:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -61,13 +61,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6006?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjAwNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6992?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjk5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5c4052f7-e199-4304-b9ca-399293778e57" + "5039da0d-aeaf-47d9-9498-396d047bdc78" ], "Accept-Language": [ "en-US" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "4363c341-1667-4872-a386-ccbadb29fa97" + "2a8044f9-1497-4e2a-9a20-251ec1301183" ], "x-ms-correlation-request-id": [ - "4363c341-1667-4872-a386-ccbadb29fa97" + "2a8044f9-1497-4e2a-9a20-251ec1301183" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052740Z:4363c341-1667-4872-a386-ccbadb29fa97" + "WESTUS:20200414T012443Z:2a8044f9-1497-4e2a-9a20-251ec1301183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:39 GMT" + "Tue, 14 Apr 2020 01:24:42 GMT" ], "Content-Length": [ "166" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006\",\r\n \"name\": \"ps6006\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992\",\r\n \"name\": \"ps6992\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODE1Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "443d39e2-0805-4975-bcf6-17d7753f2de4" + "d7449238-58a8-4311-bf77-3dbe4e47eeb6" ], "Accept-Language": [ "en-US" @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "d0bd356b-586a-45cc-b24b-7b0d6ed660fd" + "9e053fdb-13f0-4b49-9e44-edff6a93d6e6" ], "x-ms-correlation-request-id": [ - "d0bd356b-586a-45cc-b24b-7b0d6ed660fd" + "9e053fdb-13f0-4b49-9e44-edff6a93d6e6" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052740Z:d0bd356b-586a-45cc-b24b-7b0d6ed660fd" + "WESTUS:20200414T012443Z:9e053fdb-13f0-4b49-9e44-edff6a93d6e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:40 GMT" + "Tue, 14 Apr 2020 01:24:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,12 +183,12 @@ "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps5372' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps8153' under resource group 'ps6992' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODE1Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" + "W/\"442b8fad-1e9e-4b5b-8735-928a847d07da\"" ], "x-ms-request-id": [ - "85964e83-e475-43f2-9242-de7f0a8b3cd5" + "ab579993-8713-432b-81ba-1cdcfc817b28" ], "x-ms-correlation-request-id": [ - "98232d4e-a505-42a9-abfc-ef915ae2b2b7" + "f192058d-7960-443f-be16-1bdb76a8fab7" ], "x-ms-arm-service-request-id": [ - "795d6648-146d-4259-950b-1b77abc9ad48" + "6d3ce87a-caf4-449d-ac6e-ee7446f6c039" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,13 +229,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052745Z:98232d4e-a505-42a9-abfc-ef915ae2b2b7" + "WESTUS:20200414T012449Z:f192058d-7960-443f-be16-1bdb76a8fab7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:44 GMT" + "Tue, 14 Apr 2020 01:24:48 GMT" ], "Content-Length": [ "1269" @@ -247,17 +247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8153\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abff54e7-eae0-42bb-87c0-c6e2921a573b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODE1Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32a5db6d-404a-4ad6-8579-19f495843990" + "48fa5298-ef00-4dc8-82b8-a20fe9ca70ee" ], "Accept-Language": [ "en-US" @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" + "W/\"442b8fad-1e9e-4b5b-8735-928a847d07da\"" ], "x-ms-request-id": [ - "39b48c2c-84a0-4f30-853e-a30628d278ce" + "9376c017-5998-499d-b154-847caf3eca65" ], "x-ms-correlation-request-id": [ - "2e3e73d5-56af-43e6-9e00-61da191698c1" + "2c28991e-eb0e-487a-a2b6-c8f772ff265f" ], "x-ms-arm-service-request-id": [ - "88230288-1c76-400a-9366-ccbce70e5366" + "e5269cfe-7007-4a20-8e58-5dc7aa720b89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,13 +299,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052745Z:2e3e73d5-56af-43e6-9e00-61da191698c1" + "WESTUS:20200414T012449Z:2c28991e-eb0e-487a-a2b6-c8f772ff265f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:44 GMT" + "Tue, 14 Apr 2020 01:24:48 GMT" ], "Content-Length": [ "1269" @@ -317,17 +317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8153\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abff54e7-eae0-42bb-87c0-c6e2921a573b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODE1Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "912721f7-b45d-4109-a0a1-c8aa107226db" + "197b23e7-3451-490b-b488-94ba29685c1c" ], "Accept-Language": [ "en-US" @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"131b3a5b-de1d-472e-8a95-64baf219328e\"" + "W/\"442b8fad-1e9e-4b5b-8735-928a847d07da\"" ], "x-ms-request-id": [ - "cf4c3677-9bc4-453f-a4a8-22e79f7eb0da" + "a468a11d-f97e-4d3c-b79d-94c6049f5303" ], "x-ms-correlation-request-id": [ - "ba958318-378e-46f3-9f66-ed2c1349c9ba" + "6dffbf7c-8eff-4103-9c0b-8b63100012d7" ], "x-ms-arm-service-request-id": [ - "9877dd67-2438-406f-b554-2c67bdc6216d" + "0438cd34-6d47-47ff-a78f-e21a1eb3183a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,13 +369,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052745Z:ba958318-378e-46f3-9f66-ed2c1349c9ba" + "WESTUS:20200414T012449Z:6dffbf7c-8eff-4103-9c0b-8b63100012d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:44 GMT" + "Tue, 14 Apr 2020 01:24:49 GMT" ], "Content-Length": [ "1269" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"131b3a5b-de1d-472e-8a95-64baf219328e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8153\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"abff54e7-eae0-42bb-87c0-c6e2921a573b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\",\r\n \"etag\": \"W/\\\"442b8fad-1e9e-4b5b-8735-928a847d07da\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNTM3Mj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODE1Mz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps5548\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps2299\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba7a4109-57af-4c79-9a0f-b11d14983dfa" + "bba7ab1b-57ef-4f77-b833-88ae218f603e" ], "Accept-Language": [ "en-US" @@ -426,19 +426,19 @@ "3" ], "x-ms-request-id": [ - "eedc9604-942b-4ed0-b9b6-06114bf93fb0" + "ddee9d0e-6f28-4cfc-a3c7-79bc50b5baa9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/eedc9604-942b-4ed0-b9b6-06114bf93fb0?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/ddee9d0e-6f28-4cfc-a3c7-79bc50b5baa9?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "e8da3f02-7d87-4b8a-83d8-de2a9dbcb0b2" + "bbfa7088-a8c6-4d02-941e-4f3c40793f42" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "7789373f-7fe1-468e-987f-ad21dfd5eab9" + "97db5851-ad4f-420a-ba2f-927983af6529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -451,13 +451,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052741Z:e8da3f02-7d87-4b8a-83d8-de2a9dbcb0b2" + "WESTUS:20200414T012445Z:bbfa7088-a8c6-4d02-941e-4f3c40793f42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:41 GMT" + "Tue, 14 Apr 2020 01:24:45 GMT" ], "Content-Length": [ "1267" @@ -469,12 +469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps5372\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372\",\r\n \"etag\": \"W/\\\"b3da237e-981a-4200-a1eb-74ee5a5cb175\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a87d1680-451c-4558-b87a-cf061b6efbb9\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps5548\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\",\r\n \"etag\": \"W/\\\"b3da237e-981a-4200-a1eb-74ee5a5cb175\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8153\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153\",\r\n \"etag\": \"W/\\\"8536c684-ebc1-4d62-9a2f-ca8a28d4abc8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"abff54e7-eae0-42bb-87c0-c6e2921a573b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\",\r\n \"etag\": \"W/\\\"8536c684-ebc1-4d62-9a2f-ca8a28d4abc8\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/eedc9604-942b-4ed0-b9b6-06114bf93fb0?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2VlZGM5NjA0LTk0MmItNGVkMC1iOWI2LTA2MTE0YmY5M2ZiMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/ddee9d0e-6f28-4cfc-a3c7-79bc50b5baa9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RkZWU5ZDBlLTZmMjgtNGNmYy1hM2M3LTc5YmM1MGI1YmFhOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -493,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "443c0c52-bfef-486a-8027-ebcb86cf2420" + "28782fa5-b52c-4559-b93d-47f2ee7b2928" ], "x-ms-correlation-request-id": [ - "c7ec56b1-b21e-4894-8a76-f138f578abd7" + "c832c800-ec63-41c3-9bad-26022be2be67" ], "x-ms-arm-service-request-id": [ - "7c8cfa1e-6255-48e3-8376-019e7e4d510f" + "be78a287-522c-4c23-b07d-7befa22e19d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052744Z:c7ec56b1-b21e-4894-8a76-f138f578abd7" + "WESTUS:20200414T012449Z:c832c800-ec63-41c3-9bad-26022be2be67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:44 GMT" + "Tue, 14 Apr 2020 01:24:48 GMT" ], "Content-Length": [ "29" @@ -534,13 +534,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18caab66-54fb-4d63-9e08-79da2b3b8545" + "c9019c04-8caf-4722-86f5-26ec598bf56d" ], "Accept-Language": [ "en-US" @@ -563,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "99db686e-e912-4843-b759-5b8a45ed8b14" + "6d9349cd-3200-48b4-835e-fc50d4509810" ], "x-ms-correlation-request-id": [ - "99db686e-e912-4843-b759-5b8a45ed8b14" + "6d9349cd-3200-48b4-835e-fc50d4509810" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052745Z:99db686e-e912-4843-b759-5b8a45ed8b14" + "WESTUS:20200414T012449Z:6d9349cd-3200-48b4-835e-fc50d4509810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -578,7 +578,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:44 GMT" + "Tue, 14 Apr 2020 01:24:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -587,15 +587,15 @@ "-1" ], "Content-Length": [ - "148" + "150" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps72' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps8388' under resource group 'ps6992' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -614,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" + "W/\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\"" ], "x-ms-request-id": [ - "dc58a1ca-f84e-4d38-98b6-5c87d810606b" + "0ab8a255-ee5c-4db2-9a89-82124f06c101" ], "x-ms-correlation-request-id": [ - "78e71477-9104-4f1d-b1af-b868f92ce9e7" + "229e639a-291c-4b45-90dc-2d81664bc2e6" ], "x-ms-arm-service-request-id": [ - "f980694e-85aa-49c2-ae0f-1f8a8e518270" + "0d44cba1-61a6-4008-ac85-6d3af85e1616" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,19 +633,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052749Z:78e71477-9104-4f1d-b1af-b868f92ce9e7" + "WESTUS:20200414T012454Z:229e639a-291c-4b45-90dc-2d81664bc2e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:48 GMT" + "Tue, 14 Apr 2020 01:24:53 GMT" ], "Content-Length": [ - "1262" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -654,17 +654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8388\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"10431129-d1b6-4e15-b18f-9d1cc5524749\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388/subnets/ps3931\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "384ab7d6-e22b-4900-94b2-4939916e0b0d" + "476cfcc5-fde9-4ccd-b492-ebba1e50cd2b" ], "Accept-Language": [ "en-US" @@ -684,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" + "W/\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\"" ], "x-ms-request-id": [ - "92dc883d-ed29-45a7-b733-baee792aaa50" + "4fca7ffc-8bc9-4b93-b00c-7faa17b32f3d" ], "x-ms-correlation-request-id": [ - "d145021e-7931-48c9-baa1-ab8eef22c94d" + "7e9a55ae-49a3-4899-8e8f-28aeeff9c5e1" ], "x-ms-arm-service-request-id": [ - "9426ea71-354b-47e6-8f24-cd2cf1f418f7" + "241eb565-ba99-4ba1-93a4-dd481d0ed556" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -703,19 +703,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052749Z:d145021e-7931-48c9-baa1-ab8eef22c94d" + "WESTUS:20200414T012454Z:7e9a55ae-49a3-4899-8e8f-28aeeff9c5e1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:49 GMT" + "Tue, 14 Apr 2020 01:24:53 GMT" ], "Content-Length": [ - "1262" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -724,17 +724,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8388\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"10431129-d1b6-4e15-b18f-9d1cc5524749\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388/subnets/ps3931\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "818031a5-bc8c-44a3-8fa6-5f08dede4cc1" + "da764959-6a20-4087-a5b4-23cd137034f1" ], "Accept-Language": [ "en-US" @@ -754,16 +754,16 @@ "no-cache" ], "ETag": [ - "W/\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\"" + "W/\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\"" ], "x-ms-request-id": [ - "6fd8fe09-baa8-4bda-b581-21343a147c0b" + "38b36ae2-2709-4cf3-a474-72e2a5af982b" ], "x-ms-correlation-request-id": [ - "a507a99d-a9cf-4953-a7d7-523d1429cb70" + "166699d9-b540-4dcd-bbc8-eb985cdab2b9" ], "x-ms-arm-service-request-id": [ - "e3bdbf0a-1068-4abc-9320-ee8f08937e4c" + "2e364c24-3032-4789-9e91-cd4c639ff8c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -776,16 +776,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052749Z:a507a99d-a9cf-4953-a7d7-523d1429cb70" + "WESTUS:20200414T012454Z:166699d9-b540-4dcd-bbc8-eb985cdab2b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:49 GMT" + "Tue, 14 Apr 2020 01:24:54 GMT" ], "Content-Length": [ - "1262" + "1268" ], "Content-Type": [ "application/json; charset=utf-8" @@ -794,17 +794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"4d2a17cb-66e1-498b-b80a-e96088cc5a0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8388\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"10431129-d1b6-4e15-b18f-9d1cc5524749\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388/subnets/ps3931\",\r\n \"etag\": \"W/\\\"89f51d75-d0fc-4e02-a6a1-9bb1d111c3b3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODM4OD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps2278\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"ps3931\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5eeca71b-c80d-45ac-8839-fd715a51f74f" + "effec90a-40a1-454e-8e5b-0ffa8c9740ff" ], "Accept-Language": [ "en-US" @@ -833,19 +833,19 @@ "3" ], "x-ms-request-id": [ - "e6a43b77-f7a5-419a-8c65-8b4d75c2079d" + "3fbefbe9-8879-45ea-99a4-fef565837c1f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/e6a43b77-f7a5-419a-8c65-8b4d75c2079d?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3fbefbe9-8879-45ea-99a4-fef565837c1f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "3a16e90e-6546-42a3-9757-5b5abff7c575" + "a1c4275a-fb6f-4d1f-b1a0-9d33e0d863ca" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "eb62bbab-fe32-40d5-9b5a-59c6da1d467b" + "28eb44e2-8a56-48ec-b9d6-0d782fdd85cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -855,19 +855,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052746Z:3a16e90e-6546-42a3-9757-5b5abff7c575" + "WESTUS:20200414T012450Z:a1c4275a-fb6f-4d1f-b1a0-9d33e0d863ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:45 GMT" + "Tue, 14 Apr 2020 01:24:50 GMT" ], "Content-Length": [ - "1260" + "1266" ], "Content-Type": [ "application/json; charset=utf-8" @@ -876,12 +876,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps72\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72\",\r\n \"etag\": \"W/\\\"1c052977-ec12-4a39-929b-0bd178aad2dd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e131de6b-24c7-448d-a23f-3f17a62495b0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps2278\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps72/subnets/ps2278\",\r\n \"etag\": \"W/\\\"1c052977-ec12-4a39-929b-0bd178aad2dd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8388\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388\",\r\n \"etag\": \"W/\\\"66bcfda0-4f6e-416b-a052-8e702e27ade6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"10431129-d1b6-4e15-b18f-9d1cc5524749\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/8\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"ps3931\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8388/subnets/ps3931\",\r\n \"etag\": \"W/\\\"66bcfda0-4f6e-416b-a052-8e702e27ade6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/e6a43b77-f7a5-419a-8c65-8b4d75c2079d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2U2YTQzYjc3LWY3YTUtNDE5YS04YzY1LThiNGQ3NWMyMDc5ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3fbefbe9-8879-45ea-99a4-fef565837c1f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzNmYmVmYmU5LTg4NzktNDVlYS05OWE0LWZlZjU2NTgzN2MxZj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -900,32 +900,32 @@ "no-cache" ], "x-ms-request-id": [ - "fd10ddec-9b77-4445-af66-3abd0fcffbc7" + "b216c57d-f39c-4dbc-bdfb-8f300bf43e19" ], "x-ms-correlation-request-id": [ - "c2de50e8-9646-4ccf-aa65-cf6dc3b46c72" + "8199c56d-e5cb-4094-b4d6-bc0cd700e770" ], "x-ms-arm-service-request-id": [ - "14e4dfdd-b52c-45a9-ac38-03615ea5ff60" + "4a72763b-7eb9-4ebd-9c8e-57833ed3e36a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052749Z:c2de50e8-9646-4ccf-aa65-cf6dc3b46c72" + "WESTUS:20200414T012454Z:8199c56d-e5cb-4094-b4d6-bc0cd700e770" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:48 GMT" + "Tue, 14 Apr 2020 01:24:53 GMT" ], "Content-Length": [ "29" @@ -941,13 +941,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ee885c8-237f-4e44-8ade-a9396888a4eb" + "f673452b-a531-417b-b3fa-312df411a1cb" ], "Accept-Language": [ "en-US" @@ -970,13 +970,13 @@ "gateway" ], "x-ms-request-id": [ - "b2b4aae8-30a1-4737-a87d-33f9b27413aa" + "6ed6c6c7-3a19-42ce-9f74-ea172af48049" ], "x-ms-correlation-request-id": [ - "b2b4aae8-30a1-4737-a87d-33f9b27413aa" + "6ed6c6c7-3a19-42ce-9f74-ea172af48049" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052749Z:b2b4aae8-30a1-4737-a87d-33f9b27413aa" + "WESTUS:20200414T012454Z:6ed6c6c7-3a19-42ce-9f74-ea172af48049" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -985,7 +985,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:48 GMT" + "Tue, 14 Apr 2020 01:24:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -997,12 +997,12 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps7243' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps8346' under resource group 'ps6992' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1021,16 +1021,16 @@ "no-cache" ], "ETag": [ - "W/\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\"" + "W/\"2b471511-0370-4c9e-b55f-7d3865ddb230\"" ], "x-ms-request-id": [ - "d7ad8991-f056-412c-8991-754b4a49f9f9" + "969d7613-c107-424d-ab53-c4d406fb146a" ], "x-ms-correlation-request-id": [ - "eea5cc71-9961-4f36-b4e9-249d4542b2a0" + "05826c8b-6fe3-4563-9e63-4821a55cb979" ], "x-ms-arm-service-request-id": [ - "9b368976-7390-431f-b534-6ab8c39e7292" + "865e5099-fb06-48c6-9467-772f8a4ea7d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1040,16 +1040,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052754Z:eea5cc71-9961-4f36-b4e9-249d4542b2a0" + "WESTUS:20200414T012457Z:05826c8b-6fe3-4563-9e63-4821a55cb979" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:54 GMT" + "Tue, 14 Apr 2020 01:24:56 GMT" ], "Content-Length": [ "630" @@ -1061,17 +1061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"ipAddress\": \"52.149.49.125\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8346\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\",\r\n \"etag\": \"W/\\\"2b471511-0370-4c9e-b55f-7d3865ddb230\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dece2558-1ecd-4c3b-9dbc-2c35fa63d7a7\",\r\n \"ipAddress\": \"51.143.111.12\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ffb17bf-a298-4d27-b91c-9f8959d94f55" + "0174b34c-6b41-41c2-8c18-7a227b35dc09" ], "Accept-Language": [ "en-US" @@ -1091,16 +1091,16 @@ "no-cache" ], "ETag": [ - "W/\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\"" + "W/\"2b471511-0370-4c9e-b55f-7d3865ddb230\"" ], "x-ms-request-id": [ - "214cb64f-27fd-4d7a-9cbc-685769f6f87a" + "95cd0ba2-b541-4024-8914-0a081d104963" ], "x-ms-correlation-request-id": [ - "c7fb4f6d-4806-4d53-b5ba-dc343754fc46" + "2b6622bc-a566-46b7-9020-b4309cb0d913" ], "x-ms-arm-service-request-id": [ - "e79cf32c-8a6c-476e-b948-b0a9147bdf43" + "58af84e5-abab-4089-b078-7c565f139ff7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1110,16 +1110,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052754Z:c7fb4f6d-4806-4d53-b5ba-dc343754fc46" + "WESTUS:20200414T012457Z:2b6622bc-a566-46b7-9020-b4309cb0d913" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:54 GMT" + "Tue, 14 Apr 2020 01:24:56 GMT" ], "Content-Length": [ "630" @@ -1131,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"8b5d3af1-9bbc-4513-b31e-ec8951e6c07f\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"ipAddress\": \"52.149.49.125\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8346\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\",\r\n \"etag\": \"W/\\\"2b471511-0370-4c9e-b55f-7d3865ddb230\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dece2558-1ecd-4c3b-9dbc-2c35fa63d7a7\",\r\n \"ipAddress\": \"51.143.111.12\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM3MjQzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM4MzQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2853eb09-bd69-45f8-bef2-cc5fc41a74d6" + "d6d82e15-7dea-4b6a-b607-a5e012f69269" ], "Accept-Language": [ "en-US" @@ -1170,19 +1170,19 @@ "1" ], "x-ms-request-id": [ - "aab85a3a-a86a-4303-9852-e9b6959a0f00" + "3577b1f8-2213-460d-bd66-6e57e1c3c12a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3577b1f8-2213-460d-bd66-6e57e1c3c12a?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "f666af2d-543b-4712-a40b-675a2178edd8" + "747407ef-16f4-44f6-b044-133971f75a07" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5194663c-471a-4a1d-b618-d6272116ade2" + "fca1e848-92a5-4b0f-aad6-6ff713d70181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1195,13 +1195,13 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052750Z:f666af2d-543b-4712-a40b-675a2178edd8" + "WESTUS:20200414T012455Z:747407ef-16f4-44f6-b044-133971f75a07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:49 GMT" + "Tue, 14 Apr 2020 01:24:55 GMT" ], "Content-Length": [ "594" @@ -1213,12 +1213,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7243\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\",\r\n \"etag\": \"W/\\\"e4349f3e-278d-44fb-b71b-83210a644b97\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"70e4fbd4-e46a-4a98-905f-83b3b12c0869\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps8346\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\",\r\n \"etag\": \"W/\\\"4a632746-b0cb-49c7-858e-dd319cb3dec2\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dece2558-1ecd-4c3b-9dbc-2c35fa63d7a7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FhYjg1YTNhLWE4NmEtNDMwMy05ODUyLWU5YjY5NTlhMGYwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/3577b1f8-2213-460d-bd66-6e57e1c3c12a?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzM1NzdiMWY4LTIyMTMtNDYwZC1iZDY2LTZlNTdlMWMzYzEyYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1236,17 +1236,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "2" - ], "x-ms-request-id": [ - "29031d52-8fb5-4664-bd9b-f0036857a371" + "ff1a0500-8e96-466d-a809-ed714df20eee" ], "x-ms-correlation-request-id": [ - "8632f5a3-b879-4d94-9dc6-210106ce89b4" + "2bd66734-72b3-4009-8fd4-46f668180221" ], "x-ms-arm-service-request-id": [ - "f254cb08-444a-4e50-bf61-def1b60c2d17" + "f8a55dac-b8c4-40f3-b9ba-f7c4d1ef24fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1259,74 +1256,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052752Z:8632f5a3-b879-4d94-9dc6-210106ce89b4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:27:52 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/aab85a3a-a86a-4303-9852-e9b6959a0f00?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2FhYjg1YTNhLWE4NmEtNDMwMy05ODUyLWU5YjY5NTlhMGYwMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "a3f13b5b-01da-4887-b264-513ab49c4a62" - ], - "x-ms-correlation-request-id": [ - "c9158a44-e361-444d-93c6-5608428714c2" - ], - "x-ms-arm-service-request-id": [ - "277e5ade-d96c-413c-a224-32d48f0d7104" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T052754Z:c9158a44-e361-444d-93c6-5608428714c2" + "WESTUS:20200414T012457Z:2bd66734-72b3-4009-8fd4-46f668180221" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:54 GMT" + "Tue, 14 Apr 2020 01:24:56 GMT" ], "Content-Length": [ "29" @@ -1342,13 +1278,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ebbd6dc-a70e-4e32-a2b9-4a655bfc47e7" + "9c8150fd-ceb9-48e0-aa2f-8f17485d3c9e" ], "Accept-Language": [ "en-US" @@ -1371,13 +1307,13 @@ "gateway" ], "x-ms-request-id": [ - "b4e4ebce-3713-47f6-94be-eb28cc0a36b2" + "495ff47a-1dbd-49ae-bf3c-892fc204cc7d" ], "x-ms-correlation-request-id": [ - "b4e4ebce-3713-47f6-94be-eb28cc0a36b2" + "495ff47a-1dbd-49ae-bf3c-892fc204cc7d" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052754Z:b4e4ebce-3713-47f6-94be-eb28cc0a36b2" + "WESTUS:20200414T012457Z:495ff47a-1dbd-49ae-bf3c-892fc204cc7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1386,7 +1322,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:54 GMT" + "Tue, 14 Apr 2020 01:24:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1398,12 +1334,12 @@ "154" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps4544' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGateways/ps9337' under resource group 'ps6992' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1422,16 +1358,16 @@ "no-cache" ], "ETag": [ - "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" + "W/\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\"" ], "x-ms-request-id": [ - "49dab5d4-a317-474f-9c4b-1521c5e5163d" + "2cd58000-4e45-4f13-a574-6bcf5119d4fa" ], "x-ms-correlation-request-id": [ - "ed740cbc-596f-492d-9ba1-9ba38daac895" + "6284ca42-90d5-4896-b9d4-1dd1b535c7b6" ], "x-ms-arm-service-request-id": [ - "be386c39-1abe-42ee-99ca-839c529b2041" + "d2ea00f9-6154-4816-89f5-99874d77360d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1441,19 +1377,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11975" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053227Z:ed740cbc-596f-492d-9ba1-9ba38daac895" + "WESTUS:20200414T012851Z:6284ca42-90d5-4896-b9d4-1dd1b535c7b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:27 GMT" + "Tue, 14 Apr 2020 01:28:51 GMT" ], "Content-Length": [ - "19985" + "20023" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1462,17 +1398,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4b37b67-a807-4323-9713-6da4ccb17e2a" + "e308d703-51bd-4a78-96a7-45cc06a232b6" ], "Accept-Language": [ "en-US" @@ -1492,16 +1428,16 @@ "no-cache" ], "ETag": [ - "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" + "W/\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\"" ], "x-ms-request-id": [ - "ab06faf4-4217-4668-9786-873f4ca83214" + "3351b508-89b1-488f-81fb-479038d2b04b" ], "x-ms-correlation-request-id": [ - "f2c57947-97c9-44a2-80a4-efe9c721e92e" + "f34bb28b-fe93-46ac-9d60-1729b18fbf91" ], "x-ms-arm-service-request-id": [ - "cbb0856d-4049-4e49-8218-32fa506cb94f" + "2f353d93-6495-46eb-b896-f72abb847d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1511,19 +1447,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11974" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053227Z:f2c57947-97c9-44a2-80a4-efe9c721e92e" + "WESTUS:20200414T012851Z:f34bb28b-fe93-46ac-9d60-1729b18fbf91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:27 GMT" + "Tue, 14 Apr 2020 01:28:51 GMT" ], "Content-Length": [ - "19985" + "20023" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1532,17 +1468,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a73d282-788b-4419-92e5-6bec5e8ba6d2" + "222927bf-0428-4eac-aa4d-474e26af7732" ], "Accept-Language": [ "en-US" @@ -1562,16 +1498,16 @@ "no-cache" ], "ETag": [ - "W/\"5b57b608-a6d6-4638-81c9-a1d71b050b13\"" + "W/\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\"" ], "x-ms-request-id": [ - "10759e62-9e75-43ea-8091-5d670cd72379" + "84b47b38-8c91-4211-a0ab-0f05d6815acb" ], "x-ms-correlation-request-id": [ - "ba557ab6-21e7-409f-a59b-cfbc80555732" + "422e33ba-130c-439b-b883-0cd09a9a2553" ], "x-ms-arm-service-request-id": [ - "ea386c8b-3e0e-4e88-887a-b973b645720d" + "a5055238-2c3f-49f4-9ae1-28d4f83aea81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1584,16 +1520,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053227Z:ba557ab6-21e7-409f-a59b-cfbc80555732" + "WESTUS:20200414T012851Z:422e33ba-130c-439b-b883-0cd09a9a2553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:26 GMT" + "Tue, 14 Apr 2020 01:28:51 GMT" ], "Content-Length": [ - "19985" + "20023" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1602,12 +1538,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"5b57b608-a6d6-4638-81c9-a1d71b050b13\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"2460f2f6-18f1-40ef-a13e-eb1a86c2b11f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1626,16 +1562,16 @@ "no-cache" ], "ETag": [ - "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" + "W/\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\"" ], "x-ms-request-id": [ - "5154d88e-fe1c-478f-af4e-a70f47c9461c" + "551fff95-25a2-4e4b-a96d-48090065b4e1" ], "x-ms-correlation-request-id": [ - "39537aae-40c6-440e-8c37-32413ee3e454" + "be5943d3-0c6c-4f96-8ae4-d042e103c09a" ], "x-ms-arm-service-request-id": [ - "1071bc1c-8268-4578-baf7-7cad46173602" + "d0e3c517-1771-4241-bce3-37ed0dd8ef06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1645,19 +1581,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11959" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053821Z:39537aae-40c6-440e-8c37-32413ee3e454" + "WESTUS:20200414T013525Z:be5943d3-0c6c-4f96-8ae4-d042e103c09a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:20 GMT" + "Tue, 14 Apr 2020 01:35:25 GMT" ], "Content-Length": [ - "28486" + "28521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1666,17 +1602,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08c120ba-fa0f-4ec6-a240-5d465a1d05fd" + "91a0fbd5-8b81-4319-aaea-87165134aa0e" ], "Accept-Language": [ "en-US" @@ -1696,16 +1632,16 @@ "no-cache" ], "ETag": [ - "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" + "W/\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\"" ], "x-ms-request-id": [ - "92a7189e-fd43-4e91-9cd9-13793f8d0833" + "3e85efe8-90ea-405b-92cb-77389d1a147a" ], "x-ms-correlation-request-id": [ - "fbe78880-3673-4c0e-ac18-beab2d1161a2" + "cf39ec58-5ce8-4141-926c-1fcb83a7342a" ], "x-ms-arm-service-request-id": [ - "9df6df4b-67d3-42a0-982f-e7846d0b6dbd" + "e4d624c3-b982-42e4-a2b3-8ab87df6f65c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1715,19 +1651,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11958" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053821Z:fbe78880-3673-4c0e-ac18-beab2d1161a2" + "WESTUS:20200414T013525Z:cf39ec58-5ce8-4141-926c-1fcb83a7342a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:20 GMT" + "Tue, 14 Apr 2020 01:35:25 GMT" ], "Content-Length": [ - "28486" + "28521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1736,17 +1672,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8cb8b31f-948a-4c4b-a0b1-4cdd6c1c1678" + "a01bbfd6-991d-42fe-b483-de98e72d7c5b" ], "Accept-Language": [ "en-US" @@ -1766,16 +1702,16 @@ "no-cache" ], "ETag": [ - "W/\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\"" + "W/\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\"" ], "x-ms-request-id": [ - "515990bc-7f4f-4271-a237-e88af0ff154a" + "7d644c89-bf9f-4c30-9f49-c9a4c5629eed" ], "x-ms-correlation-request-id": [ - "c36e080f-dcfa-41af-b870-bbd61dfe2da2" + "f160877a-621e-460f-a835-781bbe7a33e9" ], "x-ms-arm-service-request-id": [ - "23e34e88-47bd-41b6-a2db-056531c577c8" + "fb411922-6d65-470d-982a-e9cba9316aae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1785,19 +1721,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053821Z:c36e080f-dcfa-41af-b870-bbd61dfe2da2" + "WESTUS:20200414T013525Z:f160877a-621e-460f-a835-781bbe7a33e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:20 GMT" + "Tue, 14 Apr 2020 01:35:25 GMT" ], "Content-Length": [ - "28486" + "28521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,12 +1742,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"0d541696-eba2-4d19-aef9-9f9c166f3e0b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"e5a6b680-7b8b-49c8-a1e9-31e5f51389c7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1830,16 +1766,16 @@ "no-cache" ], "ETag": [ - "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" + "W/\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\"" ], "x-ms-request-id": [ - "7aee9f61-cebe-4f95-a7bc-228dd5d7ee3a" + "1cfe33dc-8169-4f44-ab9b-4824d6344fdd" ], "x-ms-correlation-request-id": [ - "7ba56fd3-283f-409e-b6f6-e4bbc64a320a" + "49b5c636-e9da-4858-8260-4e2dd10fdf23" ], "x-ms-arm-service-request-id": [ - "5a963d5f-bfd0-4a65-b070-94e595353905" + "f759952e-7188-404a-bbaf-d9097568eb62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1849,19 +1785,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053903Z:7ba56fd3-283f-409e-b6f6-e4bbc64a320a" + "WESTUS:20200414T013546Z:49b5c636-e9da-4858-8260-4e2dd10fdf23" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:03 GMT" + "Tue, 14 Apr 2020 01:35:46 GMT" ], "Content-Length": [ - "28844" + "28879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1870,17 +1806,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d037919b-24d9-407e-9700-65414032cb93" + "e8a98211-2bff-4b50-a1b9-018dd4b76fa4" ], "Accept-Language": [ "en-US" @@ -1900,16 +1836,16 @@ "no-cache" ], "ETag": [ - "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" + "W/\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\"" ], "x-ms-request-id": [ - "80942331-541c-4d30-b3de-b6144762e6ad" + "f1453238-dd0c-410c-9eb7-041c1cff5476" ], "x-ms-correlation-request-id": [ - "8bd13dc3-19a1-4032-af69-0362d05e0bbd" + "237abda2-0f13-4376-895b-d3477be7333f" ], "x-ms-arm-service-request-id": [ - "604b7370-351b-4402-9f09-5c55f1f0243e" + "94610c4e-6adb-4942-b917-cbcf20d4d125" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1919,19 +1855,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053903Z:8bd13dc3-19a1-4032-af69-0362d05e0bbd" + "WESTUS:20200414T013547Z:237abda2-0f13-4376-895b-d3477be7333f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:03 GMT" + "Tue, 14 Apr 2020 01:35:46 GMT" ], "Content-Length": [ - "28844" + "28879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1940,17 +1876,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95a34f4f-764e-489f-a77c-22f68dbcedc6" + "4dc5d0aa-7a55-47d7-9232-2f07de3d9677" ], "Accept-Language": [ "en-US" @@ -1970,16 +1906,16 @@ "no-cache" ], "ETag": [ - "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" + "W/\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\"" ], "x-ms-request-id": [ - "4bf93c9f-b042-470d-bfc4-52f485c34ff6" + "88be005c-ec79-4dfd-8a84-eae173bd53e1" ], "x-ms-correlation-request-id": [ - "2def1471-b708-410b-a7b3-778e827810cd" + "8156a2ca-fa36-4148-972e-df74f3c661ed" ], "x-ms-arm-service-request-id": [ - "33d92678-49af-4755-b84f-cb69a5423bad" + "d8428b28-bc27-499f-8c5b-27d28e6cd9f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1992,16 +1928,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053905Z:2def1471-b708-410b-a7b3-778e827810cd" + "WESTUS:20200414T013548Z:8156a2ca-fa36-4148-972e-df74f3c661ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:04 GMT" + "Tue, 14 Apr 2020 01:35:47 GMT" ], "Content-Length": [ - "28844" + "28879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2010,17 +1946,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2fcd442-f5ef-4d93-a6bc-e72a71ee30c1" + "86c98f52-42db-4348-9049-690faaefee54" ], "Accept-Language": [ "en-US" @@ -2040,16 +1976,16 @@ "no-cache" ], "ETag": [ - "W/\"ecc662b5-e206-495f-bce7-e482288c2363\"" + "W/\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\"" ], "x-ms-request-id": [ - "f8c10361-a8f5-40da-a9de-33e5cfbc84e1" + "f6aae81f-2375-4f71-ae69-48538c1e453b" ], "x-ms-correlation-request-id": [ - "30dd2101-cda9-4a9e-8fa7-31008821417a" + "c7c0c7ff-0ead-4b27-9291-e89cdb49d3a9" ], "x-ms-arm-service-request-id": [ - "587ba439-a656-43ab-9c20-d8cc49b54e28" + "14ac4056-04d6-48a8-bbe7-bfe0446226e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2059,19 +1995,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053905Z:30dd2101-cda9-4a9e-8fa7-31008821417a" + "WESTUS:20200414T013548Z:c7c0c7ff-0ead-4b27-9291-e89cdb49d3a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:05 GMT" + "Tue, 14 Apr 2020 01:35:47 GMT" ], "Content-Length": [ - "28844" + "28879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2080,12 +2016,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ecc662b5-e206-495f-bce7-e482288c2363\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"aa0cc802-40de-4bfd-9f3f-480f15c06eae\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2104,16 +2040,16 @@ "no-cache" ], "ETag": [ - "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" + "W/\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\"" ], "x-ms-request-id": [ - "fe4f1eb6-0c2a-4da1-b49d-1e7946ab7c50" + "cc08ee53-4936-4b08-9664-5e048c949d55" ], "x-ms-correlation-request-id": [ - "99a392a9-7cf7-4042-9d7d-72086dd9f02b" + "2c65c680-7e0b-45ef-b3cb-ac4b04735016" ], "x-ms-arm-service-request-id": [ - "c4284693-9798-40d1-ab6c-e86f58db32d2" + "52df0d80-cc3d-4606-a207-227a9ba9da80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2123,19 +2059,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:99a392a9-7cf7-4042-9d7d-72086dd9f02b" + "WESTUS:20200414T013610Z:2c65c680-7e0b-45ef-b3cb-ac4b04735016" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:58 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ - "29054" + "29089" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2144,17 +2080,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "777d860c-9eae-40c2-b0e1-f677724844a2" + "df19eb6a-023c-43b1-a5e6-421259fa628f" ], "Accept-Language": [ "en-US" @@ -2174,16 +2110,16 @@ "no-cache" ], "ETag": [ - "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" + "W/\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\"" ], "x-ms-request-id": [ - "48695cff-1895-4f2f-897f-4f8336253fa7" + "08883fa5-df6e-483a-af31-2fc47fcd24ff" ], "x-ms-correlation-request-id": [ - "9ee96758-2ad7-4c73-8e45-1af728aa03c2" + "ef34fe93-308b-4d53-b1aa-1300ffca6f71" ], "x-ms-arm-service-request-id": [ - "f628b7ff-5396-43ca-92f6-44a949584da9" + "66b3251b-6855-4a49-a75a-4f99caa4adb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2193,19 +2129,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:9ee96758-2ad7-4c73-8e45-1af728aa03c2" + "WESTUS:20200414T013610Z:ef34fe93-308b-4d53-b1aa-1300ffca6f71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ - "29054" + "29089" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2214,17 +2150,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a25a712c-5bec-498a-b286-47eb42c6c577" + "198c95a0-53df-4ec9-9987-b504015399be" ], "Accept-Language": [ "en-US" @@ -2244,16 +2180,16 @@ "no-cache" ], "ETag": [ - "W/\"68cb77f2-9b93-41a2-92cd-4000baea0438\"" + "W/\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\"" ], "x-ms-request-id": [ - "64fc1452-0396-4bd1-a116-b71a1d9a1b61" + "4efd3729-e350-497c-b472-67194562b558" ], "x-ms-correlation-request-id": [ - "20da3328-8bce-48c0-80ba-b186f7cb2a64" + "99b17c5d-3e61-4135-9759-c85007127ed2" ], "x-ms-arm-service-request-id": [ - "72fe1c2e-51a5-4407-84d6-6565c10dda99" + "8220da6a-5dea-401f-aaed-86b9bf6dda05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2263,19 +2199,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:20da3328-8bce-48c0-80ba-b186f7cb2a64" + "WESTUS:20200414T013610Z:99b17c5d-3e61-4135-9759-c85007127ed2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ - "29054" + "29089" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2284,17 +2220,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"68cb77f2-9b93-41a2-92cd-4000baea0438\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"9b7119ac-fbf2-4472-9a34-8f9c619503d2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIpConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIpConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIpConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIpConfigurations/ps8980\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n }\r\n },\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIpConfigurations/ps1031\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIpConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n },\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5474\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"forceFirewallPolicyAssociation\": true\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8c60131-6a6f-44a7-8382-58010c47d394" + "c63500a3-c71a-44c3-8fee-5451d5c8b741" ], "Accept-Language": [ "en-US" @@ -2309,7 +2245,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "14473" + "14516" ] }, "ResponseHeaders": { @@ -2323,19 +2259,19 @@ "10" ], "x-ms-request-id": [ - "a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8" + "a5b50ad9-8e44-448a-a32d-04eb99468bba" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "05eb8fa6-0ada-4925-9904-2a43cb12a8db" + "ab448efc-dc76-4c5f-b56f-6fcd7e0500f7" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ffc613e0-9eaa-44ad-b871-e6e0bba6cd76" + "62f16be2-fd18-42c7-b213-b481e4f56e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2345,19 +2281,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052755Z:05eb8fa6-0ada-4925-9904-2a43cb12a8db" + "WESTUS:20200414T012459Z:ab448efc-dc76-4c5f-b56f-6fcd7e0500f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:27:55 GMT" + "Tue, 14 Apr 2020 01:24:59 GMT" ], "Content-Length": [ - "18686" + "18724" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2366,17 +2302,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"42731180-0a6c-4728-a3c9-9a2c34d3d2ad\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Stopped\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"1131efd6-f455-4056-ae2b-acd529af297c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n }\r\n },\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n },\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5474\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"forceFirewallPolicyAssociation\": true\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c5634ff-c270-4786-9cad-b3916f48ef83" + "be524600-aba3-401d-b035-c4dd89d06dc2" ], "Accept-Language": [ "en-US" @@ -2391,7 +2327,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "17891" + "17929" ] }, "ResponseHeaders": { @@ -2405,19 +2341,19 @@ "10" ], "x-ms-request-id": [ - "10e52812-bac8-4c14-ace7-ad6044a0616f" + "5d82bcd1-2b5c-453e-bd2c-65a82908da61" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "1838b065-d8fb-4e44-8f83-07a75e38a3a6" + "2f0f67a7-090b-43a1-9f2f-eef6f2453dbe" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "76ffb12d-2f71-45c9-b41b-7bcb91442164" + "34874961-f3a3-418c-bb1b-f1ec78a76343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,16 +2366,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053228Z:1838b065-d8fb-4e44-8f83-07a75e38a3a6" + "WESTUS:20200414T012852Z:2f0f67a7-090b-43a1-9f2f-eef6f2453dbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:27 GMT" + "Tue, 14 Apr 2020 01:28:52 GMT" ], "Content-Length": [ - "28462" + "28497" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2448,17 +2384,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"34e21b5a-c522-43c3-b90c-b39d54e3531d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDTzCCAjegAwIBAgIQj5oTlR6oyJ1NlX9Wb9aFyjANBgkqhkiG9w0BAQsFADAwMS4wLAYDVQQDEyVBcHBsaWNhdGlvbkdhdGV3YXlTc2xDZXJ0LVVuaXRUZXN0LTAxMB4XDTE2MDIxNzA3MDc1M1oXDTM5MTIzMTIzNTk1OVowMDEuMCwGA1UEAxMlQXBwbGljYXRpb25HYXRld2F5U3NsQ2VydC1Vbml0VGVzdC0wMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOUOFVmm+P4ht/qaiGZaiMzZSXwqGP8W/XWZRfJSc1mS6B4zBm8MtndmO9NbPUeGetk3E4jI0egP7NufuTAtfZY5nG9/gsZh8Hp4o+x+6F1wCUtK5pQ5Fne4Vwg0Q9k1CgUfQfK0zEoanOTEylcyp1nVpoGc3v4FZ9pQr8/xQ7+PSwgNpmGpU1gmgorDlXIO8jiKb+WfSoPAhHcavoPFg6DeGv30AK2m8ULFezOqbprrozRxXaKzt8fBaDSP1XMakFaO6ffZU4uNgrehW4zMnpdgAjT5koymDKGAfl/7+5QpLxSKc2478J+PvTwy/rfWKJLbEImoM7WE3imWgrHUNMCAwEAAaNlMGMwYQYDVR0BBFowWIAQxDXqD2PYxSlriJ6HuzZ+b6EyMDAxLjAsBgNVBAMTJUFwcGxpY2F0aW9uR2F0ZXdheVNzbENlcnQtVW5pdFRlc3QtMDGCEI+aE5UeqMidTZV/Vm/WhcowDQYJKoZIhvcNAQELBQADggEBADSC6PHkVYmoVOyyW2g7q3GG3MmXa43/HQNTM+pT3HENAlhGg8T9EFrOQ/0QAoEQbrtsP8Isj5u2Bd4MOlYA180ExyfL/NFb7QpXq/pRLbePMQAQicdSvk/9RyrNRBfNjT2KNlBp3RZtCkJjQWlc5ylWydPy4JPUZxit/5ygCRT+cmN1ioF469Ki8hzBlKmrDg8jkFUwFyD7B0fEfPP0gSZI3F6HqgCK2hzBTjujZjddZyn2XxXlxLu57C83CNPP8fbsGW2CwolgmYvt+dJsdDnT7VKX5RS4cOPp/JGG7QdhzqVBoK0vZP6gHEAOPoqBVUWf8SmlVuAVGmDl8EjLnK8=\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"https://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"617ed03f-ea0f-4e96-8c58-f6b7475340f4\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n }\r\n },\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n },\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5474\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"forceFirewallPolicyAssociation\": true\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb98aad2-b4f4-4411-94e7-39eb2b08d85c" + "ea5a108c-8192-43aa-bdb6-94594b0cf307" ], "Accept-Language": [ "en-US" @@ -2473,7 +2409,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "18301" + "18339" ] }, "ResponseHeaders": { @@ -2487,19 +2423,19 @@ "10" ], "x-ms-request-id": [ - "bd833d82-885c-494f-86b1-1c788b3b7124" + "9745e302-077a-4e16-b607-07f3dd240e2c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9745e302-077a-4e16-b607-07f3dd240e2c?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "5bc1feb4-6509-4a36-8d5d-0ecc206379c9" + "f0b57261-b1a0-4ea0-bc56-580fd4641efb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e42fb2b4-7310-42cc-9aa2-25ccb6760a81" + "c06c0624-71d9-459d-9c7b-c4fe706bc9a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2509,19 +2445,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053822Z:5bc1feb4-6509-4a36-8d5d-0ecc206379c9" + "WESTUS:20200414T013526Z:f0b57261-b1a0-4ea0-bc56-580fd4641efb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:22 GMT" + "Tue, 14 Apr 2020 01:35:26 GMT" ], "Content-Length": [ - "28820" + "28855" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2530,17 +2466,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"ab1775e1-e2be-4d10-9d84-c13a5cc00e85\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"3f489fbb-6bb3-4d82-9223-c42678f84a4a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczQ1NDQ/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n }\r\n },\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n },\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps6067\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n }\r\n },\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 42,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\"\r\n },\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestHostName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"hostName\": \"TestName\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"Basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n },\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n },\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5474\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"exclusions\": []\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"forceFirewallPolicyAssociation\": true\r\n },\r\n \"zones\": [],\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "db411e06-4bd1-474f-b268-0121217eff3a" + "ba366972-3ea2-4d3d-9ce8-7d7c9920e3f2" ], "Accept-Language": [ "en-US" @@ -2555,7 +2491,7 @@ "application/json; charset=utf-8" ], "Content-Length": [ - "18511" + "18549" ] }, "ResponseHeaders": { @@ -2569,19 +2505,19 @@ "10" ], "x-ms-request-id": [ - "c876c7c9-6e7b-45e8-a21c-73234f225520" + "495f2005-c7c9-4789-8dcb-763bc42c0175" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/495f2005-c7c9-4789-8dcb-763bc42c0175?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "01f25dc9-a4d8-42c7-bddf-a58e02968a62" + "c9414b22-bb6f-404d-a26e-0aadcc5b02e5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fe85f947-191e-4f81-bfbd-c469d0fc9f47" + "cab11593-2a75-4fed-a089-a750e2be2695" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2591,19 +2527,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053906Z:01f25dc9-a4d8-42c7-bddf-a58e02968a62" + "WESTUS:20200414T013549Z:c9414b22-bb6f-404d-a26e-0aadcc5b02e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:06 GMT" + "Tue, 14 Apr 2020 01:35:48 GMT" ], "Content-Length": [ - "29030" + "29065" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2612,12 +2548,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4544\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c9a0b94e-3c48-48e9-833e-f543c5063ddc\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps2350\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/gatewayIPConfigurations/ps2350\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/virtualNetworks/ps5372/subnets/ps5548\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps3862\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps7769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/trustedRootCertificates/ps7769\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps9574\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/publicIPAddresses/ps7243\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps5932\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps8236\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6842\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1135\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps1135\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps5226\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps3054\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps3054\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9462\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps5932\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps1493\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps6922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps6922\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendIPConfigurations/ps9574\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/frontendPorts/ps8236\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/sslCertificates/ps3862\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps5918\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps8352\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2179\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps9614\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps8670\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps8670\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendAddressPools/ps6842\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/backendHttpSettingsCollection/ps5226\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps3885\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/requestRoutingRules/ps3885\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps1493\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps8103\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/probes/ps8103\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps3590\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/rewriteRuleSets/ps3590\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps6067\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps3231\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/redirectConfigurations/ps3231\",\r\n \"etag\": \"W/\\\"91793442-2d5b-4b99-903c-a9dc9ac966ef\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/httpListeners/ps9462\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps5918/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps2179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544/urlPathMaps/ps8352/pathRules/ps9614\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps9337\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0a4a1cd4-9352-47a6-afed-d16de329e09e\",\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"operationalState\": \"Running\",\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIPConfigurations/ps8980\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"\r\n }\r\n ],\r\n \"sslCertificates\": [\r\n {\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"publicCertData\": \"MIIDogYJKoZIhvcNAQcCoIIDkzCCA48CAQExADALBgkqhkiG9w0BBwGgggN3MIIDczCCAlugAwIBAgIQL/k3jna6xZtLgV+mC9tPdzANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDDCZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAgFw0xNzEwMzExNzA3MDBaGA8yMDU5MTAzMTE3MTcwMVowMTEvMC0GA1UEAwwmYXBwbGljYXRpb25nYXRld2F5LnBvd2Vyc2hlbGwudGVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0xGszrl4F07eN+7WaJhi+ETjDkXJSiTwi0E0qHwCzIFMFypeBGQOQ/nkwcbF/nBRbUQDrGjhaWwdJ0CNHaQ3caVFfNVLb2Wlc4CJazy0bSNyGOJjK4H9WWM+eo7k4jEMmGIp+H5GvovBilwTLK1JQwbrp/XdLgA8TDy8ZLk0LDw5A028QywI8+cRKmmHJoEwIZMMovsqwzAUclsbgKkuRaoF8OOFh9nsOXx9+ulhrqshrpikUsDSsyDhvFLnqVJBdjA1dJDnd8ctGgGXPxhy2SOhOJ/SSPUed0reengNnycBMsumTpW0p/VRgPk1eWRh37MRmxB6X3j5vkgvtt8Z5AgMBAAGjgYQwgYEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAxBgNVHREEKjAogiZhcHBsaWNhdGlvbmdhdGV3YXkucG93ZXJzaGVsbC50ZXN0LmNvbTAdBgNVHQ4EFgQUCXYSgEunlkxbbGLEItZoAIuBWyUwDQYJKoZIhvcNAQELBQADggEBABYZecViOw7UQDGlc4Oy/sVmKbEF/a7XcOTiq95f39LQshc6ZhtkbvqUwzmGVP8S+DvrShI16F/Tkl/KBtUHG/e+l6GjIVbq1ygeTeAGy6BvNhDa41944Hd4A85X7YeD9qkQzHlAS8gBED1dTh3dXSVVdRZ5pcK0nxfNth3xQGTlfEFpPN6C6434YLQ5RvyYQGJkf3Amu8n8fWT40QIrsIPbbTdmXOl1I60NP7EPQp+9sHtdajZactzFJ2/ovOaK5JGRiX5RtRqz0hQT/6Benn7maD7Hz5bfOB8UmD4iR/QhWrcT+mCr1qS+ZFrD0bcEAi0NoJlSVFIB6rgUyE4CqxExAA==\",\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/sslCertificates\"\r\n }\r\n ],\r\n \"trustedRootCertificates\": [\r\n {\r\n \"name\": \"ps3549\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/trustedRootCertificates/ps3549\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"data\": \"MIIDXTCCAkWgAwIBAgIJAP4WRAGKP3raMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQwHhcNMTgxMTA2MDczNTU4WhcNMjgxMTAzMDczNTU4WjBFMQswCQYDVQQGEwJVUzETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngH7nurifsefZWeL7oC/I4IZwcsYfrq0rflditQULdnh+RYLHFXWBsa+RRTguyPhpeKLPdh8n5w9VUJSpgNv2g+JVQWFpGnFeeslLajA+GoeZLq8IHjE9lHbX7vfSNAvAzEpYQpCjMtS74OYDwXUrFybtTbKRnH/hZucPjw2Z6h1twde4lYzJWzWQ/VRvRH+GHEN1OL8KOscVqsHVOMWZsFSVYYfyj8lncWwE8gLSvqn4fjJWtKateyRwPHf+zILe2iFhZ9Iv93Di6UxABMdXJx/2BgENKtJMIii/iIrC46wjLqhxPHuEGfJx6eTY7W60cWTqIsuDyuQtDE/2hfX8wIDAQABo1AwTjAdBgNVHQ4EFgQUAeTs4eJlv6XbBdZbUeaH5Heb5S0wHwYDVR0jBBgwFoAUAeTs4eJlv6XbBdZbUeaH5Heb5S0wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAGmW3m3+ttIpAk6FwuzRLstWXBSejLEEB4NiL3ibuDOt7Wx1h8Qy5SzafyxcenYqF280qhOuy0aJezsUMf4pQjgWmL4WLUHNFjtG3u1XkMJk6pgguIWyDEgdFhQJAi0P0L+2atyQbECNyGXwDJRvtiGFBjpOBQthIjmvBj0yImLfuCwfdGgP8kvHvE84lKkyUZ9vOqiuyXSrIz1K7CfzeL5VbRdiORCZyClG+DCxPB6SeNXZgZqPYXw/niJbSA+DzG1vJfjwsv/+0UrZGvAjwcSGHs4TFmfHDPYR5Hgzm5Dq1d7OSOtPqLzkHzAA3MNoL3Wk7gfDTH0VtBVbYhshqwQ==\"\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\"\r\n }\r\n ],\r\n \"trustedClientCertificates\": [],\r\n \"sslProfiles\": [],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n },\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 80,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n },\r\n {\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"httpListeners\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/frontendPorts\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"ps1793\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps1793\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"backendAddresses\": [\r\n {\r\n \"fqdn\": \"www.bing.com\"\r\n },\r\n {\r\n \"fqdn\": \"www.microsoft.com\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendAddressPools\"\r\n }\r\n ],\r\n \"loadDistributionPolicies\": [],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"pickHostNameFromBackendAddress\": true,\r\n \"requestTimeout\": 30,\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"ps601\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps601\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"port\": 1234,\r\n \"protocol\": \"Http\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"hostName\": \"test\",\r\n \"pickHostNameFromBackendAddress\": false,\r\n \"affinityCookieName\": \"test\",\r\n \"path\": \"/test\",\r\n \"requestTimeout\": 42\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [\r\n {\r\n \"statusCode\": \"HttpStatus403\",\r\n \"customErrorPageUrl\": \"http://mycustomerrorpages.blob.core.windows.net/errorpages/403-another.htm\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"redirectConfiguration\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps7740\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestHostName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": [],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n },\r\n {\r\n \"name\": \"ps3739\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps3739\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIPConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n },\r\n \"protocol\": \"Https\",\r\n \"sslCertificate\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n },\r\n \"hostName\": \"TestName\",\r\n \"hostNames\": [],\r\n \"requireServerNameIndication\": true,\r\n \"customErrorConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/httpListeners\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"name\": \"ps2605\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n },\r\n {\r\n \"name\": \"ps4143\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps/pathRules\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/urlPathMaps\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"Basic\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"ps9956\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps9956\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"ruleType\": \"PathBasedRouting\",\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps7740\"\r\n },\r\n \"urlPathMap\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/requestRoutingRules\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1,\r\n \"match\": {}\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/probes\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"rewriteRules\": [\r\n {\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"name\": \"ps5474\",\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\",\r\n \"etag\": \"W/\\\"b96622d5-a67f-4f11-b8e3-697e7f306ed3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"urlPathMaps\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"pathRules\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps2605\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703/pathRules/ps4143\"\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/applicationGateways/redirectConfigurations\"\r\n }\r\n ],\r\n \"privateLinkResources\": [],\r\n \"webApplicationFirewallConfiguration\": {\r\n \"enabled\": true,\r\n \"firewallMode\": \"Prevention\",\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"disabledRuleGroups\": [],\r\n \"exclusions\": [],\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"forceFirewallPolicyAssociation\": true,\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 2\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2639,13 +2575,13 @@ "10" ], "x-ms-request-id": [ - "fe97cb8b-22a6-4b3e-b8c4-e382aa61ae34" + "d28cbaae-5ffd-4d16-a61b-88db8c04d3fc" ], "x-ms-correlation-request-id": [ - "b505430b-f07c-4514-bb31-12b166199db0" + "32a30922-6b5c-4e4a-ad6d-bdbb535ee71e" ], "x-ms-arm-service-request-id": [ - "fa62db61-20b8-48b9-87a8-4043b8a097fd" + "807a5476-174d-46e9-9828-579fd1aebc75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2655,16 +2591,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052805Z:b505430b-f07c-4514-bb31-12b166199db0" + "WESTUS:20200414T012509Z:32a30922-6b5c-4e4a-ad6d-bdbb535ee71e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:05 GMT" + "Tue, 14 Apr 2020 01:25:09 GMT" ], "Content-Length": [ "30" @@ -2680,8 +2616,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2703,13 +2639,13 @@ "10" ], "x-ms-request-id": [ - "1f404fd1-8413-4f1c-860a-3dd073ccf036" + "4e332ee7-e20f-4cab-b507-186ac4aaf6bb" ], "x-ms-correlation-request-id": [ - "dc556e54-8d98-481f-8fc4-9233f0eabf77" + "1aab7f44-983d-451b-9bdc-af701cb42c94" ], "x-ms-arm-service-request-id": [ - "370c6d9e-edb1-47db-8052-bc10fb9da1f3" + "0b68c8e9-8f9e-4dee-92c4-27ba4b8527ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2719,16 +2655,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052815Z:dc556e54-8d98-481f-8fc4-9233f0eabf77" + "WESTUS:20200414T012519Z:1aab7f44-983d-451b-9bdc-af701cb42c94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:15 GMT" + "Tue, 14 Apr 2020 01:25:19 GMT" ], "Content-Length": [ "30" @@ -2744,8 +2680,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2767,13 +2703,13 @@ "10" ], "x-ms-request-id": [ - "d2fc5307-1496-4aaa-8860-6c167db0f81e" + "0e7558ac-10e0-47f3-96ab-d302dcbef37b" ], "x-ms-correlation-request-id": [ - "8ad50155-012b-49d1-ae37-a7993fd5a5eb" + "20d95bbb-605b-47fa-a2be-0ba57b70093e" ], "x-ms-arm-service-request-id": [ - "ea04df6c-4d22-4f58-a63c-2d27684a7e71" + "935f3421-961d-40eb-a7c5-ad05a74ea7bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2783,16 +2719,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052825Z:8ad50155-012b-49d1-ae37-a7993fd5a5eb" + "WESTUS:20200414T012529Z:20d95bbb-605b-47fa-a2be-0ba57b70093e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:25 GMT" + "Tue, 14 Apr 2020 01:25:29 GMT" ], "Content-Length": [ "30" @@ -2808,8 +2744,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2831,13 +2767,13 @@ "10" ], "x-ms-request-id": [ - "bac55fb9-dd0c-495c-a2cb-643527c4dd78" + "b7506945-16ad-4b82-9943-762d4c48e94c" ], "x-ms-correlation-request-id": [ - "7f005a5e-3614-4a71-bc60-68a4a405adaa" + "f780225c-95be-4d0e-9cdc-9b28a0c7bfbc" ], "x-ms-arm-service-request-id": [ - "df23022e-c93e-4559-944c-aa4a715844d3" + "511d0305-96a4-4e6f-b604-c984ef0c08e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2847,16 +2783,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052835Z:7f005a5e-3614-4a71-bc60-68a4a405adaa" + "WESTUS:20200414T012539Z:f780225c-95be-4d0e-9cdc-9b28a0c7bfbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:35 GMT" + "Tue, 14 Apr 2020 01:25:39 GMT" ], "Content-Length": [ "30" @@ -2872,8 +2808,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2895,13 +2831,13 @@ "10" ], "x-ms-request-id": [ - "5dd8dcf7-904d-4b7c-83fc-8c3c116f2687" + "ede4d663-873e-4a42-992e-d99cd3291e30" ], "x-ms-correlation-request-id": [ - "2ff7ef4c-760d-44c8-8ab5-cf6cec29155c" + "da022e4b-a788-48c6-8893-546f253a2d2a" ], "x-ms-arm-service-request-id": [ - "12160fd5-e996-4815-9f3b-a019b40a24d1" + "88a36810-b65d-46ee-9324-2cc8d69d2773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2911,16 +2847,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052845Z:2ff7ef4c-760d-44c8-8ab5-cf6cec29155c" + "WESTUS:20200414T012549Z:da022e4b-a788-48c6-8893-546f253a2d2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:45 GMT" + "Tue, 14 Apr 2020 01:25:49 GMT" ], "Content-Length": [ "30" @@ -2936,8 +2872,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2959,32 +2895,32 @@ "10" ], "x-ms-request-id": [ - "9dd8504f-2137-4e9f-b8b9-0696e57f4ce7" + "0708e020-ec29-4629-a637-5cf5ca8896a7" ], "x-ms-correlation-request-id": [ - "028ef44b-a62c-451a-91f1-b35f0f617af8" + "db4b7c22-d02d-4d16-94a8-46a62af24aa2" ], "x-ms-arm-service-request-id": [ - "ef8db5da-f959-4d73-ab85-527d31306d58" + "fc8669be-2c2b-4064-9028-c0e3d6912219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052855Z:028ef44b-a62c-451a-91f1-b35f0f617af8" + "WESTUS:20200414T012559Z:db4b7c22-d02d-4d16-94a8-46a62af24aa2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:28:55 GMT" + "Tue, 14 Apr 2020 01:25:59 GMT" ], "Content-Length": [ "30" @@ -3000,8 +2936,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3023,32 +2959,32 @@ "10" ], "x-ms-request-id": [ - "6da947b5-e5d2-48da-a9f3-05f723e04ef1" + "cc6de95d-6e4e-4a58-a913-028677a82096" ], "x-ms-correlation-request-id": [ - "d72be4f7-d7b7-45d1-aa9d-7952c57f9af1" + "1ca45b48-6363-4521-89c4-ff74daac1974" ], "x-ms-arm-service-request-id": [ - "5b2aa69b-83f6-4605-a92f-b44b4b250d5f" + "ba70739c-d56a-4034-bf7f-23144f5d1714" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052905Z:d72be4f7-d7b7-45d1-aa9d-7952c57f9af1" + "WESTUS:20200414T012609Z:1ca45b48-6363-4521-89c4-ff74daac1974" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:05 GMT" + "Tue, 14 Apr 2020 01:26:09 GMT" ], "Content-Length": [ "30" @@ -3064,8 +3000,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3087,13 +3023,13 @@ "10" ], "x-ms-request-id": [ - "2c3b74a1-457c-471c-8131-c64aa4828e72" + "8d943294-beac-40be-bf28-ef9fa6029eff" ], "x-ms-correlation-request-id": [ - "963daa52-438b-43af-b160-59a7c11f68f8" + "c565995b-4cc1-4cc3-b285-f258fc206664" ], "x-ms-arm-service-request-id": [ - "197d1cf7-f22d-4abe-bba0-75db94ece593" + "cccc09e7-ddee-4e52-a518-950e4519ccb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3103,16 +3039,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052916Z:963daa52-438b-43af-b160-59a7c11f68f8" + "WESTUS:20200414T012620Z:c565995b-4cc1-4cc3-b285-f258fc206664" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:15 GMT" + "Tue, 14 Apr 2020 01:26:19 GMT" ], "Content-Length": [ "30" @@ -3128,8 +3064,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3151,13 +3087,13 @@ "10" ], "x-ms-request-id": [ - "dfcdfdf4-37bc-4704-8c63-73d08e15b5d0" + "7049df3c-21fd-4319-991e-4f3228b01aa2" ], "x-ms-correlation-request-id": [ - "39b1226f-05bb-4dd3-a92d-2587f8659cb9" + "09cb2863-c4d5-4078-abf9-d9b8d1bf41ec" ], "x-ms-arm-service-request-id": [ - "ca8fdcf5-bb2a-403e-937c-5175631a530a" + "ac16c68e-4c39-479d-bbd9-54c875e7d79f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3167,16 +3103,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11990" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052926Z:39b1226f-05bb-4dd3-a92d-2587f8659cb9" + "WESTUS:20200414T012630Z:09cb2863-c4d5-4078-abf9-d9b8d1bf41ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:25 GMT" + "Tue, 14 Apr 2020 01:26:29 GMT" ], "Content-Length": [ "30" @@ -3192,8 +3128,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3215,13 +3151,13 @@ "10" ], "x-ms-request-id": [ - "1be4b3b5-10f3-4b42-97dc-4ddd83e1eab7" + "30316109-22f8-48b5-94d4-7b4d29534393" ], "x-ms-correlation-request-id": [ - "647640fa-e9e0-43a5-a69c-957db3c84f03" + "1195d69a-e397-46f0-a26c-591ab8209046" ], "x-ms-arm-service-request-id": [ - "23e3b702-7747-4e26-9083-2b24bc63a372" + "36ea0b1a-ad75-428b-9937-7d856eb814a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3231,16 +3167,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11989" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052936Z:647640fa-e9e0-43a5-a69c-957db3c84f03" + "WESTUS:20200414T012640Z:1195d69a-e397-46f0-a26c-591ab8209046" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:35 GMT" + "Tue, 14 Apr 2020 01:26:40 GMT" ], "Content-Length": [ "30" @@ -3256,8 +3192,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3279,13 +3215,13 @@ "10" ], "x-ms-request-id": [ - "c8fad481-a623-4de8-ae9d-8d389225ad19" + "9eb49829-0992-43dc-a010-29da7ed4f04e" ], "x-ms-correlation-request-id": [ - "e7e6383e-b24c-44fb-a751-5f0677179e05" + "00c380bb-8fa5-47d4-8090-d7996a9143fe" ], "x-ms-arm-service-request-id": [ - "511d3149-63d0-4967-bdf6-eaa747490048" + "8601c536-854f-467a-983e-d366e0297a4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3295,16 +3231,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11988" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052946Z:e7e6383e-b24c-44fb-a751-5f0677179e05" + "WESTUS:20200414T012650Z:00c380bb-8fa5-47d4-8090-d7996a9143fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:45 GMT" + "Tue, 14 Apr 2020 01:26:50 GMT" ], "Content-Length": [ "30" @@ -3320,8 +3256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3343,13 +3279,13 @@ "10" ], "x-ms-request-id": [ - "cf3ac493-d53c-4c31-b42f-b9dad183b09e" + "16d6380d-33e2-4ef0-894e-32613161c2dc" ], "x-ms-correlation-request-id": [ - "ebfafa6d-b222-4be7-8341-a914c66d028a" + "750d6cb1-15a5-4071-9895-4a565eb75b39" ], "x-ms-arm-service-request-id": [ - "c9bb8b59-bfef-4dcd-b6c8-697eaa3003ab" + "3b763d70-91cc-4165-b666-d8d4e5f99d95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3359,16 +3295,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11987" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T052956Z:ebfafa6d-b222-4be7-8341-a914c66d028a" + "WESTUS:20200414T012700Z:750d6cb1-15a5-4071-9895-4a565eb75b39" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:29:55 GMT" + "Tue, 14 Apr 2020 01:27:00 GMT" ], "Content-Length": [ "30" @@ -3384,8 +3320,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3407,32 +3343,32 @@ "10" ], "x-ms-request-id": [ - "a53ff669-c10f-460f-bf37-505d532f5435" + "21e7df32-600c-4738-b303-fec87c375482" ], "x-ms-correlation-request-id": [ - "9dcc1000-bf35-4a07-9cc0-5bb5f2d693cf" + "4f0c82f8-bf91-43a5-9fe8-baa337170e25" ], "x-ms-arm-service-request-id": [ - "71b8fcd6-b71f-4f5b-9a4e-da577c54e423" + "9131a1a2-9dde-4a09-bbcb-bd6f66338439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053006Z:9dcc1000-bf35-4a07-9cc0-5bb5f2d693cf" + "WESTUS:20200414T012710Z:4f0c82f8-bf91-43a5-9fe8-baa337170e25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:05 GMT" + "Tue, 14 Apr 2020 01:27:10 GMT" ], "Content-Length": [ "30" @@ -3448,8 +3384,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3471,32 +3407,32 @@ "10" ], "x-ms-request-id": [ - "7b507b4a-380f-48a2-abc6-8d74e9269088" + "297cc380-3e3f-4d04-b46d-2fac2aaf3c5e" ], "x-ms-correlation-request-id": [ - "cb9355df-2a27-4b1b-9d58-8e838a029a17" + "50648000-98a4-428f-9cf7-38db9f58fa01" ], "x-ms-arm-service-request-id": [ - "c499090b-e18b-4965-ac62-d7d67ce1e31e" + "5d03bf0e-d9ee-4f79-956d-e9f2aec420bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053016Z:cb9355df-2a27-4b1b-9d58-8e838a029a17" + "WESTUS:20200414T012720Z:50648000-98a4-428f-9cf7-38db9f58fa01" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:15 GMT" + "Tue, 14 Apr 2020 01:27:20 GMT" ], "Content-Length": [ "30" @@ -3512,8 +3448,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3535,13 +3471,13 @@ "10" ], "x-ms-request-id": [ - "190ec6b2-4e02-4ddc-9240-6305ab0f178e" + "3894087e-fc6d-4a05-9544-fa458b4959f3" ], "x-ms-correlation-request-id": [ - "c0ff52b6-e275-4a60-b82a-495839ed15b3" + "00fa2baa-9f54-4f1c-b2f4-0dda0aab99c5" ], "x-ms-arm-service-request-id": [ - "8af20ad7-f264-4a8d-9ffb-937bba4f6360" + "8645e26a-6d80-4a27-a142-c58aaef6e8b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3551,16 +3487,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11984" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053026Z:c0ff52b6-e275-4a60-b82a-495839ed15b3" + "WESTUS:20200414T012730Z:00fa2baa-9f54-4f1c-b2f4-0dda0aab99c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:26 GMT" + "Tue, 14 Apr 2020 01:27:30 GMT" ], "Content-Length": [ "30" @@ -3576,8 +3512,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3599,13 +3535,13 @@ "10" ], "x-ms-request-id": [ - "5c887cb0-d122-4ec4-9d46-e781d602df87" + "1d26001b-86d7-4df6-a4e8-5adc12ca262b" ], "x-ms-correlation-request-id": [ - "9a37cc8c-7617-48e9-8d83-8416ea304f3a" + "f086318d-0c1e-43e0-99df-002e0beacc7f" ], "x-ms-arm-service-request-id": [ - "4f878e6f-8246-40fd-b834-74995cc9a8e2" + "02e51bd3-1857-4a07-912b-d2a7a9a586a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3615,16 +3551,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11983" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053036Z:9a37cc8c-7617-48e9-8d83-8416ea304f3a" + "WESTUS:20200414T012740Z:f086318d-0c1e-43e0-99df-002e0beacc7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:36 GMT" + "Tue, 14 Apr 2020 01:27:40 GMT" ], "Content-Length": [ "30" @@ -3640,8 +3576,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3663,13 +3599,13 @@ "10" ], "x-ms-request-id": [ - "df601dda-1971-43c7-9ad4-b5e42f91f2e7" + "e8166e98-8006-4046-94e8-5dd500f0a421" ], "x-ms-correlation-request-id": [ - "d44a5d3f-6af3-4efa-b2b6-7ca072b71d39" + "c2f20826-7762-457c-a8d2-225692e63770" ], "x-ms-arm-service-request-id": [ - "7c6fe0ae-8dd9-4e20-9d87-94b74dba2f81" + "c1c2d287-08a2-4ec6-8af2-0b411b0046fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3679,16 +3615,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11982" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053046Z:d44a5d3f-6af3-4efa-b2b6-7ca072b71d39" + "WESTUS:20200414T012750Z:c2f20826-7762-457c-a8d2-225692e63770" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:46 GMT" + "Tue, 14 Apr 2020 01:27:50 GMT" ], "Content-Length": [ "30" @@ -3704,8 +3640,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3727,13 +3663,13 @@ "10" ], "x-ms-request-id": [ - "a1d2701a-b4c1-4bd6-ba96-a7071f1638df" + "0068f59d-6ece-4062-982a-c80a3369240b" ], "x-ms-correlation-request-id": [ - "2294a9c2-cfba-4892-9184-2411917a93d8" + "db09a160-b93e-4894-9731-baaba9357748" ], "x-ms-arm-service-request-id": [ - "0e811042-547c-4e8e-8ae9-35813e438f71" + "c74daa45-96da-4e16-ae45-788eeaf6d06f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3743,16 +3679,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11981" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053056Z:2294a9c2-cfba-4892-9184-2411917a93d8" + "WESTUS:20200414T012800Z:db09a160-b93e-4894-9731-baaba9357748" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:30:56 GMT" + "Tue, 14 Apr 2020 01:28:00 GMT" ], "Content-Length": [ "30" @@ -3768,8 +3704,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3791,13 +3727,13 @@ "10" ], "x-ms-request-id": [ - "ebf477b9-0474-47c9-a4c9-4e966c0dc3dd" + "ecccd5bd-8a09-45f6-9f77-ed237128553c" ], "x-ms-correlation-request-id": [ - "2cb1fb71-ff8f-418a-ad2a-16e13a0fe553" + "638d8203-a2fa-4cc1-ab7e-a314bff56aa1" ], "x-ms-arm-service-request-id": [ - "3f9c12aa-0f71-4f9d-be0f-e920c5f66830" + "f6c0c007-2e85-4dab-9eff-d1dc05f8fdf7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3807,16 +3743,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11980" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053106Z:2cb1fb71-ff8f-418a-ad2a-16e13a0fe553" + "WESTUS:20200414T012810Z:638d8203-a2fa-4cc1-ab7e-a314bff56aa1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:06 GMT" + "Tue, 14 Apr 2020 01:28:10 GMT" ], "Content-Length": [ "30" @@ -3832,8 +3768,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3855,32 +3791,32 @@ "10" ], "x-ms-request-id": [ - "3b451844-eb50-4797-810c-9a0723299b27" + "2bc0b1e2-3a70-4c6c-8471-5e15858c3940" ], "x-ms-correlation-request-id": [ - "0ef7418f-978d-4cbd-81a1-81f441655080" + "4f08ce32-f9cf-44d0-8864-bfb4e8fa9ac2" ], "x-ms-arm-service-request-id": [ - "b6d011b8-0e2b-48d2-9e28-34dfa9fc86bb" + "aaa18a00-dcd1-4c2f-b434-afc814f84dee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053116Z:0ef7418f-978d-4cbd-81a1-81f441655080" + "WESTUS:20200414T012820Z:4f08ce32-f9cf-44d0-8864-bfb4e8fa9ac2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:16 GMT" + "Tue, 14 Apr 2020 01:28:20 GMT" ], "Content-Length": [ "30" @@ -3896,8 +3832,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3919,32 +3855,32 @@ "10" ], "x-ms-request-id": [ - "0e6362a7-f214-4d8b-8190-02e6fcd09901" + "1b37d44a-769b-4288-9978-0d074617aa55" ], "x-ms-correlation-request-id": [ - "04128244-c03b-4f49-b4a5-bd7c842601c7" + "df83c41b-f678-4d7d-bdf3-1486f373187b" ], "x-ms-arm-service-request-id": [ - "a428cbd8-2794-4380-b97c-8d46d64613f4" + "37223106-8116-4d98-85a6-663375f90ad9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053126Z:04128244-c03b-4f49-b4a5-bd7c842601c7" + "WESTUS:20200414T012830Z:df83c41b-f678-4d7d-bdf3-1486f373187b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:26 GMT" + "Tue, 14 Apr 2020 01:28:30 GMT" ], "Content-Length": [ "30" @@ -3960,8 +3896,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3983,13 +3919,13 @@ "10" ], "x-ms-request-id": [ - "c7b0a3ca-c519-474c-a03b-51c73a0cef2e" + "302b3ad3-843e-4ab9-8462-0dbb7c4450e6" ], "x-ms-correlation-request-id": [ - "475cfe81-66fc-4771-bea2-afd8455480df" + "3122ceed-c999-49c3-932a-d874178baace" ], "x-ms-arm-service-request-id": [ - "02dd520a-b7d8-4e58-a9c7-6a5e7adf6ee4" + "66da972a-aed4-4119-9753-9c67631b8a5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3999,16 +3935,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11977" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053136Z:475cfe81-66fc-4771-bea2-afd8455480df" + "WESTUS:20200414T012841Z:3122ceed-c999-49c3-932a-d874178baace" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:36 GMT" + "Tue, 14 Apr 2020 01:28:41 GMT" ], "Content-Length": [ "30" @@ -4024,8 +3960,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a5b50ad9-8e44-448a-a32d-04eb99468bba?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1YjUwYWQ5LThlNDQtNDQ4YS1hMzJkLTA0ZWI5OTQ2OGJiYT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4043,17 +3979,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "143fb31f-f200-4411-9ce1-b9e38ac33228" + "7aeaab3a-fb59-498c-8f3c-403139905b7d" ], "x-ms-correlation-request-id": [ - "27e9f746-6f3a-42aa-a72e-7a753c093e48" + "2051fc96-a07e-4083-9b4a-57e56d27b141" ], "x-ms-arm-service-request-id": [ - "6e13594c-9556-4410-ab9e-8e0cad5ee488" + "f0506e7e-9580-498b-aac0-202e6911a318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4063,19 +3996,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11976" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053147Z:27e9f746-6f3a-42aa-a72e-7a753c093e48" + "WESTUS:20200414T012851Z:2051fc96-a07e-4083-9b4a-57e56d27b141" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:46 GMT" + "Tue, 14 Apr 2020 01:28:51 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4084,12 +4017,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4111,13 +4044,13 @@ "10" ], "x-ms-request-id": [ - "6cd56a4d-508d-4c52-b0cf-7bcb8577ba17" + "2df0abc6-91d8-4c48-8b51-2881ca688cb8" ], "x-ms-correlation-request-id": [ - "366bc083-4b46-4a4b-a433-279dcb3b8e28" + "9a5ac7f3-97d0-42ac-8215-89ed819a7296" ], "x-ms-arm-service-request-id": [ - "21868e56-24ea-4e27-b17f-fa3e4f69b8bf" + "1ced428f-a48a-4572-b1ac-cbabacfaa1cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4127,16 +4060,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053157Z:366bc083-4b46-4a4b-a433-279dcb3b8e28" + "WESTUS:20200414T012902Z:9a5ac7f3-97d0-42ac-8215-89ed819a7296" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:31:56 GMT" + "Tue, 14 Apr 2020 01:29:02 GMT" ], "Content-Length": [ "30" @@ -4152,8 +4085,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4175,13 +4108,13 @@ "10" ], "x-ms-request-id": [ - "c5285ed6-495c-4b5e-abfb-d5523ed9db0f" + "8db5a7a8-673e-4467-a5a2-295c5f4290c3" ], "x-ms-correlation-request-id": [ - "e1069d5b-df8d-427c-9665-f647956d17b8" + "ee18f05c-27eb-45f5-bf6f-b07ee7278fcb" ], "x-ms-arm-service-request-id": [ - "bf54d634-6a59-4028-bc45-a8608aac854b" + "7c7492df-10cc-487d-8a83-f16b3c75db8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4191,16 +4124,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053207Z:e1069d5b-df8d-427c-9665-f647956d17b8" + "WESTUS:20200414T012912Z:ee18f05c-27eb-45f5-bf6f-b07ee7278fcb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:06 GMT" + "Tue, 14 Apr 2020 01:29:12 GMT" ], "Content-Length": [ "30" @@ -4216,8 +4149,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4239,13 +4172,13 @@ "10" ], "x-ms-request-id": [ - "a73ac5bc-24b2-4aed-a72b-049a6507f031" + "406a0027-36b0-403e-a8ca-2a24a262a901" ], "x-ms-correlation-request-id": [ - "6128f569-9802-4fd2-85cd-f707e68effcf" + "c4b29b5b-02f4-4d89-91dd-4cf33fdb04b2" ], "x-ms-arm-service-request-id": [ - "04ae33ee-a850-4d2e-b9c0-0e354972fd51" + "e350a979-b561-4d21-a138-4b5ee92c302a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4255,16 +4188,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053217Z:6128f569-9802-4fd2-85cd-f707e68effcf" + "WESTUS:20200414T012922Z:c4b29b5b-02f4-4d89-91dd-4cf33fdb04b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:16 GMT" + "Tue, 14 Apr 2020 01:29:22 GMT" ], "Content-Length": [ "30" @@ -4280,8 +4213,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/a584eaaa-d17e-4c7d-92a1-8e0cf895e2c8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2E1ODRlYWFhLWQxN2UtNGM3ZC05MmExLThlMGNmODk1ZTJjOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4299,36 +4232,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "a9ee7c02-4827-4560-b621-df92ed7dff2d" + "57446344-74f5-44cb-9d39-5e1ef791fbdb" ], "x-ms-correlation-request-id": [ - "9ecbf16f-20c7-417e-9f94-cc899b62186b" + "375a9d6b-78a5-41a7-a27b-5d2a91ffb051" ], "x-ms-arm-service-request-id": [ - "a90637e5-b7aa-49c5-9a53-552b7c3c0054" + "1cc61346-a828-4b3a-a307-b4febb848c81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053227Z:9ecbf16f-20c7-417e-9f94-cc899b62186b" + "WESTUS:20200414T012933Z:375a9d6b-78a5-41a7-a27b-5d2a91ffb051" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:27 GMT" + "Tue, 14 Apr 2020 01:29:32 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4337,12 +4273,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4364,13 +4300,13 @@ "10" ], "x-ms-request-id": [ - "641b9c64-351e-468e-adfc-961a6cffbf48" + "e631ec0c-37b0-41a6-94e2-a69687340c9f" ], "x-ms-correlation-request-id": [ - "0533b9be-2121-42c3-9e97-acf0220450e8" + "45ca96af-d49b-4792-a2bb-bc0f176fef22" ], "x-ms-arm-service-request-id": [ - "e7bbe400-22b2-4bce-9939-78f31c8e5083" + "6f609c71-5c89-4597-8012-3df9f7a10090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4380,16 +4316,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053238Z:0533b9be-2121-42c3-9e97-acf0220450e8" + "WESTUS:20200414T012943Z:45ca96af-d49b-4792-a2bb-bc0f176fef22" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:38 GMT" + "Tue, 14 Apr 2020 01:29:42 GMT" ], "Content-Length": [ "30" @@ -4405,8 +4341,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4428,13 +4364,13 @@ "10" ], "x-ms-request-id": [ - "14266df7-5ea4-453c-b041-ca492e160314" + "6b680049-bc6b-4c53-a807-421b37b97aa3" ], "x-ms-correlation-request-id": [ - "ee040732-8008-412f-b8e4-9994029d5865" + "8df73bec-5c49-40f9-85ad-ee5bc045234b" ], "x-ms-arm-service-request-id": [ - "41353d0f-b2e7-4daf-9c81-b7daae22221d" + "fcf25ced-9c0a-4824-acc4-b513b8045962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4444,16 +4380,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053248Z:ee040732-8008-412f-b8e4-9994029d5865" + "WESTUS:20200414T012953Z:8df73bec-5c49-40f9-85ad-ee5bc045234b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:48 GMT" + "Tue, 14 Apr 2020 01:29:52 GMT" ], "Content-Length": [ "30" @@ -4469,8 +4405,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4492,32 +4428,32 @@ "10" ], "x-ms-request-id": [ - "d1421305-e3ae-4be6-af07-eaf22e589c13" + "d532cacc-ad51-449c-9b8f-41ea9eb338a7" ], "x-ms-correlation-request-id": [ - "3cdb8078-2c21-4cc7-b170-406aa15748d4" + "3bda48cc-72e0-48c9-8258-f602b126863b" ], "x-ms-arm-service-request-id": [ - "e4696fb7-050c-4d65-a3a0-62227a50abb3" + "c775e7e5-8970-49f2-b273-23ef3e099de7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053258Z:3cdb8078-2c21-4cc7-b170-406aa15748d4" + "WESTUS:20200414T013003Z:3bda48cc-72e0-48c9-8258-f602b126863b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:32:58 GMT" + "Tue, 14 Apr 2020 01:30:03 GMT" ], "Content-Length": [ "30" @@ -4533,8 +4469,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4556,13 +4492,13 @@ "10" ], "x-ms-request-id": [ - "bf6a706f-14cd-4288-91b1-7423fcc1b5d6" + "37caed29-a44e-4d46-9f2e-eaa096708633" ], "x-ms-correlation-request-id": [ - "7042d2fd-e5a2-49f6-bde2-db9c9ff0d6db" + "cec4071b-72ba-4975-be5a-a1b62f56cca4" ], "x-ms-arm-service-request-id": [ - "c9e5c660-fdc0-40ca-9b56-80b97beaa641" + "fcc96e8e-0351-4eb2-9021-684de4da8286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4572,16 +4508,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053309Z:7042d2fd-e5a2-49f6-bde2-db9c9ff0d6db" + "WESTUS:20200414T013013Z:cec4071b-72ba-4975-be5a-a1b62f56cca4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:08 GMT" + "Tue, 14 Apr 2020 01:30:13 GMT" ], "Content-Length": [ "30" @@ -4597,8 +4533,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4620,13 +4556,13 @@ "10" ], "x-ms-request-id": [ - "0e0a90c6-a584-4e26-ac1c-106996bf1b9a" + "b778246c-e2c7-444e-8ead-7c37e4e50699" ], "x-ms-correlation-request-id": [ - "42ab8322-24fd-487c-b542-3ab7b03e45e7" + "0329acec-53db-4386-993f-924d1e008fef" ], "x-ms-arm-service-request-id": [ - "25c057b3-3f49-4152-8cd5-d429fcf09d85" + "fa1849cc-e80e-4ae4-b189-0888e2fa1ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4636,16 +4572,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053319Z:42ab8322-24fd-487c-b542-3ab7b03e45e7" + "WESTUS:20200414T013023Z:0329acec-53db-4386-993f-924d1e008fef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:18 GMT" + "Tue, 14 Apr 2020 01:30:23 GMT" ], "Content-Length": [ "30" @@ -4661,8 +4597,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4684,13 +4620,13 @@ "10" ], "x-ms-request-id": [ - "676e9fca-719a-4eaf-a09d-590c1ac04562" + "1b21190a-bf17-4097-99e2-86da3941cfa0" ], "x-ms-correlation-request-id": [ - "4b561c5e-310b-4441-bfa6-d5085edc9d85" + "4b2ab4da-cbf8-41d9-925e-de325424b1ce" ], "x-ms-arm-service-request-id": [ - "12ba2285-19df-4cd8-9058-1123b3e67ed3" + "d6fc92aa-e139-44b1-9a7f-d6047f9b05d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4700,16 +4636,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053329Z:4b561c5e-310b-4441-bfa6-d5085edc9d85" + "WESTUS:20200414T013033Z:4b2ab4da-cbf8-41d9-925e-de325424b1ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:28 GMT" + "Tue, 14 Apr 2020 01:30:33 GMT" ], "Content-Length": [ "30" @@ -4725,8 +4661,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4748,13 +4684,13 @@ "10" ], "x-ms-request-id": [ - "99c7c3af-18fc-4976-83e5-5e2b55eda62e" + "f2fff6ad-1557-422e-b25e-468a0622e064" ], "x-ms-correlation-request-id": [ - "564413c5-9e42-496c-b703-e8970f264abb" + "6a6a9022-8825-47eb-a917-f3285b78d2a7" ], "x-ms-arm-service-request-id": [ - "c18c6553-2d56-4643-bcb6-be60eb55ebf5" + "cb29e5b9-590e-4016-81e0-4f95bba48edd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4764,16 +4700,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053339Z:564413c5-9e42-496c-b703-e8970f264abb" + "WESTUS:20200414T013043Z:6a6a9022-8825-47eb-a917-f3285b78d2a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:38 GMT" + "Tue, 14 Apr 2020 01:30:43 GMT" ], "Content-Length": [ "30" @@ -4789,8 +4725,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4812,13 +4748,13 @@ "10" ], "x-ms-request-id": [ - "8cb6313e-ad11-42de-b5c9-84520c576385" + "7cdbee74-e835-4871-9b93-b8ab88a35ab0" ], "x-ms-correlation-request-id": [ - "07c512c3-cdbd-4337-9ffb-11838b06d9e6" + "fd96e1d7-89ca-40ac-853c-59fd635535e8" ], "x-ms-arm-service-request-id": [ - "6e5a8137-d02b-400b-a448-02383f76d5a8" + "bb7ca450-18db-4c09-9085-80f591389591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4828,16 +4764,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053349Z:07c512c3-cdbd-4337-9ffb-11838b06d9e6" + "WESTUS:20200414T013053Z:fd96e1d7-89ca-40ac-853c-59fd635535e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:48 GMT" + "Tue, 14 Apr 2020 01:30:53 GMT" ], "Content-Length": [ "30" @@ -4853,8 +4789,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4876,13 +4812,13 @@ "10" ], "x-ms-request-id": [ - "b7675797-1194-43e9-bc47-643d341c7841" + "8c974f72-f9dc-44a1-8a45-9e2dbd7b662f" ], "x-ms-correlation-request-id": [ - "dd368333-5e00-4f1e-ab7b-72bf97b87d8f" + "6812f685-fd20-47c2-b3c5-b8ee4d815b12" ], "x-ms-arm-service-request-id": [ - "c020cc14-db64-4262-83e3-df7c5cd1dae6" + "06332591-a3e4-470a-963f-79eb08b9a8aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4892,16 +4828,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053359Z:dd368333-5e00-4f1e-ab7b-72bf97b87d8f" + "WESTUS:20200414T013103Z:6812f685-fd20-47c2-b3c5-b8ee4d815b12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:33:58 GMT" + "Tue, 14 Apr 2020 01:31:03 GMT" ], "Content-Length": [ "30" @@ -4917,8 +4853,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4940,32 +4876,32 @@ "10" ], "x-ms-request-id": [ - "0b825d02-6b84-4aac-b94c-cdab3f47296e" + "820324ca-9edd-4c71-be80-7e5107af9edc" ], "x-ms-correlation-request-id": [ - "b6c4fd9c-642a-4a9e-9e82-8425b723f087" + "83a4f70e-a7fc-4f3c-96b5-c3b2566539ed" ], "x-ms-arm-service-request-id": [ - "eb899366-de28-446d-bfd9-13f7122ccba3" + "dfe4d720-89da-41cf-9ea5-e0ac5867a406" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053409Z:b6c4fd9c-642a-4a9e-9e82-8425b723f087" + "WESTUS:20200414T013113Z:83a4f70e-a7fc-4f3c-96b5-c3b2566539ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:08 GMT" + "Tue, 14 Apr 2020 01:31:13 GMT" ], "Content-Length": [ "30" @@ -4981,8 +4917,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5004,13 +4940,13 @@ "10" ], "x-ms-request-id": [ - "01a322d0-6668-443e-9dfc-cde82ec0b8ab" + "b70b8136-ea75-46a4-9478-c0fbdbb33495" ], "x-ms-correlation-request-id": [ - "a64217fd-80cf-4583-8e9b-e6c196bbfab4" + "5464fe0c-e631-48e0-84b0-aade6e16ca9a" ], "x-ms-arm-service-request-id": [ - "819f27e8-f3df-4f20-8baa-b7ede8639eab" + "a78e52b4-719e-4a6b-91d0-98d1d3dee26b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5020,16 +4956,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053419Z:a64217fd-80cf-4583-8e9b-e6c196bbfab4" + "WESTUS:20200414T013123Z:5464fe0c-e631-48e0-84b0-aade6e16ca9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:18 GMT" + "Tue, 14 Apr 2020 01:31:23 GMT" ], "Content-Length": [ "30" @@ -5045,8 +4981,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5068,13 +5004,13 @@ "10" ], "x-ms-request-id": [ - "895b0f2b-442f-4d42-b23e-42d50c66d6b4" + "44074cca-7246-4d10-8564-391c79170516" ], "x-ms-correlation-request-id": [ - "4f44e135-e0b3-4939-9a55-02e4ebfadfa0" + "a4e16999-ca7a-4e71-9fdb-ec1842ad4625" ], "x-ms-arm-service-request-id": [ - "77f1f2e4-0f3a-4f6e-ac09-cd007b6920e2" + "2b0b4038-79f6-480f-85f3-9636e6e997e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5084,16 +5020,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053429Z:4f44e135-e0b3-4939-9a55-02e4ebfadfa0" + "WESTUS:20200414T013133Z:a4e16999-ca7a-4e71-9fdb-ec1842ad4625" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:29 GMT" + "Tue, 14 Apr 2020 01:31:33 GMT" ], "Content-Length": [ "30" @@ -5109,8 +5045,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5132,13 +5068,13 @@ "10" ], "x-ms-request-id": [ - "1abcebbc-2270-457f-a08d-d3920c6c9496" + "25b029fc-0d0a-4b6e-870e-c98b27c0ba55" ], "x-ms-correlation-request-id": [ - "fb0890e6-5109-4d8e-9962-7e7a5d305771" + "5c6555d1-f671-4667-b9b5-d0aba6d1c6d0" ], "x-ms-arm-service-request-id": [ - "8796d334-9200-48cc-8476-c02c38d2cbd9" + "39957e29-960b-40f3-aa89-2d1c650711bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5148,16 +5084,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053439Z:fb0890e6-5109-4d8e-9962-7e7a5d305771" + "WESTUS:20200414T013144Z:5c6555d1-f671-4667-b9b5-d0aba6d1c6d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:39 GMT" + "Tue, 14 Apr 2020 01:31:43 GMT" ], "Content-Length": [ "30" @@ -5173,8 +5109,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5196,13 +5132,13 @@ "10" ], "x-ms-request-id": [ - "a5a42aff-b993-41b8-b534-736bf3c4c783" + "95019c5b-f6ba-4b3e-a482-858d5a6aa773" ], "x-ms-correlation-request-id": [ - "638e269b-b7a7-4fdf-9b9b-3e8aba5a8fa5" + "9d18f721-5554-4b07-bd14-d45627f0da1d" ], "x-ms-arm-service-request-id": [ - "96c511b5-da3f-4fba-9838-5df77ff92919" + "a2c3fd2a-3840-44df-86c4-82ac4a3ab9df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5212,16 +5148,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053449Z:638e269b-b7a7-4fdf-9b9b-3e8aba5a8fa5" + "WESTUS:20200414T013154Z:9d18f721-5554-4b07-bd14-d45627f0da1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:49 GMT" + "Tue, 14 Apr 2020 01:31:53 GMT" ], "Content-Length": [ "30" @@ -5237,8 +5173,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5260,32 +5196,32 @@ "10" ], "x-ms-request-id": [ - "ced995e0-3891-4354-8a0e-93235bd50c35" + "9a64557c-1987-4a0b-b44c-22bd289784b6" ], "x-ms-correlation-request-id": [ - "22538079-e1fb-4481-9a40-a942d285dda7" + "bffdcf75-e673-4dbc-9128-53b72997d4d7" ], "x-ms-arm-service-request-id": [ - "5145791c-caa1-48b2-ba65-de882f50e0d5" + "7dd50e6d-e33c-4590-93c1-69a9361b5398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053459Z:22538079-e1fb-4481-9a40-a942d285dda7" + "WESTUS:20200414T013204Z:bffdcf75-e673-4dbc-9128-53b72997d4d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:34:59 GMT" + "Tue, 14 Apr 2020 01:32:03 GMT" ], "Content-Length": [ "30" @@ -5301,8 +5237,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5324,13 +5260,13 @@ "10" ], "x-ms-request-id": [ - "6c668245-4cc8-484b-8e3c-7996381e3743" + "99dc5af9-4a80-410d-8498-25b13c30f1de" ], "x-ms-correlation-request-id": [ - "a35a66ac-1559-477b-ab62-e783501e2737" + "1563883b-073f-499d-9c8f-b89623928280" ], "x-ms-arm-service-request-id": [ - "4238cec3-5b78-480d-a03f-d913def13aa7" + "ab1f4f08-4f15-4b12-a6ad-46ed34ccbbb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5340,16 +5276,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053509Z:a35a66ac-1559-477b-ab62-e783501e2737" + "WESTUS:20200414T013214Z:1563883b-073f-499d-9c8f-b89623928280" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:09 GMT" + "Tue, 14 Apr 2020 01:32:13 GMT" ], "Content-Length": [ "30" @@ -5365,8 +5301,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5388,32 +5324,32 @@ "10" ], "x-ms-request-id": [ - "b50bccf6-5913-487a-a84f-3c14c19b370c" + "62a42472-70cf-46df-be61-ab40be60fb2f" ], "x-ms-correlation-request-id": [ - "467cdd5d-a447-4a32-8965-7fd161869790" + "04d39271-8424-4040-953f-4c57cd59da0c" ], "x-ms-arm-service-request-id": [ - "e160f0e2-455a-44e6-8f32-54ae20ee0f6b" + "5b224b32-b04e-40dc-b46f-d5b3674db88a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053519Z:467cdd5d-a447-4a32-8965-7fd161869790" + "WESTUS:20200414T013224Z:04d39271-8424-4040-953f-4c57cd59da0c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:19 GMT" + "Tue, 14 Apr 2020 01:32:23 GMT" ], "Content-Length": [ "30" @@ -5429,8 +5365,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5452,13 +5388,13 @@ "10" ], "x-ms-request-id": [ - "a326a56a-9d3c-4758-99d8-28f769d23212" + "99d8aa58-f6c0-43ff-ab95-72a3933ac418" ], "x-ms-correlation-request-id": [ - "ebbbee33-db3f-44ad-9791-4225412156f6" + "ac6a1d07-043c-4d86-8af3-296fd8a459cf" ], "x-ms-arm-service-request-id": [ - "ef462865-2ffa-4439-b5bc-fa2776ae77ca" + "ffb10af9-022c-4ef5-8f75-6346f90309ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5468,16 +5404,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053530Z:ebbbee33-db3f-44ad-9791-4225412156f6" + "WESTUS:20200414T013234Z:ac6a1d07-043c-4d86-8af3-296fd8a459cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:29 GMT" + "Tue, 14 Apr 2020 01:32:33 GMT" ], "Content-Length": [ "30" @@ -5493,8 +5429,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5516,13 +5452,13 @@ "10" ], "x-ms-request-id": [ - "8828248c-d0ab-40d4-a64a-ffaac9172877" + "9676ffa1-4670-4cbe-a5dc-ffee7946374e" ], "x-ms-correlation-request-id": [ - "2d83eb12-d097-4b4a-986d-07438a24de55" + "67be4342-fc96-49b7-9186-8119d27bb170" ], "x-ms-arm-service-request-id": [ - "e833cc70-ad36-4556-9b93-9737afd37aed" + "49cf8a49-a27d-4f13-b26f-7ce0a12d234e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5532,16 +5468,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11976" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053540Z:2d83eb12-d097-4b4a-986d-07438a24de55" + "WESTUS:20200414T013244Z:67be4342-fc96-49b7-9186-8119d27bb170" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:39 GMT" + "Tue, 14 Apr 2020 01:32:44 GMT" ], "Content-Length": [ "30" @@ -5557,8 +5493,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5580,13 +5516,13 @@ "10" ], "x-ms-request-id": [ - "1ee76382-57d2-495b-befb-44887ced2014" + "c8e40e18-93d0-476a-9c1f-00ef2d08793c" ], "x-ms-correlation-request-id": [ - "877f6f42-2a6f-46e2-abe0-211587297e96" + "06fbead9-ce6f-448e-a8c8-a58223e0aa17" ], "x-ms-arm-service-request-id": [ - "a6ca3307-bbd1-4bf5-a3d6-171761213c5a" + "fca77017-32a9-44fb-ab12-fddf6941b1e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5596,16 +5532,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11975" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053550Z:877f6f42-2a6f-46e2-abe0-211587297e96" + "WESTUS:20200414T013254Z:06fbead9-ce6f-448e-a8c8-a58223e0aa17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:49 GMT" + "Tue, 14 Apr 2020 01:32:54 GMT" ], "Content-Length": [ "30" @@ -5621,8 +5557,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5644,13 +5580,13 @@ "10" ], "x-ms-request-id": [ - "852e19ba-8f72-4e6e-9595-f718fbfe1816" + "e84f5e2a-c9f2-41ff-a4cd-cab741498f44" ], "x-ms-correlation-request-id": [ - "e1ba1c13-5142-41d1-a8c7-ba5303cc1ff0" + "18ee9360-dbd6-456b-b124-5c2eecb3654f" ], "x-ms-arm-service-request-id": [ - "d7b676f9-069d-4cba-a301-6f2eab6c45b2" + "3f968d01-02de-454b-9d80-051435201e2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5660,16 +5596,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11974" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053600Z:e1ba1c13-5142-41d1-a8c7-ba5303cc1ff0" + "WESTUS:20200414T013304Z:18ee9360-dbd6-456b-b124-5c2eecb3654f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:35:59 GMT" + "Tue, 14 Apr 2020 01:33:04 GMT" ], "Content-Length": [ "30" @@ -5685,8 +5621,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5708,13 +5644,13 @@ "10" ], "x-ms-request-id": [ - "aa5cffaf-1eda-481c-96df-4a86d058ec31" + "3a73ce45-a45b-4c1c-98b1-2a79097234c3" ], "x-ms-correlation-request-id": [ - "67581f53-e8c2-433a-835f-b0c7998f29bf" + "0da03925-9d4f-43ac-b20f-54de63d701e7" ], "x-ms-arm-service-request-id": [ - "5ed9a8f8-422e-4d2e-ab54-6803da2a031a" + "e78085ed-98c8-4d37-8b8c-2a24a2b9d697" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5724,16 +5660,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11973" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053610Z:67581f53-e8c2-433a-835f-b0c7998f29bf" + "WESTUS:20200414T013314Z:0da03925-9d4f-43ac-b20f-54de63d701e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:36:09 GMT" + "Tue, 14 Apr 2020 01:33:14 GMT" ], "Content-Length": [ "30" @@ -5749,8 +5685,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5772,13 +5708,13 @@ "10" ], "x-ms-request-id": [ - "5e002f4e-55ef-4163-9965-30e9b4ba9899" + "c6d4442f-cc1f-4b40-8e0d-607185c825c1" ], "x-ms-correlation-request-id": [ - "67df6ec1-bc0a-4a23-b3f9-773b812a6b80" + "54ec68ca-2d79-48c1-9fbf-2fe7adaea919" ], "x-ms-arm-service-request-id": [ - "f4df7214-3f92-4751-b14f-b4befa961238" + "d5d69dde-940d-44b9-8a0b-764a44297552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5788,16 +5724,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11972" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053620Z:67df6ec1-bc0a-4a23-b3f9-773b812a6b80" + "WESTUS:20200414T013324Z:54ec68ca-2d79-48c1-9fbf-2fe7adaea919" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:36:19 GMT" + "Tue, 14 Apr 2020 01:33:24 GMT" ], "Content-Length": [ "30" @@ -5813,8 +5749,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5836,32 +5772,32 @@ "10" ], "x-ms-request-id": [ - "f054b739-3a1b-4c09-9f0f-a0ccecdcb1ae" + "4368e32a-d9c0-46d7-8342-02a6129a9b8c" ], "x-ms-correlation-request-id": [ - "f077e4c7-be30-44b0-b459-e5bbdff1a07a" + "9e897bc5-8af4-4afc-8fab-deca3a38e208" ], "x-ms-arm-service-request-id": [ - "486a97b2-070d-456c-9f79-8809cbec8f82" + "c0611adb-5ad1-41dd-904d-adacec1e9c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11971" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053630Z:f077e4c7-be30-44b0-b459-e5bbdff1a07a" + "WESTUS:20200414T013334Z:9e897bc5-8af4-4afc-8fab-deca3a38e208" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:36:30 GMT" + "Tue, 14 Apr 2020 01:33:34 GMT" ], "Content-Length": [ "30" @@ -5877,8 +5813,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5900,13 +5836,13 @@ "10" ], "x-ms-request-id": [ - "51e670dc-2554-45a4-a8d1-4fa7a28629b1" + "4c47e9b6-f9e9-4ec4-a107-1e311ca3acdb" ], "x-ms-correlation-request-id": [ - "0254369e-a45e-47fb-a4cd-488d9bce2b4c" + "bfdb8cf3-045f-4ae6-819c-94cf75e2977d" ], "x-ms-arm-service-request-id": [ - "1545d903-fd3a-4bba-b1d9-4ec00919aa2a" + "a07f643c-9155-46bc-a549-249009d06c32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5916,16 +5852,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11970" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053640Z:0254369e-a45e-47fb-a4cd-488d9bce2b4c" + "WESTUS:20200414T013344Z:bfdb8cf3-045f-4ae6-819c-94cf75e2977d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:36:40 GMT" + "Tue, 14 Apr 2020 01:33:44 GMT" ], "Content-Length": [ "30" @@ -5941,8 +5877,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5964,13 +5900,13 @@ "10" ], "x-ms-request-id": [ - "5f7e7fae-25c5-48ce-885f-8f1e708774af" + "ac2e64e6-b899-45e5-b088-917515e87815" ], "x-ms-correlation-request-id": [ - "f4860e1b-ca01-425b-a9f7-cacbdf9f923c" + "2ef1b9c3-9957-4bd4-aa46-7c69439be6fc" ], "x-ms-arm-service-request-id": [ - "1692a79d-0a7e-4c45-9bbf-fd296bb72f5a" + "4f027d78-56f2-478b-85d6-136335d9c52d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5980,16 +5916,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11969" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053650Z:f4860e1b-ca01-425b-a9f7-cacbdf9f923c" + "WESTUS:20200414T013354Z:2ef1b9c3-9957-4bd4-aa46-7c69439be6fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:36:50 GMT" + "Tue, 14 Apr 2020 01:33:54 GMT" ], "Content-Length": [ "30" @@ -6005,8 +5941,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6028,13 +5964,13 @@ "10" ], "x-ms-request-id": [ - "01233254-b382-45fd-a0fa-bdaeac31b275" + "ce1f58df-4dbd-4bb7-ac54-0eefde36d974" ], "x-ms-correlation-request-id": [ - "d1385010-0c72-451b-bf2d-e37c04a1fa73" + "614009af-0812-4445-9f14-994525b4e4e7" ], "x-ms-arm-service-request-id": [ - "fbbf6efb-46da-41f4-9739-ac3bbdbad587" + "0336637d-d5b5-4742-824c-7160197348b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6044,16 +5980,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11968" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053700Z:d1385010-0c72-451b-bf2d-e37c04a1fa73" + "WESTUS:20200414T013404Z:614009af-0812-4445-9f14-994525b4e4e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:37:00 GMT" + "Tue, 14 Apr 2020 01:34:04 GMT" ], "Content-Length": [ "30" @@ -6069,8 +6005,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6092,13 +6028,13 @@ "10" ], "x-ms-request-id": [ - "49bed9b6-cec8-4c9a-9f76-20b492aa4c6e" + "e39fbc14-11f8-45be-8003-77f29e6e731c" ], "x-ms-correlation-request-id": [ - "bd2c8de4-1f0d-406a-a671-75ef88d323e9" + "b43892ef-2cdc-4204-aca0-066c06e71acb" ], "x-ms-arm-service-request-id": [ - "414b73bb-b905-4371-8ab8-9cfc736df6b7" + "bec11304-d0d2-46dd-8959-7c2196c75e2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6108,16 +6044,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11967" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053710Z:bd2c8de4-1f0d-406a-a671-75ef88d323e9" + "WESTUS:20200414T013415Z:b43892ef-2cdc-4204-aca0-066c06e71acb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:37:10 GMT" + "Tue, 14 Apr 2020 01:34:14 GMT" ], "Content-Length": [ "30" @@ -6133,8 +6069,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6156,13 +6092,13 @@ "10" ], "x-ms-request-id": [ - "03553b79-6528-41a9-bf97-8d1ea908d91c" + "623eb650-cdb6-479f-bd41-398b213feabf" ], "x-ms-correlation-request-id": [ - "1f8a854a-c7e5-4d4d-a545-a07dadfa1c98" + "747b225c-b64f-4e2a-a5ca-2bcbd44f065d" ], "x-ms-arm-service-request-id": [ - "1443e1b1-9755-453c-bd5e-36871c1de98b" + "399b1b69-6598-4c68-abd8-75ea58b881f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6172,16 +6108,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11966" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053720Z:1f8a854a-c7e5-4d4d-a545-a07dadfa1c98" + "WESTUS:20200414T013425Z:747b225c-b64f-4e2a-a5ca-2bcbd44f065d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:37:20 GMT" + "Tue, 14 Apr 2020 01:34:24 GMT" ], "Content-Length": [ "30" @@ -6197,8 +6133,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6220,13 +6156,13 @@ "10" ], "x-ms-request-id": [ - "ec0a4d58-9a26-4707-8634-97d1700e69dd" + "a20fd2e3-208e-40ea-906e-33897734fd07" ], "x-ms-correlation-request-id": [ - "73947262-4ac6-4bf9-9b9c-06d730f2c285" + "bc7170d3-0c85-41e0-8d14-d1bcf83e3090" ], "x-ms-arm-service-request-id": [ - "d8079d46-0666-4933-9b0e-6e49af627c61" + "3b325978-1adf-4059-85e0-d9f0b7f7a054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6236,16 +6172,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11965" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053730Z:73947262-4ac6-4bf9-9b9c-06d730f2c285" + "WESTUS:20200414T013435Z:bc7170d3-0c85-41e0-8d14-d1bcf83e3090" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:37:30 GMT" + "Tue, 14 Apr 2020 01:34:34 GMT" ], "Content-Length": [ "30" @@ -6261,8 +6197,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6284,96 +6220,32 @@ "10" ], "x-ms-request-id": [ - "6c16d037-f21b-4570-a7a8-7cc62bf38b9a" + "b125f79b-bb17-4cbb-8fc1-0f00eeee0c76" ], "x-ms-correlation-request-id": [ - "235b8e0b-970e-4dae-a559-62c116e7c1b0" + "3acaeb8a-0b29-413d-94f7-41ef0afe5a04" ], "x-ms-arm-service-request-id": [ - "0fc654d9-00ac-43c1-95dd-a0d882ab0137" + "7d7bd0c5-61af-4294-a2f7-eb56ed451cae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053740Z:235b8e0b-970e-4dae-a559-62c116e7c1b0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:37:40 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "74437664-0d18-4daf-a22c-129112ce5ac7" - ], - "x-ms-correlation-request-id": [ - "e48b98d4-8410-4fe2-96dc-d6e627cd57ca" - ], - "x-ms-arm-service-request-id": [ - "2430cf4d-4e65-4597-8a4e-3d1a70426a6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "11964" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053750Z:e48b98d4-8410-4fe2-96dc-d6e627cd57ca" + "WESTUS:20200414T013445Z:3acaeb8a-0b29-413d-94f7-41ef0afe5a04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:37:50 GMT" + "Tue, 14 Apr 2020 01:34:44 GMT" ], "Content-Length": [ "30" @@ -6389,8 +6261,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6412,13 +6284,13 @@ "10" ], "x-ms-request-id": [ - "38feb3a7-d48d-4b2b-a0c1-ef2d8cc5aeb1" + "8a3ee759-fe8e-446b-bd86-ea083e7cbcc2" ], "x-ms-correlation-request-id": [ - "cb8433b9-7803-4af9-9e00-a00da20c00f5" + "8c72042d-d516-495d-9434-cf002c598298" ], "x-ms-arm-service-request-id": [ - "b9c7e4bd-24db-4b80-a7f9-82d7a7ea9f0e" + "64b2aba9-fc9e-4685-89f7-1bcb62ad62b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6428,16 +6300,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11963" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053801Z:cb8433b9-7803-4af9-9e00-a00da20c00f5" + "WESTUS:20200414T013455Z:8c72042d-d516-495d-9434-cf002c598298" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:00 GMT" + "Tue, 14 Apr 2020 01:34:54 GMT" ], "Content-Length": [ "30" @@ -6453,8 +6325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6476,13 +6348,13 @@ "10" ], "x-ms-request-id": [ - "a6ca9ca8-504f-4582-bc54-afd3f20a41b6" + "7172eb67-6583-4b90-9929-e3390ccffd8a" ], "x-ms-correlation-request-id": [ - "709f942b-54bc-493e-bf30-38456558950a" + "9cbc350a-87f0-40e8-9f3f-79ba76cc0fe8" ], "x-ms-arm-service-request-id": [ - "18be22ea-6e1b-457b-a12f-566121633f76" + "a326a0e1-4a10-4d68-8161-5b56ab050310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6492,16 +6364,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11962" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053811Z:709f942b-54bc-493e-bf30-38456558950a" + "WESTUS:20200414T013505Z:9cbc350a-87f0-40e8-9f3f-79ba76cc0fe8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:10 GMT" + "Tue, 14 Apr 2020 01:35:04 GMT" ], "Content-Length": [ "30" @@ -6517,69 +6389,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/10e52812-bac8-4c14-ace7-ad6044a0616f?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzEwZTUyODEyLWJhYzgtNGMxNC1hY2U3LWFkNjA0NGEwNjE2Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "1e42ebd0-a947-4bd5-8379-5a5e067f7fb6" - ], - "x-ms-correlation-request-id": [ - "e85be663-e617-408a-8e62-5a89349de532" - ], - "x-ms-arm-service-request-id": [ - "4939531c-d45f-4579-ae2b-50afcc1be51b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053821Z:e85be663-e617-408a-8e62-5a89349de532" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:38:20 GMT" - ], - "Content-Length": [ - "29" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6601,13 +6412,13 @@ "10" ], "x-ms-request-id": [ - "ffbc4282-72a2-4099-8eaf-183c62d5ed42" + "d75d253d-5b5f-459b-a3e9-a0bfbf644366" ], "x-ms-correlation-request-id": [ - "31ab8c6d-7d49-4a64-b1b8-c2c3294de04c" + "aeac3d84-5dd2-4728-9aaf-f0db7ad45f5f" ], "x-ms-arm-service-request-id": [ - "d235c3be-41f6-419f-ab0a-126052a2adaf" + "198b233a-5a63-4bfb-a8fe-465b51c2170e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6617,16 +6428,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11961" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053833Z:31ab8c6d-7d49-4a64-b1b8-c2c3294de04c" + "WESTUS:20200414T013515Z:aeac3d84-5dd2-4728-9aaf-f0db7ad45f5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:32 GMT" + "Tue, 14 Apr 2020 01:35:15 GMT" ], "Content-Length": [ "30" @@ -6642,8 +6453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/5d82bcd1-2b5c-453e-bd2c-65a82908da61?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzVkODJiY2QxLTJiNWMtNDUzZS1iZDJjLTY1YTgyOTA4ZGE2MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6661,17 +6472,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "a7e6f7be-d693-43d2-a19e-955b4a364404" + "5a6b2afc-9617-49b6-908d-5ae54014b608" ], "x-ms-correlation-request-id": [ - "377aec57-e72f-435f-a69b-d90752cb5524" + "cd5051e7-a9f4-4002-93c5-9446c1b4663a" ], "x-ms-arm-service-request-id": [ - "aec0b6d2-7d9e-438f-afbf-42282e4fc016" + "dc5c8764-def3-4b8c-ad02-cc449e44c170" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6681,19 +6489,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11960" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053843Z:377aec57-e72f-435f-a69b-d90752cb5524" + "WESTUS:20200414T013525Z:cd5051e7-a9f4-4002-93c5-9446c1b4663a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:42 GMT" + "Tue, 14 Apr 2020 01:35:25 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6702,12 +6510,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9745e302-077a-4e16-b607-07f3dd240e2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NDVlMzAyLTA3N2EtNGUxNi1iNjA3LTA3ZjNkZDI0MGUyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6729,13 +6537,13 @@ "10" ], "x-ms-request-id": [ - "4a685305-cfe5-47b9-a901-dcc907a6e320" + "1f40ae4f-8ddf-4512-8891-a97fa0d5e49c" ], "x-ms-correlation-request-id": [ - "233bd231-6cac-4a53-9fde-686f5cbc011b" + "a75f0a49-0298-4413-9550-5a6e7b587afd" ], "x-ms-arm-service-request-id": [ - "4b62cf3d-6cfa-4dcd-9583-f516cfc22d84" + "4cea5e4c-9a1f-414e-af41-e780821f1929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6745,16 +6553,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053853Z:233bd231-6cac-4a53-9fde-686f5cbc011b" + "WESTUS:20200414T013536Z:a75f0a49-0298-4413-9550-5a6e7b587afd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:38:52 GMT" + "Tue, 14 Apr 2020 01:35:36 GMT" ], "Content-Length": [ "30" @@ -6770,8 +6578,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/bd833d82-885c-494f-86b1-1c788b3b7124?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2JkODMzZDgyLTg4NWMtNDk0Zi04NmIxLTFjNzg4YjNiNzEyND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/9745e302-077a-4e16-b607-07f3dd240e2c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzk3NDVlMzAyLTA3N2EtNGUxNi1iNjA3LTA3ZjNkZDI0MGUyYz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6790,13 +6598,13 @@ "no-cache" ], "x-ms-request-id": [ - "9787d210-8008-46ee-84e5-ae17b13bae1a" + "49996b06-06d6-4b4e-a9f1-9e593ca814fe" ], "x-ms-correlation-request-id": [ - "fe3571cd-c764-4343-a733-10a819419f9e" + "905b1c65-6a37-418d-855f-b36c3a2a9772" ], "x-ms-arm-service-request-id": [ - "1a47fb81-9a9e-4dc2-a4c1-98c2c3b3a745" + "435f5369-f0b0-4579-b732-96fa68d26e66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6806,16 +6614,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053903Z:fe3571cd-c764-4343-a733-10a819419f9e" + "WESTUS:20200414T013546Z:905b1c65-6a37-418d-855f-b36c3a2a9772" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:03 GMT" + "Tue, 14 Apr 2020 01:35:46 GMT" ], "Content-Length": [ "29" @@ -6831,13 +6639,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b08e33f-f59d-4283-8b8c-d426caaa6302" + "c58059bc-ea4e-440e-bf9c-5b8496c0968a" ], "Accept-Language": [ "en-US" @@ -6860,13 +6668,13 @@ "gateway" ], "x-ms-request-id": [ - "0bd383f3-1625-4040-94b9-a11846bcff0f" + "d519f8b5-26d0-4dee-a004-79c919a069d5" ], "x-ms-correlation-request-id": [ - "0bd383f3-1625-4040-94b9-a11846bcff0f" + "d519f8b5-26d0-4dee-a004-79c919a069d5" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053903Z:0bd383f3-1625-4040-94b9-a11846bcff0f" + "WESTUS:20200414T013547Z:d519f8b5-26d0-4dee-a004-79c919a069d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6875,7 +6683,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:03 GMT" + "Tue, 14 Apr 2020 01:35:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6887,17 +6695,17 @@ "187" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps6006' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/wafPolicy1' under resource group 'ps6992' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5dc61937-2083-4a58-a3f8-9f7a082f2d66" + "4d9f672a-4c8b-4acc-adad-0b9010821740" ], "Accept-Language": [ "en-US" @@ -6917,16 +6725,16 @@ "no-cache" ], "ETag": [ - "W/\"d78a11c2-80be-4be7-aab2-2ba497fea147\"" + "W/\"ce55c1c4-389a-4c02-94d8-a835994f789b\"" ], "x-ms-request-id": [ - "d25bd845-82a1-4cad-91a5-ac4b84e20dd9" + "1c0e1dfb-73ff-4b0b-a749-24c7247e2bc2" ], "x-ms-correlation-request-id": [ - "00700780-4294-4c87-99be-2d23e234c128" + "4b4c2d8d-9f99-416b-ab18-8209f43ad683" ], "x-ms-arm-service-request-id": [ - "09194b41-2395-4620-bd58-7fa06a24e92c" + "7f177224-7758-4f09-a284-9ca60ca663e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6939,13 +6747,13 @@ "11993" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053905Z:00700780-4294-4c87-99be-2d23e234c128" + "WESTUS:20200414T013548Z:4b4c2d8d-9f99-416b-ab18-8209f43ad683" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:05 GMT" + "Tue, 14 Apr 2020 01:35:47 GMT" ], "Content-Length": [ "867" @@ -6957,17 +6765,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d78a11c2-80be-4be7-aab2-2ba497fea147\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"ce55c1c4-389a-4c02-94d8-a835994f789b\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91001228-58ff-4836-84d5-24191dc5f788" + "012e8915-acd2-40ac-b236-b6cb7ec2396f" ], "Accept-Language": [ "en-US" @@ -6987,16 +6795,16 @@ "no-cache" ], "ETag": [ - "W/\"d78a11c2-80be-4be7-aab2-2ba497fea147\"" + "W/\"ce55c1c4-389a-4c02-94d8-a835994f789b\"" ], "x-ms-request-id": [ - "574a2030-8c94-479a-ac76-66c0cbe4124f" + "14097b3f-6681-47d7-b2dd-dcbf8c3fc0c0" ], "x-ms-correlation-request-id": [ - "27cec413-42a6-424f-98a4-091a45a79cab" + "f54fb401-e486-4346-8a0b-2a8b759f0826" ], "x-ms-arm-service-request-id": [ - "bef6af57-1c82-44f3-89bb-5f94f4878b21" + "8d434aed-16db-4b76-aca5-5c82586ac0b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7009,13 +6817,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T053905Z:27cec413-42a6-424f-98a4-091a45a79cab" + "WESTUS:20200414T013548Z:f54fb401-e486-4346-8a0b-2a8b759f0826" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:39:04 GMT" + "Tue, 14 Apr 2020 01:35:47 GMT" ], "Content-Length": [ "867" @@ -7027,17 +6835,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"d78a11c2-80be-4be7-aab2-2ba497fea147\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"ce55c1c4-389a-4c02-94d8-a835994f789b\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0ffc2c0-64f9-4bfe-b523-f5caa9f42942" + "e232e0c1-6bc5-45c7-98d3-85dc9bc052eb" ], "Accept-Language": [ "en-US" @@ -7057,16 +6865,16 @@ "no-cache" ], "ETag": [ - "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" + "W/\"dee7c34f-5773-43dd-9540-981309c07376\"" ], "x-ms-request-id": [ - "8d37666c-5fa4-44df-9679-3ee5700ef660" + "3590ed26-ac02-435e-b50a-b75c184d84fc" ], "x-ms-correlation-request-id": [ - "49a9798d-32da-4143-b6f2-baacdd3f4a68" + "e0b5701e-7cde-43e7-bb05-c2edb9f40bf5" ], "x-ms-arm-service-request-id": [ - "0c48527b-71f1-48eb-ad28-096809f6a997" + "f80cd807-077f-41ff-9497-d8e6f1e11568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7076,16 +6884,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:49a9798d-32da-4143-b6f2-baacdd3f4a68" + "WESTUS:20200414T013610Z:e0b5701e-7cde-43e7-bb05-c2edb9f40bf5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:58 GMT" + "Tue, 14 Apr 2020 01:36:09 GMT" ], "Content-Length": [ "1069" @@ -7097,17 +6905,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dee7c34f-5773-43dd-9540-981309c07376\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7eea920-181c-41b5-9a53-4abefb2160a4" + "a1c7c0ec-2d59-4166-85d6-da1650878088" ], "Accept-Language": [ "en-US" @@ -7127,16 +6935,16 @@ "no-cache" ], "ETag": [ - "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" + "W/\"dee7c34f-5773-43dd-9540-981309c07376\"" ], "x-ms-request-id": [ - "7bc565ec-ee54-47a2-a538-f4bc46b33ab4" + "20791f3e-928b-4fad-bdc6-90b3aed3f1a8" ], "x-ms-correlation-request-id": [ - "535c5b3b-384d-4a22-8470-2c9b684e4bcc" + "c6133b18-8374-4a54-a60a-f8b9b0d1332d" ], "x-ms-arm-service-request-id": [ - "342f4027-e02d-438a-966a-d88ac792c395" + "602c9414-4283-4973-b71d-7d3926f588f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7146,16 +6954,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:535c5b3b-384d-4a22-8470-2c9b684e4bcc" + "WESTUS:20200414T013610Z:c6133b18-8374-4a54-a60a-f8b9b0d1332d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:09 GMT" ], "Content-Length": [ "1069" @@ -7167,17 +6975,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dee7c34f-5773-43dd-9540-981309c07376\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbc42fb6-2a2e-48e3-b299-f339e192d1cd" + "68adc7bf-bba6-4c77-9f43-ec7830deeda1" ], "Accept-Language": [ "en-US" @@ -7197,16 +7005,16 @@ "no-cache" ], "ETag": [ - "W/\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\"" + "W/\"dee7c34f-5773-43dd-9540-981309c07376\"" ], "x-ms-request-id": [ - "a519fc21-d3ca-4de7-ade0-b13c32fee3a0" + "f857cb0f-a0a4-4d03-a327-ea16a50a40bc" ], "x-ms-correlation-request-id": [ - "5f08dd98-9725-41a0-a52d-ce5a7de2dae2" + "3fd0b741-a2b6-462f-941d-cf084a8b185a" ], "x-ms-arm-service-request-id": [ - "d76bce44-d66b-4e7f-9b14-a92690c20385" + "d7464aa4-85e1-4a40-bfe1-7a2c833f1e5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7216,16 +7024,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:5f08dd98-9725-41a0-a52d-ce5a7de2dae2" + "WESTUS:20200414T013610Z:3fd0b741-a2b6-462f-941d-cf084a8b185a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:09 GMT" ], "Content-Length": [ "1069" @@ -7237,17 +7045,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"df95ca5c-adcf-47a9-ae1f-8f9993024b7e\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dee7c34f-5773-43dd-9540-981309c07376\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a92196a2-525e-4d41-a4d7-0ea5fbb8230e" + "1e5439e2-3744-4d2d-8c38-1517190c13bc" ], "Accept-Language": [ "en-US" @@ -7267,16 +7075,16 @@ "no-cache" ], "ETag": [ - "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" + "W/\"322ec339-003d-42be-92ba-190b8e663073\"" ], "x-ms-request-id": [ - "74ccf9b7-1b05-4079-be47-974fee251996" + "ddc3d633-90aa-4e25-9454-6395f3dfbc00" ], "x-ms-correlation-request-id": [ - "49be99f5-8812-44f8-8a0b-64dfe304c5be" + "2b4c77b3-231c-4232-a018-40fb406afe8b" ], "x-ms-arm-service-request-id": [ - "fce48c07-b2b5-41e1-9ba8-b4a910ed8183" + "00893995-01e8-429d-b7c3-186159b94adb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7286,16 +7094,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:49be99f5-8812-44f8-8a0b-64dfe304c5be" + "WESTUS:20200414T013610Z:2b4c77b3-231c-4232-a018-40fb406afe8b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ "1711" @@ -7307,17 +7115,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d82a52a6-b9e7-419f-adcf-b793a6ee2216" + "6034fb92-b897-4cb0-8541-4d641c5fe0aa" ], "Accept-Language": [ "en-US" @@ -7337,16 +7145,16 @@ "no-cache" ], "ETag": [ - "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" + "W/\"322ec339-003d-42be-92ba-190b8e663073\"" ], "x-ms-request-id": [ - "d85d5b2d-ad1f-473f-8610-d5a071c5a146" + "6aff2d77-af86-40a4-829f-c734996e8052" ], "x-ms-correlation-request-id": [ - "0964233c-8b96-4e74-bfd7-031938c51638" + "a3824957-cdbc-45d0-93f9-1d66fb4c4472" ], "x-ms-arm-service-request-id": [ - "b11a260b-9f9a-4dc5-835a-e10a93f0f177" + "d32143a9-e602-4358-b0d8-8b872345c77a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7359,13 +7167,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:0964233c-8b96-4e74-bfd7-031938c51638" + "WESTUS:20200414T013611Z:a3824957-cdbc-45d0-93f9-1d66fb4c4472" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ "1711" @@ -7377,17 +7185,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38640f16-eb48-4821-8840-ef627e0647a0" + "e43a1e6f-b2e1-44b3-a686-d3dfab20a02f" ], "Accept-Language": [ "en-US" @@ -7407,16 +7215,16 @@ "no-cache" ], "ETag": [ - "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" + "W/\"322ec339-003d-42be-92ba-190b8e663073\"" ], "x-ms-request-id": [ - "a737cdc4-27ac-4705-b295-47cdd4117a18" + "0aeda8ac-b101-467b-bfa3-6cbfc1ed9966" ], "x-ms-correlation-request-id": [ - "92f98108-57e3-4a56-9b33-0ac4645f8936" + "fc5aac14-c955-4e1a-979d-93d265add1e7" ], "x-ms-arm-service-request-id": [ - "9a9fd456-ce1f-43e5-a624-53820b080a7e" + "8fff1839-e951-487e-a08b-48b601bb1a1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7426,16 +7234,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:92f98108-57e3-4a56-9b33-0ac4645f8936" + "WESTUS:20200414T013611Z:fc5aac14-c955-4e1a-979d-93d265add1e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ "1711" @@ -7447,17 +7255,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7acaeb44-1211-4d18-9df9-958764bf9629" + "ded49f2f-7082-47a3-adc0-75ec3ed796eb" ], "Accept-Language": [ "en-US" @@ -7477,16 +7285,16 @@ "no-cache" ], "ETag": [ - "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" + "W/\"322ec339-003d-42be-92ba-190b8e663073\"" ], "x-ms-request-id": [ - "242b35f3-5abf-4f2a-889d-0b05de3125d8" + "50766e2d-a3d7-4a98-b5f6-a8420e59478c" ], "x-ms-correlation-request-id": [ - "b5739954-52a8-439c-a7bc-895f1af84333" + "8285acb9-6a91-4a55-a819-7556dece981e" ], "x-ms-arm-service-request-id": [ - "374a5179-f171-4ffa-9d3c-cae725df8c8f" + "280ea6e6-e3bf-46fc-9b92-7d4cdba39074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7496,16 +7304,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:b5739954-52a8-439c-a7bc-895f1af84333" + "WESTUS:20200414T013611Z:8285acb9-6a91-4a55-a819-7556dece981e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ "1711" @@ -7517,17 +7325,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e1eae76-304c-4d41-bcfb-5796417ab0ec" + "3d61e70e-2b63-4a1f-ad23-491005a9e9e1" ], "Accept-Language": [ "en-US" @@ -7547,16 +7355,16 @@ "no-cache" ], "ETag": [ - "W/\"3e1dad2f-29d6-4d35-927d-e34d77265866\"" + "W/\"322ec339-003d-42be-92ba-190b8e663073\"" ], "x-ms-request-id": [ - "a1dbe35d-65a3-4ea3-8edd-f580ee32d912" + "ad2a72fb-a1d1-4fd8-ae78-42076f747c90" ], "x-ms-correlation-request-id": [ - "8a46aac1-362c-458a-8001-da29626ff36d" + "43421e2a-9079-4658-9ba0-d99fa27ac142" ], "x-ms-arm-service-request-id": [ - "a6238eac-7ad7-498d-bf46-c6b229399cfa" + "6d489de5-3fad-40cf-a555-9d35d82b55cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7566,16 +7374,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:8a46aac1-362c-458a-8001-da29626ff36d" + "WESTUS:20200414T013611Z:43421e2a-9079-4658-9ba0-d99fa27ac142" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ "1711" @@ -7587,87 +7395,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "bba10359-9b2c-4ce0-8f04-4f848cffd88b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "W/\"dad6cfab-a971-497a-8fb9-c8532b97d986\"" - ], - "x-ms-request-id": [ - "279b5cb3-8aa2-4fa8-98dc-a27ec965dda9" - ], - "x-ms-correlation-request-id": [ - "95d146b5-52bb-4da0-9d96-d2d844a46cc4" - ], - "x-ms-arm-service-request-id": [ - "b2570774-12df-4d9f-ac71-20b4b3610e6a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:95d146b5-52bb-4da0-9d96-d2d844a46cc4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" - ], - "Content-Length": [ - "2518" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa4c6a4b-d05b-4d4d-a61f-f5a820c5972a" + "66b4be28-7702-4eb2-992f-ae5c5c398caa" ], "Accept-Language": [ "en-US" @@ -7687,16 +7425,16 @@ "no-cache" ], "ETag": [ - "W/\"dad6cfab-a971-497a-8fb9-c8532b97d986\"" + "W/\"5ad28f6d-9091-4f19-aba0-c2f947588f1a\"" ], "x-ms-request-id": [ - "b2a8d9f7-fc40-4948-8524-04c9aca20bdc" + "81f3e629-9dd8-4ff7-8416-49ad47bf3e4e" ], "x-ms-correlation-request-id": [ - "1809d5da-64b6-4bdf-8407-068c9faf1e67" + "49d296a3-8f9a-4409-9dd5-650bcb1adb85" ], "x-ms-arm-service-request-id": [ - "e03c57cc-61ab-490d-831d-6c7084a714f4" + "46a3c656-b577-46c1-ba0b-2027bdfcb837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7706,16 +7444,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054501Z:1809d5da-64b6-4bdf-8407-068c9faf1e67" + "WESTUS:20200414T013611Z:49d296a3-8f9a-4409-9dd5-650bcb1adb85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ "2518" @@ -7727,2102 +7465,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "556349bd-0389-45b8-9b55-8ceaf4dc4123" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "493" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c23d88e7-5b4b-434e-8ec7-ac82b95f2147" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c23d88e7-5b4b-434e-8ec7-ac82b95f2147?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "366653b5-657f-47aa-8843-dd6eeba7a15a" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], - "x-ms-arm-service-request-id": [ - "31a30856-5bf5-4cac-8cf7-4342f49666f6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053905Z:366653b5-657f-47aa-8843-dd6eeba7a15a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:04 GMT" - ], - "Content-Length": [ - "866" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"99dc1a40-bcfd-4a41-82a7-6ea980055058\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4e04ec61-fb2b-4e9b-ae17-54221f84ff2c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1269" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "97c9e040-7660-44ef-a329-656e041d7d6f" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/97c9e040-7660-44ef-a329-656e041d7d6f?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "8596eaa6-34f0-413f-806a-6ec3659a4b3d" - ], - "x-ms-arm-service-request-id": [ - "5c01895a-7e38-4843-8b5d-94f268b31f58" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:8596eaa6-34f0-413f-806a-6ec3659a4b3d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:44:59 GMT" - ], - "Content-Length": [ - "1711" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"3e1dad2f-29d6-4d35-927d-e34d77265866\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjAwNi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "66e76606-13f4-4b74-82c0-76069bcfbd5f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2076" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4bcb121f-82ff-4b51-84b3-2cb290f06ae2" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/4bcb121f-82ff-4b51-84b3-2cb290f06ae2?api-version=2020-03-01" - ], - "x-ms-correlation-request-id": [ - "ea77b463-87a8-43fe-be76-b1a6374ed6dd" - ], - "x-ms-arm-service-request-id": [ - "2501c465-12ef-4d99-a7fb-696898cf632c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054500Z:ea77b463-87a8-43fe-be76-b1a6374ed6dd" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:45:00 GMT" - ], - "Content-Length": [ - "2518" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"dad6cfab-a971-497a-8fb9-c8532b97d986\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6006/providers/Microsoft.Network/applicationGateways/ps4544\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "77ffbd2a-1e30-4d3c-b33f-fa63347a378b" - ], - "x-ms-correlation-request-id": [ - "c24bad64-9639-4b3b-bfbe-81485dfc593a" - ], - "x-ms-arm-service-request-id": [ - "950115ce-cb0f-45ea-87ed-552b02e0c130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053916Z:c24bad64-9639-4b3b-bfbe-81485dfc593a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:16 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "56a7e346-5c95-4c94-812a-18c0032a5901" - ], - "x-ms-correlation-request-id": [ - "9440a8ad-7180-4780-9021-5805b571d02d" - ], - "x-ms-arm-service-request-id": [ - "2402d072-e791-4fdd-af61-46b78200eba7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053926Z:9440a8ad-7180-4780-9021-5805b571d02d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:26 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "c4e4181c-99dd-40d6-9885-fd1dbe0f2013" - ], - "x-ms-correlation-request-id": [ - "959be128-2557-49b6-bc58-3f67680d1770" - ], - "x-ms-arm-service-request-id": [ - "afe0546d-b5a8-4baa-97f1-97b78409090d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053936Z:959be128-2557-49b6-bc58-3f67680d1770" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:36 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "fb9bb46c-8a08-41fa-ab1a-62d7e69c849e" - ], - "x-ms-correlation-request-id": [ - "c6852bc7-e464-4fb9-9936-5daf71c97aca" - ], - "x-ms-arm-service-request-id": [ - "55f2389d-0fd8-4227-9d01-a9e944b4538a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053946Z:c6852bc7-e464-4fb9-9936-5daf71c97aca" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:46 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "2f0a49ea-1eb0-485d-8e8c-5ad1b9e2aba3" - ], - "x-ms-correlation-request-id": [ - "d95a02b9-a7f2-4d31-bada-abf16630b886" - ], - "x-ms-arm-service-request-id": [ - "a822ded9-6ae4-4952-9d2a-f77098cfc700" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T053957Z:d95a02b9-a7f2-4d31-bada-abf16630b886" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:39:56 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "d6b1eacc-5e40-42a4-82b0-abbb9006af89" - ], - "x-ms-correlation-request-id": [ - "dc4a0a1c-029f-411b-8eb5-03d00a242d2a" - ], - "x-ms-arm-service-request-id": [ - "fffc5669-af9c-4c49-99ea-8b3d90298ef7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054007Z:dc4a0a1c-029f-411b-8eb5-03d00a242d2a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:06 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "0e1f1b5f-ae6b-4134-b1d3-e1db46a01f7b" - ], - "x-ms-correlation-request-id": [ - "0f5af8c9-09f5-4b05-aecc-484d5d9d3f2f" - ], - "x-ms-arm-service-request-id": [ - "d585ff3c-d457-4e1e-96f2-e2bef5dad876" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054017Z:0f5af8c9-09f5-4b05-aecc-484d5d9d3f2f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:16 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "186652ee-9eed-4174-9f35-55cc4a803204" - ], - "x-ms-correlation-request-id": [ - "18a9d053-1b58-4011-abb2-92bc2aad295e" - ], - "x-ms-arm-service-request-id": [ - "6343005e-0031-400d-a1a1-48bc3d24f889" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054027Z:18a9d053-1b58-4011-abb2-92bc2aad295e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:26 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "6b1638b4-1e9d-46c8-8222-1c86fc55ff45" - ], - "x-ms-correlation-request-id": [ - "a62259a7-2664-4f71-bcfe-6c5429bf529b" - ], - "x-ms-arm-service-request-id": [ - "d8037545-a26f-48b5-a82d-6684f9e803cc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054037Z:a62259a7-2664-4f71-bcfe-6c5429bf529b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:36 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e916c721-9f99-434d-af7f-38690bdba028" - ], - "x-ms-correlation-request-id": [ - "0b4e7a08-278b-45ed-b2c7-a661bf1e400d" - ], - "x-ms-arm-service-request-id": [ - "a490bf32-710b-47c0-8d9d-41829fdff6e6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054047Z:0b4e7a08-278b-45ed-b2c7-a661bf1e400d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:46 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "af2ada08-37bd-4c98-beee-11b98ca94263" - ], - "x-ms-correlation-request-id": [ - "ccb1e6ca-3c3d-42ef-926a-fdf7008e8994" - ], - "x-ms-arm-service-request-id": [ - "fccd52a1-1f37-4194-912a-5dfeb92ccdd7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054057Z:ccb1e6ca-3c3d-42ef-926a-fdf7008e8994" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:40:57 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "30168ed0-42eb-4282-870d-a55508f29f8a" - ], - "x-ms-correlation-request-id": [ - "16d7c916-441b-4aa9-9074-4da4ae8bde8d" - ], - "x-ms-arm-service-request-id": [ - "c4ba7d55-9e1a-463e-83cb-eb04520e6b8f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054107Z:16d7c916-441b-4aa9-9074-4da4ae8bde8d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:07 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "1ebf035c-6ed8-4ab5-82f3-db6226df0c6c" - ], - "x-ms-correlation-request-id": [ - "2fd29dd5-c058-4cf4-82ea-5a5530afe442" - ], - "x-ms-arm-service-request-id": [ - "96df4906-a7b7-471e-aca2-ea34c705e543" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054117Z:2fd29dd5-c058-4cf4-82ea-5a5530afe442" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:17 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e735697c-5ec5-4ce2-b9f9-af949c7ee7b6" - ], - "x-ms-correlation-request-id": [ - "3ef0226c-76f2-4f27-9bd0-6ee124de248a" - ], - "x-ms-arm-service-request-id": [ - "7830ee3e-2465-4244-8c53-458117063ceb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054127Z:3ef0226c-76f2-4f27-9bd0-6ee124de248a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:27 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "751712e6-fea3-47dc-8ce7-f5fff7c45a54" - ], - "x-ms-correlation-request-id": [ - "3406c77c-cb0d-482e-9870-31fb27d4597b" - ], - "x-ms-arm-service-request-id": [ - "cfc1188a-a3cf-47ff-95ec-a19449b54704" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054137Z:3406c77c-cb0d-482e-9870-31fb27d4597b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:37 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "93130f99-ee4d-4b89-ba7d-0c5cfaf7d686" - ], - "x-ms-correlation-request-id": [ - "9124c38f-71da-4846-aeba-16d8ec9f13a6" - ], - "x-ms-arm-service-request-id": [ - "1d204775-d3e3-455b-ab97-a292ac4af434" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054147Z:9124c38f-71da-4846-aeba-16d8ec9f13a6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:47 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "63300600-af68-432e-8129-20a7172ad483" - ], - "x-ms-correlation-request-id": [ - "860ceb06-aca5-4047-b9cc-66cf837f3602" - ], - "x-ms-arm-service-request-id": [ - "b4062426-2817-43ea-b00b-19c17afc026f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054157Z:860ceb06-aca5-4047-b9cc-66cf837f3602" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:41:57 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "4d11b254-8d39-484a-b480-b247bf692642" - ], - "x-ms-correlation-request-id": [ - "900cc25e-5ed0-4eae-88c6-9b1a2f9fbe83" - ], - "x-ms-arm-service-request-id": [ - "b076b964-a2fe-4d4b-b17d-546ee77ee1ee" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054207Z:900cc25e-5ed0-4eae-88c6-9b1a2f9fbe83" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:07 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "c0250dba-8067-4255-aeca-d277d4f34002" - ], - "x-ms-correlation-request-id": [ - "aec0e4fc-4d84-45b2-8038-358e3582e5f3" - ], - "x-ms-arm-service-request-id": [ - "4d16accb-650c-461c-8e10-678fb2861539" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054217Z:aec0e4fc-4d84-45b2-8038-358e3582e5f3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:17 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "f292bb49-9ba1-4f3c-be9a-c1c9913fef77" - ], - "x-ms-correlation-request-id": [ - "5e46ad8e-c9a5-437f-86ad-e6ec188e8fdb" - ], - "x-ms-arm-service-request-id": [ - "bbb62c2a-d19a-4aae-b4b1-6359a3d4ec8b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054227Z:5e46ad8e-c9a5-437f-86ad-e6ec188e8fdb" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:27 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9cfdea98-1fe2-4ae8-9b6a-b82a73a02455" - ], - "x-ms-correlation-request-id": [ - "6fe5cb5d-31ee-4451-8bb3-5b3808d4e630" - ], - "x-ms-arm-service-request-id": [ - "06bf61f2-441a-4105-bdd1-8d0825667f8d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054238Z:6fe5cb5d-31ee-4451-8bb3-5b3808d4e630" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:37 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "e1253367-3eae-430a-8f66-2d7dbc6c82ed" - ], - "x-ms-correlation-request-id": [ - "b46fb388-66d3-4d14-8fa1-09a4ccdd8b89" - ], - "x-ms-arm-service-request-id": [ - "45f6b7bf-ba01-4a51-aa51-e9f36bbfd7ce" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054248Z:b46fb388-66d3-4d14-8fa1-09a4ccdd8b89" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:48 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "c4b37915-2740-40b2-914e-a1370de4e0a9" - ], - "x-ms-correlation-request-id": [ - "153b515d-5593-4cfc-9590-827d7f56da91" - ], - "x-ms-arm-service-request-id": [ - "6e0af85c-9bdf-4d90-af59-5c1376de9dd2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054258Z:153b515d-5593-4cfc-9590-827d7f56da91" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:42:57 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "d5e70183-525c-421f-b5d9-ab1339dbe011" - ], - "x-ms-correlation-request-id": [ - "e95dd371-44a1-4467-80c3-3a016ef95996" - ], - "x-ms-arm-service-request-id": [ - "c40d5dab-8ac8-4f9d-a373-2470f532e333" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054308Z:e95dd371-44a1-4467-80c3-3a016ef95996" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:07 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "4d09783f-a390-4832-a71e-b54a2953678a" - ], - "x-ms-correlation-request-id": [ - "457244b8-69e9-49e0-895c-e3b1fec14ee6" - ], - "x-ms-arm-service-request-id": [ - "4ba3aae5-f0d9-4ab3-b453-95512051bffa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054318Z:457244b8-69e9-49e0-895c-e3b1fec14ee6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:17 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "9c484881-118a-4ab2-b344-c9a8efc290b5" - ], - "x-ms-correlation-request-id": [ - "f276613a-3d14-4679-8a10-991cf7e4ccec" - ], - "x-ms-arm-service-request-id": [ - "4519147b-6468-4ecc-a321-5dc86a764336" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054328Z:f276613a-3d14-4679-8a10-991cf7e4ccec" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:27 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "a4d0e094-ccd9-48ba-a027-4a4a854f533c" - ], - "x-ms-correlation-request-id": [ - "a78b982c-0999-44ff-a15c-e48f1a7c4376" - ], - "x-ms-arm-service-request-id": [ - "9672c23d-04a5-4c8a-8867-6b0abfc2a5b2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054338Z:a78b982c-0999-44ff-a15c-e48f1a7c4376" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:37 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "200e0c3f-e1bc-41e0-8010-5179d09efbd9" - ], - "x-ms-correlation-request-id": [ - "996fe4e5-5749-45a3-bd01-83be2b37768e" - ], - "x-ms-arm-service-request-id": [ - "b37b4415-d935-4d55-ad30-395332de5298" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054348Z:996fe4e5-5749-45a3-bd01-83be2b37768e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:47 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "67a3c50c-0678-4f3a-88d3-16db8cf42faa" - ], - "x-ms-correlation-request-id": [ - "ea27797c-3348-41e4-b2aa-b498962e37b7" - ], - "x-ms-arm-service-request-id": [ - "3d2a723e-71f4-4bdb-a843-0f9d87abf9d6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054358Z:ea27797c-3348-41e4-b2aa-b498962e37b7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:43:57 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"5ad28f6d-9091-4f19-aba0-c2f947588f1a\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "9a19c05e-08f7-4748-b7d5-d38f80c43453" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", @@ -9837,17 +7494,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"5ad28f6d-9091-4f19-aba0-c2f947588f1a\"" ], "x-ms-request-id": [ - "d92260ee-2837-43d8-9212-ce9f65e24d20" + "6f3b1539-902d-4a53-915c-c4ee309d479e" ], "x-ms-correlation-request-id": [ - "49cfc3c1-a017-4501-a9da-a51220bea57b" + "1cbb2781-0e7a-4072-8c7c-0bf5087dede6" ], "x-ms-arm-service-request-id": [ - "3d66044d-95f5-4a2a-801f-ca566af18940" + "e4b25127-2b87-4c6d-8e11-07d574f18b96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9857,19 +7514,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054408Z:49cfc3c1-a017-4501-a9da-a51220bea57b" + "WESTUS:20200414T013612Z:1cbb2781-0e7a-4072-8c7c-0bf5087dede6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:07 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ - "30" + "2518" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9878,20 +7535,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"5ad28f6d-9091-4f19-aba0-c2f947588f1a\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "8969b7b7-6f13-42c3-8845-43cd141ecb68" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "493" ] }, "ResponseHeaders": { @@ -9901,17 +7570,20 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "b6f9c07a-5330-4a28-aeb8-fd10a8078e72" + "dccf80ab-9cc5-4697-b7f0-98c403e75e6d" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/dccf80ab-9cc5-4697-b7f0-98c403e75e6d?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "16d057e4-f457-4908-a194-2a5833d34e31" + "948ca0d3-7740-454c-a851-b97758c143b2" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "7a45716d-a424-486e-97c9-6e305103a89c" + "0c5d79af-c23b-4bd6-914b-d062b2dac440" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9920,20 +7592,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054418Z:16d057e4-f457-4908-a194-2a5833d34e31" + "WESTUS:20200414T013548Z:948ca0d3-7740-454c-a851-b97758c143b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:17 GMT" + "Tue, 14 Apr 2020 01:35:47 GMT" ], "Content-Length": [ - "30" + "866" ], "Content-Type": [ "application/json; charset=utf-8" @@ -9942,20 +7614,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"778dff09-da68-4bb7-85a4-b98d924593a3\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n }\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "478c0dba-be99-4e85-a80b-d173a5c04eff" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1269" ] }, "ResponseHeaders": { @@ -9965,17 +7649,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "e73aaefd-947d-4c0b-b798-a5360b85355f" + "212a95d0-fbf8-47c3-a36e-4a51225633a3" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/212a95d0-fbf8-47c3-a36e-4a51225633a3?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "14189392-e8a6-4b09-8fab-e79cbd38f1a2" + "1df318ad-8acc-42b8-bc06-5875b387b3c4" ], "x-ms-arm-service-request-id": [ - "808bace5-62ac-4626-8c6a-6b399c6297be" + "1e499260-7386-4d6b-adb3-5144dc61f4a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9984,20 +7668,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054428Z:14189392-e8a6-4b09-8fab-e79cbd38f1a2" + "WESTUS:20200414T013610Z:1df318ad-8acc-42b8-bc06-5875b387b3c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:27 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ - "30" + "1711" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10006,20 +7690,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"322ec339-003d-42be-92ba-190b8e663073\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 70,\r\n \"fileUploadLimitInMb\": 70,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": []\r\n }\r\n ],\r\n \"exclusions\": []\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvQXBwbGljYXRpb25HYXRld2F5V2ViQXBwbGljYXRpb25GaXJld2FsbFBvbGljaWVzL3dhZlBvbGljeTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750\r\n },\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ],\r\n \"managedRules\": {\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ],\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "f3a33e0d-eb18-4537-8907-4c593b99ab4e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.28516.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2076" ] }, "ResponseHeaders": { @@ -10029,17 +7725,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "4a4cde96-1634-41ab-b8af-93092fb5b3e0" + "b74f1f8e-abb1-4ea8-b87d-e7cc1fa5b0ec" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/b74f1f8e-abb1-4ea8-b87d-e7cc1fa5b0ec?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "07317559-1e57-40bf-96c4-0d13494643df" + "0ac93034-9503-4059-821d-ba48fdbb6c55" ], "x-ms-arm-service-request-id": [ - "bc7dd226-4635-447c-b893-ef4b2febaf85" + "7a002409-7c22-48c2-ba21-1366cbf2cf8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10048,20 +7744,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054438Z:07317559-1e57-40bf-96c4-0d13494643df" + "WESTUS:20200414T013611Z:0ac93034-9503-4059-821d-ba48fdbb6c55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:38 GMT" + "Tue, 14 Apr 2020 01:36:11 GMT" ], "Content-Length": [ - "30" + "2518" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10070,12 +7766,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"wafPolicy1\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/wafPolicy1\",\r\n \"etag\": \"W/\\\"5ad28f6d-9091-4f19-aba0-c2f947588f1a\\\"\",\r\n \"type\": \"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"customRules\": [\r\n {\r\n \"name\": \"example\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"action\": \"Block\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariables\": [\r\n {\r\n \"variableName\": \"RequestHeaders\",\r\n \"selector\": \"Content-Length\"\r\n }\r\n ],\r\n \"operator\": \"GreaterThan\",\r\n \"negationConditon\": false,\r\n \"matchValues\": [\r\n \"1000\"\r\n ],\r\n \"transforms\": [\r\n \"Lowercase\"\r\n ]\r\n }\r\n ],\r\n \"skippedManagedRuleSets\": []\r\n }\r\n ],\r\n \"policySettings\": {\r\n \"requestBodyCheck\": true,\r\n \"maxRequestBodySizeInKb\": 128,\r\n \"fileUploadLimitInMb\": 750,\r\n \"state\": \"Enabled\",\r\n \"mode\": \"Prevention\"\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"OWASP\",\r\n \"ruleSetVersion\": \"3.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"REQUEST-942-APPLICATION-ATTACK-SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"state\": \"Disabled\"\r\n },\r\n {\r\n \"ruleId\": \"942110\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n },\r\n {\r\n \"ruleGroupName\": \"REQUEST-941-APPLICATION-ATTACK-XSS\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"941100\",\r\n \"state\": \"Disabled\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"Bingo\"\r\n }\r\n ]\r\n },\r\n \"applicationGateways\": [\r\n {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/495f2005-c7c9-4789-8dcb-763bc42c0175?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5NWYyMDA1LWM3YzktNDc4OS04ZGNiLTc2M2JjNDJjMDE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10097,13 +7793,13 @@ "10" ], "x-ms-request-id": [ - "15f7bb0c-2b9b-4df2-8786-364c19ce82a2" + "ba13ece7-09ad-460f-a6ce-1811a04900c9" ], "x-ms-correlation-request-id": [ - "d64d0843-8c76-4b76-a4b1-cbe2b9930056" + "58351b86-b282-43e5-b5a2-5effee63937e" ], "x-ms-arm-service-request-id": [ - "9b6d9eb9-7321-48da-bfb9-b393da104578" + "f8ad1a87-cd93-4ccd-9633-fc031c79dd8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10113,16 +7809,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054448Z:d64d0843-8c76-4b76-a4b1-cbe2b9930056" + "WESTUS:20200414T013559Z:58351b86-b282-43e5-b5a2-5effee63937e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:48 GMT" + "Tue, 14 Apr 2020 01:35:59 GMT" ], "Content-Length": [ "30" @@ -10138,8 +7834,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/c876c7c9-6e7b-45e8-a21c-73234f225520?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2M4NzZjN2M5LTZlN2ItNDVlOC1hMjFjLTczMjM0ZjIyNTUyMD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/providers/Microsoft.Network/locations/westus2/operations/495f2005-c7c9-4789-8dcb-763bc42c0175?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ5NWYyMDA1LWM3YzktNDc4OS04ZGNiLTc2M2JjNDJjMDE3NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10158,32 +7854,32 @@ "no-cache" ], "x-ms-request-id": [ - "d68c4063-f989-4690-b826-5ef3a992e66a" + "a6e8bd05-775a-4d42-89d4-10a30ea6434d" ], "x-ms-correlation-request-id": [ - "b853bdac-bf04-4757-86af-4eaa0e828dd7" + "fc501631-20e6-46e6-af70-c0da7b5fc8ba" ], "x-ms-arm-service-request-id": [ - "689ba495-79eb-4918-ade9-f40feaf0dec3" + "b1dd3a1e-44fe-433e-8e7d-7fb0bd794986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054459Z:b853bdac-bf04-4757-86af-4eaa0e828dd7" + "WESTUS:20200414T013610Z:fc501631-20e6-46e6-af70-c0da7b5fc8ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:44:58 GMT" + "Tue, 14 Apr 2020 01:36:10 GMT" ], "Content-Length": [ "29" @@ -10199,13 +7895,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6006?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjAwNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourcegroups/ps6992?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlZ3JvdXBzL3BzNjk5Mj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12795d92-2067-4f7d-b7b7-7063f2e7815f" + "5c26750a-c3d7-472d-92a2-5a7fa408ddea" ], "Accept-Language": [ "en-US" @@ -10225,7 +7921,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10234,70 +7930,13 @@ "14999" ], "x-ms-request-id": [ - "ad749eb8-a115-4515-a096-aaeccc03358b" - ], - "x-ms-correlation-request-id": [ - "ad749eb8-a115-4515-a096-aaeccc03358b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200413T054501Z:ad749eb8-a115-4515-a096-aaeccc03358b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 13 Apr 2020 05:45:01 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "400092f1-ace5-4484-a916-0b5785e3bfd8" + "34b7453b-891e-4296-9b40-7d229b9ad542" ], "x-ms-correlation-request-id": [ - "400092f1-ace5-4484-a916-0b5785e3bfd8" + "34b7453b-891e-4296-9b40-7d229b9ad542" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054516Z:400092f1-ace5-4484-a916-0b5785e3bfd8" + "WESTUS:20200414T013613Z:34b7453b-891e-4296-9b40-7d229b9ad542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10306,7 +7945,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:16 GMT" + "Tue, 14 Apr 2020 01:36:12 GMT" ], "Expires": [ "-1" @@ -10319,8 +7958,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10339,7 +7978,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10348,13 +7987,13 @@ "11998" ], "x-ms-request-id": [ - "deeba449-fbf4-4f10-a130-762cb5b1e5f5" + "a8e1bcab-e9df-4dd7-877c-3142b4186011" ], "x-ms-correlation-request-id": [ - "deeba449-fbf4-4f10-a130-762cb5b1e5f5" + "a8e1bcab-e9df-4dd7-877c-3142b4186011" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054532Z:deeba449-fbf4-4f10-a130-762cb5b1e5f5" + "WESTUS:20200414T013628Z:a8e1bcab-e9df-4dd7-877c-3142b4186011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10363,7 +8002,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:31 GMT" + "Tue, 14 Apr 2020 01:36:27 GMT" ], "Expires": [ "-1" @@ -10376,8 +8015,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10396,7 +8035,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10405,13 +8044,13 @@ "11997" ], "x-ms-request-id": [ - "d1fe045f-a430-4fe1-9622-9622e7a49993" + "0ba50671-9779-458f-ae20-6cf8323ffeaa" ], "x-ms-correlation-request-id": [ - "d1fe045f-a430-4fe1-9622-9622e7a49993" + "0ba50671-9779-458f-ae20-6cf8323ffeaa" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054547Z:d1fe045f-a430-4fe1-9622-9622e7a49993" + "WESTUS:20200414T013643Z:0ba50671-9779-458f-ae20-6cf8323ffeaa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10420,7 +8059,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:45:46 GMT" + "Tue, 14 Apr 2020 01:36:43 GMT" ], "Expires": [ "-1" @@ -10433,8 +8072,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10453,7 +8092,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10462,13 +8101,13 @@ "11996" ], "x-ms-request-id": [ - "63b484b3-0900-49e3-a4f3-370c372b61fc" + "7cf0468b-1400-4c79-9019-6952fe92e5a1" ], "x-ms-correlation-request-id": [ - "63b484b3-0900-49e3-a4f3-370c372b61fc" + "7cf0468b-1400-4c79-9019-6952fe92e5a1" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054602Z:63b484b3-0900-49e3-a4f3-370c372b61fc" + "WESTUS:20200414T013658Z:7cf0468b-1400-4c79-9019-6952fe92e5a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10477,7 +8116,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:46:01 GMT" + "Tue, 14 Apr 2020 01:36:58 GMT" ], "Expires": [ "-1" @@ -10490,8 +8129,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10510,7 +8149,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10519,13 +8158,13 @@ "11995" ], "x-ms-request-id": [ - "b7ea8d17-992e-41b3-b9a3-62e806e29ae2" + "2cf7214c-d436-47ad-b914-ab782d1825a3" ], "x-ms-correlation-request-id": [ - "b7ea8d17-992e-41b3-b9a3-62e806e29ae2" + "2cf7214c-d436-47ad-b914-ab782d1825a3" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054617Z:b7ea8d17-992e-41b3-b9a3-62e806e29ae2" + "WESTUS:20200414T013713Z:2cf7214c-d436-47ad-b914-ab782d1825a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10534,7 +8173,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:46:16 GMT" + "Tue, 14 Apr 2020 01:37:12 GMT" ], "Expires": [ "-1" @@ -10547,8 +8186,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10567,7 +8206,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10576,13 +8215,13 @@ "11994" ], "x-ms-request-id": [ - "fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" + "cb19d74c-18ab-4b5c-8235-56987ede3916" ], "x-ms-correlation-request-id": [ - "fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" + "cb19d74c-18ab-4b5c-8235-56987ede3916" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054632Z:fb00f5c6-d84e-41c5-9a8b-5da3d2e233aa" + "WESTUS:20200414T013728Z:cb19d74c-18ab-4b5c-8235-56987ede3916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10591,7 +8230,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:46:32 GMT" + "Tue, 14 Apr 2020 01:37:27 GMT" ], "Expires": [ "-1" @@ -10604,8 +8243,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10624,7 +8263,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10633,13 +8272,13 @@ "11993" ], "x-ms-request-id": [ - "d8742ea7-0b6c-4db5-8bd7-3870bca5b175" + "ac757c0b-c5dd-4294-b699-766bb77ab002" ], "x-ms-correlation-request-id": [ - "d8742ea7-0b6c-4db5-8bd7-3870bca5b175" + "ac757c0b-c5dd-4294-b699-766bb77ab002" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054647Z:d8742ea7-0b6c-4db5-8bd7-3870bca5b175" + "WESTUS:20200414T013743Z:ac757c0b-c5dd-4294-b699-766bb77ab002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10648,7 +8287,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:46:47 GMT" + "Tue, 14 Apr 2020 01:37:42 GMT" ], "Expires": [ "-1" @@ -10661,8 +8300,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10681,7 +8320,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10690,13 +8329,13 @@ "11992" ], "x-ms-request-id": [ - "87e29cdd-f94d-4157-a571-47b4ec07d561" + "e0deaf01-2c34-436d-90b5-7907e6e864af" ], "x-ms-correlation-request-id": [ - "87e29cdd-f94d-4157-a571-47b4ec07d561" + "e0deaf01-2c34-436d-90b5-7907e6e864af" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054702Z:87e29cdd-f94d-4157-a571-47b4ec07d561" + "WESTUS:20200414T013758Z:e0deaf01-2c34-436d-90b5-7907e6e864af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10705,7 +8344,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:47:01 GMT" + "Tue, 14 Apr 2020 01:37:57 GMT" ], "Expires": [ "-1" @@ -10718,8 +8357,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10738,7 +8377,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10747,13 +8386,13 @@ "11991" ], "x-ms-request-id": [ - "05f0994f-7d51-4664-adbd-c77db359c8bb" + "2a297c9c-9dd1-4bfe-a114-6f7d9234204f" ], "x-ms-correlation-request-id": [ - "05f0994f-7d51-4664-adbd-c77db359c8bb" + "2a297c9c-9dd1-4bfe-a114-6f7d9234204f" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054717Z:05f0994f-7d51-4664-adbd-c77db359c8bb" + "WESTUS:20200414T013813Z:2a297c9c-9dd1-4bfe-a114-6f7d9234204f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10762,7 +8401,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:47:16 GMT" + "Tue, 14 Apr 2020 01:38:12 GMT" ], "Expires": [ "-1" @@ -10775,8 +8414,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10795,7 +8434,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10804,13 +8443,13 @@ "11990" ], "x-ms-request-id": [ - "ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" + "6a2166e7-d2fe-44c3-bde1-befb091b4328" ], "x-ms-correlation-request-id": [ - "ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" + "6a2166e7-d2fe-44c3-bde1-befb091b4328" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054732Z:ded45c2b-fc8e-4f04-a1ed-ab4f0d9d60c3" + "WESTUS:20200414T013828Z:6a2166e7-d2fe-44c3-bde1-befb091b4328" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10819,7 +8458,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:47:31 GMT" + "Tue, 14 Apr 2020 01:38:28 GMT" ], "Expires": [ "-1" @@ -10832,8 +8471,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10852,7 +8491,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10861,13 +8500,13 @@ "11989" ], "x-ms-request-id": [ - "8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" + "e4dc2318-a69b-462a-89b3-5f4434ba450d" ], "x-ms-correlation-request-id": [ - "8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" + "e4dc2318-a69b-462a-89b3-5f4434ba450d" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054759Z:8a65edf9-e716-4fe0-96d2-af3ecd1d7c4d" + "WESTUS:20200414T013843Z:e4dc2318-a69b-462a-89b3-5f4434ba450d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10876,7 +8515,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:47:58 GMT" + "Tue, 14 Apr 2020 01:38:43 GMT" ], "Expires": [ "-1" @@ -10889,8 +8528,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10909,7 +8548,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10918,13 +8557,13 @@ "11988" ], "x-ms-request-id": [ - "5613add7-a611-4b32-bec3-c8cdc922dfaf" + "c9700937-63d8-42af-b938-ddf87f5a9725" ], "x-ms-correlation-request-id": [ - "5613add7-a611-4b32-bec3-c8cdc922dfaf" + "c9700937-63d8-42af-b938-ddf87f5a9725" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054814Z:5613add7-a611-4b32-bec3-c8cdc922dfaf" + "WESTUS:20200414T013858Z:c9700937-63d8-42af-b938-ddf87f5a9725" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10933,7 +8572,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:48:14 GMT" + "Tue, 14 Apr 2020 01:38:58 GMT" ], "Expires": [ "-1" @@ -10946,8 +8585,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10966,7 +8605,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -10975,13 +8614,13 @@ "11987" ], "x-ms-request-id": [ - "652bd3de-8a81-4196-8eda-4e8a1b3b1b88" + "f2b32f49-a443-40df-8f0f-81a6480174ac" ], "x-ms-correlation-request-id": [ - "652bd3de-8a81-4196-8eda-4e8a1b3b1b88" + "f2b32f49-a443-40df-8f0f-81a6480174ac" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054829Z:652bd3de-8a81-4196-8eda-4e8a1b3b1b88" + "WESTUS:20200414T013913Z:f2b32f49-a443-40df-8f0f-81a6480174ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10990,7 +8629,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:48:29 GMT" + "Tue, 14 Apr 2020 01:39:13 GMT" ], "Expires": [ "-1" @@ -11003,8 +8642,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11023,7 +8662,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11032,13 +8671,13 @@ "11986" ], "x-ms-request-id": [ - "5948c5b2-1d63-4f92-8e04-47433d996663" + "79ed762e-6a83-43e8-a043-a603606b8b64" ], "x-ms-correlation-request-id": [ - "5948c5b2-1d63-4f92-8e04-47433d996663" + "79ed762e-6a83-43e8-a043-a603606b8b64" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054845Z:5948c5b2-1d63-4f92-8e04-47433d996663" + "WESTUS:20200414T013928Z:79ed762e-6a83-43e8-a043-a603606b8b64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11047,7 +8686,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:48:44 GMT" + "Tue, 14 Apr 2020 01:39:28 GMT" ], "Expires": [ "-1" @@ -11060,8 +8699,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11080,7 +8719,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11089,13 +8728,13 @@ "11985" ], "x-ms-request-id": [ - "021df254-265c-4ab7-a849-c8add8ad3dcd" + "3bf43842-c8f5-4ce6-a06f-3d67b2c371fa" ], "x-ms-correlation-request-id": [ - "021df254-265c-4ab7-a849-c8add8ad3dcd" + "3bf43842-c8f5-4ce6-a06f-3d67b2c371fa" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054900Z:021df254-265c-4ab7-a849-c8add8ad3dcd" + "WESTUS:20200414T013943Z:3bf43842-c8f5-4ce6-a06f-3d67b2c371fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11104,7 +8743,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:48:59 GMT" + "Tue, 14 Apr 2020 01:39:43 GMT" ], "Expires": [ "-1" @@ -11117,8 +8756,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11137,7 +8776,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11146,13 +8785,13 @@ "11984" ], "x-ms-request-id": [ - "0af11a06-8422-4cdc-a750-a0bef0180172" + "0b9ee849-60b5-4bab-9fe9-2c64c28aa419" ], "x-ms-correlation-request-id": [ - "0af11a06-8422-4cdc-a750-a0bef0180172" + "0b9ee849-60b5-4bab-9fe9-2c64c28aa419" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054915Z:0af11a06-8422-4cdc-a750-a0bef0180172" + "WESTUS:20200414T013959Z:0b9ee849-60b5-4bab-9fe9-2c64c28aa419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11161,7 +8800,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:49:14 GMT" + "Tue, 14 Apr 2020 01:39:58 GMT" ], "Expires": [ "-1" @@ -11174,8 +8813,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11194,7 +8833,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11203,13 +8842,13 @@ "11983" ], "x-ms-request-id": [ - "2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" + "e138d3ee-cbe7-436a-a75c-603e4310df3b" ], "x-ms-correlation-request-id": [ - "2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" + "e138d3ee-cbe7-436a-a75c-603e4310df3b" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054930Z:2a868c3a-4413-4bbf-b9e8-6b0a6d9657a2" + "WESTUS:20200414T014014Z:e138d3ee-cbe7-436a-a75c-603e4310df3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11218,7 +8857,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:49:29 GMT" + "Tue, 14 Apr 2020 01:40:13 GMT" ], "Expires": [ "-1" @@ -11231,8 +8870,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11251,7 +8890,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11260,13 +8899,13 @@ "11982" ], "x-ms-request-id": [ - "1713c874-82de-4652-b8ae-4d5740ef81a2" + "7fe297b7-6a22-49e1-9cf5-336fc542ed5b" ], "x-ms-correlation-request-id": [ - "1713c874-82de-4652-b8ae-4d5740ef81a2" + "7fe297b7-6a22-49e1-9cf5-336fc542ed5b" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T054945Z:1713c874-82de-4652-b8ae-4d5740ef81a2" + "WESTUS:20200414T014029Z:7fe297b7-6a22-49e1-9cf5-336fc542ed5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11275,7 +8914,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:49:44 GMT" + "Tue, 14 Apr 2020 01:40:29 GMT" ], "Expires": [ "-1" @@ -11288,8 +8927,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11308,7 +8947,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11317,13 +8956,13 @@ "11981" ], "x-ms-request-id": [ - "ea9839fc-b15d-4b52-8689-31b593458974" + "e7b5322c-8ca5-498d-b52f-db0a98747e41" ], "x-ms-correlation-request-id": [ - "ea9839fc-b15d-4b52-8689-31b593458974" + "e7b5322c-8ca5-498d-b52f-db0a98747e41" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055000Z:ea9839fc-b15d-4b52-8689-31b593458974" + "WESTUS:20200414T014044Z:e7b5322c-8ca5-498d-b52f-db0a98747e41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11332,7 +8971,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:49:59 GMT" + "Tue, 14 Apr 2020 01:40:44 GMT" ], "Expires": [ "-1" @@ -11345,8 +8984,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11365,7 +9004,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11374,13 +9013,13 @@ "11980" ], "x-ms-request-id": [ - "805790a8-22f0-4973-b6bb-065f48179ffb" + "ee1a24d9-ab2c-47f6-bd87-76f842370d64" ], "x-ms-correlation-request-id": [ - "805790a8-22f0-4973-b6bb-065f48179ffb" + "ee1a24d9-ab2c-47f6-bd87-76f842370d64" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055015Z:805790a8-22f0-4973-b6bb-065f48179ffb" + "WESTUS:20200414T014059Z:ee1a24d9-ab2c-47f6-bd87-76f842370d64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11389,7 +9028,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:50:14 GMT" + "Tue, 14 Apr 2020 01:40:59 GMT" ], "Expires": [ "-1" @@ -11402,8 +9041,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11422,7 +9061,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11431,13 +9070,13 @@ "11979" ], "x-ms-request-id": [ - "89062f7f-4784-4286-ad17-f488b526ea16" + "a12e0a3b-07ee-45f2-96be-bc538e5400e0" ], "x-ms-correlation-request-id": [ - "89062f7f-4784-4286-ad17-f488b526ea16" + "a12e0a3b-07ee-45f2-96be-bc538e5400e0" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055030Z:89062f7f-4784-4286-ad17-f488b526ea16" + "WESTUS:20200414T014114Z:a12e0a3b-07ee-45f2-96be-bc538e5400e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11446,7 +9085,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:50:30 GMT" + "Tue, 14 Apr 2020 01:41:14 GMT" ], "Expires": [ "-1" @@ -11459,8 +9098,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11479,7 +9118,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11488,13 +9127,13 @@ "11978" ], "x-ms-request-id": [ - "b908c538-e06b-4ea2-8724-c13256fe6759" + "63ee4a0c-dfbd-43c0-b484-8c7cecd293cb" ], "x-ms-correlation-request-id": [ - "b908c538-e06b-4ea2-8724-c13256fe6759" + "63ee4a0c-dfbd-43c0-b484-8c7cecd293cb" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055045Z:b908c538-e06b-4ea2-8724-c13256fe6759" + "WESTUS:20200414T014129Z:63ee4a0c-dfbd-43c0-b484-8c7cecd293cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11503,7 +9142,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:50:45 GMT" + "Tue, 14 Apr 2020 01:41:28 GMT" ], "Expires": [ "-1" @@ -11516,8 +9155,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11536,7 +9175,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11545,13 +9184,13 @@ "11977" ], "x-ms-request-id": [ - "9af3f1c2-b548-496b-ab98-64a87d08a1c9" + "797e30e0-72c5-4ef1-8059-37060b8510d9" ], "x-ms-correlation-request-id": [ - "9af3f1c2-b548-496b-ab98-64a87d08a1c9" + "797e30e0-72c5-4ef1-8059-37060b8510d9" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055100Z:9af3f1c2-b548-496b-ab98-64a87d08a1c9" + "WESTUS:20200414T014144Z:797e30e0-72c5-4ef1-8059-37060b8510d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11560,7 +9199,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:51:00 GMT" + "Tue, 14 Apr 2020 01:41:43 GMT" ], "Expires": [ "-1" @@ -11573,8 +9212,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11593,7 +9232,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11602,13 +9241,13 @@ "11976" ], "x-ms-request-id": [ - "021e8ccb-1257-44cf-bb76-be7b7ae4d55e" + "7d6e6159-f7fa-4710-9902-4674b460a337" ], "x-ms-correlation-request-id": [ - "021e8ccb-1257-44cf-bb76-be7b7ae4d55e" + "7d6e6159-f7fa-4710-9902-4674b460a337" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055115Z:021e8ccb-1257-44cf-bb76-be7b7ae4d55e" + "WESTUS:20200414T014159Z:7d6e6159-f7fa-4710-9902-4674b460a337" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11617,7 +9256,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:51:15 GMT" + "Tue, 14 Apr 2020 01:41:58 GMT" ], "Expires": [ "-1" @@ -11630,8 +9269,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11650,7 +9289,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11659,13 +9298,13 @@ "11975" ], "x-ms-request-id": [ - "64adfa4f-fed6-4fcc-ac38-6f48b91f889f" + "b7d9fd32-088f-42cf-9047-f78a863d0bd8" ], "x-ms-correlation-request-id": [ - "64adfa4f-fed6-4fcc-ac38-6f48b91f889f" + "b7d9fd32-088f-42cf-9047-f78a863d0bd8" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055130Z:64adfa4f-fed6-4fcc-ac38-6f48b91f889f" + "WESTUS:20200414T014214Z:b7d9fd32-088f-42cf-9047-f78a863d0bd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11674,7 +9313,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:51:30 GMT" + "Tue, 14 Apr 2020 01:42:13 GMT" ], "Expires": [ "-1" @@ -11687,8 +9326,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11707,7 +9346,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11716,13 +9355,13 @@ "11974" ], "x-ms-request-id": [ - "dc089885-1d98-441c-8711-4df83ff9984b" + "01da147b-4183-4e0a-9f9e-56b43e75eb01" ], "x-ms-correlation-request-id": [ - "dc089885-1d98-441c-8711-4df83ff9984b" + "01da147b-4183-4e0a-9f9e-56b43e75eb01" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055145Z:dc089885-1d98-441c-8711-4df83ff9984b" + "WESTUS:20200414T014229Z:01da147b-4183-4e0a-9f9e-56b43e75eb01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11731,7 +9370,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:51:45 GMT" + "Tue, 14 Apr 2020 01:42:29 GMT" ], "Expires": [ "-1" @@ -11744,8 +9383,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11764,7 +9403,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11773,13 +9412,13 @@ "11973" ], "x-ms-request-id": [ - "34438d2b-cf0b-4686-8120-30d59ac6051d" + "e694aacf-995a-4836-8568-7c14f53358a6" ], "x-ms-correlation-request-id": [ - "34438d2b-cf0b-4686-8120-30d59ac6051d" + "e694aacf-995a-4836-8568-7c14f53358a6" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055200Z:34438d2b-cf0b-4686-8120-30d59ac6051d" + "WESTUS:20200414T014244Z:e694aacf-995a-4836-8568-7c14f53358a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11788,7 +9427,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:52:00 GMT" + "Tue, 14 Apr 2020 01:42:44 GMT" ], "Expires": [ "-1" @@ -11801,8 +9440,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11821,7 +9460,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11830,13 +9469,13 @@ "11972" ], "x-ms-request-id": [ - "2aeda985-cf51-4a61-a405-7c899a3cb5e9" + "cb02c2cd-d2a2-47f6-b39e-a23359733bf6" ], "x-ms-correlation-request-id": [ - "2aeda985-cf51-4a61-a405-7c899a3cb5e9" + "cb02c2cd-d2a2-47f6-b39e-a23359733bf6" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055215Z:2aeda985-cf51-4a61-a405-7c899a3cb5e9" + "WESTUS:20200414T014259Z:cb02c2cd-d2a2-47f6-b39e-a23359733bf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11845,7 +9484,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:52:15 GMT" + "Tue, 14 Apr 2020 01:42:59 GMT" ], "Expires": [ "-1" @@ -11858,8 +9497,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11878,7 +9517,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11887,13 +9526,13 @@ "11971" ], "x-ms-request-id": [ - "5b8b3282-c359-4d65-81da-f39c263232fe" + "99ea2b57-a1c6-4104-b809-cb63839d2f6e" ], "x-ms-correlation-request-id": [ - "5b8b3282-c359-4d65-81da-f39c263232fe" + "99ea2b57-a1c6-4104-b809-cb63839d2f6e" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055231Z:5b8b3282-c359-4d65-81da-f39c263232fe" + "WESTUS:20200414T014314Z:99ea2b57-a1c6-4104-b809-cb63839d2f6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11902,7 +9541,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:52:30 GMT" + "Tue, 14 Apr 2020 01:43:14 GMT" ], "Expires": [ "-1" @@ -11915,8 +9554,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11935,7 +9574,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11944,13 +9583,13 @@ "11970" ], "x-ms-request-id": [ - "cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" + "b0aaced9-7bac-4744-9dc4-888bd1fecbf5" ], "x-ms-correlation-request-id": [ - "cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" + "b0aaced9-7bac-4744-9dc4-888bd1fecbf5" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055246Z:cd6a4bd9-6e8f-4bfc-9c97-cf1fe7f2dc36" + "WESTUS:20200414T014330Z:b0aaced9-7bac-4744-9dc4-888bd1fecbf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11959,7 +9598,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:52:45 GMT" + "Tue, 14 Apr 2020 01:43:29 GMT" ], "Expires": [ "-1" @@ -11972,8 +9611,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -11992,7 +9631,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12001,13 +9640,13 @@ "11969" ], "x-ms-request-id": [ - "527c6dae-402d-4033-84fd-243d6ce0c86a" + "851b57a3-9c03-46ff-9b7f-991f82272b0d" ], "x-ms-correlation-request-id": [ - "527c6dae-402d-4033-84fd-243d6ce0c86a" + "851b57a3-9c03-46ff-9b7f-991f82272b0d" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055301Z:527c6dae-402d-4033-84fd-243d6ce0c86a" + "WESTUS:20200414T014345Z:851b57a3-9c03-46ff-9b7f-991f82272b0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12016,7 +9655,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:53:01 GMT" + "Tue, 14 Apr 2020 01:43:44 GMT" ], "Expires": [ "-1" @@ -12029,8 +9668,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12049,7 +9688,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12058,13 +9697,13 @@ "11968" ], "x-ms-request-id": [ - "ca93c4f0-f04e-403a-b485-518e8e673aa0" + "980f08ed-21e0-4afb-a504-d4433caa5f25" ], "x-ms-correlation-request-id": [ - "ca93c4f0-f04e-403a-b485-518e8e673aa0" + "980f08ed-21e0-4afb-a504-d4433caa5f25" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055316Z:ca93c4f0-f04e-403a-b485-518e8e673aa0" + "WESTUS:20200414T014400Z:980f08ed-21e0-4afb-a504-d4433caa5f25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12073,7 +9712,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:53:16 GMT" + "Tue, 14 Apr 2020 01:44:00 GMT" ], "Expires": [ "-1" @@ -12086,8 +9725,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12106,7 +9745,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12115,13 +9754,13 @@ "11967" ], "x-ms-request-id": [ - "6c586567-ed99-48e2-8e06-912299ae88d8" + "5946d8bb-711e-4383-9a91-b627a942cd0d" ], "x-ms-correlation-request-id": [ - "6c586567-ed99-48e2-8e06-912299ae88d8" + "5946d8bb-711e-4383-9a91-b627a942cd0d" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055331Z:6c586567-ed99-48e2-8e06-912299ae88d8" + "WESTUS:20200414T014415Z:5946d8bb-711e-4383-9a91-b627a942cd0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12130,7 +9769,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:53:31 GMT" + "Tue, 14 Apr 2020 01:44:15 GMT" ], "Expires": [ "-1" @@ -12143,8 +9782,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12163,7 +9802,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12172,13 +9811,13 @@ "11966" ], "x-ms-request-id": [ - "0f525546-b96f-4869-b9fe-b2875827dcc9" + "1a2bd86b-bdad-4fe2-8856-df703d6f3fca" ], "x-ms-correlation-request-id": [ - "0f525546-b96f-4869-b9fe-b2875827dcc9" + "1a2bd86b-bdad-4fe2-8856-df703d6f3fca" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055346Z:0f525546-b96f-4869-b9fe-b2875827dcc9" + "WESTUS:20200414T014430Z:1a2bd86b-bdad-4fe2-8856-df703d6f3fca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12187,7 +9826,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:53:46 GMT" + "Tue, 14 Apr 2020 01:44:29 GMT" ], "Expires": [ "-1" @@ -12200,8 +9839,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12220,7 +9859,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12229,13 +9868,13 @@ "11965" ], "x-ms-request-id": [ - "b252c71a-501c-4017-92c5-911b37cdae47" + "46b88ebc-c2ab-428c-bedf-ed058c82e89a" ], "x-ms-correlation-request-id": [ - "b252c71a-501c-4017-92c5-911b37cdae47" + "46b88ebc-c2ab-428c-bedf-ed058c82e89a" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055401Z:b252c71a-501c-4017-92c5-911b37cdae47" + "WESTUS:20200414T014445Z:46b88ebc-c2ab-428c-bedf-ed058c82e89a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12244,7 +9883,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:54:01 GMT" + "Tue, 14 Apr 2020 01:44:44 GMT" ], "Expires": [ "-1" @@ -12257,8 +9896,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12277,7 +9916,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12286,13 +9925,13 @@ "11964" ], "x-ms-request-id": [ - "d817f1a7-4765-499a-91a2-91c99adf290d" + "6d23c158-d206-46f1-91f8-098f66b5e798" ], "x-ms-correlation-request-id": [ - "d817f1a7-4765-499a-91a2-91c99adf290d" + "6d23c158-d206-46f1-91f8-098f66b5e798" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055416Z:d817f1a7-4765-499a-91a2-91c99adf290d" + "WESTUS:20200414T014500Z:6d23c158-d206-46f1-91f8-098f66b5e798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12301,7 +9940,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:54:16 GMT" + "Tue, 14 Apr 2020 01:44:59 GMT" ], "Expires": [ "-1" @@ -12314,8 +9953,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12334,7 +9973,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12343,13 +9982,13 @@ "11963" ], "x-ms-request-id": [ - "10d7cae0-f64b-41ec-8d52-65fcd5039aca" + "cef13f69-a14a-4ccc-a452-8270e22719c1" ], "x-ms-correlation-request-id": [ - "10d7cae0-f64b-41ec-8d52-65fcd5039aca" + "cef13f69-a14a-4ccc-a452-8270e22719c1" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055431Z:10d7cae0-f64b-41ec-8d52-65fcd5039aca" + "WESTUS:20200414T014515Z:cef13f69-a14a-4ccc-a452-8270e22719c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12358,7 +9997,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:54:30 GMT" + "Tue, 14 Apr 2020 01:45:14 GMT" ], "Expires": [ "-1" @@ -12371,8 +10010,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12391,7 +10030,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12400,13 +10039,13 @@ "11962" ], "x-ms-request-id": [ - "2ec3be84-1550-4b55-ac6e-91827cfcd773" + "af08cef9-c565-4125-9b03-8eefeea4dbc2" ], "x-ms-correlation-request-id": [ - "2ec3be84-1550-4b55-ac6e-91827cfcd773" + "af08cef9-c565-4125-9b03-8eefeea4dbc2" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055446Z:2ec3be84-1550-4b55-ac6e-91827cfcd773" + "WESTUS:20200414T014530Z:af08cef9-c565-4125-9b03-8eefeea4dbc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12415,7 +10054,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:54:46 GMT" + "Tue, 14 Apr 2020 01:45:29 GMT" ], "Expires": [ "-1" @@ -12428,8 +10067,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12448,7 +10087,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12457,13 +10096,13 @@ "11961" ], "x-ms-request-id": [ - "e884b770-a351-4fe2-899c-49d59dde6104" + "25e6e3d3-d231-476b-a1a7-ad12e53b4c30" ], "x-ms-correlation-request-id": [ - "e884b770-a351-4fe2-899c-49d59dde6104" + "25e6e3d3-d231-476b-a1a7-ad12e53b4c30" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055501Z:e884b770-a351-4fe2-899c-49d59dde6104" + "WESTUS:20200414T014545Z:25e6e3d3-d231-476b-a1a7-ad12e53b4c30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12472,7 +10111,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:55:01 GMT" + "Tue, 14 Apr 2020 01:45:45 GMT" ], "Expires": [ "-1" @@ -12485,8 +10124,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12505,7 +10144,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12514,13 +10153,13 @@ "11960" ], "x-ms-request-id": [ - "20b62915-0592-4e22-9f2c-81b0e24ab452" + "58e441b6-26db-40e5-b7a6-782eebe6b71f" ], "x-ms-correlation-request-id": [ - "20b62915-0592-4e22-9f2c-81b0e24ab452" + "58e441b6-26db-40e5-b7a6-782eebe6b71f" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055517Z:20b62915-0592-4e22-9f2c-81b0e24ab452" + "WESTUS:20200414T014600Z:58e441b6-26db-40e5-b7a6-782eebe6b71f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12529,7 +10168,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:55:16 GMT" + "Tue, 14 Apr 2020 01:46:00 GMT" ], "Expires": [ "-1" @@ -12542,8 +10181,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12562,7 +10201,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12571,13 +10210,13 @@ "11959" ], "x-ms-request-id": [ - "17d1fca0-c713-44da-a89b-ad9154c6bc92" + "c3be1ce5-161c-4666-851d-e884a47a112b" ], "x-ms-correlation-request-id": [ - "17d1fca0-c713-44da-a89b-ad9154c6bc92" + "c3be1ce5-161c-4666-851d-e884a47a112b" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055532Z:17d1fca0-c713-44da-a89b-ad9154c6bc92" + "WESTUS:20200414T014615Z:c3be1ce5-161c-4666-851d-e884a47a112b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12586,7 +10225,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:55:31 GMT" + "Tue, 14 Apr 2020 01:46:15 GMT" ], "Expires": [ "-1" @@ -12599,8 +10238,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12619,7 +10258,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12628,13 +10267,13 @@ "11958" ], "x-ms-request-id": [ - "bfa1eb93-b8f9-4893-a4f0-f3d95697085a" + "eb1416c7-7d45-4078-9551-b598cf79d15d" ], "x-ms-correlation-request-id": [ - "bfa1eb93-b8f9-4893-a4f0-f3d95697085a" + "eb1416c7-7d45-4078-9551-b598cf79d15d" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055547Z:bfa1eb93-b8f9-4893-a4f0-f3d95697085a" + "WESTUS:20200414T014630Z:eb1416c7-7d45-4078-9551-b598cf79d15d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12643,7 +10282,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:55:46 GMT" + "Tue, 14 Apr 2020 01:46:30 GMT" ], "Expires": [ "-1" @@ -12656,8 +10295,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12676,7 +10315,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12685,13 +10324,13 @@ "11957" ], "x-ms-request-id": [ - "e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" + "f058899d-d5d3-4cb0-b268-94423fcc812f" ], "x-ms-correlation-request-id": [ - "e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" + "f058899d-d5d3-4cb0-b268-94423fcc812f" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055602Z:e2b69c7f-eab6-4dba-b016-e1b8b1c80be5" + "WESTUS:20200414T014646Z:f058899d-d5d3-4cb0-b268-94423fcc812f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12700,7 +10339,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:56:01 GMT" + "Tue, 14 Apr 2020 01:46:45 GMT" ], "Expires": [ "-1" @@ -12713,8 +10352,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12733,7 +10372,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12742,13 +10381,13 @@ "11956" ], "x-ms-request-id": [ - "c715ceb8-d126-4372-90f2-2d2bd8442422" + "82db5b3f-7287-4a21-9b5c-4fef06f8e8a0" ], "x-ms-correlation-request-id": [ - "c715ceb8-d126-4372-90f2-2d2bd8442422" + "82db5b3f-7287-4a21-9b5c-4fef06f8e8a0" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055617Z:c715ceb8-d126-4372-90f2-2d2bd8442422" + "WESTUS:20200414T014701Z:82db5b3f-7287-4a21-9b5c-4fef06f8e8a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12757,7 +10396,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:56:16 GMT" + "Tue, 14 Apr 2020 01:47:00 GMT" ], "Expires": [ "-1" @@ -12770,8 +10409,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12790,7 +10429,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12799,13 +10438,13 @@ "11955" ], "x-ms-request-id": [ - "56bd9dbc-f9e4-48b1-be69-e2e81b70599a" + "f93b3b2e-6d59-4add-82be-1b64595ea80e" ], "x-ms-correlation-request-id": [ - "56bd9dbc-f9e4-48b1-be69-e2e81b70599a" + "f93b3b2e-6d59-4add-82be-1b64595ea80e" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055632Z:56bd9dbc-f9e4-48b1-be69-e2e81b70599a" + "WESTUS:20200414T014716Z:f93b3b2e-6d59-4add-82be-1b64595ea80e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12814,7 +10453,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:56:31 GMT" + "Tue, 14 Apr 2020 01:47:15 GMT" ], "Expires": [ "-1" @@ -12827,8 +10466,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12847,7 +10486,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12856,13 +10495,13 @@ "11954" ], "x-ms-request-id": [ - "63daaab1-c63f-4794-9c79-6aa843966ae8" + "395005e2-04b6-42f4-b785-266435dffee5" ], "x-ms-correlation-request-id": [ - "63daaab1-c63f-4794-9c79-6aa843966ae8" + "395005e2-04b6-42f4-b785-266435dffee5" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055647Z:63daaab1-c63f-4794-9c79-6aa843966ae8" + "WESTUS:20200414T014731Z:395005e2-04b6-42f4-b785-266435dffee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12871,7 +10510,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:56:46 GMT" + "Tue, 14 Apr 2020 01:47:31 GMT" ], "Expires": [ "-1" @@ -12884,8 +10523,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12904,7 +10543,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12913,13 +10552,13 @@ "11953" ], "x-ms-request-id": [ - "edcccb10-84eb-41a3-8ca5-70005abf9c92" + "ffa9a779-5b1b-4521-b5d1-151337aae304" ], "x-ms-correlation-request-id": [ - "edcccb10-84eb-41a3-8ca5-70005abf9c92" + "ffa9a779-5b1b-4521-b5d1-151337aae304" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055702Z:edcccb10-84eb-41a3-8ca5-70005abf9c92" + "WESTUS:20200414T014746Z:ffa9a779-5b1b-4521-b5d1-151337aae304" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12928,7 +10567,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:57:02 GMT" + "Tue, 14 Apr 2020 01:47:46 GMT" ], "Expires": [ "-1" @@ -12941,8 +10580,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12961,7 +10600,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12970,13 +10609,13 @@ "11952" ], "x-ms-request-id": [ - "1e5fd717-2411-412f-ad8f-8e3b5c218490" + "c439f98d-f375-4326-87ed-79d0bda9fb74" ], "x-ms-correlation-request-id": [ - "1e5fd717-2411-412f-ad8f-8e3b5c218490" + "c439f98d-f375-4326-87ed-79d0bda9fb74" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055717Z:1e5fd717-2411-412f-ad8f-8e3b5c218490" + "WESTUS:20200414T014801Z:c439f98d-f375-4326-87ed-79d0bda9fb74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12985,7 +10624,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:57:17 GMT" + "Tue, 14 Apr 2020 01:48:01 GMT" ], "Expires": [ "-1" @@ -12998,8 +10637,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13018,7 +10657,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13027,13 +10666,13 @@ "11951" ], "x-ms-request-id": [ - "a9092de4-64cf-4288-87e1-850b68439161" + "744c00cb-bd74-47aa-839b-2e618fe60f22" ], "x-ms-correlation-request-id": [ - "a9092de4-64cf-4288-87e1-850b68439161" + "744c00cb-bd74-47aa-839b-2e618fe60f22" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055732Z:a9092de4-64cf-4288-87e1-850b68439161" + "WESTUS:20200414T014816Z:744c00cb-bd74-47aa-839b-2e618fe60f22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13042,7 +10681,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:57:32 GMT" + "Tue, 14 Apr 2020 01:48:16 GMT" ], "Expires": [ "-1" @@ -13055,8 +10694,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13075,7 +10714,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13084,13 +10723,13 @@ "11950" ], "x-ms-request-id": [ - "fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" + "77126e91-0a26-45ac-982a-69e5728501ff" ], "x-ms-correlation-request-id": [ - "fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" + "77126e91-0a26-45ac-982a-69e5728501ff" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055747Z:fa9f01cf-5a91-4a7b-8963-ee3614a9c62f" + "WESTUS:20200414T014831Z:77126e91-0a26-45ac-982a-69e5728501ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13099,7 +10738,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:57:47 GMT" + "Tue, 14 Apr 2020 01:48:30 GMT" ], "Expires": [ "-1" @@ -13112,8 +10751,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13132,7 +10771,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13141,13 +10780,13 @@ "11949" ], "x-ms-request-id": [ - "36db4349-01eb-420a-bf45-da481b081e41" + "806257f5-aa78-41f1-ad86-774645d843b9" ], "x-ms-correlation-request-id": [ - "36db4349-01eb-420a-bf45-da481b081e41" + "806257f5-aa78-41f1-ad86-774645d843b9" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055802Z:36db4349-01eb-420a-bf45-da481b081e41" + "WESTUS:20200414T014846Z:806257f5-aa78-41f1-ad86-774645d843b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13156,7 +10795,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:58:02 GMT" + "Tue, 14 Apr 2020 01:48:45 GMT" ], "Expires": [ "-1" @@ -13169,8 +10808,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13189,7 +10828,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13198,13 +10837,13 @@ "11948" ], "x-ms-request-id": [ - "38076611-927a-4c94-ab41-0fd0e15d1933" + "afd3e52d-32eb-442e-b4f1-e90ed64b855a" ], "x-ms-correlation-request-id": [ - "38076611-927a-4c94-ab41-0fd0e15d1933" + "afd3e52d-32eb-442e-b4f1-e90ed64b855a" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055817Z:38076611-927a-4c94-ab41-0fd0e15d1933" + "WESTUS:20200414T014901Z:afd3e52d-32eb-442e-b4f1-e90ed64b855a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13213,7 +10852,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:58:17 GMT" + "Tue, 14 Apr 2020 01:49:00 GMT" ], "Expires": [ "-1" @@ -13226,8 +10865,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13246,7 +10885,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13255,13 +10894,13 @@ "11947" ], "x-ms-request-id": [ - "3ed2f191-6a5d-45cd-bbff-da33e19d3e83" + "bc266924-561d-4ff5-a747-e06b3d6da9d6" ], "x-ms-correlation-request-id": [ - "3ed2f191-6a5d-45cd-bbff-da33e19d3e83" + "bc266924-561d-4ff5-a747-e06b3d6da9d6" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055833Z:3ed2f191-6a5d-45cd-bbff-da33e19d3e83" + "WESTUS:20200414T014916Z:bc266924-561d-4ff5-a747-e06b3d6da9d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13270,7 +10909,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:58:32 GMT" + "Tue, 14 Apr 2020 01:49:15 GMT" ], "Expires": [ "-1" @@ -13283,8 +10922,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13303,7 +10942,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13312,13 +10951,13 @@ "11946" ], "x-ms-request-id": [ - "a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" + "149b58f5-49a4-4eba-93f1-2c082ac52e71" ], "x-ms-correlation-request-id": [ - "a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" + "149b58f5-49a4-4eba-93f1-2c082ac52e71" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055848Z:a07d4a1c-f9dc-4ceb-90d4-0022bd6249ea" + "WESTUS:20200414T014931Z:149b58f5-49a4-4eba-93f1-2c082ac52e71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13327,7 +10966,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:58:47 GMT" + "Tue, 14 Apr 2020 01:49:31 GMT" ], "Expires": [ "-1" @@ -13340,8 +10979,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13360,7 +10999,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13369,13 +11008,13 @@ "11945" ], "x-ms-request-id": [ - "8f5e392e-2de2-4078-83e2-c837a9f5c5af" + "b1e0884c-ddda-462f-b56a-25ae9dea624c" ], "x-ms-correlation-request-id": [ - "8f5e392e-2de2-4078-83e2-c837a9f5c5af" + "b1e0884c-ddda-462f-b56a-25ae9dea624c" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055915Z:8f5e392e-2de2-4078-83e2-c837a9f5c5af" + "WESTUS:20200414T014946Z:b1e0884c-ddda-462f-b56a-25ae9dea624c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13384,7 +11023,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:59:15 GMT" + "Tue, 14 Apr 2020 01:49:46 GMT" ], "Expires": [ "-1" @@ -13397,8 +11036,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13417,7 +11056,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13426,13 +11065,13 @@ "11944" ], "x-ms-request-id": [ - "aad741a4-e0bb-4825-a09d-a649d7ee4e82" + "6c364583-8481-44d1-9b72-a717d1fed03e" ], "x-ms-correlation-request-id": [ - "aad741a4-e0bb-4825-a09d-a649d7ee4e82" + "6c364583-8481-44d1-9b72-a717d1fed03e" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055930Z:aad741a4-e0bb-4825-a09d-a649d7ee4e82" + "WESTUS:20200414T015001Z:6c364583-8481-44d1-9b72-a717d1fed03e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13441,7 +11080,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:59:30 GMT" + "Tue, 14 Apr 2020 01:50:01 GMT" ], "Expires": [ "-1" @@ -13454,8 +11093,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13474,7 +11113,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13483,13 +11122,13 @@ "11943" ], "x-ms-request-id": [ - "ca22e3ed-c72b-4e1b-a528-7f248775d2de" + "b937094a-827b-4eaa-8ccb-ddc7e51a0da6" ], "x-ms-correlation-request-id": [ - "ca22e3ed-c72b-4e1b-a528-7f248775d2de" + "b937094a-827b-4eaa-8ccb-ddc7e51a0da6" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T055945Z:ca22e3ed-c72b-4e1b-a528-7f248775d2de" + "WESTUS:20200414T015017Z:b937094a-827b-4eaa-8ccb-ddc7e51a0da6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13498,7 +11137,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 05:59:45 GMT" + "Tue, 14 Apr 2020 01:50:16 GMT" ], "Expires": [ "-1" @@ -13511,8 +11150,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13531,7 +11170,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13540,13 +11179,13 @@ "11942" ], "x-ms-request-id": [ - "2d626bc1-ff5a-42a2-9f08-9db63e95f215" + "7a027713-321e-47f5-9bba-0e3fdad02a0a" ], "x-ms-correlation-request-id": [ - "2d626bc1-ff5a-42a2-9f08-9db63e95f215" + "7a027713-321e-47f5-9bba-0e3fdad02a0a" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060000Z:2d626bc1-ff5a-42a2-9f08-9db63e95f215" + "WESTUS:20200414T015032Z:7a027713-321e-47f5-9bba-0e3fdad02a0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13555,7 +11194,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:00:00 GMT" + "Tue, 14 Apr 2020 01:50:31 GMT" ], "Expires": [ "-1" @@ -13568,8 +11207,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13588,7 +11227,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13597,13 +11236,13 @@ "11941" ], "x-ms-request-id": [ - "5ba3010e-00a6-4415-b388-7eac4e28e4b2" + "bb50b7fe-e759-4cfa-b7b8-f3bead20d14f" ], "x-ms-correlation-request-id": [ - "5ba3010e-00a6-4415-b388-7eac4e28e4b2" + "bb50b7fe-e759-4cfa-b7b8-f3bead20d14f" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060015Z:5ba3010e-00a6-4415-b388-7eac4e28e4b2" + "WESTUS:20200414T015047Z:bb50b7fe-e759-4cfa-b7b8-f3bead20d14f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13612,7 +11251,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:00:14 GMT" + "Tue, 14 Apr 2020 01:50:46 GMT" ], "Expires": [ "-1" @@ -13625,8 +11264,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13645,7 +11284,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13654,13 +11293,13 @@ "11940" ], "x-ms-request-id": [ - "bbc1c093-1627-4ed4-94b4-11e0ee559073" + "4be09fd5-31e1-440a-b99c-b845e791662b" ], "x-ms-correlation-request-id": [ - "bbc1c093-1627-4ed4-94b4-11e0ee559073" + "4be09fd5-31e1-440a-b99c-b845e791662b" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060030Z:bbc1c093-1627-4ed4-94b4-11e0ee559073" + "WESTUS:20200414T015102Z:4be09fd5-31e1-440a-b99c-b845e791662b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13669,7 +11308,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:00:29 GMT" + "Tue, 14 Apr 2020 01:51:02 GMT" ], "Expires": [ "-1" @@ -13682,8 +11321,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13702,7 +11341,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13711,13 +11350,13 @@ "11939" ], "x-ms-request-id": [ - "258db9ec-ee7f-44de-9eb2-2db6c805897e" + "204f1762-fef9-4009-9097-3f6a94b23e6a" ], "x-ms-correlation-request-id": [ - "258db9ec-ee7f-44de-9eb2-2db6c805897e" + "204f1762-fef9-4009-9097-3f6a94b23e6a" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060045Z:258db9ec-ee7f-44de-9eb2-2db6c805897e" + "WESTUS:20200414T015117Z:204f1762-fef9-4009-9097-3f6a94b23e6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13726,7 +11365,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:00:44 GMT" + "Tue, 14 Apr 2020 01:51:17 GMT" ], "Expires": [ "-1" @@ -13739,8 +11378,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13759,7 +11398,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13768,13 +11407,13 @@ "11938" ], "x-ms-request-id": [ - "bde47070-60e1-4247-bf49-f56f906d1378" + "94e749e3-e366-47bc-b987-a2d1e76cddee" ], "x-ms-correlation-request-id": [ - "bde47070-60e1-4247-bf49-f56f906d1378" + "94e749e3-e366-47bc-b987-a2d1e76cddee" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060100Z:bde47070-60e1-4247-bf49-f56f906d1378" + "WESTUS:20200414T015132Z:94e749e3-e366-47bc-b987-a2d1e76cddee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13783,7 +11422,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:01:00 GMT" + "Tue, 14 Apr 2020 01:51:32 GMT" ], "Expires": [ "-1" @@ -13796,8 +11435,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13816,7 +11455,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13825,13 +11464,13 @@ "11937" ], "x-ms-request-id": [ - "35b79f82-d770-4f11-8989-a6fa94513506" + "72393bf0-91e5-4926-a55e-1d848038731f" ], "x-ms-correlation-request-id": [ - "35b79f82-d770-4f11-8989-a6fa94513506" + "72393bf0-91e5-4926-a55e-1d848038731f" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060115Z:35b79f82-d770-4f11-8989-a6fa94513506" + "WESTUS:20200414T015147Z:72393bf0-91e5-4926-a55e-1d848038731f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13840,7 +11479,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:01:15 GMT" + "Tue, 14 Apr 2020 01:51:47 GMT" ], "Expires": [ "-1" @@ -13853,8 +11492,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13873,7 +11512,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13882,13 +11521,13 @@ "11936" ], "x-ms-request-id": [ - "1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" + "3ceb6cb5-3ced-4ee2-b854-dd24d34ba1a0" ], "x-ms-correlation-request-id": [ - "1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" + "3ceb6cb5-3ced-4ee2-b854-dd24d34ba1a0" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060131Z:1b819ad8-9b8a-4d42-ba2c-00d901d2b1df" + "WESTUS:20200414T015202Z:3ceb6cb5-3ced-4ee2-b854-dd24d34ba1a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13897,7 +11536,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:01:30 GMT" + "Tue, 14 Apr 2020 01:52:02 GMT" ], "Expires": [ "-1" @@ -13910,8 +11549,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13929,17 +11568,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], "x-ms-request-id": [ - "e22d4570-530c-414e-b42b-d7f94a398092" + "d69bbc31-d21e-4716-ab24-05db9f7ee93c" ], "x-ms-correlation-request-id": [ - "e22d4570-530c-414e-b42b-d7f94a398092" + "d69bbc31-d21e-4716-ab24-05db9f7ee93c" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060146Z:e22d4570-530c-414e-b42b-d7f94a398092" + "WESTUS:20200414T015217Z:d69bbc31-d21e-4716-ab24-05db9f7ee93c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13948,7 +11593,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:01:45 GMT" + "Tue, 14 Apr 2020 01:52:17 GMT" ], "Expires": [ "-1" @@ -13958,11 +11603,11 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzYwMDYtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZd01EWXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13980,17 +11625,125 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], "x-ms-request-id": [ - "6cee36db-6299-41e7-9a5e-c1cbabafeee5" + "9eeb4ab8-0b10-4019-b65c-d3133bd1784d" + ], + "x-ms-correlation-request-id": [ + "9eeb4ab8-0b10-4019-b65c-d3133bd1784d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200414T015232Z:9eeb4ab8-0b10-4019-b65c-d3133bd1784d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Apr 2020 01:52:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], + "x-ms-request-id": [ + "721f64e3-f3e9-4a0a-b58f-15f069691474" + ], + "x-ms-correlation-request-id": [ + "721f64e3-f3e9-4a0a-b58f-15f069691474" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200414T015248Z:721f64e3-f3e9-4a0a-b58f-15f069691474" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 14 Apr 2020 01:52:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzY5OTItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpZNU9USXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28516.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11932" + ], + "x-ms-request-id": [ + "4a9b9898-7473-49a5-9bda-aae22887d614" ], "x-ms-correlation-request-id": [ - "6cee36db-6299-41e7-9a5e-c1cbabafeee5" + "4a9b9898-7473-49a5-9bda-aae22887d614" ], "x-ms-routing-request-id": [ - "WESTUS:20200413T060146Z:6cee36db-6299-41e7-9a5e-c1cbabafeee5" + "WESTUS:20200414T015248Z:4a9b9898-7473-49a5-9bda-aae22887d614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13999,7 +11752,7 @@ "nosniff" ], "Date": [ - "Mon, 13 Apr 2020 06:01:45 GMT" + "Tue, 14 Apr 2020 01:52:47 GMT" ], "Expires": [ "-1" @@ -14014,37 +11767,37 @@ ], "Names": { "Test-ApplicationGatewayTopLevelFirewallPolicy": [ - "ps6006", - "ps4544", - "ps5372", - "ps5548", - "ps72", - "ps2278", - "ps7243", - "ps2350", - "ps5932", - "ps8236", - "ps9574", - "ps9462", - "ps1493", - "ps6922", - "ps6842", - "ps1135", - "ps7769", - "ps5226", - "ps3054", - "ps8103", - "ps8670", - "ps3885", - "ps5918", - "ps8352", - "ps2179", - "ps9614", - "ps3231", - "ps3862", - "ps6067", - "ps3590", - "ps9376" + "ps6992", + "ps9337", + "ps8153", + "ps2299", + "ps8388", + "ps3931", + "ps8346", + "ps8980", + "ps1709", + "ps7302", + "ps1031", + "ps9299", + "ps7740", + "ps3739", + "ps6672", + "ps1793", + "ps3549", + "ps6570", + "ps601", + "ps7321", + "ps1922", + "ps9956", + "ps603", + "ps1703", + "ps2605", + "ps4143", + "ps7949", + "ps4379", + "ps5474", + "ps7647", + "ps7431" ] }, "Variables": { From ab794c8ac33dacaf612861baf63faa866f6a4665 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Tue, 14 Apr 2020 10:29:08 +0300 Subject: [PATCH 04/14] CredScan suppression --- .../TestApplicationGatewayCRUDSubItems2.json | 1 + .../TestApplicationGatewayWithFirewallPolicy.json | 1 + .../TestTopLevelWafResourceWithApplicationGateway.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json index fa4feefa65c8..a3bc136fcf2d 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayCRUDSubItems2.json @@ -2495,6 +2495,7 @@ "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669?api-version=2020-03-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNDUxOS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczU2Njk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", + //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/virtualNetworks/ps4872/subnets/ps2657\"\r\n }\r\n },\r\n \"name\": \"ps3400\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/gatewayIpConfigurations/ps3400\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps3368\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/sslCertificates/ps3368\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/publicIPAddresses/ps994\"\r\n }\r\n },\r\n \"name\": \"ps5769\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIpConfigurations/ps5769\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps9763\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps543\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps543\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps4435\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/probes/ps4435\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2163\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps2602\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendIpConfigurations/ps5769\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/frontendPorts/ps9763\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps5616\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps3721\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps3721\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps2121\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n },\r\n \"name\": \"ps8624\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6197\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/urlPathMaps/ps6197\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendAddressPools/ps2163\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/backendHttpSettingsCollection/ps2602\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n }\r\n },\r\n \"name\": \"ps6753\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/requestRoutingRules/ps6753\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps456\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps9046\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/rewriteRuleSets/ps9046\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/httpListeners/ps5616\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps7019\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps4519/providers/Microsoft.Network/applicationGateways/ps5669/redirectConfigurations/ps7019\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json index 158645a22b03..6e499bbe8060 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestApplicationGatewayWithFirewallPolicy.json @@ -3204,6 +3204,7 @@ "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009?api-version=2020-03-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzMjEzMS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczgwMDk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", + //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/virtualNetworks/ps2881/subnets/ps6683\"\r\n }\r\n },\r\n \"name\": \"ps5894\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/gatewayIpConfigurations/ps5894\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps1459\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/sslCertificates/ps1459\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/publicIPAddresses/ps3614\"\r\n }\r\n },\r\n \"name\": \"ps512\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIpConfigurations/ps512\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps5432\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps8442\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps8442\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps9772\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/probes/ps9772\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps8418\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps8371\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendIpConfigurations/ps512\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/frontendPorts/ps5432\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/listenerhttpPolicy\"\r\n },\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps7002\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps5607\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps5607\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/videoPolicyName\"\r\n }\r\n },\r\n \"name\": \"ps358\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/imagePolicyName\"\r\n }\r\n },\r\n \"name\": \"ps8510\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps2689\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/urlPathMaps/ps2689\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendAddressPools/ps8418\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/backendHttpSettingsCollection/ps8371\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n }\r\n },\r\n \"name\": \"ps1946\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/requestRoutingRules/ps1946\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps7566\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1998\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/rewriteRuleSets/ps1998\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/httpListeners/ps7002\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps1448\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps2131/providers/Microsoft.Network/applicationGateways/ps8009/redirectConfigurations/ps1448\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json index 9be82eb7a909..00750ceec0a6 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ApplicationGatewayTests/TestTopLevelWafResourceWithApplicationGateway.json @@ -2227,6 +2227,7 @@ "RequestUri": "/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337?api-version=2020-03-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDVhODFhNmQtNTIwYi00ZTFiLTgzNTUtNWE0NzE0MzMyZDI2L3Jlc291cmNlR3JvdXBzL3BzNjk5Mi9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvYXBwbGljYXRpb25HYXRld2F5cy9wczkzMzc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", + //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"WAF_v2\",\r\n \"tier\": \"WAF_v2\"\r\n },\r\n \"gatewayIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/virtualNetworks/ps8153/subnets/ps2299\"\r\n }\r\n },\r\n \"name\": \"ps8980\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/gatewayIpConfigurations/ps8980\"\r\n }\r\n ],\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"sslCertificates\": [\r\n {\r\n \"properties\": {\r\n \"data\": \"MIIK8QIBAzCCCq0GCSqGSIb3DQEHAaCCCp4EggqaMIIKljCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgdE3kuZQ+Q3gICB9AEggTY5iAjhTBjltWxD0ssy9ry9anXUgD+FYCFjZzSeOf2O1x8Fp3wu3SG2bMArVOrkrh8oFzZbMnI0JS6vRTFyITlMUNXHWj5J+4Y4AI7rt/5Kg2agHzCp1ssiNtmHAD7+1zsLZ/xX+zT/oGByKRDmBvthKTX0bN1vugOv/bo3SXKaSriL/GIeLvcRovPXYIOFQw17GvykvYGG3X3MHQZJ4EpZwku9cyaleOpmlVRdABW1iW3kNU87N2/0cMzN2FRHrn9fNUfTvshnGob7jiHYXf3iu4ZE+ebAcVRlgWwGS9+kmkI3ueyWGDPDnoSr49PbpznIHt7OcNhWz19oBPVm7teN2uYVsah1DZEn1gMB1eEVldFKE1WKxtKSarX5+hgQ9YFkJhBUgNKZYAcCRXZ8/FmKgJyZjObUGRlSKoYDqyHvdpU6hu6f3puuffuEtiSHkGJzXG+H2bMWLf/Xu375u46/pWuggU150qkQ2w5WH4tLM1/TzLAhFSkBBnfsVd8xpDeUfzTRWLFIf38T/VzVuMPjWT1vKTc1eVg/FowF8MYQ2HIrecpatZEzscrmYzyuAygMg+BmjYaPrTXT1ysIMUyPDxyCdBB/qiWRJnoXshJNgk3WUgeRE8dLkjokJ5OQNr/5H/mye4wK2PHDcc4Z3wNAdgQfPGbloLOwAPSRzBWyqnkX7I4yzt5SZJpaN8blueSaRl6TRTqWdcQfmsMrCu/B8q834bNSyKdlfdaQPAl6FZpxa4GpmpasTjNOUtTp7FTypN37miA8mCVHQhecUHeYSNN9zdKo2M7UFDYqcBvor3GyemkjflgyZyXKDnKfRy8gE+4LlyEyLeUs2gOndiYRAC4t2FoBlwJJPoAyLmR3rfypI6yHLmq6/gAx4bxUPbUdYR8ty5CYFE6JHc+Zib3DZrEHJuGm7sz5Sb6+JHkr81riywAzBOdO9K6QZSZEkwWM3yyeMA1rcD3Emufin9vJwkLJdEb6201gq7xzyfdPAX2qhoql7W0PWqAXNu7CGSe3pqmvGsWuUTOEduPc0+sLzuzHxtIFxvhwlnzYLQFMae9DG1YbGK6V30U+eeU+hcGeV9Eo0uUaVg9tk6Ieek8AURaCb2ZSxJqaXSW2x5lM5qB0FD5pthWnr0wturf+S5PTNmJ4fKX/m6wP3FgaYOr8Y6su3G9rx8xLjDarKGqttnMybI7EHNlQB1oDMLpG228YU4fkcpg5pRUz/se6kheLu96xXLT5s1ZUG3qso5o7DubXHneWpCpmJaOqGWVNeaFhAJ87LLS031TPNv/3JyqAbcK6hzRRKOTZyt6tQXUkrwx7p+oVM3qhmWxNrmbfEoDIL3wquhEJriS+msJ374ZzinIkxxPktcqCKZ0o150lWGIRVNU0VDw2wklhU36WkwJHHbbbvyEr9i3/dK/OCgpv7xe5PkD/DGk8mfyqxhYzvBMDuThaQK15EBJLyboDRyo36HIJZdu8a73cq8lgB/ZZTkH3FHb3CfK3muwkgk4Dx7wyKvTJI/fv9ksdciKmqRHk7dljrjfgGjhFKfb6Pcofx4lvXYzrsvDRdVY++Y/8uyblqPc7Nrf1LYOdDfrbFNbKgjMgGnwSLBkJy0pJctRpFOrAl/7fCVUtiLgL2Tz8LKWUAG4gPFRVTGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADAAZQA0ADUAOQBhAGIAOQAtADQAZQAxADIALQA0ADYANwBlAC0AOQAzADAAMgAtADkAOQAxADMAZQA1ADIANgBiAGIAOAA5MF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggR/BgkqhkiG9w0BBwagggRwMIIEbAIBADCCBGUGCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECJjGVvG7VKc7AgIH0ICCBDhxmvSH9oFtLTxtnHdzDjs9UOyaOhZiMG8Bi2SWCSfpaCnXT42b2OjNcYDSBnTLhjLP8LP1Ru1w6eHllxfGN3H+pmHPf8ZyiQ1R/fN99dgPO3SkbQQ8dyP/C1yXym8OSz8GXm89HwsXZHPthra54HD/J2J2zXJ8iz8Bnhl0HO/Pr8sINDNc52bhUdIvrXu49M94eq5Nl0vXUfpbH5LdAJRKn0KhoasGn+0wRHrZz7/x+GKYN/a7tDGXavZrL8snIroEPhESYAGKpUdbrZWm9uY7V+gO5lrlZqgmn3rw06fLS/UCGF6t3w7yVnta/nhmP3bNFI2i+/oiOtmKOKRFPrSBJyHKqXlMLJUuxGlqDiImcuFZMQGiZwg4LO1SS/PQTUgMtL/6rqfjVVBW3v009tenl+WFrBbvkQ8yLpcK6ib/L4o0CKdS0l8eM+TAYdUhBuDXkuN60CblM3WiJDsVEjqtlsM0sUMd89H5jJxaP2kmqQeTTp+lmUgCY9ebH+jgkIdKu6wGwkC3J2B9pHtxBPv7D3+uFwk2QPK1wTBG5Kjo6e6sbRVZfju8waCUM/do07Z5CLCblC3LGkhnBASLCgqBQv6d8NPhfSwliw49gMbD6gZE/G6gZCJZ9bEvvMH/wDFtTqxLDou/90t8pKtJ/7XDauKJ0c7bX4igF7BujjQi5FxCIqLLE8GhIQwQFbH9kqxL2JSW2Bl0PsYTMJ4ziFneTR0I4UpJ4LMd6jC/uaU0fDCWt9/+SXLm/45QWmltq8aC+mI6Frt3+5r91qTggv16kGlfVJkMPZqkAfscP3rovMQfz6I35dIGbMtMFaZJdph6rSIy6wwDg+aV5dgiX7SfxpmLlTqFE6fQLAHfHrljpegEVxwaXwQtc2439HEmnd0Al0mEzAXToN/x4gblwkUA1iM/peaMDjH+gLa2FUmjT/lkcY0lVmwO9PbQ9PEWGtr/pHyJUMF9SR2BXyljNAILq4+wH2mhmkb9B/wMj4DjoOsH7pAD80/xA+DwaMkBvB4HfFCuqrIZHak3OZGtWFfrZ1g3yrug3VZNSBUiUQ0mYdVG2+55SE8LiyFPaMBQJQQgm61BS4/QLFwYvWu0WS+XIsg5qjHIRHLc+g4K9rzmD7IJ7v/3NnVx3vqj180Lv2h8+EtpuXEfG4dDVZ5F4lm+7ZGou6mt55gJBlEiAJd7x0kPA3mbvbOgcEvOROQxIctXGwBYJiNHARqaN5wxRzRPyUFuu4jVa/EuqJlKGBIhfo5SO4Xn9RE7VFnxEwYUe2eB2vTMyi1N2ZIoJvtdkytSPkZq8edI82AxLKAj84uQAJaj85ZjOSwkQdoYaYmdGhAOdXkA6gZ8JEBMr7RtuZ6Z/zr0mtYK5Vfywu7Egf0uGrA0dPHKtaMeQHyu+X/ifmTeh94Oid1mqAZXYddn5g3+O9XIeAx7ByMwOzAfMAcGBSsOAwIaBBSbHl19sUa4PXDUWAUun0k2B24X6AQUEy9GeIad1/Q5vOq6Jcq0YG0n3VQCAgfQ\",\r\n \"password\": \"P@ssw0rd\"\r\n },\r\n \"name\": \"ps4379\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/sslCertificates/ps4379\"\r\n }\r\n ],\r\n \"frontendIPConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/publicIPAddresses/ps8346\"\r\n }\r\n },\r\n \"name\": \"ps1031\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIpConfigurations/ps1031\"\r\n }\r\n ],\r\n \"frontendPorts\": [\r\n {\r\n \"properties\": {\r\n \"port\": 80\r\n },\r\n \"name\": \"ps1709\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n {\r\n \"properties\": {\r\n \"port\": 443\r\n },\r\n \"name\": \"ps7302\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps7302\"\r\n }\r\n ],\r\n \"probes\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Http\",\r\n \"path\": \"/path/path.htm\",\r\n \"interval\": 89,\r\n \"timeout\": 88,\r\n \"unhealthyThreshold\": 8,\r\n \"pickHostNameFromBackendHttpSettings\": true,\r\n \"minServers\": 1\r\n },\r\n \"name\": \"ps7321\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/probes/ps7321\"\r\n }\r\n ],\r\n \"backendAddressPools\": [\r\n {\r\n \"properties\": {\r\n \"backendAddresses\": [\r\n {\r\n \"ipAddress\": \"www.microsoft.com\"\r\n },\r\n {\r\n \"ipAddress\": \"www.bing.com\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps6672\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n }\r\n ],\r\n \"backendHttpSettingsCollection\": [\r\n {\r\n \"properties\": {\r\n \"port\": 443,\r\n \"protocol\": \"Https\",\r\n \"cookieBasedAffinity\": \"Enabled\",\r\n \"requestTimeout\": 30,\r\n \"authenticationCertificates\": [],\r\n \"trustedRootCertificates\": [],\r\n \"pickHostNameFromBackendAddress\": true\r\n },\r\n \"name\": \"ps6570\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n }\r\n ],\r\n \"httpListeners\": [\r\n {\r\n \"properties\": {\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendIpConfigurations/ps1031\"\r\n },\r\n \"frontendPort\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/frontendPorts/ps1709\"\r\n },\r\n \"protocol\": \"Http\",\r\n \"requireServerNameIndication\": false,\r\n \"customErrorConfigurations\": [],\r\n \"hostNames\": []\r\n },\r\n \"name\": \"ps9299\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n ],\r\n \"urlPathMaps\": [\r\n {\r\n \"properties\": {\r\n \"defaultBackendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"defaultBackendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps603\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps603\"\r\n },\r\n {\r\n \"properties\": {\r\n \"defaultRewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n },\r\n \"defaultRedirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"pathRules\": [\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/video\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps2605\"\r\n },\r\n {\r\n \"properties\": {\r\n \"paths\": [\r\n \"/image\"\r\n ],\r\n \"redirectConfiguration\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n },\r\n \"rewriteRuleSet\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n },\r\n \"name\": \"ps4143\"\r\n }\r\n ]\r\n },\r\n \"name\": \"ps1703\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/urlPathMaps/ps1703\"\r\n }\r\n ],\r\n \"requestRoutingRules\": [\r\n {\r\n \"properties\": {\r\n \"ruleType\": \"basic\",\r\n \"backendAddressPool\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendAddressPools/ps6672\"\r\n },\r\n \"backendHttpSettings\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/backendHttpSettingsCollection/ps6570\"\r\n },\r\n \"httpListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n }\r\n },\r\n \"name\": \"ps1922\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/requestRoutingRules/ps1922\"\r\n }\r\n ],\r\n \"rewriteRuleSets\": [\r\n {\r\n \"properties\": {\r\n \"rewriteRules\": [\r\n {\r\n \"name\": \"ps5474\",\r\n \"ruleSequence\": 100,\r\n \"conditions\": [],\r\n \"actionSet\": {\r\n \"requestHeaderConfigurations\": [\r\n {\r\n \"headerName\": \"abc\",\r\n \"headerValue\": \"def\"\r\n }\r\n ],\r\n \"responseHeaderConfigurations\": []\r\n }\r\n }\r\n ]\r\n },\r\n \"name\": \"ps7647\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/rewriteRuleSets/ps7647\"\r\n }\r\n ],\r\n \"redirectConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"redirectType\": \"Permanent\",\r\n \"targetListener\": {\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/httpListeners/ps9299\"\r\n },\r\n \"includePath\": true,\r\n \"includeQueryString\": true,\r\n \"requestRoutingRules\": [],\r\n \"urlPathMaps\": [],\r\n \"pathRules\": []\r\n },\r\n \"name\": \"ps7949\",\r\n \"id\": \"/subscriptions/45a81a6d-520b-4e1b-8355-5a4714332d26/resourceGroups/ps6992/providers/Microsoft.Network/applicationGateways/ps9337/redirectConfigurations/ps7949\"\r\n }\r\n ],\r\n \"autoscaleConfiguration\": {\r\n \"minCapacity\": 3\r\n },\r\n \"customErrorConfigurations\": [],\r\n \"forceFirewallPolicyAssociation\": true\r\n },\r\n \"zones\": [],\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ From 60f3b5d29249bbe6dc17428de6060dbea4a65011 Mon Sep 17 00:00:00 2001 From: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com> Date: Tue, 14 Apr 2020 07:06:23 -0700 Subject: [PATCH 05/14] Publishing release version of Maintenance cmdlets for GA (#11574) Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> --- .../TestConfigurationAssignment.json | 10 +++++----- .../TestMaintenanceConfiguration.json | 20 +++++++++---------- .../TestMaintenanceUpdate.json | 10 +++++----- .../Maintenance/Az.Maintenance.psd1 | 16 +++++++-------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestConfigurationAssignment.json b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestConfigurationAssignment.json index af57830cf7b4..e3774060fb2e 100644 --- a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestConfigurationAssignment.json +++ b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestConfigurationAssignment.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8128/providers/Microsoft.Maintenance/maintenanceConfigurations/ps5307?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8128/providers/Microsoft.Maintenance/maintenanceConfigurations/ps5307?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzODEyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHM1MzA3P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"maintenanceScope\": \"Host\"\r\n }\r\n}", @@ -133,7 +133,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps5307?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps5307?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvY29uZmlndXJhdGlvbkFzc2lnbm1lbnRzL3BzNTMwNz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"maintenanceConfigurationId\": \"/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8128/providers/Microsoft.Maintenance/maintenanceConfigurations/ps5307\"\r\n }\r\n}", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvY29uZmlndXJhdGlvbkFzc2lnbm1lbnRzP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -259,7 +259,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps5307?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps5307?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvY29uZmlndXJhdGlvbkFzc2lnbm1lbnRzL3BzNTMwNz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", "RequestMethod": "DELETE", "RequestBody": "", @@ -316,7 +316,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8128/providers/Microsoft.Maintenance/maintenanceConfigurations/ps5307?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8128/providers/Microsoft.Maintenance/maintenanceConfigurations/ps5307?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzODEyOC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHM1MzA3P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceConfiguration.json b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceConfiguration.json index 92c0029b3807..585baf5da394 100644 --- a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceConfiguration.json +++ b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceConfiguration.json @@ -57,7 +57,7 @@ "2826" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance\",\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"authorization\": {\r\n \"applicationId\": \"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\r\n \"roleDefinitionId\": \"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance\",\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"authorization\": {\r\n \"applicationId\": \"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\r\n \"roleDefinitionId\": \"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2020-04-01\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2020-04-01\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2020-04-01\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-01\",\r\n \"2020-04-01\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -127,7 +127,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"maintenanceScope\": \"Host\"\r\n }\r\n}", @@ -193,7 +193,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"maintenanceScope\": \"Host\"\r\n }\r\n}", @@ -259,7 +259,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -320,7 +320,7 @@ }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -380,7 +380,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -440,7 +440,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -500,7 +500,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/providers/Microsoft.Maintenance/maintenanceConfigurations?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", @@ -560,7 +560,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5178/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2785?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "DELETE", "RequestBody": "", @@ -680,7 +680,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps5280/providers/Microsoft.Maintenance/maintenanceConfigurations/ps3085?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzNTE3OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHMyNzg1P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceUpdate.json b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceUpdate.json index c309262c367e..c6df2ca70678 100644 --- a/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceUpdate.json +++ b/src/Maintenance/Maintenance.Test/SessionRecords/Microsoft.Azure.Commands.Maintenance.Test.ScenarioTests.MaintenanceTests/TestMaintenanceUpdate.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8227/providers/Microsoft.Maintenance/maintenanceConfigurations/ps7059?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8227/providers/Microsoft.Maintenance/maintenanceConfigurations/ps7059?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzODIyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHM3MDU5P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"maintenanceScope\": \"Host\"\r\n }\r\n}", @@ -133,7 +133,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps7059?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps7059?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvY29uZmlndXJhdGlvbkFzc2lnbm1lbnRzL3BzNzA1OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"maintenanceConfigurationId\": \"/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8227/providers/Microsoft.Maintenance/maintenanceConfigurations/ps7059\"\r\n }\r\n}", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/updates?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/updates?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvdXBkYXRlcz9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", @@ -259,7 +259,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps7059?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps7059?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3NtZHRlc3R3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9ob3N0R3JvdXBzL3NtZGRoZ3dlc3R1czIvaG9zdHMvc21kZGh3ZXN0dXMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFpbnRlbmFuY2UvY29uZmlndXJhdGlvbkFzc2lnbm1lbnRzL3BzNzA1OT9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", "RequestMethod": "DELETE", "RequestBody": "", @@ -316,7 +316,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8227/providers/Microsoft.Maintenance/maintenanceConfigurations/ps7059?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps8227/providers/Microsoft.Maintenance/maintenanceConfigurations/ps7059?api-version=2020-04-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDJjOTc0ZGQtMmMwMy00ZjFiLTk2YWQtYjA3ZjA1MGFhYTc0L3Jlc291cmNlZ3JvdXBzL3BzODIyNy9wcm92aWRlcnMvTWljcm9zb2Z0Lk1haW50ZW5hbmNlL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbnMvcHM3MDU5P2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 18c8d1d2a212..ef4f0c92de4d 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -74,12 +74,12 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll') FunctionsToExport = @() # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. -CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment', - 'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate', - 'New-AzApplyUpdate', 'New-AzConfigurationAssignment', - 'New-AzMaintenanceConfiguration', - 'Remove-AzConfigurationAssignment', - 'Remove-AzMaintenanceConfiguration', +CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment', + 'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate', + 'New-AzApplyUpdate', 'New-AzConfigurationAssignment', + 'New-AzMaintenanceConfiguration', + 'Remove-AzConfigurationAssignment', + 'Remove-AzMaintenanceConfiguration', 'Update-AzMaintenanceConfiguration' # Variables to export from this module @@ -115,10 +115,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Got ''Az-MaintenanceConfiguration'' will honor filters while listing maintenance configurations' + ReleaseNotes = '* Publishing release version of Maintenance cmdlets for GA' # Prerelease string of this module - Prerelease = 'preview' + # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false From 9d0df892f2a3f31226e222a2588a45256e503be8 Mon Sep 17 00:00:00 2001 From: Henry Chen Date: Thu, 9 Apr 2020 15:16:03 -0700 Subject: [PATCH 06/14] DPDTimeout core commits --- .../VirtualNetworkGatewayConnectionTests.ps1 | 6 +- ...atewayConnectionwithIpsecPoliciesCRUD.json | 6669 +++++++++-------- .../PSVirtualNetworkGatewayConnection.cs | 3 + ...eVirtualNetworkGatewayConnectionCommand.cs | 7 + ...eVirtualNetworkGatewayConnectionCommand.cs | 11 + 5 files changed, 3466 insertions(+), 3230 deletions(-) diff --git a/src/Network/Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1 b/src/Network/Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1 index 0acb65ebc24d..e375610224d3 100644 --- a/src/Network/Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1 +++ b/src/Network/Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1 @@ -263,7 +263,7 @@ function Test-VirtualNetworkGatewayConnectionWithIpsecPoliciesCRUD $ipsecPolicy = New-AzIpsecPolicy -SALifeTimeSeconds 3000 -SADataSizeKilobytes 10000 -IpsecEncryption "GCMAES256" -IpsecIntegrity "GCMAES256" -IkeEncryption "AES256" -IkeIntegrity "SHA256" -DhGroup "DHGroup14" -PfsGroup "PFS2048" # Create & Get VirtualNetworkGatewayConnection w/ policy based TS - $job = New-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName -location $location -VirtualNetworkGateway1 $vnetGateway -LocalNetworkGateway2 $localnetGateway -ConnectionType IPsec -RoutingWeight 3 -SharedKey abc -EnableBgp $false -UsePolicyBasedTrafficSelectors $true -IpsecPolicies $ipsecPolicy -AsJob + $job = New-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName -location $location -VirtualNetworkGateway1 $vnetGateway -LocalNetworkGateway2 $localnetGateway -ConnectionType IPsec -RoutingWeight 3 -SharedKey abc -EnableBgp $false -UsePolicyBasedTrafficSelectors $true -IpsecPolicies $ipsecPolicy -DpdTimeoutInSeconds 30 -AsJob $job | Wait-Job $actual = $job | Receive-Job $connection = Get-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName @@ -279,9 +279,10 @@ function Test-VirtualNetworkGatewayConnectionWithIpsecPoliciesCRUD Assert-AreEqual $connection.IpsecPolicies[0].IkeIntegrity $actual.IpsecPolicies[0].IkeIntegrity Assert-AreEqual $connection.IpsecPolicies[0].DhGroup $actual.IpsecPolicies[0].DhGroup Assert-AreEqual $connection.IpsecPolicies[0].PfsGroup $actual.IpsecPolicies[0].PfsGroup + Assert-AreEqual 30 $connection.DpdTimeoutSeconds # Set & Get VirtualNetworkGatewayConnection with policy cleared - $job = Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection -UsePolicyBasedTrafficSelectors $false -IpsecPolicies @() -Force -AsJob + $job = Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection -UsePolicyBasedTrafficSelectors $false -IpsecPolicies @() -DpdTimeoutInSeconds 10 -Force -AsJob $job | Wait-Job $actual = $job | Receive-Job $connection = Get-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName @@ -289,6 +290,7 @@ function Test-VirtualNetworkGatewayConnectionWithIpsecPoliciesCRUD # Verify cleared policies Assert-AreEqual false $connection.UsePolicyBasedTrafficSelectors Assert-AreEqual 0 $connection.IpsecPolicies.Count + Assert-AreEqual 10 $connection.DpdTimeoutSeconds # Delete VirtualNetworkGatewayConnection $delete = Remove-AzVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName -name $vnetConnectionName -PassThru -Force diff --git a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkGatewayConnectionwithIpsecPoliciesCRUD.json b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkGatewayConnectionwithIpsecPoliciesCRUD.json index 6a8941ced41b..af402e42a538 100644 --- a/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkGatewayConnectionwithIpsecPoliciesCRUD.json +++ b/src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkGatewayConnectionwithIpsecPoliciesCRUD.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca7e8bf0-61d3-470c-925d-6269662ab207" + "827ffacf-a7ba-46f8-8cfa-1c65a718961a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "08964ec5-bea8-4739-a0f4-b192f1f22b35" + "b1fb992b-9105-4b5e-9091-5b4decf6c374" ], "x-ms-correlation-request-id": [ - "08964ec5-bea8-4739-a0f4-b192f1f22b35" + "b1fb992b-9105-4b5e-9091-5b4decf6c374" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042030Z:08964ec5-bea8-4739-a0f4-b192f1f22b35" + "WESTUS:20200409T200049Z:b1fb992b-9105-4b5e-9091-5b4decf6c374" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:29 GMT" + "Thu, 09 Apr 2020 20:00:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,26 +54,26 @@ "-1" ], "Content-Length": [ - "73986" + "73463" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"3\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n },\r\n {\r\n \"applicationId\": \"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\r\n \"roleDefinitionId\": \"d813ab6c-bfb7-413e-9462-005b21f0ce09\"\r\n },\r\n {\r\n \"applicationId\": \"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\r\n \"roleDefinitionId\": \"8141843c-c51c-4c1e-a5bf-0d351594b86c\"\r\n },\r\n {\r\n \"applicationId\": \"328fd23b-de6e-462c-9433-e207470a5727\",\r\n \"roleDefinitionId\": \"79e29e06-4056-41e5-a6b2-959f1f47747e\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"webApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps5113?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNTExMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourcegroups/ps7970?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlZ3JvdXBzL3BzNzk3MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba4f1fee-50b8-4ce6-add4-8482afc12887" + "0c259d07-7a3e-4329-b2c3-76af3c6f8f78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "5e5be4be-1627-4248-a1eb-b0681c5a7398" + "4f04afa7-5025-4b17-b5be-7423d3d1804b" ], "x-ms-correlation-request-id": [ - "5e5be4be-1627-4248-a1eb-b0681c5a7398" + "4f04afa7-5025-4b17-b5be-7423d3d1804b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042034Z:5e5be4be-1627-4248-a1eb-b0681c5a7398" + "WESTUS:20200409T200051Z:4f04afa7-5025-4b17-b5be-7423d3d1804b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:34 GMT" + "Thu, 09 Apr 2020 20:00:50 GMT" ], "Content-Length": [ "172" @@ -123,26 +123,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113\",\r\n \"name\": \"ps5113\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970\",\r\n \"name\": \"ps7970\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjA4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da320713-bd07-451f-9700-f8f2c972bc7a" + "68582481-7518-4a16-a4af-ca521a998612" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "gateway" ], "x-ms-request-id": [ - "29a4e8e5-514a-4801-9637-53038a258afc" + "8ce47bd6-fca3-4ff9-ae69-07a473842f43" ], "x-ms-correlation-request-id": [ - "29a4e8e5-514a-4801-9637-53038a258afc" + "8ce47bd6-fca3-4ff9-ae69-07a473842f43" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042035Z:29a4e8e5-514a-4801-9637-53038a258afc" + "WESTUS:20200409T200051Z:8ce47bd6-fca3-4ff9-ae69-07a473842f43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:35 GMT" + "Thu, 09 Apr 2020 20:00:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -180,23 +180,23 @@ "-1" ], "Content-Length": [ - "150" + "149" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps2084' under resource group 'ps5113' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/ps894' under resource group 'ps7970' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjA4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -207,16 +207,16 @@ "no-cache" ], "ETag": [ - "W/\"245748fb-3459-4180-a646-173b41b69843\"" + "W/\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\"" ], "x-ms-request-id": [ - "06e0e5cc-627b-41b1-a571-388b6ad83f99" + "13bd8177-3186-41cf-ab40-f3eb79cfecf5" ], "x-ms-correlation-request-id": [ - "2a8ff12c-0a1d-4f61-b5ca-5b64174d774d" + "8747d2a9-d405-4504-92b8-91664e3c7dee" ], "x-ms-arm-service-request-id": [ - "c2ea83f1-bcbf-4d5b-a3fb-fe1b5bc317cb" + "d05c31e0-1e89-47d8-8e93-5ab51137d83a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,16 +229,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042043Z:2a8ff12c-0a1d-4f61-b5ca-5b64174d774d" + "WESTUS:20200409T200058Z:8747d2a9-d405-4504-92b8-91664e3c7dee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:43 GMT" + "Thu, 09 Apr 2020 20:00:57 GMT" ], "Content-Length": [ - "1289" + "1286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -247,26 +247,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2084\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d620e676-b3e8-4a70-a456-09b745aa2ad5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"341c6d0f-cd5d-4963-a868-544f3509996d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjA4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff55e685-1f85-4c1b-ba74-d3537ee046e1" + "310c570e-f714-463b-823c-22cf2b48ad8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -277,16 +277,16 @@ "no-cache" ], "ETag": [ - "W/\"245748fb-3459-4180-a646-173b41b69843\"" + "W/\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\"" ], "x-ms-request-id": [ - "e1a964ba-73a6-41e8-ad9e-09ae928115fe" + "f7dd90b5-57b3-436e-92d5-f356dc82d545" ], "x-ms-correlation-request-id": [ - "8c110818-2587-44ce-802b-28e066df71c5" + "48bee39b-e353-4fc3-b1a8-d6bd6567ea42" ], "x-ms-arm-service-request-id": [ - "af160eea-e880-4e58-8d07-384eb00e9285" + "0020ec4d-a5a3-4786-9a59-4371d62cd62d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,16 +299,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042043Z:8c110818-2587-44ce-802b-28e066df71c5" + "WESTUS:20200409T200058Z:48bee39b-e353-4fc3-b1a8-d6bd6567ea42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:43 GMT" + "Thu, 09 Apr 2020 20:00:57 GMT" ], "Content-Length": [ - "1289" + "1286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -317,26 +317,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2084\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d620e676-b3e8-4a70-a456-09b745aa2ad5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"341c6d0f-cd5d-4963-a868-544f3509996d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjA4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09cf8f87-61f4-48b3-a051-9c5aca6a0522" + "324d7da1-7831-45e3-81bc-04ac49de4245" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -347,16 +347,16 @@ "no-cache" ], "ETag": [ - "W/\"245748fb-3459-4180-a646-173b41b69843\"" + "W/\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\"" ], "x-ms-request-id": [ - "96825b9b-7743-4881-b199-1720f92912b3" + "b4ccf72b-cf97-4ecd-acd1-d0ee07079fb8" ], "x-ms-correlation-request-id": [ - "11dd9aef-4e68-4b93-ae2a-aac847807cca" + "1866e447-32c5-47ad-942f-609f96c16ed0" ], "x-ms-arm-service-request-id": [ - "c3361e73-7f57-4b4c-b47b-e34ec88c00af" + "84dcac87-2aae-482a-98d1-1001240cb3e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,16 +369,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042044Z:11dd9aef-4e68-4b93-ae2a-aac847807cca" + "WESTUS:20200409T200058Z:1866e447-32c5-47ad-942f-609f96c16ed0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:44 GMT" + "Thu, 09 Apr 2020 20:00:58 GMT" ], "Content-Length": [ - "1289" + "1286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -387,26 +387,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2084\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d620e676-b3e8-4a70-a456-09b745aa2ad5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"245748fb-3459-4180-a646-173b41b69843\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"341c6d0f-cd5d-4963-a868-544f3509996d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"4b53e4a6-c486-43f4-81f9-e3c53aaba000\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzMjA4ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3BzODk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"GatewaySubnet\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d96423a1-53e7-423b-8e9e-600979f612d9" + "036c171b-35f6-4d89-93e7-0d990d4ac676" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -426,19 +426,19 @@ "3" ], "x-ms-request-id": [ - "27402978-8c56-4fb4-a212-46ec83ea34ed" + "bc528541-ae74-42dc-a1ff-aaded545e607" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/27402978-8c56-4fb4-a212-46ec83ea34ed?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/bc528541-ae74-42dc-a1ff-aaded545e607?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "bd7ce28b-feee-4c48-88f6-d8e25eef7021" + "517578bf-75e4-4ce6-8b0d-4782725cd1ce" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "47ae039f-5316-43d5-9c80-618fa457fd5d" + "55687ea1-e73a-40ac-a8cc-2192398d0bdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -451,16 +451,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042039Z:bd7ce28b-feee-4c48-88f6-d8e25eef7021" + "WESTUS:20200409T200055Z:517578bf-75e4-4ce6-8b0d-4782725cd1ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:39 GMT" + "Thu, 09 Apr 2020 20:00:54 GMT" ], "Content-Length": [ - "1287" + "1284" ], "Content-Type": [ "application/json; charset=utf-8" @@ -469,20 +469,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps2084\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084\",\r\n \"etag\": \"W/\\\"920409c4-8970-4bde-96cc-e44138d141f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d620e676-b3e8-4a70-a456-09b745aa2ad5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"920409c4-8970-4bde-96cc-e44138d141f2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps894\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894\",\r\n \"etag\": \"W/\\\"6e8d4686-ea79-4816-ab4a-eab3b3446190\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"341c6d0f-cd5d-4963-a868-544f3509996d\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"6e8d4686-ea79-4816-ab4a-eab3b3446190\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/27402978-8c56-4fb4-a212-46ec83ea34ed?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzI3NDAyOTc4LThjNTYtNGZiNC1hMjEyLTQ2ZWM4M2VhMzRlZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/bc528541-ae74-42dc-a1ff-aaded545e607?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2JjNTI4NTQxLWFlNzQtNDJkYy1hMWZmLWFhZGVkNTQ1ZTYwNz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -493,13 +493,13 @@ "no-cache" ], "x-ms-request-id": [ - "b1cc7b39-cdcc-4fbb-a22d-42761f22661a" + "8df0f603-d901-4c35-b85b-2664e69136d0" ], "x-ms-correlation-request-id": [ - "dc4bc800-76a0-48c8-a5b7-8d1f8fa8424f" + "31af5d9a-3274-47c4-b1c6-1d224ae096c7" ], "x-ms-arm-service-request-id": [ - "6a0cf455-f3eb-4f52-8585-cf5581de4fcb" + "b6fcf8b8-1900-47c8-a734-5dd00d939b1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +512,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042043Z:dc4bc800-76a0-48c8-a5b7-8d1f8fa8424f" + "WESTUS:20200409T200058Z:31af5d9a-3274-47c4-b1c6-1d224ae096c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:43 GMT" + "Thu, 09 Apr 2020 20:00:57 GMT" ], "Content-Length": [ "29" @@ -534,22 +534,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0NjY1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b6a2129-2795-449b-9d75-39961642fd7f" + "e9b98dbb-2f92-4523-86ce-aab85f1f07df" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -563,13 +563,13 @@ "gateway" ], "x-ms-request-id": [ - "1113a429-5164-4bc3-8a49-2bd80dc141d4" + "c0c0cfee-3a06-44c3-8a10-cf25b198c680" ], "x-ms-correlation-request-id": [ - "1113a429-5164-4bc3-8a49-2bd80dc141d4" + "c0c0cfee-3a06-44c3-8a10-cf25b198c680" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042045Z:1113a429-5164-4bc3-8a49-2bd80dc141d4" + "WESTUS:20200409T200059Z:c0c0cfee-3a06-44c3-8a10-cf25b198c680" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -578,7 +578,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:45 GMT" + "Thu, 09 Apr 2020 20:00:58 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -590,20 +590,20 @@ "152" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps4665' under resource group 'ps5113' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/ps1921' under resource group 'ps7970' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0NjY1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -614,16 +614,16 @@ "no-cache" ], "ETag": [ - "W/\"99892e0d-82f8-4040-b1fe-17c3c77f61ce\"" + "W/\"d7677145-d7e4-4a06-88c6-8a722e4208d7\"" ], "x-ms-request-id": [ - "d814ce39-d987-49c5-ad36-bd3cd091951a" + "0c3f0cfd-cfa4-4aa1-bec7-768ec8ba38b6" ], "x-ms-correlation-request-id": [ - "77e1dbfa-0532-4ef1-8489-e1d89f106b23" + "04e5c89e-067c-4009-bdac-9a7e9a6a9e85" ], "x-ms-arm-service-request-id": [ - "3e887104-429c-4e42-a448-31339518a97b" + "d1453add-58e2-4d79-999b-b44da86878f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -636,16 +636,16 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042053Z:77e1dbfa-0532-4ef1-8489-e1d89f106b23" + "WESTUS:20200409T200102Z:04e5c89e-067c-4009-bdac-9a7e9a6a9e85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:52 GMT" + "Thu, 09 Apr 2020 20:01:01 GMT" ], "Content-Length": [ - "722" + "718" ], "Content-Type": [ "application/json; charset=utf-8" @@ -654,26 +654,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4665\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\",\r\n \"etag\": \"W/\\\"99892e0d-82f8-4040-b1fe-17c3c77f61ce\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0c5c344-8162-4580-a5fd-bd5c4db0badd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps8679\",\r\n \"fqdn\": \"ps8679.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1921\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\",\r\n \"etag\": \"W/\\\"d7677145-d7e4-4a06-88c6-8a722e4208d7\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c798605-213a-4c6d-b960-13a74a69d5d7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps74\",\r\n \"fqdn\": \"ps74.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0NjY1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b900bf26-5dac-42c7-9a5f-813404b97414" + "1ee695a4-0c62-4ee3-8e79-aa446bf40ac8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -684,16 +684,16 @@ "no-cache" ], "ETag": [ - "W/\"99892e0d-82f8-4040-b1fe-17c3c77f61ce\"" + "W/\"d7677145-d7e4-4a06-88c6-8a722e4208d7\"" ], "x-ms-request-id": [ - "5e411b43-dff2-4696-b07b-40cfec439a85" + "c84e7080-ef7d-4c1c-ab47-482b49bef455" ], "x-ms-correlation-request-id": [ - "0e64d4da-6cdb-4185-9a8a-85df101fa245" + "7cc9a71e-bcca-43e4-b47f-c7be2231b336" ], "x-ms-arm-service-request-id": [ - "fb08d2e5-a7ab-4668-8bb7-84fe71cecb05" + "4e650cb5-204c-4217-a530-e711f39f4af1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -706,16 +706,16 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042053Z:0e64d4da-6cdb-4185-9a8a-85df101fa245" + "WESTUS:20200409T200102Z:7cc9a71e-bcca-43e4-b47f-c7be2231b336" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:53 GMT" + "Thu, 09 Apr 2020 20:01:01 GMT" ], "Content-Length": [ - "722" + "718" ], "Content-Type": [ "application/json; charset=utf-8" @@ -724,32 +724,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4665\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\",\r\n \"etag\": \"W/\\\"99892e0d-82f8-4040-b1fe-17c3c77f61ce\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0c5c344-8162-4580-a5fd-bd5c4db0badd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps8679\",\r\n \"fqdn\": \"ps8679.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1921\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\",\r\n \"etag\": \"W/\\\"d7677145-d7e4-4a06-88c6-8a722e4208d7\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c798605-213a-4c6d-b960-13a74a69d5d7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps74\",\r\n \"fqdn\": \"ps74.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHM0NjY1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcHMxOTIxP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps8679\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps74\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"zones\": [],\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46b9a679-68f0-4d9e-80b5-8512de6411f4" + "fe98748c-4b5e-4c77-89b5-07f15a3ddf99" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "205" + "203" ] }, "ResponseHeaders": { @@ -763,19 +763,19 @@ "1" ], "x-ms-request-id": [ - "307a97ea-206e-4029-b644-40a1a21319f8" + "fc0c36bd-b627-4d53-9bd2-a121f31e0da1" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/307a97ea-206e-4029-b644-40a1a21319f8?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/fc0c36bd-b627-4d53-9bd2-a121f31e0da1?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "b26d9e9e-a02c-4c00-b005-4bc960a45f80" + "010ef76b-f0a0-4842-9547-50634d75bae6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6f2cc770-046f-482e-9b27-d81e4fb8dee8" + "1015093f-00e5-4bf7-93c4-27c4ae884c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -788,16 +788,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042050Z:b26d9e9e-a02c-4c00-b005-4bc960a45f80" + "WESTUS:20200409T200101Z:010ef76b-f0a0-4842-9547-50634d75bae6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:50 GMT" + "Thu, 09 Apr 2020 20:01:00 GMT" ], "Content-Length": [ - "721" + "717" ], "Content-Type": [ "application/json; charset=utf-8" @@ -806,20 +806,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps4665\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\",\r\n \"etag\": \"W/\\\"2fecb54a-7d4a-4ff4-a789-4158296e0f2f\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0c5c344-8162-4580-a5fd-bd5c4db0badd\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps8679\",\r\n \"fqdn\": \"ps8679.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps1921\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\",\r\n \"etag\": \"W/\\\"a004be37-c3db-415b-8038-703de256c2f4\\\"\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5c798605-213a-4c6d-b960-13a74a69d5d7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"ps74\",\r\n \"fqdn\": \"ps74.westcentralus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/307a97ea-206e-4029-b644-40a1a21319f8?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzMwN2E5N2VhLTIwNmUtNDAyOS1iNjQ0LTQwYTFhMjEzMTlmOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/fc0c36bd-b627-4d53-9bd2-a121f31e0da1?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2ZjMGMzNmJkLWI2MjctNGQ1My05YmQyLWExMjFmMzFlMGRhMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -830,13 +830,13 @@ "no-cache" ], "x-ms-request-id": [ - "cb5cb88c-25f1-4820-8544-8e26710ece19" + "d4a1e66f-fe93-4626-86a7-5f7dedabafbe" ], "x-ms-correlation-request-id": [ - "a47fde5d-9a27-4bfd-8898-8dc80135f2fe" + "4acde7ea-9d94-42b5-9b1f-f9fe58a879dd" ], "x-ms-arm-service-request-id": [ - "62961ae7-e491-4326-9c56-1fda12f47d78" + "d9483a95-b0f9-4305-aba1-40f2ebb8cd9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -849,13 +849,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042052Z:a47fde5d-9a27-4bfd-8898-8dc80135f2fe" + "WESTUS:20200409T200102Z:4acde7ea-9d94-42b5-9b1f-f9fe58a879dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:52 GMT" + "Thu, 09 Apr 2020 20:01:01 GMT" ], "Content-Length": [ "29" @@ -871,22 +871,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY2Nzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY0Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14c6117b-c367-4317-a857-dedec3b033fc" + "4a847bb9-5285-49c8-922b-67beaa54aea7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -900,13 +900,13 @@ "gateway" ], "x-ms-request-id": [ - "b507eb73-3481-416d-ad7b-0cbe2e8221bb" + "8abe658d-88a9-4bca-be14-e33781bde0fa" ], "x-ms-correlation-request-id": [ - "b507eb73-3481-416d-ad7b-0cbe2e8221bb" + "8abe658d-88a9-4bca-be14-e33781bde0fa" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042053Z:b507eb73-3481-416d-ad7b-0cbe2e8221bb" + "WESTUS:20200409T200103Z:8abe658d-88a9-4bca-be14-e33781bde0fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,7 +915,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:20:53 GMT" + "Thu, 09 Apr 2020 20:01:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -927,20 +927,20 @@ "157" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworkGateways/ps6678' under resource group 'ps5113' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworkGateways/ps6428' under resource group 'ps7970' was not found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY2Nzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY0Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -951,13 +951,13 @@ "no-cache" ], "x-ms-request-id": [ - "f8b725cd-753f-4f7f-aa5b-8269ef049825" + "e18759ba-4c68-439e-a67a-295c7c212e39" ], "x-ms-correlation-request-id": [ - "8353c876-f6c0-42b5-97c5-9d3944bef2c6" + "1f282c49-42ca-47fe-b74c-22528434e0fe" ], "x-ms-arm-service-request-id": [ - "121311be-d997-4fa7-a15c-98f52b10b44f" + "90e2a7ad-f676-47ab-953d-215626253971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -967,19 +967,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11800" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045455Z:8353c876-f6c0-42b5-97c5-9d3944bef2c6" + "WESTUS:20200409T203302Z:1f282c49-42ca-47fe-b74c-22528434e0fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:55 GMT" + "Thu, 09 Apr 2020 20:33:01 GMT" ], "Content-Length": [ - "2254" + "2258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -988,26 +988,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05336175-4149-4f7f-b3d6-760919618e1c\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"52.161.91.8\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6428\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28555f06-ad2b-467e-8116-eacacc9a0f76\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"13.78.129.195\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY2Nzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY0Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1d63c15-e910-463a-918b-2e942b954604" + "2ac63d3a-0be2-4e87-bae8-8492482d2be7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1018,13 +1018,13 @@ "no-cache" ], "x-ms-request-id": [ - "3f447e3e-3fc4-453f-a4f1-f147b000cd7c" + "72159566-acde-4016-9311-11f94b2526be" ], "x-ms-correlation-request-id": [ - "d10f981b-849d-4669-9311-388edea874b8" + "fcbf3863-bc98-494c-9178-b954ee6e5512" ], "x-ms-arm-service-request-id": [ - "fd7ec327-d9bc-48d0-a7ee-fc34304464aa" + "631d3720-b9ca-463b-aad9-83a8ddb4e852" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,19 +1034,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11799" + "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045455Z:d10f981b-849d-4669-9311-388edea874b8" + "WESTUS:20200409T203302Z:fcbf3863-bc98-494c-9178-b954ee6e5512" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:55 GMT" + "Thu, 09 Apr 2020 20:33:01 GMT" ], "Content-Length": [ - "2254" + "2258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1055,26 +1055,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05336175-4149-4f7f-b3d6-760919618e1c\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"52.161.91.8\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6428\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28555f06-ad2b-467e-8116-eacacc9a0f76\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"13.78.129.195\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY2Nzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY0Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6ba806f-a631-42fb-9b42-3a423f70c3b6" + "c544a579-e1f7-46ba-bd7e-00d61e17d57a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1085,13 +1085,13 @@ "no-cache" ], "x-ms-request-id": [ - "df70c75f-e34f-4916-9421-d8edf039585a" + "60452408-a541-44d5-98ed-0d49c4f56253" ], "x-ms-correlation-request-id": [ - "9844dcac-5072-4273-8a5f-a27d0ed9b54d" + "b5a8848b-c886-4dbc-a921-c104f7bc3d12" ], "x-ms-arm-service-request-id": [ - "cfcca6bd-db75-4e87-a09a-81e836bcf721" + "c0d976c6-f2b3-4305-81e6-2232b49d5992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,16 +1104,16 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045456Z:9844dcac-5072-4273-8a5f-a27d0ed9b54d" + "WESTUS:20200409T203302Z:b5a8848b-c886-4dbc-a921-c104f7bc3d12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:56 GMT" + "Thu, 09 Apr 2020 20:33:01 GMT" ], "Content-Length": [ - "2254" + "2258" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1122,32 +1122,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"05336175-4149-4f7f-b3d6-760919618e1c\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"etag\": \"W/\\\"8950aef9-2c69-4532-8809-62fa29622d07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"52.161.91.8\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6428\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"28555f06-ad2b-467e-8116-eacacc9a0f76\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"etag\": \"W/\\\"125c538f-407a-4bae-aca2-58fc7f15d2ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"defaultBgpIpAddresses\": [\r\n \"10.0.0.254\"\r\n ],\r\n \"customBgpIpAddresses\": [],\r\n \"tunnelIpAddresses\": [\r\n \"13.78.129.195\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"Generation1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY2Nzg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtHYXRld2F5cy9wczY0Mjg/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n }\r\n },\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ResourceGroupNotSet/providers/Microsoft.Network/virtualNetworkGateways/VirtualNetworkGatewayNameNotSet/virtualNetworkGatewayIpConfiguration/ps967\"\r\n }\r\n ],\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"vpnGatewayGeneration\": \"None\",\r\n \"enableBgp\": false,\r\n \"enablePrivateIpAddress\": false,\r\n \"activeActive\": false,\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n }\r\n },\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ResourceGroupNotSet/providers/Microsoft.Network/virtualNetworkGateways/VirtualNetworkGatewayNameNotSet/virtualNetworkGatewayIpConfiguration/ps8543\"\r\n }\r\n ],\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"vpnGatewayGeneration\": \"None\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "838fd547-d0c4-4068-aa6e-8855c0b6e629" + "65f76f16-b0a6-4de2-aa29-7b1c4b21d6de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1116" + "1079" ] }, "ResponseHeaders": { @@ -1161,19 +1161,19 @@ "10" ], "x-ms-request-id": [ - "aeeddbc7-194f-4961-983f-9a3b5f844de1" + "e05815db-0f04-4b90-babc-869ea8712be2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "ca21599b-c799-4806-a493-65d5bae7074b" + "63d73c18-6a5a-43a5-9120-f1cf405f0eb3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6ef30bca-0e0c-474a-9f9c-c99af9e391a2" + "577adeac-359d-4a92-9120-56550693e4bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1186,16 +1186,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042100Z:ca21599b-c799-4806-a493-65d5bae7074b" + "WESTUS:20200409T200105Z:63d73c18-6a5a-43a5-9120-f1cf405f0eb3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:00 GMT" + "Thu, 09 Apr 2020 20:01:05 GMT" ], "Content-Length": [ - "2352" + "2354" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1204,20 +1204,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6678\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"etag\": \"W/\\\"2d1ee7f9-9a18-453c-a824-b89835b729c3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"05336175-4149-4f7f-b3d6-760919618e1c\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"etag\": \"W/\\\"2d1ee7f9-9a18-453c-a824-b89835b729c3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientProtocols\": [\r\n \"OpenVPN\",\r\n \"IkeV2\"\r\n ],\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": [],\r\n \"radiusServers\": [],\r\n \"vpnClientIpsecPolicies\": []\r\n },\r\n \"bgpSettings\": {\r\n \"asn\": 0,\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\",\r\n \"defaultBgpIpAddresses\": [],\r\n \"customBgpIpAddresses\": []\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps6428\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"etag\": \"W/\\\"834ea67d-decc-4684-b33a-674217031137\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"28555f06-ad2b-467e-8116-eacacc9a0f76\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"enablePrivateIpAddress\": false,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"etag\": \"W/\\\"834ea67d-decc-4684-b33a-674217031137\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientProtocols\": [\r\n \"OpenVPN\",\r\n \"IkeV2\"\r\n ],\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": [],\r\n \"radiusServers\": [],\r\n \"vpnClientIpsecPolicies\": []\r\n },\r\n \"bgpSettings\": {\r\n \"asn\": 0,\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"defaultBgpIpAddresses\": [],\r\n \"customBgpIpAddresses\": []\r\n }\r\n ]\r\n },\r\n \"vpnGatewayGeneration\": \"None\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1231,13 +1231,13 @@ "10" ], "x-ms-request-id": [ - "3412c7e2-0814-4af0-be27-f6df160f30bb" + "e0a81050-980f-403d-b42f-4434a40b5c3d" ], "x-ms-correlation-request-id": [ - "a9b30b34-43f5-40af-acda-271997ba5a08" + "423f8fb4-ff4d-43c6-b263-a4b41ed21c2e" ], "x-ms-arm-service-request-id": [ - "f4bf72a2-c394-4de4-94e9-67fd5e286532" + "f8d97e66-de13-448f-ab94-7d48e27361b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1250,13 +1250,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042111Z:a9b30b34-43f5-40af-acda-271997ba5a08" + "WESTUS:20200409T200115Z:423f8fb4-ff4d-43c6-b263-a4b41ed21c2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:10 GMT" + "Thu, 09 Apr 2020 20:01:15 GMT" ], "Content-Length": [ "30" @@ -1272,16 +1272,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1295,13 +1295,13 @@ "10" ], "x-ms-request-id": [ - "7a354e39-3a64-4a88-9dc4-4e57fd6c8934" + "6b607bce-6bbb-4a3b-a59d-34e1814cfd77" ], "x-ms-correlation-request-id": [ - "490d4e8d-7bfd-4477-96a3-e316e16cd628" + "46edf5b9-b45e-4af8-bf43-e9596e22d19b" ], "x-ms-arm-service-request-id": [ - "d1e14091-9344-40b4-aa5c-f1665b8b8bc8" + "8ae97f19-86c7-4b70-840a-5341dde95222" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1314,13 +1314,13 @@ "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042121Z:490d4e8d-7bfd-4477-96a3-e316e16cd628" + "WESTUS:20200409T200125Z:46edf5b9-b45e-4af8-bf43-e9596e22d19b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:21 GMT" + "Thu, 09 Apr 2020 20:01:25 GMT" ], "Content-Length": [ "30" @@ -1336,16 +1336,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1359,13 +1359,13 @@ "10" ], "x-ms-request-id": [ - "c2d73386-77a9-4147-8201-f6ed80389f05" + "07ee5bd7-9184-4121-a89b-68e6c6baa85e" ], "x-ms-correlation-request-id": [ - "a69c7cc2-06f6-4034-a008-819bae853e20" + "f775fe46-dff7-4ae4-a303-15903304cef3" ], "x-ms-arm-service-request-id": [ - "5f72fe50-fcad-43bd-a197-bfea898ba421" + "900b4ea9-db09-4e4f-aea3-c979fc360cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1378,13 +1378,13 @@ "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042131Z:a69c7cc2-06f6-4034-a008-819bae853e20" + "WESTUS:20200409T200135Z:f775fe46-dff7-4ae4-a303-15903304cef3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:31 GMT" + "Thu, 09 Apr 2020 20:01:35 GMT" ], "Content-Length": [ "30" @@ -1400,16 +1400,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1423,13 +1423,13 @@ "10" ], "x-ms-request-id": [ - "5958e5af-00c3-449a-9670-2e9ab37c6601" + "f62c105f-9a2b-4ab3-bde3-5ded0c165d38" ], "x-ms-correlation-request-id": [ - "44e3789c-e6a7-401a-9cfb-1e366681e755" + "4817f0e0-b54a-48fb-8333-bc959c44db6e" ], "x-ms-arm-service-request-id": [ - "d6df3fcd-98e0-4004-9a1a-74f2ae08aa8a" + "011a1578-faf5-4444-8876-f16a9888f31b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1442,13 +1442,13 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042142Z:44e3789c-e6a7-401a-9cfb-1e366681e755" + "WESTUS:20200409T200145Z:4817f0e0-b54a-48fb-8333-bc959c44db6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:42 GMT" + "Thu, 09 Apr 2020 20:01:45 GMT" ], "Content-Length": [ "30" @@ -1464,16 +1464,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1487,13 +1487,13 @@ "10" ], "x-ms-request-id": [ - "464a719e-618f-4430-8f7e-d879afa8cdc1" + "072afcac-7ff8-455b-a6c5-859dc914fbac" ], "x-ms-correlation-request-id": [ - "f8f22f78-ddf3-4e3a-b4dd-c049fb8c84c5" + "25f62382-dde6-4b53-9e6c-f1dd0f94548f" ], "x-ms-arm-service-request-id": [ - "2eec710e-e001-4548-96f7-2671be127a56" + "bf04e358-5afa-4db8-93ca-40f5a29abf12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1506,13 +1506,13 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042152Z:f8f22f78-ddf3-4e3a-b4dd-c049fb8c84c5" + "WESTUS:20200409T200156Z:25f62382-dde6-4b53-9e6c-f1dd0f94548f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:21:52 GMT" + "Thu, 09 Apr 2020 20:01:55 GMT" ], "Content-Length": [ "30" @@ -1528,16 +1528,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1551,32 +1551,32 @@ "10" ], "x-ms-request-id": [ - "d8954391-f75d-4325-a2b2-469cc278b062" + "eccc4123-d8e3-44b5-8982-851df76da1f6" ], "x-ms-correlation-request-id": [ - "440485b2-412e-44ea-9528-f302486dd167" + "17dc5e18-9e07-493c-abc4-132a8bfe332d" ], "x-ms-arm-service-request-id": [ - "1d8126b4-685e-4364-be05-bde8997fb9ca" + "7caa6712-0435-499e-8f4f-1d87d05e5412" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042203Z:440485b2-412e-44ea-9528-f302486dd167" + "WESTUS:20200409T200206Z:17dc5e18-9e07-493c-abc4-132a8bfe332d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:02 GMT" + "Thu, 09 Apr 2020 20:02:05 GMT" ], "Content-Length": [ "30" @@ -1592,16 +1592,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1615,32 +1615,32 @@ "10" ], "x-ms-request-id": [ - "329af512-22c2-4563-9c28-c85614dab750" + "27471aad-0777-46ba-8ed6-9e73b513d906" ], "x-ms-correlation-request-id": [ - "7451ade3-b2ee-443b-9970-1f374fc91228" + "9007583e-270d-4071-9657-882218df202d" ], "x-ms-arm-service-request-id": [ - "62caab96-4b9e-4a70-a849-ae859626fe71" + "72d05688-094b-4e12-9cdb-ea48b8480d55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042213Z:7451ade3-b2ee-443b-9970-1f374fc91228" + "WESTUS:20200409T200216Z:9007583e-270d-4071-9657-882218df202d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:13 GMT" + "Thu, 09 Apr 2020 20:02:16 GMT" ], "Content-Length": [ "30" @@ -1656,16 +1656,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1679,13 +1679,13 @@ "10" ], "x-ms-request-id": [ - "b20437a7-61e9-4ec8-b09f-ea55b9ed34c0" + "567412b2-4f8b-438d-9663-3d3fd2d64cbe" ], "x-ms-correlation-request-id": [ - "3b2f1aff-c344-466a-9c70-9865117a64cc" + "11628055-14f7-45de-a214-db1f807f3bae" ], "x-ms-arm-service-request-id": [ - "a9932587-ce47-4f5d-b083-33b9f645451b" + "87f67034-ebad-4c38-b7b1-c765d7c5e0c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1698,13 +1698,13 @@ "11991" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042223Z:3b2f1aff-c344-466a-9c70-9865117a64cc" + "WESTUS:20200409T200226Z:11628055-14f7-45de-a214-db1f807f3bae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:23 GMT" + "Thu, 09 Apr 2020 20:02:26 GMT" ], "Content-Length": [ "30" @@ -1720,16 +1720,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1743,13 +1743,13 @@ "10" ], "x-ms-request-id": [ - "864260c5-ce8c-4c68-8c77-f0a233cb6722" + "c9ee66dc-e54c-4ab3-bd79-0460d925206b" ], "x-ms-correlation-request-id": [ - "0cdaeb11-d7a8-4905-b9c4-8ca57c1328d5" + "3f7064bd-e935-4f87-b8c6-3745b1e67da0" ], "x-ms-arm-service-request-id": [ - "fe1e125e-ceb2-412a-8aaa-dcd37399717a" + "ca0c56fd-fa43-4a42-81af-a563d8046c89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1762,13 +1762,13 @@ "11990" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042234Z:0cdaeb11-d7a8-4905-b9c4-8ca57c1328d5" + "WESTUS:20200409T200236Z:3f7064bd-e935-4f87-b8c6-3745b1e67da0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:34 GMT" + "Thu, 09 Apr 2020 20:02:36 GMT" ], "Content-Length": [ "30" @@ -1784,16 +1784,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1807,13 +1807,13 @@ "10" ], "x-ms-request-id": [ - "c23b9464-ba58-4760-bf78-4b5bc33db07a" + "8a7a01c9-3cb4-4f13-8025-35f9be53a7b4" ], "x-ms-correlation-request-id": [ - "30e71011-dab9-4ec2-9bc8-84b6d4eb6f23" + "a4703d0e-65cf-487a-9daa-15283cd13e73" ], "x-ms-arm-service-request-id": [ - "37ae5133-6e0f-4b83-923e-85bd00acfe87" + "48a6139f-b841-4176-82ce-dcbb96b10e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1826,13 +1826,13 @@ "11989" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042244Z:30e71011-dab9-4ec2-9bc8-84b6d4eb6f23" + "WESTUS:20200409T200246Z:a4703d0e-65cf-487a-9daa-15283cd13e73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:44 GMT" + "Thu, 09 Apr 2020 20:02:46 GMT" ], "Content-Length": [ "30" @@ -1848,16 +1848,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1871,13 +1871,13 @@ "10" ], "x-ms-request-id": [ - "58485c65-40d5-4533-a2f9-a05e99d808c7" + "68116c02-3395-41b6-a508-5ce4c993ceff" ], "x-ms-correlation-request-id": [ - "380bca6e-e799-4e79-a019-70ade63f03fa" + "d179b437-60aa-4b3f-acc2-525b3355e7ef" ], "x-ms-arm-service-request-id": [ - "27070e50-9c97-4ae9-849a-80806f50c09e" + "ad642ff9-7742-4d12-9c31-f2ef40692c53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1890,13 +1890,13 @@ "11988" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042254Z:380bca6e-e799-4e79-a019-70ade63f03fa" + "WESTUS:20200409T200256Z:d179b437-60aa-4b3f-acc2-525b3355e7ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:22:54 GMT" + "Thu, 09 Apr 2020 20:02:56 GMT" ], "Content-Length": [ "30" @@ -1912,16 +1912,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1935,32 +1935,32 @@ "10" ], "x-ms-request-id": [ - "a5dbb2c3-76b5-4ad9-a760-dfc34ecc44a4" + "93c4564b-9831-492b-8fc8-028dc248d533" ], "x-ms-correlation-request-id": [ - "b928f1e3-c708-48d2-9407-11bb426f4942" + "7abb0866-6330-4985-80cd-1ec734f05d0c" ], "x-ms-arm-service-request-id": [ - "d6fcfa7a-294c-43b6-b802-19e663673e9f" + "7b267c01-31e1-4c50-80c9-a5bdb59d9550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042304Z:b928f1e3-c708-48d2-9407-11bb426f4942" + "WESTUS:20200409T200306Z:7abb0866-6330-4985-80cd-1ec734f05d0c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:04 GMT" + "Thu, 09 Apr 2020 20:03:06 GMT" ], "Content-Length": [ "30" @@ -1976,16 +1976,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -1999,13 +1999,13 @@ "10" ], "x-ms-request-id": [ - "2bf27096-08e3-43aa-bc79-abc28815eac9" + "0137fbe6-c430-4620-a3b9-c0cade7be8ec" ], "x-ms-correlation-request-id": [ - "75c6827c-bd7a-4eb0-9cec-2c4303910aaf" + "c7fb96d7-b235-4a64-96ba-4bbb3fd504d5" ], "x-ms-arm-service-request-id": [ - "80a7d3a2-ed87-4a00-9b5c-17a0e84d2792" + "bc67a8ec-a862-4279-9041-9cf48f779753" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2018,13 +2018,13 @@ "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042315Z:75c6827c-bd7a-4eb0-9cec-2c4303910aaf" + "WESTUS:20200409T200316Z:c7fb96d7-b235-4a64-96ba-4bbb3fd504d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:14 GMT" + "Thu, 09 Apr 2020 20:03:16 GMT" ], "Content-Length": [ "30" @@ -2040,16 +2040,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2063,32 +2063,32 @@ "10" ], "x-ms-request-id": [ - "5fbb6845-38bc-45f2-b21f-9d1d767fb002" + "03c23c1a-072f-4e55-81c4-b93410ea9560" ], "x-ms-correlation-request-id": [ - "1cdcc4fb-bca1-4514-8086-04c540df2d1c" + "e1090504-ac57-46d7-92fd-e8dd0fd2c9de" ], "x-ms-arm-service-request-id": [ - "bb77ab7f-2e16-429f-8599-42828a882bdf" + "40493e74-0557-45a5-8441-7e3a12a93d63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042325Z:1cdcc4fb-bca1-4514-8086-04c540df2d1c" + "WESTUS:20200409T200327Z:e1090504-ac57-46d7-92fd-e8dd0fd2c9de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:25 GMT" + "Thu, 09 Apr 2020 20:03:26 GMT" ], "Content-Length": [ "30" @@ -2104,16 +2104,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2127,13 +2127,13 @@ "10" ], "x-ms-request-id": [ - "9c3da4f0-712e-4f61-8bfd-19a6950d8998" + "97b0af1a-9ae3-43b3-9b96-64b3d89dc991" ], "x-ms-correlation-request-id": [ - "ef3ef65c-8ad9-4984-9cfb-cc56d0863b04" + "45830b13-e0f8-45aa-8acc-f69070da63aa" ], "x-ms-arm-service-request-id": [ - "b76c6e70-8b4e-497a-8fa5-a936bb08d11a" + "f97c4813-574e-4c29-8346-7dd0fe193012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2146,13 +2146,13 @@ "11984" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042335Z:ef3ef65c-8ad9-4984-9cfb-cc56d0863b04" + "WESTUS:20200409T200337Z:45830b13-e0f8-45aa-8acc-f69070da63aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:35 GMT" + "Thu, 09 Apr 2020 20:03:36 GMT" ], "Content-Length": [ "30" @@ -2168,16 +2168,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2191,13 +2191,13 @@ "10" ], "x-ms-request-id": [ - "36eb3687-077d-44b3-b591-c13921a79c97" + "6e8aa4e0-38d8-49b9-83a9-d087e73b1739" ], "x-ms-correlation-request-id": [ - "8000db87-4b42-4ee4-acc3-7b0c8acf084c" + "8cd3f473-a4da-4fbc-a97f-ec168a4fd580" ], "x-ms-arm-service-request-id": [ - "1adba4c0-dd15-4d6e-b12a-0888c6f9d4f1" + "2f51e195-224a-412e-b02a-cd4293df3a76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2210,13 +2210,13 @@ "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042345Z:8000db87-4b42-4ee4-acc3-7b0c8acf084c" + "WESTUS:20200409T200347Z:8cd3f473-a4da-4fbc-a97f-ec168a4fd580" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:45 GMT" + "Thu, 09 Apr 2020 20:03:46 GMT" ], "Content-Length": [ "30" @@ -2232,16 +2232,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2255,13 +2255,13 @@ "10" ], "x-ms-request-id": [ - "1f0f687c-85db-4c2f-a4c1-c912ef25af16" + "45a4821a-1643-49f0-8a62-ada2b9cb3303" ], "x-ms-correlation-request-id": [ - "dc96c0e7-4370-4be9-9f92-9e4852c78409" + "0f8180e5-7465-4058-984e-9cc7a40896fb" ], "x-ms-arm-service-request-id": [ - "a8554466-fbcd-473b-91f4-c1464b6dd766" + "ce3f50e1-46f2-4de9-b52d-79f8a7186fad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2274,13 +2274,13 @@ "11982" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042356Z:dc96c0e7-4370-4be9-9f92-9e4852c78409" + "WESTUS:20200409T200357Z:0f8180e5-7465-4058-984e-9cc7a40896fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:23:55 GMT" + "Thu, 09 Apr 2020 20:03:56 GMT" ], "Content-Length": [ "30" @@ -2296,16 +2296,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2319,32 +2319,32 @@ "10" ], "x-ms-request-id": [ - "ecb62d49-f5f9-45d5-9acb-3c52f0577c81" + "b85a9043-10cd-4895-93b9-927a0bf7dcb8" ], "x-ms-correlation-request-id": [ - "8e0aae27-8a79-4151-ab50-efde46f6459a" + "60d46415-842e-48bf-9700-a3e0b170b543" ], "x-ms-arm-service-request-id": [ - "b8eb59b9-5c04-45f3-bc4c-23b224a1ae3d" + "fdb8c03b-63a2-4d5b-abc7-2b309e25a8d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042406Z:8e0aae27-8a79-4151-ab50-efde46f6459a" + "WESTUS:20200409T200407Z:60d46415-842e-48bf-9700-a3e0b170b543" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:05 GMT" + "Thu, 09 Apr 2020 20:04:06 GMT" ], "Content-Length": [ "30" @@ -2360,16 +2360,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2383,13 +2383,13 @@ "10" ], "x-ms-request-id": [ - "de934b84-750e-49f7-86a0-32a2b7b519e1" + "2ff2164a-40db-4a3f-b0ec-cb3d050af7dc" ], "x-ms-correlation-request-id": [ - "47da6539-a29b-4399-919c-694c05c55493" + "1134fe83-49b3-44fd-a2f0-2d1d0e2e6016" ], "x-ms-arm-service-request-id": [ - "8feb1380-4da1-4004-8693-89cadcab30f2" + "8d69ade8-9a73-43dc-9283-f2e4f9ef4994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2402,13 +2402,13 @@ "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042416Z:47da6539-a29b-4399-919c-694c05c55493" + "WESTUS:20200409T200417Z:1134fe83-49b3-44fd-a2f0-2d1d0e2e6016" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:16 GMT" + "Thu, 09 Apr 2020 20:04:16 GMT" ], "Content-Length": [ "30" @@ -2424,16 +2424,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2447,13 +2447,13 @@ "10" ], "x-ms-request-id": [ - "8c7555c1-8fa9-4244-836f-66e454efefed" + "6218830d-8a43-4ba4-b0ff-47f17a983289" ], "x-ms-correlation-request-id": [ - "ae55d91b-0d9c-40a6-b5d0-11deded203cd" + "d3c8ac11-cea9-4506-b6b7-45b04d61ab9b" ], "x-ms-arm-service-request-id": [ - "f06ce66a-a6e7-4219-9f9d-18dc3ff03a3d" + "1f0ddb4f-0251-464e-b740-6fb3cf9a72a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2466,13 +2466,13 @@ "11979" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042427Z:ae55d91b-0d9c-40a6-b5d0-11deded203cd" + "WESTUS:20200409T200427Z:d3c8ac11-cea9-4506-b6b7-45b04d61ab9b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:26 GMT" + "Thu, 09 Apr 2020 20:04:26 GMT" ], "Content-Length": [ "30" @@ -2488,16 +2488,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2511,32 +2511,32 @@ "10" ], "x-ms-request-id": [ - "a411efe5-b6ee-4cc7-847a-352c5905bf5b" + "faeef554-831e-4178-b5fb-994e113e1e85" ], "x-ms-correlation-request-id": [ - "bac4b88a-b1ad-40a3-bca1-4f7888956d10" + "e944db19-56f2-48fa-a6e2-49b64e75912a" ], "x-ms-arm-service-request-id": [ - "62bb1fee-1196-4682-aaf8-e2a4bec373f7" + "9e72094a-b37c-45b7-b572-90426c4516c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042437Z:bac4b88a-b1ad-40a3-bca1-4f7888956d10" + "WESTUS:20200409T200437Z:e944db19-56f2-48fa-a6e2-49b64e75912a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:37 GMT" + "Thu, 09 Apr 2020 20:04:36 GMT" ], "Content-Length": [ "30" @@ -2552,16 +2552,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2575,13 +2575,13 @@ "10" ], "x-ms-request-id": [ - "bb6d529c-edd6-428c-8273-9b191dbb052b" + "574d63df-eb48-43fe-b633-80725c2a28bb" ], "x-ms-correlation-request-id": [ - "8cee9088-b417-4988-a5df-d2cb11ec7a2d" + "66bef1db-99d8-4f18-92b2-685257d38b07" ], "x-ms-arm-service-request-id": [ - "c933a49b-bc22-42d8-b9ab-d7dc8f7c9e53" + "4b46b9f5-b023-40c9-b382-5e40e0b058b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2594,13 +2594,13 @@ "11977" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042447Z:8cee9088-b417-4988-a5df-d2cb11ec7a2d" + "WESTUS:20200409T200447Z:66bef1db-99d8-4f18-92b2-685257d38b07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:47 GMT" + "Thu, 09 Apr 2020 20:04:46 GMT" ], "Content-Length": [ "30" @@ -2616,16 +2616,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2639,13 +2639,13 @@ "10" ], "x-ms-request-id": [ - "b285ced6-e63a-40d8-8c7d-ced25b43a117" + "a1952eb2-4287-4fa4-b274-826d108d7d05" ], "x-ms-correlation-request-id": [ - "e4110401-44b2-4add-a153-2158e09315ee" + "159bea45-7c14-473b-9dbf-5bd9d1f0574f" ], "x-ms-arm-service-request-id": [ - "4016af25-60cb-41be-bfff-0015edc1d408" + "e65cdf53-4c09-49d7-8a81-8396de5b8fe9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2658,13 +2658,13 @@ "11976" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042457Z:e4110401-44b2-4add-a153-2158e09315ee" + "WESTUS:20200409T200457Z:159bea45-7c14-473b-9dbf-5bd9d1f0574f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:24:57 GMT" + "Thu, 09 Apr 2020 20:04:56 GMT" ], "Content-Length": [ "30" @@ -2680,16 +2680,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2703,32 +2703,32 @@ "10" ], "x-ms-request-id": [ - "f6872842-9d8c-41a9-a160-20b6eaddd47c" + "9a701721-152c-4fda-80dd-7fac9278119f" ], "x-ms-correlation-request-id": [ - "3ce23737-3bcf-4336-bb86-f452816a453a" + "ac346728-4b69-4834-a355-1c7c540b8f62" ], "x-ms-arm-service-request-id": [ - "46a6348a-7716-4aad-a560-90e67af0b59b" + "4b9bd15c-ae1c-449b-9c0c-009987027759" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042507Z:3ce23737-3bcf-4336-bb86-f452816a453a" + "WESTUS:20200409T200508Z:ac346728-4b69-4834-a355-1c7c540b8f62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:07 GMT" + "Thu, 09 Apr 2020 20:05:07 GMT" ], "Content-Length": [ "30" @@ -2744,16 +2744,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2767,13 +2767,13 @@ "10" ], "x-ms-request-id": [ - "f1f0197d-ef82-4799-b550-24cb85d2820d" + "354a06b0-83f6-4d63-80f0-1f875bbe3ba6" ], "x-ms-correlation-request-id": [ - "8ab8f9bb-f75c-4fb3-85c5-0d153c3d06c6" + "be6c4bfd-10d3-4c5d-9326-b7ba02241d86" ], "x-ms-arm-service-request-id": [ - "e916b007-b892-409a-88a3-d8a13c15bad4" + "60b2fb6e-d91f-4da8-917e-570820a2bcc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2786,13 +2786,13 @@ "11974" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042518Z:8ab8f9bb-f75c-4fb3-85c5-0d153c3d06c6" + "WESTUS:20200409T200518Z:be6c4bfd-10d3-4c5d-9326-b7ba02241d86" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:18 GMT" + "Thu, 09 Apr 2020 20:05:17 GMT" ], "Content-Length": [ "30" @@ -2808,16 +2808,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2831,13 +2831,13 @@ "10" ], "x-ms-request-id": [ - "f5861bab-b53a-4d7a-98d9-3491e7480d54" + "cf4ecf5c-eccf-409f-a8a6-cd2eaccd5974" ], "x-ms-correlation-request-id": [ - "e09165f1-c175-4770-ac86-4c47875c8555" + "709ebed6-eae7-4437-8164-af1cb991d6e6" ], "x-ms-arm-service-request-id": [ - "7b761a8e-30b9-415e-8851-7ba1b65fad97" + "638c7f3c-c340-4daf-8f86-7da9fbed68a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2850,13 +2850,13 @@ "11973" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042528Z:e09165f1-c175-4770-ac86-4c47875c8555" + "WESTUS:20200409T200528Z:709ebed6-eae7-4437-8164-af1cb991d6e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:28 GMT" + "Thu, 09 Apr 2020 20:05:27 GMT" ], "Content-Length": [ "30" @@ -2872,16 +2872,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2895,13 +2895,13 @@ "10" ], "x-ms-request-id": [ - "3c2c6d3a-10a6-4094-bdcd-c81376203759" + "c4235854-98d9-42a7-a7a2-b86fc7a802f5" ], "x-ms-correlation-request-id": [ - "a41d79a7-0390-44f4-8516-8c104b7acfff" + "c87e4311-d837-4f04-a8f3-20049fc94b9f" ], "x-ms-arm-service-request-id": [ - "ce16df6c-4435-4601-8004-2f341576ac78" + "697b0d96-f7a7-4f86-bde8-104cc20008f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2914,13 +2914,13 @@ "11972" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042539Z:a41d79a7-0390-44f4-8516-8c104b7acfff" + "WESTUS:20200409T200538Z:c87e4311-d837-4f04-a8f3-20049fc94b9f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:38 GMT" + "Thu, 09 Apr 2020 20:05:38 GMT" ], "Content-Length": [ "30" @@ -2936,16 +2936,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -2959,32 +2959,32 @@ "10" ], "x-ms-request-id": [ - "09260709-75d9-41b9-9821-b5810e4f4d56" + "885062f0-c7d2-464b-93df-783ce7bd5e4b" ], "x-ms-correlation-request-id": [ - "f56c0e18-a487-4e6c-96b3-8e5227e29bae" + "841acbec-4fc1-47b5-a148-ebc10700426f" ], "x-ms-arm-service-request-id": [ - "39b48660-02a9-4ecf-b9ac-2d5b0dbab2bf" + "ea7e1081-329b-4932-afa4-a4695972e9fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042549Z:f56c0e18-a487-4e6c-96b3-8e5227e29bae" + "WESTUS:20200409T200548Z:841acbec-4fc1-47b5-a148-ebc10700426f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:48 GMT" + "Thu, 09 Apr 2020 20:05:48 GMT" ], "Content-Length": [ "30" @@ -3000,16 +3000,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3023,13 +3023,13 @@ "10" ], "x-ms-request-id": [ - "576ebd89-b165-47f7-a93f-ccc19fbbeef9" + "8cb6a51e-62d2-47ec-82a7-e883a947e31f" ], "x-ms-correlation-request-id": [ - "769274df-7345-48c1-b2ed-4f192a544550" + "e6d2ebf9-827f-49a3-838d-c7b337af2f43" ], "x-ms-arm-service-request-id": [ - "fe9d7e52-e12e-4b68-a5f0-3732c7f394ae" + "5161d3d3-639f-46d3-a7cf-ad8bee2f191b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3042,13 +3042,13 @@ "11970" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042559Z:769274df-7345-48c1-b2ed-4f192a544550" + "WESTUS:20200409T200558Z:e6d2ebf9-827f-49a3-838d-c7b337af2f43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:25:58 GMT" + "Thu, 09 Apr 2020 20:05:58 GMT" ], "Content-Length": [ "30" @@ -3064,16 +3064,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3087,32 +3087,32 @@ "10" ], "x-ms-request-id": [ - "923d8561-ac87-48ce-81e4-784f1a29cd39" + "27f98f0b-e273-4ecc-bb2a-b7fb714a23d7" ], "x-ms-correlation-request-id": [ - "cd2cfa7b-55be-4554-b83f-6dd0eef629c7" + "22c59584-bd2e-425a-aca3-4600f5ac2ff6" ], "x-ms-arm-service-request-id": [ - "85088804-bb6a-4017-a15c-13338437a3d1" + "1f34a32e-d332-4f11-acc3-2ca1f0667be2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042609Z:cd2cfa7b-55be-4554-b83f-6dd0eef629c7" + "WESTUS:20200409T200608Z:22c59584-bd2e-425a-aca3-4600f5ac2ff6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:26:08 GMT" + "Thu, 09 Apr 2020 20:06:08 GMT" ], "Content-Length": [ "30" @@ -3128,16 +3128,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3151,13 +3151,13 @@ "10" ], "x-ms-request-id": [ - "53e152db-2962-4458-8a8c-149a9283d4bc" + "dd1d5cd5-b829-4cb2-95c3-c0221f85c7ab" ], "x-ms-correlation-request-id": [ - "91247b2f-5469-434a-ba54-ff0888fbe8bb" + "653ff6ed-debe-40e7-b099-ef26c198d5e6" ], "x-ms-arm-service-request-id": [ - "aa594d4b-7f32-4234-9573-8aff7f1a0000" + "bae12ac4-4620-4749-b1c9-ca994d56597f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3170,13 +3170,13 @@ "11968" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042620Z:91247b2f-5469-434a-ba54-ff0888fbe8bb" + "WESTUS:20200409T200618Z:653ff6ed-debe-40e7-b099-ef26c198d5e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:26:19 GMT" + "Thu, 09 Apr 2020 20:06:18 GMT" ], "Content-Length": [ "30" @@ -3192,16 +3192,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3215,13 +3215,13 @@ "10" ], "x-ms-request-id": [ - "8227d927-dada-4303-8733-111179b3db31" + "6f1517c7-da11-4679-b38d-ad825e9d48d4" ], "x-ms-correlation-request-id": [ - "460b20bd-3a0f-419b-9111-52b59fc1a0a1" + "47b22eec-8a87-4135-b536-19c8d7b35fb3" ], "x-ms-arm-service-request-id": [ - "30f5860c-1282-4f5d-83c2-5e69ee9f3c11" + "684632f2-8792-467c-9123-38c135859ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3234,13 +3234,13 @@ "11967" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042630Z:460b20bd-3a0f-419b-9111-52b59fc1a0a1" + "WESTUS:20200409T200628Z:47b22eec-8a87-4135-b536-19c8d7b35fb3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:26:29 GMT" + "Thu, 09 Apr 2020 20:06:28 GMT" ], "Content-Length": [ "30" @@ -3256,16 +3256,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3279,13 +3279,13 @@ "10" ], "x-ms-request-id": [ - "ac58feb9-45c7-4ae3-af56-556096c6c0e9" + "e02bd5aa-485c-4661-96d6-a6f97ecd46dd" ], "x-ms-correlation-request-id": [ - "52212667-d84e-4d28-8a58-3b59ee73c394" + "31afb66c-d17b-4c68-b681-650b37c4aa38" ], "x-ms-arm-service-request-id": [ - "1018abf2-3a63-4a97-a7ba-d0bd71687b55" + "65fded38-4354-4dd0-95b7-bc1384c2d64d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3298,13 +3298,13 @@ "11966" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042640Z:52212667-d84e-4d28-8a58-3b59ee73c394" + "WESTUS:20200409T200638Z:31afb66c-d17b-4c68-b681-650b37c4aa38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:26:39 GMT" + "Thu, 09 Apr 2020 20:06:38 GMT" ], "Content-Length": [ "30" @@ -3320,16 +3320,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3343,13 +3343,13 @@ "10" ], "x-ms-request-id": [ - "f4dad0c4-7ad2-48fb-9af8-68966f7af2f2" + "855513f0-aa4a-43bb-b8ca-0ee717648ba8" ], "x-ms-correlation-request-id": [ - "0fb5103b-fe59-4fac-a674-2e0228873ffb" + "519d6885-b61d-485b-9c49-36a10edd8619" ], "x-ms-arm-service-request-id": [ - "c3dd1075-a50f-401b-93ce-805e5aac2543" + "958cba97-f5cb-4b17-9178-5fb9c4903b4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3362,13 +3362,13 @@ "11965" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042650Z:0fb5103b-fe59-4fac-a674-2e0228873ffb" + "WESTUS:20200409T200648Z:519d6885-b61d-485b-9c49-36a10edd8619" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:26:50 GMT" + "Thu, 09 Apr 2020 20:06:48 GMT" ], "Content-Length": [ "30" @@ -3384,16 +3384,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3407,32 +3407,32 @@ "10" ], "x-ms-request-id": [ - "1e93582b-3a1e-44bd-8772-94b9ea8420b3" + "cb1c06ed-c281-47e4-ad0a-bce3c3474c5f" ], "x-ms-correlation-request-id": [ - "7897c162-2718-4101-bf22-7b5f43cfaf46" + "ef3b6a2c-44b9-499e-af66-929e4bf564fe" ], "x-ms-arm-service-request-id": [ - "b35e537f-b1cd-4f53-b8f7-274c39f0c053" + "07b3e8dc-1749-446f-a085-1000b4f7eab4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042701Z:7897c162-2718-4101-bf22-7b5f43cfaf46" + "WESTUS:20200409T200659Z:ef3b6a2c-44b9-499e-af66-929e4bf564fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:00 GMT" + "Thu, 09 Apr 2020 20:06:58 GMT" ], "Content-Length": [ "30" @@ -3448,16 +3448,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3471,32 +3471,32 @@ "10" ], "x-ms-request-id": [ - "d2af43ce-2afd-4c88-ae04-5c41ed923953" + "fffd83f3-19fe-4465-a9a4-3b89c19f77e3" ], "x-ms-correlation-request-id": [ - "2c4b2f25-02e9-4fa8-b7df-9bacc0b86c78" + "f7713ac0-41fb-47d6-bffc-be7cacbe4432" ], "x-ms-arm-service-request-id": [ - "eab1d52d-8d4d-4e9f-893b-6027f22e0ce4" + "9905875b-c316-4a1d-afef-c07abfd4432a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042711Z:2c4b2f25-02e9-4fa8-b7df-9bacc0b86c78" + "WESTUS:20200409T200709Z:f7713ac0-41fb-47d6-bffc-be7cacbe4432" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:11 GMT" + "Thu, 09 Apr 2020 20:07:08 GMT" ], "Content-Length": [ "30" @@ -3512,16 +3512,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3535,13 +3535,13 @@ "10" ], "x-ms-request-id": [ - "ed5c56f1-9be8-4b66-9db8-84075aa114ae" + "c9bd9b48-ac1a-402e-b6e6-3d43026e8a70" ], "x-ms-correlation-request-id": [ - "a8e282d3-210c-486e-a927-cebcd9d89fb2" + "dbeecb75-8d2a-40da-ac1c-4d892a944932" ], "x-ms-arm-service-request-id": [ - "bfeb689c-1d09-4007-bcc5-1ea5101ead88" + "8a5eeeab-4ec8-45ba-a8ef-eb850b181fc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3554,13 +3554,13 @@ "11962" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042722Z:a8e282d3-210c-486e-a927-cebcd9d89fb2" + "WESTUS:20200409T200719Z:dbeecb75-8d2a-40da-ac1c-4d892a944932" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:22 GMT" + "Thu, 09 Apr 2020 20:07:18 GMT" ], "Content-Length": [ "30" @@ -3576,16 +3576,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3599,13 +3599,13 @@ "10" ], "x-ms-request-id": [ - "cb2bc6d0-977b-4067-a83d-a801127ce313" + "db808642-ef71-4d2d-8c96-3d827face797" ], "x-ms-correlation-request-id": [ - "46a96622-cca7-42ba-807c-031a9418e267" + "5d759031-fa5f-44c1-ac14-bf4995c4891c" ], "x-ms-arm-service-request-id": [ - "950938a1-8448-44d3-9760-3024187ac6e1" + "ad112db2-c0bb-4b96-a79f-4045c59215bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3618,13 +3618,13 @@ "11961" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042732Z:46a96622-cca7-42ba-807c-031a9418e267" + "WESTUS:20200409T200729Z:5d759031-fa5f-44c1-ac14-bf4995c4891c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:32 GMT" + "Thu, 09 Apr 2020 20:07:28 GMT" ], "Content-Length": [ "30" @@ -3640,16 +3640,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3663,13 +3663,13 @@ "10" ], "x-ms-request-id": [ - "b961abb3-e1bc-4726-9ad2-49f0c91aa35a" + "1f54dbf6-ef15-4c19-8f99-014784f8145f" ], "x-ms-correlation-request-id": [ - "7586ce3d-7614-49ed-8a67-08c1ba069112" + "88962159-4b50-4643-b3b7-928e04462f83" ], "x-ms-arm-service-request-id": [ - "509a744f-f3cc-4391-a9fb-bcdba3342279" + "d204e711-0b00-4d7d-a648-b57e10df8ce0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3682,13 +3682,13 @@ "11960" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042742Z:7586ce3d-7614-49ed-8a67-08c1ba069112" + "WESTUS:20200409T200739Z:88962159-4b50-4643-b3b7-928e04462f83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:42 GMT" + "Thu, 09 Apr 2020 20:07:38 GMT" ], "Content-Length": [ "30" @@ -3704,16 +3704,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3727,13 +3727,13 @@ "10" ], "x-ms-request-id": [ - "f5f18544-a453-4455-b17a-f0c0da83c9e9" + "63d5e571-4938-49a4-8f7b-2626a8b92712" ], "x-ms-correlation-request-id": [ - "e11f4e54-5903-4a19-8541-8f22b05215bb" + "16643c76-1089-49de-b12c-31409ecec51a" ], "x-ms-arm-service-request-id": [ - "1853a01c-e359-4331-a1a3-075d9c9ca5cc" + "763593cf-7a55-4cc1-96a7-62f8fa5563bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3746,13 +3746,13 @@ "11959" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042752Z:e11f4e54-5903-4a19-8541-8f22b05215bb" + "WESTUS:20200409T200749Z:16643c76-1089-49de-b12c-31409ecec51a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:27:52 GMT" + "Thu, 09 Apr 2020 20:07:48 GMT" ], "Content-Length": [ "30" @@ -3768,16 +3768,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3791,13 +3791,13 @@ "10" ], "x-ms-request-id": [ - "fe5e8f77-af3c-4681-beef-afd8531d2d18" + "7a3cd939-5092-4027-8a74-1eda7b58aa4c" ], "x-ms-correlation-request-id": [ - "28221418-3955-41e6-a64f-ec0372240fa4" + "537afc58-2eb0-451f-b4c5-48556a4e142e" ], "x-ms-arm-service-request-id": [ - "c553aa6b-f290-4483-8c16-9089d0a7821f" + "89168b10-cd10-4fe2-9973-bebbc4190503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3810,13 +3810,13 @@ "11958" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042803Z:28221418-3955-41e6-a64f-ec0372240fa4" + "WESTUS:20200409T200759Z:537afc58-2eb0-451f-b4c5-48556a4e142e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:03 GMT" + "Thu, 09 Apr 2020 20:07:58 GMT" ], "Content-Length": [ "30" @@ -3832,16 +3832,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3855,13 +3855,13 @@ "10" ], "x-ms-request-id": [ - "4763cb62-d28d-4a3e-bff8-d5e131c462a5" + "e605af7f-a870-4d4b-b10a-7e3cc510563f" ], "x-ms-correlation-request-id": [ - "4ba56bbf-dd50-458c-aa90-46ce1391e9c2" + "fbca1531-3d3e-4636-8769-c9a0d0f84f96" ], "x-ms-arm-service-request-id": [ - "a235439f-7cf1-44d9-807b-0fd542977671" + "e8f19eaa-a723-49d6-a33f-f368a0665294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3874,13 +3874,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042813Z:4ba56bbf-dd50-458c-aa90-46ce1391e9c2" + "WESTUS:20200409T200809Z:fbca1531-3d3e-4636-8769-c9a0d0f84f96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:13 GMT" + "Thu, 09 Apr 2020 20:08:09 GMT" ], "Content-Length": [ "30" @@ -3896,16 +3896,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3919,13 +3919,13 @@ "10" ], "x-ms-request-id": [ - "cfb492a2-3ecf-43a7-98ba-1e9f7ecdc909" + "c3dc127a-186d-4aea-a50a-b7a17424cad4" ], "x-ms-correlation-request-id": [ - "296b6ab5-9bf6-452e-ae31-c77e03d8a062" + "f2c8a4df-cc24-4a29-8872-61d09113a276" ], "x-ms-arm-service-request-id": [ - "730d7aeb-86ff-421a-b601-81992f7d4f67" + "464f0294-59e7-4490-9186-4fdd50c2230e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3938,13 +3938,13 @@ "11956" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042824Z:296b6ab5-9bf6-452e-ae31-c77e03d8a062" + "WESTUS:20200409T200819Z:f2c8a4df-cc24-4a29-8872-61d09113a276" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:23 GMT" + "Thu, 09 Apr 2020 20:08:19 GMT" ], "Content-Length": [ "30" @@ -3960,16 +3960,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -3983,13 +3983,13 @@ "10" ], "x-ms-request-id": [ - "eb98746b-26a9-4786-91e0-690408b194b6" + "6c6fdad2-19a7-4847-9fb7-88902f738f76" ], "x-ms-correlation-request-id": [ - "5e338884-83c1-4ccd-a525-2b69b61783f3" + "c6034441-9a11-495b-a73d-680ddd3080fc" ], "x-ms-arm-service-request-id": [ - "61b28e6a-ef19-4b7c-bc38-a9403daf95ec" + "cc441118-1341-4280-8547-4493f048b546" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4002,13 +4002,13 @@ "11955" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042834Z:5e338884-83c1-4ccd-a525-2b69b61783f3" + "WESTUS:20200409T200830Z:c6034441-9a11-495b-a73d-680ddd3080fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:33 GMT" + "Thu, 09 Apr 2020 20:08:29 GMT" ], "Content-Length": [ "30" @@ -4024,16 +4024,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4047,13 +4047,13 @@ "10" ], "x-ms-request-id": [ - "268a429a-487d-4676-b172-80d60ad21f92" + "6f617667-eac9-4def-bf14-caf897d80648" ], "x-ms-correlation-request-id": [ - "ddcc02cd-c6d4-4de1-a39f-cadc4d964228" + "4039a54d-3c12-4a12-baf8-5626b402fdc4" ], "x-ms-arm-service-request-id": [ - "8f4f8be6-f08f-432b-ac63-daf5ba7990e3" + "27448e58-e220-4eae-9f93-40ea5e7116c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4066,13 +4066,13 @@ "11954" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042844Z:ddcc02cd-c6d4-4de1-a39f-cadc4d964228" + "WESTUS:20200409T200840Z:4039a54d-3c12-4a12-baf8-5626b402fdc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:43 GMT" + "Thu, 09 Apr 2020 20:08:39 GMT" ], "Content-Length": [ "30" @@ -4088,16 +4088,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4111,13 +4111,13 @@ "10" ], "x-ms-request-id": [ - "9368e0a0-c2f2-46a6-9fb5-98f1135cbd2d" + "a41c60fb-38b9-4587-82a7-c55428ce579d" ], "x-ms-correlation-request-id": [ - "54812cf2-c2a9-4e03-9c53-6e2f9c7cb1f1" + "28149031-de58-4dbf-b66b-bc19740e501e" ], "x-ms-arm-service-request-id": [ - "0ca26a63-5d08-455c-aeb9-71192a6dd7b0" + "7e38f3fb-6780-4f23-b136-dc2e91be5d3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4130,13 +4130,13 @@ "11953" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042854Z:54812cf2-c2a9-4e03-9c53-6e2f9c7cb1f1" + "WESTUS:20200409T200850Z:28149031-de58-4dbf-b66b-bc19740e501e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:28:53 GMT" + "Thu, 09 Apr 2020 20:08:49 GMT" ], "Content-Length": [ "30" @@ -4152,16 +4152,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4175,13 +4175,13 @@ "10" ], "x-ms-request-id": [ - "9db7a434-e3b4-4b90-bcae-a23006564e44" + "b170d0b4-cd1d-4ad8-838a-b0c8eca82161" ], "x-ms-correlation-request-id": [ - "5da5817b-4202-4fd5-98a3-2671c19b5438" + "aa14f5ff-cb24-491a-b092-0a86ece5214d" ], "x-ms-arm-service-request-id": [ - "a59d89d4-3b3d-47ad-ab97-7ced1833725a" + "d0606936-9403-4f7a-bcde-79b9f09883a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4194,13 +4194,13 @@ "11952" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042904Z:5da5817b-4202-4fd5-98a3-2671c19b5438" + "WESTUS:20200409T200900Z:aa14f5ff-cb24-491a-b092-0a86ece5214d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:04 GMT" + "Thu, 09 Apr 2020 20:08:59 GMT" ], "Content-Length": [ "30" @@ -4216,16 +4216,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4239,32 +4239,32 @@ "10" ], "x-ms-request-id": [ - "d3ff7fd3-8d01-4b5e-84ec-4ac0f4e0a123" + "611ca0b4-7e57-42e5-8760-52f0e41705c6" ], "x-ms-correlation-request-id": [ - "717c8aae-fb5f-4b76-b3c4-d4214d9efa7c" + "8d7ed2e2-7fd8-41df-83d4-e067b9afc23c" ], "x-ms-arm-service-request-id": [ - "f50dbf3f-0ec3-4838-abdf-78bf26a6477c" + "884f909c-8084-42f0-9612-773751f92714" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042915Z:717c8aae-fb5f-4b76-b3c4-d4214d9efa7c" + "WESTUS:20200409T200910Z:8d7ed2e2-7fd8-41df-83d4-e067b9afc23c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:15 GMT" + "Thu, 09 Apr 2020 20:09:10 GMT" ], "Content-Length": [ "30" @@ -4280,16 +4280,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4303,32 +4303,32 @@ "10" ], "x-ms-request-id": [ - "93e07b8e-1f9c-469e-9b93-5b005c555aaf" + "2bf55437-3d31-4694-9080-1b23f414a5cd" ], "x-ms-correlation-request-id": [ - "292ad113-a38f-4a26-8802-280a621ea85a" + "eb86c76d-583c-4214-8239-813d79ca8989" ], "x-ms-arm-service-request-id": [ - "1b11b59e-4bb2-43c7-8865-e15ed2eb4c37" + "a71a3f66-2064-4776-91e1-b58c072530c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042925Z:292ad113-a38f-4a26-8802-280a621ea85a" + "WESTUS:20200409T200920Z:eb86c76d-583c-4214-8239-813d79ca8989" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:25 GMT" + "Thu, 09 Apr 2020 20:09:20 GMT" ], "Content-Length": [ "30" @@ -4344,16 +4344,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4367,13 +4367,13 @@ "10" ], "x-ms-request-id": [ - "c8b7a390-763c-466c-acaf-b67ace3b4ec6" + "3329c6d6-6eef-48e7-88af-347fbb8d8993" ], "x-ms-correlation-request-id": [ - "ce4d0a99-42d2-41d8-a752-b0102e89f645" + "7e769fdc-6a4d-4fb6-a3ad-d8e841e4b76d" ], "x-ms-arm-service-request-id": [ - "751d6ce7-9f0a-4e81-a828-c574fc2092a7" + "ba8de1e6-2e17-4e7c-969d-338c8e9c8b7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4386,13 +4386,13 @@ "11949" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042935Z:ce4d0a99-42d2-41d8-a752-b0102e89f645" + "WESTUS:20200409T200930Z:7e769fdc-6a4d-4fb6-a3ad-d8e841e4b76d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:35 GMT" + "Thu, 09 Apr 2020 20:09:30 GMT" ], "Content-Length": [ "30" @@ -4408,16 +4408,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4431,13 +4431,13 @@ "10" ], "x-ms-request-id": [ - "6a21d3f6-a230-40b6-9cff-b913993ac27a" + "d231c9e7-195a-4dbc-bd90-47182ba50172" ], "x-ms-correlation-request-id": [ - "5564e9ac-0ec9-49f6-ac1c-ed6397b52b95" + "4793ac4c-7c6e-4ee0-946e-14dd72e49084" ], "x-ms-arm-service-request-id": [ - "b5329893-1cf1-4448-b2da-29dabb51faf6" + "e389cb87-2f4e-49fc-bc74-1691d65b1e4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4450,13 +4450,13 @@ "11948" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042946Z:5564e9ac-0ec9-49f6-ac1c-ed6397b52b95" + "WESTUS:20200409T200940Z:4793ac4c-7c6e-4ee0-946e-14dd72e49084" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:45 GMT" + "Thu, 09 Apr 2020 20:09:40 GMT" ], "Content-Length": [ "30" @@ -4472,16 +4472,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4495,13 +4495,13 @@ "10" ], "x-ms-request-id": [ - "71be02fe-b887-4074-bd9d-d4256deec83f" + "bf5066a8-6588-4af9-b90a-e31772ba1723" ], "x-ms-correlation-request-id": [ - "2f80b15a-98cf-4c98-8df8-eaeb43e9e688" + "66594486-3d5f-4eff-a5be-14cfe26c32e2" ], "x-ms-arm-service-request-id": [ - "5cdf72c2-9836-49c2-afe1-af1759ef5d18" + "98a5d066-c475-4561-822f-33e08cbdb718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4514,13 +4514,13 @@ "11947" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T042956Z:2f80b15a-98cf-4c98-8df8-eaeb43e9e688" + "WESTUS:20200409T200950Z:66594486-3d5f-4eff-a5be-14cfe26c32e2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:29:55 GMT" + "Thu, 09 Apr 2020 20:09:50 GMT" ], "Content-Length": [ "30" @@ -4536,16 +4536,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4559,13 +4559,13 @@ "10" ], "x-ms-request-id": [ - "f5887cde-51ac-44e4-8f24-01a370a39c20" + "b27b1a44-d26f-45cb-9da1-961163217499" ], "x-ms-correlation-request-id": [ - "da1bea98-5e5b-48f8-b3a9-85584e5de52e" + "20951ece-cc56-4a01-9d6e-aac2c2efde30" ], "x-ms-arm-service-request-id": [ - "3d88bddb-e767-4e2e-a186-8a3feb576e3b" + "2e84fe05-114a-4065-bbc7-f044a1c26eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4578,13 +4578,13 @@ "11946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043006Z:da1bea98-5e5b-48f8-b3a9-85584e5de52e" + "WESTUS:20200409T201001Z:20951ece-cc56-4a01-9d6e-aac2c2efde30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:06 GMT" + "Thu, 09 Apr 2020 20:10:00 GMT" ], "Content-Length": [ "30" @@ -4600,16 +4600,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4623,32 +4623,32 @@ "10" ], "x-ms-request-id": [ - "72db8772-4804-4bf8-9e64-c81c926a4cde" + "4db112e5-4996-4338-8458-997e2c9abf6a" ], "x-ms-correlation-request-id": [ - "7e995ad2-a993-4845-9beb-1b83f7be7c45" + "f905212d-601e-4928-8551-98c000b183fa" ], "x-ms-arm-service-request-id": [ - "422044df-84a4-47ea-a9e7-2813cfff1b76" + "15bfe063-b0af-4e83-ac54-260dcaf8d2e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043016Z:7e995ad2-a993-4845-9beb-1b83f7be7c45" + "WESTUS:20200409T201011Z:f905212d-601e-4928-8551-98c000b183fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:16 GMT" + "Thu, 09 Apr 2020 20:10:10 GMT" ], "Content-Length": [ "30" @@ -4664,16 +4664,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4687,13 +4687,13 @@ "10" ], "x-ms-request-id": [ - "9e1fc350-38c1-42f4-9e91-dbd35428654d" + "7c276785-ff87-47b0-b279-8dfc87ad38aa" ], "x-ms-correlation-request-id": [ - "ae0cffc2-05b9-458c-972a-95cd00bdd69f" + "50db768a-62af-4ad9-ac54-0c57e7b44f64" ], "x-ms-arm-service-request-id": [ - "9ffac48b-beac-4fa7-84d2-6ff324f62e11" + "88ae1132-17f5-4cbd-93bf-fee6c59285ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4706,13 +4706,13 @@ "11944" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043027Z:ae0cffc2-05b9-458c-972a-95cd00bdd69f" + "WESTUS:20200409T201021Z:50db768a-62af-4ad9-ac54-0c57e7b44f64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:26 GMT" + "Thu, 09 Apr 2020 20:10:20 GMT" ], "Content-Length": [ "30" @@ -4728,16 +4728,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4751,32 +4751,32 @@ "10" ], "x-ms-request-id": [ - "70f7976d-77d1-4f70-ae39-26df87ffe8f8" + "a4c93bdc-fbf7-4241-8660-42bbabaf7355" ], "x-ms-correlation-request-id": [ - "2aff265c-22d4-4559-929b-a6002ae4136c" + "9475091e-5507-4283-8317-a53120e48ea2" ], "x-ms-arm-service-request-id": [ - "cee06460-f665-44b7-8c57-5f8ebe497f18" + "6a506dd6-1152-4230-8ed2-77de58c59f1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043037Z:2aff265c-22d4-4559-929b-a6002ae4136c" + "WESTUS:20200409T201031Z:9475091e-5507-4283-8317-a53120e48ea2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:36 GMT" + "Thu, 09 Apr 2020 20:10:30 GMT" ], "Content-Length": [ "30" @@ -4792,16 +4792,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4815,13 +4815,13 @@ "10" ], "x-ms-request-id": [ - "1df98d2f-60f5-45f4-90c9-133a25d5f43d" + "e432f7b0-4695-4660-a52a-c8c75e18745b" ], "x-ms-correlation-request-id": [ - "15a0a561-f409-479e-ab8a-294d90a725be" + "d767f9f2-22e8-454e-af07-246c5bfda4ee" ], "x-ms-arm-service-request-id": [ - "087f12b1-052f-42a7-a323-0bdccdab86af" + "741b7d7e-33f3-435f-8c8c-071c80f7ebb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4834,13 +4834,13 @@ "11942" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043047Z:15a0a561-f409-479e-ab8a-294d90a725be" + "WESTUS:20200409T201041Z:d767f9f2-22e8-454e-af07-246c5bfda4ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:46 GMT" + "Thu, 09 Apr 2020 20:10:41 GMT" ], "Content-Length": [ "30" @@ -4856,16 +4856,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4879,13 +4879,13 @@ "10" ], "x-ms-request-id": [ - "0d52085c-f581-4c29-921d-2a17fda05bc0" + "11fe5c98-cbc3-4244-945f-80cacddb0386" ], "x-ms-correlation-request-id": [ - "c73fd22d-f36b-4fb5-9eb0-a5e3384e2905" + "b9ad1d2c-488b-46d8-b47d-990b9310ca44" ], "x-ms-arm-service-request-id": [ - "de8a2b68-1d49-4f4e-bd3a-05c5afa53c3f" + "d2cbfd93-1690-494c-89bd-770276fd0710" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4898,13 +4898,13 @@ "11941" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043057Z:c73fd22d-f36b-4fb5-9eb0-a5e3384e2905" + "WESTUS:20200409T201051Z:b9ad1d2c-488b-46d8-b47d-990b9310ca44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:30:57 GMT" + "Thu, 09 Apr 2020 20:10:51 GMT" ], "Content-Length": [ "30" @@ -4920,16 +4920,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -4943,13 +4943,13 @@ "10" ], "x-ms-request-id": [ - "51a6bfaa-b39c-4b0f-b0a0-a9b21b4cbc64" + "13fa84dd-3b85-40d9-b406-b90c53b701d5" ], "x-ms-correlation-request-id": [ - "fd2a05cb-08df-4d32-9862-249aec8ddcb8" + "29a6b624-effd-480f-8c80-955f9c49e5b3" ], "x-ms-arm-service-request-id": [ - "3ad7039f-92ab-4d23-b7fa-b59804ddc4cc" + "f9b2852d-8097-4a91-a634-8d09124fc0c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4962,13 +4962,13 @@ "11940" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043108Z:fd2a05cb-08df-4d32-9862-249aec8ddcb8" + "WESTUS:20200409T201101Z:29a6b624-effd-480f-8c80-955f9c49e5b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:31:07 GMT" + "Thu, 09 Apr 2020 20:11:01 GMT" ], "Content-Length": [ "30" @@ -4984,16 +4984,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5007,32 +5007,32 @@ "10" ], "x-ms-request-id": [ - "6ab83c6c-c90a-4694-b8d3-c0e019aae09d" + "1a72b7d7-ba1d-4ccc-9005-9862da25d9ea" ], "x-ms-correlation-request-id": [ - "fc960128-4eff-41ff-be5d-564700a6e124" + "40c4ed67-43b1-4b24-9336-7b44fb0201d0" ], "x-ms-arm-service-request-id": [ - "3d1f8feb-eae1-4868-8a9f-c600abc062a4" + "aae260ca-42d2-4ef0-9ba0-8cad5932d037" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043118Z:fc960128-4eff-41ff-be5d-564700a6e124" + "WESTUS:20200409T201111Z:40c4ed67-43b1-4b24-9336-7b44fb0201d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:31:18 GMT" + "Thu, 09 Apr 2020 20:11:11 GMT" ], "Content-Length": [ "30" @@ -5048,16 +5048,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5071,13 +5071,13 @@ "10" ], "x-ms-request-id": [ - "56b2bc09-9f06-4a72-85ee-27228fbcfdde" + "73dec97f-ad5f-4173-8133-42154150afe8" ], "x-ms-correlation-request-id": [ - "73afa706-5e32-4767-925f-999ae402985d" + "fc36d8b6-788f-4467-9df7-207bbec38839" ], "x-ms-arm-service-request-id": [ - "61ce37e8-3043-4f77-9ffd-b312527096ec" + "a51b826d-ffa1-406c-ba62-e94a75b9d771" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5090,13 +5090,13 @@ "11938" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043128Z:73afa706-5e32-4767-925f-999ae402985d" + "WESTUS:20200409T201121Z:fc36d8b6-788f-4467-9df7-207bbec38839" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:31:28 GMT" + "Thu, 09 Apr 2020 20:11:21 GMT" ], "Content-Length": [ "30" @@ -5112,16 +5112,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5135,13 +5135,13 @@ "10" ], "x-ms-request-id": [ - "844e7f78-3e87-4ba7-9c2e-099062a6a519" + "5fb59c78-261c-4c5b-b8b1-cad7ca130d4c" ], "x-ms-correlation-request-id": [ - "d77d59c3-5892-407e-b5fc-fb332aaa35b7" + "39693b4d-ef05-4fb6-b558-a59078b37523" ], "x-ms-arm-service-request-id": [ - "d3325c71-7424-4fc4-90f6-5bf5436d9a4c" + "621be513-ddfc-4039-8ef0-9dcf68163dca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5154,13 +5154,13 @@ "11937" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043139Z:d77d59c3-5892-407e-b5fc-fb332aaa35b7" + "WESTUS:20200409T201132Z:39693b4d-ef05-4fb6-b558-a59078b37523" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:31:38 GMT" + "Thu, 09 Apr 2020 20:11:31 GMT" ], "Content-Length": [ "30" @@ -5176,16 +5176,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5199,96 +5199,32 @@ "10" ], "x-ms-request-id": [ - "c8852d37-da6c-4fbd-95be-60e8450eaad8" + "4dd8a758-03ed-4efa-9563-d36bc13669da" ], "x-ms-correlation-request-id": [ - "4686d137-9598-4c70-9bc2-3bd3f50a7c77" + "d8eee3f0-ba4a-4182-b5db-195b655d91cd" ], "x-ms-arm-service-request-id": [ - "e1a71a11-dd02-4b00-9c63-bc0ca26959a9" + "def8d709-5288-4698-8b5f-159be69fc11f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043149Z:4686d137-9598-4c70-9bc2-3bd3f50a7c77" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 08 Apr 2020 04:31:49 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "09711d5a-926c-4646-9825-c89506d13bc2" - ], - "x-ms-correlation-request-id": [ - "ead2b9cc-4df4-4fa4-94a3-d1a286197961" - ], - "x-ms-arm-service-request-id": [ - "de6a7861-830a-4c2b-97d2-de4eb08e4386" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043159Z:ead2b9cc-4df4-4fa4-94a3-d1a286197961" + "WESTUS:20200409T201142Z:d8eee3f0-ba4a-4182-b5db-195b655d91cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:31:59 GMT" + "Thu, 09 Apr 2020 20:11:41 GMT" ], "Content-Length": [ "30" @@ -5304,16 +5240,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5327,13 +5263,13 @@ "10" ], "x-ms-request-id": [ - "0d5f42be-ef18-4cc3-af7a-997267637a53" + "595ed6b9-a656-4e03-b2ac-e725826cf66a" ], "x-ms-correlation-request-id": [ - "5116e1cb-379e-46ed-a28c-450681af4305" + "a07d1e1b-bdfc-4427-b70a-a81362998b97" ], "x-ms-arm-service-request-id": [ - "a1d75407-2e59-40ff-9489-b93368a93ce4" + "0c8ff60c-1a68-43d6-8433-ad66ec26ae59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5346,13 +5282,13 @@ "11934" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043209Z:5116e1cb-379e-46ed-a28c-450681af4305" + "WESTUS:20200409T201152Z:a07d1e1b-bdfc-4427-b70a-a81362998b97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:32:09 GMT" + "Thu, 09 Apr 2020 20:11:51 GMT" ], "Content-Length": [ "30" @@ -5368,16 +5304,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5391,32 +5327,32 @@ "10" ], "x-ms-request-id": [ - "8925780a-0302-4a11-af06-692f228d97c7" + "ea59192b-ae78-416d-a34b-ee6cc4dd2fe1" ], "x-ms-correlation-request-id": [ - "864a1893-0908-40b5-ad5f-9d7112e0680a" + "e9151650-f5a3-4e54-a080-ced2a397a7f9" ], "x-ms-arm-service-request-id": [ - "3fb728b7-7801-4403-9bb8-a831e55cabe7" + "8d438ced-6dbf-43bc-b2f4-1c933e77fa20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043219Z:864a1893-0908-40b5-ad5f-9d7112e0680a" + "WESTUS:20200409T201202Z:e9151650-f5a3-4e54-a080-ced2a397a7f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:32:19 GMT" + "Thu, 09 Apr 2020 20:12:01 GMT" ], "Content-Length": [ "30" @@ -5432,16 +5368,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5455,13 +5391,13 @@ "10" ], "x-ms-request-id": [ - "a90442c1-8cc1-45fa-b504-7e2badf5939e" + "2b934508-a554-440c-a293-599cf7176453" ], "x-ms-correlation-request-id": [ - "b2f8bf0b-cf19-414f-a1be-fb0c82e12910" + "2e3ef362-86a9-4e20-b383-256c6163a44f" ], "x-ms-arm-service-request-id": [ - "14da7e53-7ec9-4d39-a3f0-2c6c39cbf3e5" + "a43379d2-7a6e-4bfe-a3db-f4be07aeaecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5474,13 +5410,13 @@ "11932" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043230Z:b2f8bf0b-cf19-414f-a1be-fb0c82e12910" + "WESTUS:20200409T201212Z:2e3ef362-86a9-4e20-b383-256c6163a44f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:32:29 GMT" + "Thu, 09 Apr 2020 20:12:11 GMT" ], "Content-Length": [ "30" @@ -5496,16 +5432,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5519,13 +5455,13 @@ "10" ], "x-ms-request-id": [ - "bef81a0f-659b-4ace-a5ce-ac7f23861548" + "02aad306-39aa-4302-8d1e-9c8ec574592d" ], "x-ms-correlation-request-id": [ - "7f989b72-b305-49a6-ac5f-626cde3059f6" + "79603e38-909d-4ed1-a622-0dda9fc75a88" ], "x-ms-arm-service-request-id": [ - "fb17a229-412f-4af2-bf6b-c96a48d0a9de" + "3494ac4a-7a87-4034-82cd-3e580e747dbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5538,13 +5474,13 @@ "11931" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043240Z:7f989b72-b305-49a6-ac5f-626cde3059f6" + "WESTUS:20200409T201222Z:79603e38-909d-4ed1-a622-0dda9fc75a88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:32:39 GMT" + "Thu, 09 Apr 2020 20:12:21 GMT" ], "Content-Length": [ "30" @@ -5560,16 +5496,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5583,13 +5519,13 @@ "10" ], "x-ms-request-id": [ - "2429f9fa-0fa9-4b23-a0d3-fffc337d70cf" + "7036991b-415d-483f-90dd-c46164d86450" ], "x-ms-correlation-request-id": [ - "8266826b-deaa-4942-a2bd-bd018215cd7a" + "2881691c-dfcd-43c2-bfa0-e2602c0d765b" ], "x-ms-arm-service-request-id": [ - "6538e713-d47b-411a-8942-84aea85a8b91" + "cae4ea3d-1179-4b7e-9eab-64fb618a1b86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5602,13 +5538,13 @@ "11930" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043250Z:8266826b-deaa-4942-a2bd-bd018215cd7a" + "WESTUS:20200409T201232Z:2881691c-dfcd-43c2-bfa0-e2602c0d765b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:32:50 GMT" + "Thu, 09 Apr 2020 20:12:32 GMT" ], "Content-Length": [ "30" @@ -5624,16 +5560,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5647,13 +5583,13 @@ "10" ], "x-ms-request-id": [ - "c7225bb4-5b75-4511-a7f1-9fcd2870a86d" + "cde90b5c-3ca3-42d8-8daf-923d82e82a35" ], "x-ms-correlation-request-id": [ - "220242ff-8ae6-41d8-a242-54f1a37cb6a4" + "aab9642a-3759-4ad0-9abf-fbf790ede080" ], "x-ms-arm-service-request-id": [ - "2eca2f9e-9fc6-41d9-b194-86b2067172e3" + "ddcb6483-dddf-4357-80a2-81343b382bc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5666,13 +5602,13 @@ "11929" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043301Z:220242ff-8ae6-41d8-a242-54f1a37cb6a4" + "WESTUS:20200409T201242Z:aab9642a-3759-4ad0-9abf-fbf790ede080" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:00 GMT" + "Thu, 09 Apr 2020 20:12:42 GMT" ], "Content-Length": [ "30" @@ -5688,16 +5624,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5711,32 +5647,32 @@ "10" ], "x-ms-request-id": [ - "21c19b1b-b297-4b3f-af6e-d580a49bdd62" + "00c714e4-2b13-47f4-bbe6-907a8348da19" ], "x-ms-correlation-request-id": [ - "e7744534-5cff-4117-981b-c98f9849a87b" + "01685fd6-2a25-43e1-a82f-a80a7afded84" ], "x-ms-arm-service-request-id": [ - "02d188ab-9e97-4fb3-b386-4688622639d4" + "51ac3a48-dcdc-45d9-bb0c-42b3b4a3b624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043311Z:e7744534-5cff-4117-981b-c98f9849a87b" + "WESTUS:20200409T201253Z:01685fd6-2a25-43e1-a82f-a80a7afded84" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:10 GMT" + "Thu, 09 Apr 2020 20:12:52 GMT" ], "Content-Length": [ "30" @@ -5752,16 +5688,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5775,32 +5711,32 @@ "10" ], "x-ms-request-id": [ - "ed36ce1c-6997-4e61-b895-74f165a1bacf" + "4841031a-823d-46e1-bb3f-690611293df8" ], "x-ms-correlation-request-id": [ - "a92267f3-fbd7-4c77-a681-3a1593806b3a" + "2bf444a2-910c-4b91-b71b-06c85cc3efb1" ], "x-ms-arm-service-request-id": [ - "4d9dcfc4-0309-4372-a9a4-cca1ce9649c0" + "a852d697-f264-4669-979e-8673924fb1c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043321Z:a92267f3-fbd7-4c77-a681-3a1593806b3a" + "WESTUS:20200409T201303Z:2bf444a2-910c-4b91-b71b-06c85cc3efb1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:20 GMT" + "Thu, 09 Apr 2020 20:13:02 GMT" ], "Content-Length": [ "30" @@ -5816,16 +5752,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5839,13 +5775,13 @@ "10" ], "x-ms-request-id": [ - "b5b68e97-2797-4a7c-ab5b-00ccd5887f61" + "681a9518-c1dd-476d-8894-7e223b229ba5" ], "x-ms-correlation-request-id": [ - "de73d1e1-588f-4eb9-adfb-6c0d59522e4e" + "0c787646-bc76-4878-b003-8f9f8c055273" ], "x-ms-arm-service-request-id": [ - "f921e12a-fdb2-4818-8987-4e0fc616e6a9" + "10c9121e-be6b-48ad-abc8-7019914fd483" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5858,13 +5794,13 @@ "11926" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043331Z:de73d1e1-588f-4eb9-adfb-6c0d59522e4e" + "WESTUS:20200409T201313Z:0c787646-bc76-4878-b003-8f9f8c055273" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:31 GMT" + "Thu, 09 Apr 2020 20:13:12 GMT" ], "Content-Length": [ "30" @@ -5880,16 +5816,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5903,13 +5839,13 @@ "10" ], "x-ms-request-id": [ - "cbc6d1d7-b55b-4232-9834-12d1d95e3f44" + "616b0c89-ee66-4540-a0f5-f9be1f594e4a" ], "x-ms-correlation-request-id": [ - "b72648a2-88a6-4b89-839d-75c0e2db6420" + "42af2949-359e-442c-a7a7-ec9f283352bd" ], "x-ms-arm-service-request-id": [ - "2dc190b8-fd81-46ab-a678-3cc4f7cf612b" + "981ff7b7-c874-4a9d-adfb-84395467a347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5922,13 +5858,13 @@ "11925" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043342Z:b72648a2-88a6-4b89-839d-75c0e2db6420" + "WESTUS:20200409T201323Z:42af2949-359e-442c-a7a7-ec9f283352bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:42 GMT" + "Thu, 09 Apr 2020 20:13:22 GMT" ], "Content-Length": [ "30" @@ -5944,16 +5880,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -5967,13 +5903,13 @@ "10" ], "x-ms-request-id": [ - "6cca3afa-badd-4d46-adaf-be6e73c63817" + "0d05083c-cb05-4631-903c-4bec6101f313" ], "x-ms-correlation-request-id": [ - "b98df0c7-2528-4f80-bea5-2356daa58407" + "7479db3d-930a-4631-bba7-00f95f28385c" ], "x-ms-arm-service-request-id": [ - "0f874c39-45e6-455b-9448-4b291412e165" + "41e03168-eaaf-403f-afe8-7a597778cb14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5986,13 +5922,13 @@ "11924" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043352Z:b98df0c7-2528-4f80-bea5-2356daa58407" + "WESTUS:20200409T201333Z:7479db3d-930a-4631-bba7-00f95f28385c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:33:52 GMT" + "Thu, 09 Apr 2020 20:13:32 GMT" ], "Content-Length": [ "30" @@ -6008,16 +5944,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6031,13 +5967,13 @@ "10" ], "x-ms-request-id": [ - "54e74bbe-22a5-4b39-ad5d-8d57abaa7ca8" + "d2744570-1efe-4fac-b07c-9c23fba84249" ], "x-ms-correlation-request-id": [ - "fc31a30f-bd68-418c-bfb9-337e642503ef" + "9920e382-9d56-4af4-b99c-875a20d942ef" ], "x-ms-arm-service-request-id": [ - "7a1fb599-4ab3-40ca-ae19-9471803c0084" + "f27d3bde-860a-4a68-aec4-5b1d01d47e24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6050,13 +5986,13 @@ "11923" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043402Z:fc31a30f-bd68-418c-bfb9-337e642503ef" + "WESTUS:20200409T201343Z:9920e382-9d56-4af4-b99c-875a20d942ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:02 GMT" + "Thu, 09 Apr 2020 20:13:42 GMT" ], "Content-Length": [ "30" @@ -6072,16 +6008,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6095,13 +6031,13 @@ "10" ], "x-ms-request-id": [ - "4dcd6609-b8b4-473a-8de0-2494c5cd7f8d" + "fcb99db1-168f-4165-a681-66ab89a2ccbb" ], "x-ms-correlation-request-id": [ - "ccdeb680-bef3-4ea0-be5a-2f4459d32954" + "c7e22178-29ed-4010-ae6c-b5e6e86dc854" ], "x-ms-arm-service-request-id": [ - "7a9579f3-bad5-47b8-a59a-1878395ee23e" + "cb49bd6e-5951-4d78-888f-b06f6ec38a4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6114,13 +6050,13 @@ "11922" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043412Z:ccdeb680-bef3-4ea0-be5a-2f4459d32954" + "WESTUS:20200409T201353Z:c7e22178-29ed-4010-ae6c-b5e6e86dc854" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:12 GMT" + "Thu, 09 Apr 2020 20:13:52 GMT" ], "Content-Length": [ "30" @@ -6136,16 +6072,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6159,13 +6095,13 @@ "10" ], "x-ms-request-id": [ - "508f309c-f07b-4e2f-a97f-37cb5958384a" + "7d7d6c0b-ce67-42ec-8815-369076fb558e" ], "x-ms-correlation-request-id": [ - "ff50fd4a-17a0-4cd2-a739-2a1468645562" + "2f05a831-dc2e-4c3f-a87c-994ca7f26341" ], "x-ms-arm-service-request-id": [ - "4f690567-90ec-4d7b-9c6d-d04595fb2e52" + "f068f6b8-9904-48bf-9274-3ddd3977d74e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6178,13 +6114,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043422Z:ff50fd4a-17a0-4cd2-a739-2a1468645562" + "WESTUS:20200409T201403Z:2f05a831-dc2e-4c3f-a87c-994ca7f26341" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:22 GMT" + "Thu, 09 Apr 2020 20:14:02 GMT" ], "Content-Length": [ "30" @@ -6200,16 +6136,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6223,13 +6159,13 @@ "10" ], "x-ms-request-id": [ - "dcb1bb05-e7b3-49a4-9fce-54c270b0c94a" + "88d25e3c-3366-478b-a4e9-3a5cff6d1073" ], "x-ms-correlation-request-id": [ - "c63ec35a-4157-4949-935f-f84a973474c4" + "26e1bb3a-ef60-496f-b9ec-050d33b20c65" ], "x-ms-arm-service-request-id": [ - "70505b9a-377e-4441-9b4e-2641e2e8a300" + "f4fd206d-f625-46bb-998a-c90bf103492a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6242,13 +6178,13 @@ "11920" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043433Z:c63ec35a-4157-4949-935f-f84a973474c4" + "WESTUS:20200409T201413Z:26e1bb3a-ef60-496f-b9ec-050d33b20c65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:33 GMT" + "Thu, 09 Apr 2020 20:14:12 GMT" ], "Content-Length": [ "30" @@ -6264,16 +6200,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6287,13 +6223,13 @@ "10" ], "x-ms-request-id": [ - "741af54a-424f-4a2e-ad56-2f5d0e313f0e" + "847149e2-3649-44e3-99fd-0be5e1adf18f" ], "x-ms-correlation-request-id": [ - "111bb3f4-9e23-41ad-86ae-e980a072cd68" + "faee3292-1677-4bfe-864a-db3de0a02f53" ], "x-ms-arm-service-request-id": [ - "541a0b3e-f4ee-4b21-aae5-d926986577f9" + "4d9e6284-8747-4aa7-936d-31cfbf63c6ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6306,13 +6242,13 @@ "11919" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043443Z:111bb3f4-9e23-41ad-86ae-e980a072cd68" + "WESTUS:20200409T201423Z:faee3292-1677-4bfe-864a-db3de0a02f53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:43 GMT" + "Thu, 09 Apr 2020 20:14:22 GMT" ], "Content-Length": [ "30" @@ -6328,16 +6264,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6351,13 +6287,13 @@ "10" ], "x-ms-request-id": [ - "dc659b59-5a0e-4b25-b1c4-d3250c86d191" + "80f9f88f-8b1b-49a7-bbb7-b5d9e3dd7426" ], "x-ms-correlation-request-id": [ - "657ab752-22b9-432a-a193-89f257288288" + "b1f5b7cb-78ee-41d4-b9c4-2bb51a41063d" ], "x-ms-arm-service-request-id": [ - "5f5f0886-a61f-47f6-9b0c-71d6684e41ee" + "27a726d2-ec04-4d32-86c6-4ee07a27dc18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6370,13 +6306,13 @@ "11918" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043453Z:657ab752-22b9-432a-a193-89f257288288" + "WESTUS:20200409T201434Z:b1f5b7cb-78ee-41d4-b9c4-2bb51a41063d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:34:53 GMT" + "Thu, 09 Apr 2020 20:14:33 GMT" ], "Content-Length": [ "30" @@ -6392,16 +6328,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6415,13 +6351,13 @@ "10" ], "x-ms-request-id": [ - "9deddb7d-62b4-4090-a852-7f95cf3ec158" + "863f7897-d7a2-4aa7-9ba7-25402b15eeae" ], "x-ms-correlation-request-id": [ - "d532b276-0c46-4ae5-a03e-ca14b22adc9b" + "cf6d7d3e-442d-42c3-b63f-57db80fad50e" ], "x-ms-arm-service-request-id": [ - "7b61e14c-d007-4233-865a-7868feb2c1cb" + "3d9b30f1-30c7-466e-9766-716fad1639b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6434,13 +6370,13 @@ "11917" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043504Z:d532b276-0c46-4ae5-a03e-ca14b22adc9b" + "WESTUS:20200409T201444Z:cf6d7d3e-442d-42c3-b63f-57db80fad50e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:03 GMT" + "Thu, 09 Apr 2020 20:14:44 GMT" ], "Content-Length": [ "30" @@ -6456,16 +6392,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6479,13 +6415,13 @@ "10" ], "x-ms-request-id": [ - "28f7fbf5-a104-4baa-b90f-7ade99a064b0" + "d35c3a6c-c77f-4b64-b9db-d191fdec39ad" ], "x-ms-correlation-request-id": [ - "cddf4603-9df1-4c72-b717-5b7718e43137" + "3dff2f10-785d-4a73-ab10-8a3e87b1f41d" ], "x-ms-arm-service-request-id": [ - "dad1c184-0e4c-4eb9-ab1c-f4e77349802b" + "0d860b80-0de6-4fea-8232-e998cb0f1f2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6498,13 +6434,13 @@ "11916" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043514Z:cddf4603-9df1-4c72-b717-5b7718e43137" + "WESTUS:20200409T201454Z:3dff2f10-785d-4a73-ab10-8a3e87b1f41d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:13 GMT" + "Thu, 09 Apr 2020 20:14:54 GMT" ], "Content-Length": [ "30" @@ -6520,16 +6456,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6543,32 +6479,32 @@ "10" ], "x-ms-request-id": [ - "5de7be1a-d0ac-4505-9d8e-9a4f80d85760" + "608a91bb-88d2-469c-bae5-4ddaacb23b6a" ], "x-ms-correlation-request-id": [ - "99f15a5b-a0a5-49f4-8893-255094b4f630" + "fefb3c3c-5fa0-43c5-b8d3-e59de4e1a309" ], "x-ms-arm-service-request-id": [ - "f4459883-11e4-46bc-948d-5b0c2da2520b" + "fc49781c-33d7-4f3c-ac0b-19835425fbba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043524Z:99f15a5b-a0a5-49f4-8893-255094b4f630" + "WESTUS:20200409T201504Z:fefb3c3c-5fa0-43c5-b8d3-e59de4e1a309" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:23 GMT" + "Thu, 09 Apr 2020 20:15:04 GMT" ], "Content-Length": [ "30" @@ -6584,16 +6520,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6607,32 +6543,32 @@ "10" ], "x-ms-request-id": [ - "64b5c1f7-5613-4550-8b48-fd483e6389f7" + "520b9b8d-7e60-4a8d-a17c-eb7da25a4018" ], "x-ms-correlation-request-id": [ - "0c84ad9f-0877-4c7d-a1ed-0b49b08169bf" + "28476dc1-f1d9-4679-99e6-632e2e30ed5f" ], "x-ms-arm-service-request-id": [ - "02beb6cc-17a0-4964-b939-70a4f1380da0" + "0f17631b-f266-4198-bddd-9d3e26071cbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11914" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043535Z:0c84ad9f-0877-4c7d-a1ed-0b49b08169bf" + "WESTUS:20200409T201514Z:28476dc1-f1d9-4679-99e6-632e2e30ed5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:35 GMT" + "Thu, 09 Apr 2020 20:15:14 GMT" ], "Content-Length": [ "30" @@ -6648,16 +6584,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6671,13 +6607,13 @@ "10" ], "x-ms-request-id": [ - "a98463cc-992e-4c97-88fa-8e4ce6c8aa14" + "2b125fe4-9135-4f41-90ad-5b1403855563" ], "x-ms-correlation-request-id": [ - "c8f91f32-c864-4338-b105-b3ebcdad7218" + "0d3a7acf-ff2c-42b7-8f04-225b45c9cc30" ], "x-ms-arm-service-request-id": [ - "0b265e49-4483-4e2f-93f3-37f97d0b16b4" + "5daf13f1-50b7-47ef-86c7-4cbd9b7f6e27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6690,13 +6626,13 @@ "11913" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043545Z:c8f91f32-c864-4338-b105-b3ebcdad7218" + "WESTUS:20200409T201524Z:0d3a7acf-ff2c-42b7-8f04-225b45c9cc30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:45 GMT" + "Thu, 09 Apr 2020 20:15:24 GMT" ], "Content-Length": [ "30" @@ -6712,16 +6648,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6735,13 +6671,13 @@ "10" ], "x-ms-request-id": [ - "bd4f1748-4c75-4ca9-a0e1-970028b0da59" + "f40a44c2-43fd-4bd8-81e1-4cf36a3e01db" ], "x-ms-correlation-request-id": [ - "ce82b431-0586-4847-9504-142a4577e024" + "ee959f4f-0050-4ea5-92eb-fbb5ee673a60" ], "x-ms-arm-service-request-id": [ - "8ea7be4d-cddb-45ac-ba7b-38ca0a01d8a3" + "1ea88b07-6a64-4cfc-b98e-948e7b2f4364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6754,13 +6690,13 @@ "11912" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043555Z:ce82b431-0586-4847-9504-142a4577e024" + "WESTUS:20200409T201534Z:ee959f4f-0050-4ea5-92eb-fbb5ee673a60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:35:55 GMT" + "Thu, 09 Apr 2020 20:15:34 GMT" ], "Content-Length": [ "30" @@ -6776,16 +6712,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6799,13 +6735,13 @@ "10" ], "x-ms-request-id": [ - "89e0c307-2237-4a3f-9ea1-2edd0d488bea" + "67e452dc-398d-4d6b-b1b5-86fea3de341a" ], "x-ms-correlation-request-id": [ - "14d31f7f-f069-4df6-a5d4-c4caf5a96c0b" + "8c2a3807-9471-4266-8ac6-004322deac4a" ], "x-ms-arm-service-request-id": [ - "6a11b756-a550-4cf7-8e6b-fe23dbc2a0ab" + "f287fb87-14f4-4ff8-8349-02e6852b1e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6818,13 +6754,13 @@ "11911" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043605Z:14d31f7f-f069-4df6-a5d4-c4caf5a96c0b" + "WESTUS:20200409T201544Z:8c2a3807-9471-4266-8ac6-004322deac4a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:05 GMT" + "Thu, 09 Apr 2020 20:15:44 GMT" ], "Content-Length": [ "30" @@ -6840,16 +6776,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6863,13 +6799,13 @@ "10" ], "x-ms-request-id": [ - "e6ba292d-5c45-4e0d-b42f-5d851e10e581" + "340ac559-735d-4ec1-b272-f7bf4b3e8d68" ], "x-ms-correlation-request-id": [ - "530eca53-f0b8-4c17-a8af-235b0edd82e1" + "c4cd1479-2319-47f2-8330-2d9639fa4f63" ], "x-ms-arm-service-request-id": [ - "2d5373d1-b361-4e8e-90f1-3632d31303b1" + "8ab9515c-228d-46d8-9bed-3e67ef147f9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6882,13 +6818,13 @@ "11910" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043616Z:530eca53-f0b8-4c17-a8af-235b0edd82e1" + "WESTUS:20200409T201554Z:c4cd1479-2319-47f2-8330-2d9639fa4f63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:16 GMT" + "Thu, 09 Apr 2020 20:15:54 GMT" ], "Content-Length": [ "30" @@ -6904,16 +6840,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6927,32 +6863,32 @@ "10" ], "x-ms-request-id": [ - "2f30be80-aaf6-4ad0-9f22-7d30435d4eb6" + "ad4c5e57-81f5-425d-a486-1f64c993087d" ], "x-ms-correlation-request-id": [ - "ad18e48e-7e70-4328-ad6d-dfac21bcccef" + "3e768e2d-2f9a-498f-9eee-cec972a7b289" ], "x-ms-arm-service-request-id": [ - "44c6fec8-3837-40ac-9e8d-e8b1cc0bbe67" + "9a7daa6d-d371-4609-937b-9a389e721b1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11909" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043626Z:ad18e48e-7e70-4328-ad6d-dfac21bcccef" + "WESTUS:20200409T201604Z:3e768e2d-2f9a-498f-9eee-cec972a7b289" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:26 GMT" + "Thu, 09 Apr 2020 20:16:04 GMT" ], "Content-Length": [ "30" @@ -6968,16 +6904,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -6991,13 +6927,13 @@ "10" ], "x-ms-request-id": [ - "121377ad-a5cb-48c7-a487-73361980c8bc" + "7557d32b-335c-4076-956d-bd901e28c50f" ], "x-ms-correlation-request-id": [ - "0cf1384a-7585-4e58-aad9-b1c668ca6966" + "d01c5e47-751d-4b7b-b5c4-c4833b770fc5" ], "x-ms-arm-service-request-id": [ - "b56a3370-964a-417d-9dd9-c6df89401758" + "5dc7fa7c-7bd6-47db-ad7c-04338647b6c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7010,13 +6946,13 @@ "11908" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043637Z:0cf1384a-7585-4e58-aad9-b1c668ca6966" + "WESTUS:20200409T201615Z:d01c5e47-751d-4b7b-b5c4-c4833b770fc5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:36 GMT" + "Thu, 09 Apr 2020 20:16:14 GMT" ], "Content-Length": [ "30" @@ -7032,16 +6968,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7055,32 +6991,32 @@ "10" ], "x-ms-request-id": [ - "694d0af0-b36d-4f3d-b482-4bd2f2b0bd77" + "713c4a5e-694b-4554-a740-97c3217f3efe" ], "x-ms-correlation-request-id": [ - "c9aed43f-16d8-46de-81a8-8c4951f255e4" + "59895012-198c-45b5-827f-4d9765d45ab6" ], "x-ms-arm-service-request-id": [ - "2e50ed0d-540b-40d0-9cb1-490ae90e15db" + "a496ccb4-f807-4a29-8b23-dfaa9832e458" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11907" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043647Z:c9aed43f-16d8-46de-81a8-8c4951f255e4" + "WESTUS:20200409T201625Z:59895012-198c-45b5-827f-4d9765d45ab6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:47 GMT" + "Thu, 09 Apr 2020 20:16:25 GMT" ], "Content-Length": [ "30" @@ -7096,16 +7032,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7119,13 +7055,13 @@ "10" ], "x-ms-request-id": [ - "128bf54a-e0fa-4d6d-ad39-712f2ef75803" + "c2451c1b-a548-40fe-8201-ff0b8602b4be" ], "x-ms-correlation-request-id": [ - "b7d5f9f4-b7b9-4e20-8b29-d3bb92142437" + "e64554e2-0ed5-4572-bd97-93c911a097f9" ], "x-ms-arm-service-request-id": [ - "05b617f1-41e9-47cf-9d8e-d51086ae8510" + "7ac4dfc1-d7e7-43e6-9a4e-d0d34d319f1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7138,13 +7074,13 @@ "11906" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043657Z:b7d5f9f4-b7b9-4e20-8b29-d3bb92142437" + "WESTUS:20200409T201635Z:e64554e2-0ed5-4572-bd97-93c911a097f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:36:57 GMT" + "Thu, 09 Apr 2020 20:16:35 GMT" ], "Content-Length": [ "30" @@ -7160,16 +7096,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7183,13 +7119,13 @@ "10" ], "x-ms-request-id": [ - "d6b83062-1dfb-47c8-85f8-fc95f40b736d" + "2dc66518-fc6b-451e-ad9c-83602e7c84f5" ], "x-ms-correlation-request-id": [ - "eb25e9d1-6be7-4c83-8edf-7f3b149cb864" + "46d902f6-c06c-4b03-8288-5d245fdd5185" ], "x-ms-arm-service-request-id": [ - "26c326f8-dfd2-4a17-a940-715670e253a5" + "4a915a07-e207-4325-9e4d-b6772b3c154b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7202,13 +7138,13 @@ "11905" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043708Z:eb25e9d1-6be7-4c83-8edf-7f3b149cb864" + "WESTUS:20200409T201645Z:46d902f6-c06c-4b03-8288-5d245fdd5185" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:07 GMT" + "Thu, 09 Apr 2020 20:16:45 GMT" ], "Content-Length": [ "30" @@ -7224,16 +7160,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7247,13 +7183,13 @@ "10" ], "x-ms-request-id": [ - "3776aef5-849b-4e7b-9f77-403c51fbe7ec" + "9b0f0e88-457d-435f-a1a2-ef99ddd219b2" ], "x-ms-correlation-request-id": [ - "65a12780-09be-4028-8d6d-f84ae94c7563" + "695ce0a5-b912-42f9-bc6c-42fbe7a5f5c5" ], "x-ms-arm-service-request-id": [ - "0b2f0de2-77c7-401b-83ef-c0988f3baec5" + "dedc5cdc-a205-4f91-a638-066459604a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7266,13 +7202,13 @@ "11904" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043718Z:65a12780-09be-4028-8d6d-f84ae94c7563" + "WESTUS:20200409T201655Z:695ce0a5-b912-42f9-bc6c-42fbe7a5f5c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:17 GMT" + "Thu, 09 Apr 2020 20:16:55 GMT" ], "Content-Length": [ "30" @@ -7288,16 +7224,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7311,32 +7247,32 @@ "10" ], "x-ms-request-id": [ - "dca8abaa-b2af-4a95-8329-c04a015f3020" + "08e75d2b-470c-41c2-8184-410bcc77fe79" ], "x-ms-correlation-request-id": [ - "6e603b17-5d19-4049-a53a-7991974818b9" + "99297112-4050-4925-b4de-f1835bc3ac33" ], "x-ms-arm-service-request-id": [ - "6f8fa37a-e6a8-49bf-82b1-def35b6922de" + "71aa8643-828b-4296-a15a-94c223d3914d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11903" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043728Z:6e603b17-5d19-4049-a53a-7991974818b9" + "WESTUS:20200409T201705Z:99297112-4050-4925-b4de-f1835bc3ac33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:27 GMT" + "Thu, 09 Apr 2020 20:17:05 GMT" ], "Content-Length": [ "30" @@ -7352,16 +7288,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7375,13 +7311,13 @@ "10" ], "x-ms-request-id": [ - "2448dba4-f1ea-447b-805a-1cc5135feb05" + "f35dd33d-707e-4124-aabf-4fe66d1b8734" ], "x-ms-correlation-request-id": [ - "380b1932-3f50-4a0c-8b41-25e570c8721b" + "7693f4f1-93f7-4e96-8827-0a02db0797b4" ], "x-ms-arm-service-request-id": [ - "e170b88b-da85-4f3a-a068-58727a9200ef" + "90db42db-8c93-430f-a1cb-d69ad181383c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7394,13 +7330,13 @@ "11902" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043739Z:380b1932-3f50-4a0c-8b41-25e570c8721b" + "WESTUS:20200409T201715Z:7693f4f1-93f7-4e96-8827-0a02db0797b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:39 GMT" + "Thu, 09 Apr 2020 20:17:15 GMT" ], "Content-Length": [ "30" @@ -7416,16 +7352,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7439,13 +7375,13 @@ "10" ], "x-ms-request-id": [ - "4de60aec-cd0e-4077-92c5-d303df9062ea" + "d69d85bc-260e-45c6-a3e2-ff4d4e775c41" ], "x-ms-correlation-request-id": [ - "fcad9d6c-c7aa-44bf-a411-756b49c8bbe2" + "74fc93c9-3b11-4d57-b792-1dc9350a4d25" ], "x-ms-arm-service-request-id": [ - "04ec9b6a-7fd3-4e1a-9910-91bf17c5192c" + "6081af78-5cdf-4841-870d-0778251c2d0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7458,13 +7394,13 @@ "11901" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043749Z:fcad9d6c-c7aa-44bf-a411-756b49c8bbe2" + "WESTUS:20200409T201725Z:74fc93c9-3b11-4d57-b792-1dc9350a4d25" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:49 GMT" + "Thu, 09 Apr 2020 20:17:25 GMT" ], "Content-Length": [ "30" @@ -7480,16 +7416,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7503,32 +7439,32 @@ "10" ], "x-ms-request-id": [ - "a151cf54-d4e9-4350-8f47-3deba016e20b" + "73f8d91d-3df3-4d73-82ec-5d2946da376e" ], "x-ms-correlation-request-id": [ - "263e0c8e-0064-4a90-9880-f399acdbc798" + "5f404ef7-ee5d-469d-891d-6be899d4e2f2" ], "x-ms-arm-service-request-id": [ - "00004c19-81fd-4beb-9c26-777789951caa" + "25eaf573-ad18-418a-867b-3fa3e72c9f78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043759Z:263e0c8e-0064-4a90-9880-f399acdbc798" + "WESTUS:20200409T201735Z:5f404ef7-ee5d-469d-891d-6be899d4e2f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:37:59 GMT" + "Thu, 09 Apr 2020 20:17:35 GMT" ], "Content-Length": [ "30" @@ -7544,16 +7480,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7567,13 +7503,13 @@ "10" ], "x-ms-request-id": [ - "183e835f-4fe3-4d75-8c2a-d895435464a5" + "b96c27a8-fb8a-4848-83d7-296e7a639439" ], "x-ms-correlation-request-id": [ - "b4dc9c7b-c2f6-4e6f-b4ed-dd9d4516a3d2" + "bc7077f7-543c-428f-9c97-8e94c333755b" ], "x-ms-arm-service-request-id": [ - "c21966bd-6d20-4bf2-90d6-2c815e7940c1" + "8ad30174-6862-4207-8cb8-03c7b9b0d2be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7586,13 +7522,13 @@ "11899" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043809Z:b4dc9c7b-c2f6-4e6f-b4ed-dd9d4516a3d2" + "WESTUS:20200409T201745Z:bc7077f7-543c-428f-9c97-8e94c333755b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:38:09 GMT" + "Thu, 09 Apr 2020 20:17:45 GMT" ], "Content-Length": [ "30" @@ -7608,16 +7544,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7631,13 +7567,13 @@ "10" ], "x-ms-request-id": [ - "2bc8cb47-0ef8-48ba-9e27-0d4bf35712b0" + "d11f5027-2a4e-492d-8197-4282fcc20b1c" ], "x-ms-correlation-request-id": [ - "e4df668b-a1e9-4943-a4b8-4007ef6bc546" + "9f3ec2d6-a0a3-4405-b4b8-16cfa9e64f35" ], "x-ms-arm-service-request-id": [ - "039cff60-6e3d-45a0-8c1e-be8351db315c" + "afc76a30-2914-47d9-a05c-58ff30210e83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7650,13 +7586,13 @@ "11898" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043819Z:e4df668b-a1e9-4943-a4b8-4007ef6bc546" + "WESTUS:20200409T201756Z:9f3ec2d6-a0a3-4405-b4b8-16cfa9e64f35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:38:19 GMT" + "Thu, 09 Apr 2020 20:17:55 GMT" ], "Content-Length": [ "30" @@ -7672,16 +7608,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7695,32 +7631,32 @@ "10" ], "x-ms-request-id": [ - "26802e1d-c4a5-4410-a8ec-fb61aaa95a8a" + "26e66c88-4c2d-4b64-969f-59b78f8fb660" ], "x-ms-correlation-request-id": [ - "acff204a-15c4-4f3a-bd45-03c67d89b855" + "c8526073-4ccf-4e0d-ae38-7f650341c364" ], "x-ms-arm-service-request-id": [ - "777b3cae-b807-4e1b-a6d3-b8a5f7781721" + "09374e3a-2d26-4f65-bc42-a58a50d7aeec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11897" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043830Z:acff204a-15c4-4f3a-bd45-03c67d89b855" + "WESTUS:20200409T201806Z:c8526073-4ccf-4e0d-ae38-7f650341c364" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:38:29 GMT" + "Thu, 09 Apr 2020 20:18:05 GMT" ], "Content-Length": [ "30" @@ -7736,16 +7672,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7759,13 +7695,13 @@ "10" ], "x-ms-request-id": [ - "ae408e26-1c1d-4f51-a019-eabca79e849c" + "943c9790-2444-4b52-b497-10d31c962624" ], "x-ms-correlation-request-id": [ - "e597bb22-b2a5-40c1-9d5f-62c6285c55dc" + "e472d451-6b42-4efe-89be-5f72fdb098d3" ], "x-ms-arm-service-request-id": [ - "9e79d655-1eb6-4631-9aab-ee885ea73a91" + "22ae9f92-beff-4721-9b58-6e3beb47e96b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7778,13 +7714,13 @@ "11896" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043840Z:e597bb22-b2a5-40c1-9d5f-62c6285c55dc" + "WESTUS:20200409T201816Z:e472d451-6b42-4efe-89be-5f72fdb098d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:38:40 GMT" + "Thu, 09 Apr 2020 20:18:15 GMT" ], "Content-Length": [ "30" @@ -7800,16 +7736,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7823,13 +7759,13 @@ "10" ], "x-ms-request-id": [ - "371cbb86-740e-4ad6-b224-7b3580abc11d" + "8ff43901-4c1a-47fb-b700-0829ccc35438" ], "x-ms-correlation-request-id": [ - "10e4ff94-238d-4e0e-badf-95644512e8fb" + "084389b4-3a6f-4bee-aeb1-c59893deeb64" ], "x-ms-arm-service-request-id": [ - "13005c21-2ebc-44ac-b21b-ede4332be9ff" + "05b6384f-a5b7-4479-ae8b-d71d5b35f7f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7842,13 +7778,13 @@ "11895" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043850Z:10e4ff94-238d-4e0e-badf-95644512e8fb" + "WESTUS:20200409T201826Z:084389b4-3a6f-4bee-aeb1-c59893deeb64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:38:50 GMT" + "Thu, 09 Apr 2020 20:18:26 GMT" ], "Content-Length": [ "30" @@ -7864,16 +7800,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7887,13 +7823,13 @@ "10" ], "x-ms-request-id": [ - "79d55414-ce4b-4152-892a-4b0d64bbd53e" + "3a9433dc-bf32-431b-a987-a2ec29731fbc" ], "x-ms-correlation-request-id": [ - "57bb52db-47e0-405b-99db-a565cacf9820" + "a55e87c4-2208-43fc-b413-bcb20b07f01e" ], "x-ms-arm-service-request-id": [ - "c4f61216-c908-474d-9644-0c3af4ab5061" + "1d13112d-d404-4c04-a2a9-d7c77e0bc148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7906,13 +7842,13 @@ "11894" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043901Z:57bb52db-47e0-405b-99db-a565cacf9820" + "WESTUS:20200409T201836Z:a55e87c4-2208-43fc-b413-bcb20b07f01e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:00 GMT" + "Thu, 09 Apr 2020 20:18:36 GMT" ], "Content-Length": [ "30" @@ -7928,16 +7864,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -7951,32 +7887,32 @@ "10" ], "x-ms-request-id": [ - "48982838-460c-486c-bcd8-9f296b4ecc40" + "29312291-e27d-4721-a87d-53e126d0c4bb" ], "x-ms-correlation-request-id": [ - "4d3b28d2-3f47-45f4-91b0-36dc15c438ad" + "04a1e059-fc52-41a5-aa90-abaf8101bf99" ], "x-ms-arm-service-request-id": [ - "5d3eabd3-36cf-4f71-abf3-84108bfa86a3" + "2e75455e-3764-4be4-9235-4d2ac41ca731" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11893" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043911Z:4d3b28d2-3f47-45f4-91b0-36dc15c438ad" + "WESTUS:20200409T201846Z:04a1e059-fc52-41a5-aa90-abaf8101bf99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:10 GMT" + "Thu, 09 Apr 2020 20:18:46 GMT" ], "Content-Length": [ "30" @@ -7992,16 +7928,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8015,13 +7951,13 @@ "10" ], "x-ms-request-id": [ - "e3b1e9a6-067e-4288-88c7-3583beaed58d" + "f2d53892-0e44-4b33-99ea-c99e3798f707" ], "x-ms-correlation-request-id": [ - "f01a5e9d-b62a-49e2-96f3-d329722b4359" + "9612093c-dcb2-4244-b4e8-2bc5199c80fe" ], "x-ms-arm-service-request-id": [ - "5b1e2b8f-3cad-4a7a-b3cd-4d289c531dbb" + "2a5ed265-0302-4f81-8545-adc3abf3f3d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8034,13 +7970,13 @@ "11892" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043921Z:f01a5e9d-b62a-49e2-96f3-d329722b4359" + "WESTUS:20200409T201856Z:9612093c-dcb2-4244-b4e8-2bc5199c80fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:20 GMT" + "Thu, 09 Apr 2020 20:18:56 GMT" ], "Content-Length": [ "30" @@ -8056,16 +7992,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8079,32 +8015,32 @@ "10" ], "x-ms-request-id": [ - "5eb0c888-9aa5-4af9-b113-f10b45137cc5" + "a9441a78-2a21-4aaa-bb77-68ae3f456032" ], "x-ms-correlation-request-id": [ - "fd7b500b-8ca6-43f4-9f6d-4fef56b5fdd9" + "3c6e5023-0cde-4643-8ce0-6d599fe3b86f" ], "x-ms-arm-service-request-id": [ - "edbd4274-cdbf-4f7a-b3f2-12c8dd5a99cb" + "f3ccefd9-b54a-433a-8340-c5421fa3714d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11891" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043931Z:fd7b500b-8ca6-43f4-9f6d-4fef56b5fdd9" + "WESTUS:20200409T201906Z:3c6e5023-0cde-4643-8ce0-6d599fe3b86f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:30 GMT" + "Thu, 09 Apr 2020 20:19:06 GMT" ], "Content-Length": [ "30" @@ -8120,16 +8056,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8143,13 +8079,13 @@ "10" ], "x-ms-request-id": [ - "aa7857cc-e59f-4bfd-a2e5-80bc2d6795e0" + "16f91236-0827-40d8-a146-7e8a2371069e" ], "x-ms-correlation-request-id": [ - "b98f7ba9-43cc-46ff-895d-c9a981d0c974" + "e582db4c-804c-447b-84c3-61ed62e8c022" ], "x-ms-arm-service-request-id": [ - "5ba4c245-3a15-479c-ad98-13dac6f7955b" + "05f7d603-5681-4d7b-9ba2-9c9f41d7ffaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8162,13 +8098,13 @@ "11890" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043942Z:b98f7ba9-43cc-46ff-895d-c9a981d0c974" + "WESTUS:20200409T201917Z:e582db4c-804c-447b-84c3-61ed62e8c022" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:41 GMT" + "Thu, 09 Apr 2020 20:19:16 GMT" ], "Content-Length": [ "30" @@ -8184,16 +8120,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8207,13 +8143,13 @@ "10" ], "x-ms-request-id": [ - "a490ea32-4dad-4f8e-9909-c799f33d587e" + "e8282eca-0518-46b2-92cd-0f7a6fb21447" ], "x-ms-correlation-request-id": [ - "56ba8925-b1c1-4829-8452-1b5339358c33" + "8af87338-d16a-4d66-b91b-7f232665eb14" ], "x-ms-arm-service-request-id": [ - "0c3fbe4d-b785-42b4-9308-6fb1efc0afb4" + "68feb014-e705-447d-8cde-c1263aaf553e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8226,13 +8162,13 @@ "11889" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T043952Z:56ba8925-b1c1-4829-8452-1b5339358c33" + "WESTUS:20200409T201927Z:8af87338-d16a-4d66-b91b-7f232665eb14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:39:51 GMT" + "Thu, 09 Apr 2020 20:19:26 GMT" ], "Content-Length": [ "30" @@ -8248,16 +8184,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8271,13 +8207,13 @@ "10" ], "x-ms-request-id": [ - "3c97c9aa-f648-44c6-ad9a-5b5743cbeae9" + "1b815085-7269-4a5c-977d-98695d51ee46" ], "x-ms-correlation-request-id": [ - "a719904a-6971-4f4c-bdc5-4c71ab518552" + "05fc8823-c281-4244-b262-df49a1da892b" ], "x-ms-arm-service-request-id": [ - "4cfa822e-484b-4862-8f3c-9cd325fa6f66" + "c1f47b83-79d3-413a-8a78-f75bc8551d50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8290,13 +8226,13 @@ "11888" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044002Z:a719904a-6971-4f4c-bdc5-4c71ab518552" + "WESTUS:20200409T201937Z:05fc8823-c281-4244-b262-df49a1da892b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:02 GMT" + "Thu, 09 Apr 2020 20:19:37 GMT" ], "Content-Length": [ "30" @@ -8312,16 +8248,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8335,13 +8271,13 @@ "10" ], "x-ms-request-id": [ - "35fc5314-832c-46ea-abb7-07c7c21b31ea" + "6df58a70-6dc7-4045-9c9f-788eeb6dfe1b" ], "x-ms-correlation-request-id": [ - "ee0b15e8-ac08-4593-9b28-73f1e031e151" + "0133023f-d34c-4f47-8993-9f0f2b81029d" ], "x-ms-arm-service-request-id": [ - "5377dcd3-0489-4127-adab-66c5f4aa1c90" + "e4fb5b39-0996-4584-9e34-bd17035bac30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8354,13 +8290,13 @@ "11887" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044012Z:ee0b15e8-ac08-4593-9b28-73f1e031e151" + "WESTUS:20200409T201947Z:0133023f-d34c-4f47-8993-9f0f2b81029d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:12 GMT" + "Thu, 09 Apr 2020 20:19:47 GMT" ], "Content-Length": [ "30" @@ -8376,16 +8312,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8399,32 +8335,32 @@ "10" ], "x-ms-request-id": [ - "cefa85ca-be4c-4f47-b5fd-a3391580e327" + "d3acb3c7-b5b1-41cb-85f4-430e1355b0ec" ], "x-ms-correlation-request-id": [ - "2031c042-8231-4e18-82a6-a0d798c2c150" + "2357d3bf-00e6-4366-adc1-cabd343695ff" ], "x-ms-arm-service-request-id": [ - "2151a776-e88b-4111-a5d4-dacebecc38de" + "67dc7129-68aa-4382-a864-3066ca44bb5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11886" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11886" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044023Z:2031c042-8231-4e18-82a6-a0d798c2c150" + "WESTUS:20200409T201957Z:2357d3bf-00e6-4366-adc1-cabd343695ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:22 GMT" + "Thu, 09 Apr 2020 20:19:57 GMT" ], "Content-Length": [ "30" @@ -8440,16 +8376,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8463,32 +8399,32 @@ "10" ], "x-ms-request-id": [ - "f24217be-9957-4427-a50d-73ed1d34013c" + "ad152585-b1c1-4a2c-a457-ff82f85cc723" ], "x-ms-correlation-request-id": [ - "dec1b713-7845-4db1-8bde-c01577645dac" + "5c22d4a9-1d8c-4441-98d5-9006297eb389" ], "x-ms-arm-service-request-id": [ - "6cd436d6-f47f-4347-b897-3efee7d4d70a" + "a8d34603-cdd9-4c32-8204-890e18347a09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11885" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11885" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044033Z:dec1b713-7845-4db1-8bde-c01577645dac" + "WESTUS:20200409T202007Z:5c22d4a9-1d8c-4441-98d5-9006297eb389" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:32 GMT" + "Thu, 09 Apr 2020 20:20:07 GMT" ], "Content-Length": [ "30" @@ -8504,16 +8440,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8527,13 +8463,13 @@ "10" ], "x-ms-request-id": [ - "e21300f5-321f-4956-b1f3-ae8f8b24503e" + "b7b83044-9eb1-4ada-bf6a-cff0d031d28b" ], "x-ms-correlation-request-id": [ - "78f3fe3d-c893-4fde-a4a2-a94881917f21" + "26763358-a921-45a9-bb19-8bf41bf54c74" ], "x-ms-arm-service-request-id": [ - "52917be0-8163-4943-b2c6-354f99a3880e" + "b7bbb81b-fcf8-4cf1-b557-6bb0bc64f8d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8546,13 +8482,13 @@ "11884" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044043Z:78f3fe3d-c893-4fde-a4a2-a94881917f21" + "WESTUS:20200409T202018Z:26763358-a921-45a9-bb19-8bf41bf54c74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:43 GMT" + "Thu, 09 Apr 2020 20:20:17 GMT" ], "Content-Length": [ "30" @@ -8568,16 +8504,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8591,13 +8527,13 @@ "10" ], "x-ms-request-id": [ - "267273ac-dd5d-4a2b-b401-02da19592647" + "90bfa6dc-70c8-4496-991c-5fdff95c244a" ], "x-ms-correlation-request-id": [ - "99ec09a4-b8ae-4c4b-af9a-996e8e40c196" + "f0ba5f3f-43fd-4f7a-a83c-77328efd2dce" ], "x-ms-arm-service-request-id": [ - "dbc49102-80e6-4aee-9a46-67d6092a8295" + "d108f2dd-6eff-4fba-b8d5-92502b9c71d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8610,13 +8546,13 @@ "11883" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044053Z:99ec09a4-b8ae-4c4b-af9a-996e8e40c196" + "WESTUS:20200409T202028Z:f0ba5f3f-43fd-4f7a-a83c-77328efd2dce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:40:53 GMT" + "Thu, 09 Apr 2020 20:20:27 GMT" ], "Content-Length": [ "30" @@ -8632,16 +8568,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8655,13 +8591,13 @@ "10" ], "x-ms-request-id": [ - "932c90d2-099a-4787-966e-fe549b0c463f" + "b64193c8-ae63-47c0-b665-e7f59527c15a" ], "x-ms-correlation-request-id": [ - "e66db6f5-ff42-4b78-83bb-d8acdb3dd972" + "f965d836-2578-486d-aa65-965326546536" ], "x-ms-arm-service-request-id": [ - "4b658a19-a760-4b65-aaf0-6034a0a00d1a" + "3adff9be-0434-4932-8229-ae5a9011ae2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8674,13 +8610,13 @@ "11882" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044104Z:e66db6f5-ff42-4b78-83bb-d8acdb3dd972" + "WESTUS:20200409T202038Z:f965d836-2578-486d-aa65-965326546536" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:03 GMT" + "Thu, 09 Apr 2020 20:20:38 GMT" ], "Content-Length": [ "30" @@ -8696,16 +8632,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8719,13 +8655,13 @@ "10" ], "x-ms-request-id": [ - "e6c401e5-5ef5-458c-a36f-361fdb600a45" + "a90ef8f9-2aa2-40eb-b318-7f4b0252cd51" ], "x-ms-correlation-request-id": [ - "8c2c68ff-db4e-4245-ad6a-54a4b4a85c68" + "85419359-cdae-44b6-b118-66fba5b33c54" ], "x-ms-arm-service-request-id": [ - "0de6d7c0-ec48-4c47-a8ee-b326bf9539e5" + "e162c2f6-63fd-481c-8d8c-d914e302679b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8738,13 +8674,13 @@ "11881" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044114Z:8c2c68ff-db4e-4245-ad6a-54a4b4a85c68" + "WESTUS:20200409T202048Z:85419359-cdae-44b6-b118-66fba5b33c54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:13 GMT" + "Thu, 09 Apr 2020 20:20:48 GMT" ], "Content-Length": [ "30" @@ -8760,16 +8696,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8783,13 +8719,13 @@ "10" ], "x-ms-request-id": [ - "60afb4be-07e2-41a9-8153-74dcdfd1a294" + "2153ce7e-3a58-4f41-b9e1-b349fbf852cd" ], "x-ms-correlation-request-id": [ - "5790fdcb-f5aa-4cf6-bb37-fa6e2ed26acf" + "aef523c6-245e-4845-800d-88ed3f6ee95d" ], "x-ms-arm-service-request-id": [ - "aba5198e-3e00-4c31-8572-b9e04adbe8f3" + "82cf684a-828e-4d3d-8a5e-a8f3852b125c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8802,13 +8738,13 @@ "11880" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044124Z:5790fdcb-f5aa-4cf6-bb37-fa6e2ed26acf" + "WESTUS:20200409T202058Z:aef523c6-245e-4845-800d-88ed3f6ee95d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:23 GMT" + "Thu, 09 Apr 2020 20:20:58 GMT" ], "Content-Length": [ "30" @@ -8824,16 +8760,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8847,13 +8783,13 @@ "10" ], "x-ms-request-id": [ - "7bb4bdf0-2e1c-489d-bb0b-2b4779a8a875" + "59a662c8-2016-48cf-a8af-b09f24cfdb32" ], "x-ms-correlation-request-id": [ - "aa7855f1-4177-48a4-9053-2243b6113efa" + "b488b762-e887-4335-840e-f4dd4ceda405" ], "x-ms-arm-service-request-id": [ - "6dc43853-ab27-4cdc-bbd8-081edd1401b7" + "553f4c4c-ea1d-49d4-bf68-ef7a13fb77dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8866,13 +8802,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044134Z:aa7855f1-4177-48a4-9053-2243b6113efa" + "WESTUS:20200409T202108Z:b488b762-e887-4335-840e-f4dd4ceda405" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:33 GMT" + "Thu, 09 Apr 2020 20:21:08 GMT" ], "Content-Length": [ "30" @@ -8888,16 +8824,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8911,13 +8847,13 @@ "10" ], "x-ms-request-id": [ - "f0113bf2-63ab-4819-81b5-84bfa4ff9afe" + "506dee11-e964-450d-852e-6dd46e35a198" ], "x-ms-correlation-request-id": [ - "bfd2a11f-225e-48af-9834-aa72093b1e7f" + "945c0e90-0ab8-49e5-b5a7-f725ae8cad30" ], "x-ms-arm-service-request-id": [ - "b121704c-8906-49a0-bd02-5ca020bda95d" + "d68bc1aa-42b7-4d2e-959b-157d268bd7fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8930,13 +8866,13 @@ "11878" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044145Z:bfd2a11f-225e-48af-9834-aa72093b1e7f" + "WESTUS:20200409T202118Z:945c0e90-0ab8-49e5-b5a7-f725ae8cad30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:44 GMT" + "Thu, 09 Apr 2020 20:21:18 GMT" ], "Content-Length": [ "30" @@ -8952,16 +8888,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -8975,13 +8911,13 @@ "10" ], "x-ms-request-id": [ - "42ead739-b404-47f7-a6d7-8cc8beb9e9f9" + "43481290-dd33-4e5d-88ca-b040a24e247d" ], "x-ms-correlation-request-id": [ - "764d43a6-6d94-4332-930a-a9d8a97e8565" + "e1c63541-5630-4e7d-9b25-9486d0830746" ], "x-ms-arm-service-request-id": [ - "818b9429-fa3c-4178-b9e6-3546e20dcafd" + "844085cc-3a33-4389-9668-a6e960e30cf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8994,13 +8930,13 @@ "11877" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044155Z:764d43a6-6d94-4332-930a-a9d8a97e8565" + "WESTUS:20200409T202128Z:e1c63541-5630-4e7d-9b25-9486d0830746" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:41:54 GMT" + "Thu, 09 Apr 2020 20:21:28 GMT" ], "Content-Length": [ "30" @@ -9016,16 +8952,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9039,13 +8975,13 @@ "10" ], "x-ms-request-id": [ - "4609fb5d-a9da-4080-875e-9b28f4a7ecfa" + "365f8d0a-fcf2-4878-9a2c-ee759d634575" ], "x-ms-correlation-request-id": [ - "979fd132-f536-41ed-930b-14793acbfddc" + "61a506ac-674f-48e4-a0e9-721b94abd53e" ], "x-ms-arm-service-request-id": [ - "e59628d1-e5bb-4740-8bc6-bb8857abce88" + "f30b5537-20d4-47a5-9035-04bb76100916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9058,13 +8994,13 @@ "11876" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044205Z:979fd132-f536-41ed-930b-14793acbfddc" + "WESTUS:20200409T202139Z:61a506ac-674f-48e4-a0e9-721b94abd53e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:04 GMT" + "Thu, 09 Apr 2020 20:21:38 GMT" ], "Content-Length": [ "30" @@ -9080,16 +9016,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9103,13 +9039,13 @@ "10" ], "x-ms-request-id": [ - "bc42e8f0-aaec-4f65-a558-162159eae9eb" + "4d3b1eaa-9f6e-4c11-9003-23d96817a0a9" ], "x-ms-correlation-request-id": [ - "a4323e51-a18f-45c9-98c3-567899d270f8" + "2b4c249b-2718-4863-b6ea-9d5eb3cb4d74" ], "x-ms-arm-service-request-id": [ - "a3759793-b1b9-4dec-9968-b956cdd461d3" + "8c943f13-69b6-4282-92c3-6a4c6defc7d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9122,13 +9058,13 @@ "11875" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044215Z:a4323e51-a18f-45c9-98c3-567899d270f8" + "WESTUS:20200409T202149Z:2b4c249b-2718-4863-b6ea-9d5eb3cb4d74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:15 GMT" + "Thu, 09 Apr 2020 20:21:48 GMT" ], "Content-Length": [ "30" @@ -9144,16 +9080,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9167,13 +9103,13 @@ "10" ], "x-ms-request-id": [ - "19add549-442f-4711-9e8c-f4f7ee532405" + "0b7a20a1-ab07-4595-967d-7c16fdd9757c" ], "x-ms-correlation-request-id": [ - "3b3d6fa8-f79c-45e0-bb56-475d773b8c32" + "e8e73f7a-ad90-4d04-b2f0-202671fd2cc4" ], "x-ms-arm-service-request-id": [ - "3cd84d83-dfdc-4057-b467-e66de50d474c" + "589e6148-d984-4ff8-94ae-c0fb6e63cf7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9186,13 +9122,13 @@ "11874" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044226Z:3b3d6fa8-f79c-45e0-bb56-475d773b8c32" + "WESTUS:20200409T202159Z:e8e73f7a-ad90-4d04-b2f0-202671fd2cc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:25 GMT" + "Thu, 09 Apr 2020 20:21:58 GMT" ], "Content-Length": [ "30" @@ -9208,16 +9144,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9231,32 +9167,32 @@ "10" ], "x-ms-request-id": [ - "254e5d60-8fd3-4243-bba9-2089fcd6eb8c" + "d8f0f77d-2cd1-42b6-a136-676c70b1f0d3" ], "x-ms-correlation-request-id": [ - "722fdb6f-2370-4ca0-a603-238d13987672" + "96400764-41f9-41ca-ac98-54b4fbe68e1b" ], "x-ms-arm-service-request-id": [ - "43902876-6a49-4cbb-882d-ce7cd41ff420" + "f2acccca-1afc-4ce9-8617-f718421aa707" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11873" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11873" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044236Z:722fdb6f-2370-4ca0-a603-238d13987672" + "WESTUS:20200409T202209Z:96400764-41f9-41ca-ac98-54b4fbe68e1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:36 GMT" + "Thu, 09 Apr 2020 20:22:08 GMT" ], "Content-Length": [ "30" @@ -9272,16 +9208,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9295,32 +9231,32 @@ "10" ], "x-ms-request-id": [ - "60404989-e16a-453b-9386-09a20176d95d" + "1e194016-f4bf-4141-96fd-5224e3d04390" ], "x-ms-correlation-request-id": [ - "5afef251-4f89-47f9-8e78-f36d23a5694d" + "45c66a7e-a019-4048-9714-e023dfedc16a" ], "x-ms-arm-service-request-id": [ - "ce53cb06-78d9-433d-b94a-ce1daed66d3d" + "ccf9fae7-d994-4516-8015-9cde329830c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11872" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11872" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044246Z:5afef251-4f89-47f9-8e78-f36d23a5694d" + "WESTUS:20200409T202219Z:45c66a7e-a019-4048-9714-e023dfedc16a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:46 GMT" + "Thu, 09 Apr 2020 20:22:18 GMT" ], "Content-Length": [ "30" @@ -9336,16 +9272,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9359,13 +9295,13 @@ "10" ], "x-ms-request-id": [ - "178c620b-849c-48db-b1af-7444dd596f40" + "4112b520-fcac-4330-99f5-81bd18ed735a" ], "x-ms-correlation-request-id": [ - "c9f7659b-1ba3-412c-ba49-cb201e389798" + "3c8b4a0b-539d-438c-a379-9246a46002ea" ], "x-ms-arm-service-request-id": [ - "da1f506d-2d28-421b-992a-a67c97de66b3" + "663a01d6-9a87-443c-a233-73b51ae78198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9378,13 +9314,13 @@ "11871" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044256Z:c9f7659b-1ba3-412c-ba49-cb201e389798" + "WESTUS:20200409T202229Z:3c8b4a0b-539d-438c-a379-9246a46002ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:42:56 GMT" + "Thu, 09 Apr 2020 20:22:28 GMT" ], "Content-Length": [ "30" @@ -9400,16 +9336,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9423,13 +9359,13 @@ "10" ], "x-ms-request-id": [ - "78fdd515-85e4-4bab-afd9-97b5c41dac8b" + "967054a4-268d-4c62-a84a-8e15c969e871" ], "x-ms-correlation-request-id": [ - "8f0264af-3647-46bd-b0ce-f7a960b534f6" + "97a773c0-2514-4dcc-9846-18685684fd18" ], "x-ms-arm-service-request-id": [ - "658522f7-1915-43a8-96b1-71138ddaacc0" + "b12bfca8-0f93-4f52-be1c-ec7ed9891d63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9442,13 +9378,13 @@ "11870" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044307Z:8f0264af-3647-46bd-b0ce-f7a960b534f6" + "WESTUS:20200409T202239Z:97a773c0-2514-4dcc-9846-18685684fd18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:06 GMT" + "Thu, 09 Apr 2020 20:22:38 GMT" ], "Content-Length": [ "30" @@ -9464,16 +9400,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9487,13 +9423,13 @@ "10" ], "x-ms-request-id": [ - "899bdd13-7f2f-43d8-9934-9bb03a31d0fb" + "039f54b1-4307-41ab-88be-0edc7caaab4b" ], "x-ms-correlation-request-id": [ - "41e983d9-3fc9-4bbc-9a91-64d7c75d1a73" + "f8561156-0391-4b98-9a62-5100257762ef" ], "x-ms-arm-service-request-id": [ - "7d3e95cb-59ce-4e47-a915-c6f5c7ebcb1f" + "79bc2012-840e-4cb8-9ec0-f752539c4774" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9506,13 +9442,13 @@ "11869" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044317Z:41e983d9-3fc9-4bbc-9a91-64d7c75d1a73" + "WESTUS:20200409T202249Z:f8561156-0391-4b98-9a62-5100257762ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:16 GMT" + "Thu, 09 Apr 2020 20:22:49 GMT" ], "Content-Length": [ "30" @@ -9528,16 +9464,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9551,13 +9487,13 @@ "10" ], "x-ms-request-id": [ - "9e14aad4-e1d4-40ad-baef-8fe15ba2df04" + "c4e8d6f2-8aef-41bd-88f1-f68a5ed7616b" ], "x-ms-correlation-request-id": [ - "d6dbcce9-3e17-41dc-92eb-4beb1bbd6c21" + "092f8e0c-b70d-46f4-92a4-dce1e41e6f3a" ], "x-ms-arm-service-request-id": [ - "694d5028-a92e-4366-ac8c-d48d56ffbf50" + "37634122-52d1-49d7-bba4-bae71286a387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9570,13 +9506,13 @@ "11868" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044327Z:d6dbcce9-3e17-41dc-92eb-4beb1bbd6c21" + "WESTUS:20200409T202259Z:092f8e0c-b70d-46f4-92a4-dce1e41e6f3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:27 GMT" + "Thu, 09 Apr 2020 20:22:59 GMT" ], "Content-Length": [ "30" @@ -9592,16 +9528,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9615,32 +9551,32 @@ "10" ], "x-ms-request-id": [ - "16b967c3-463d-4289-80e7-d4c0335146b9" + "05b12838-944d-40d9-aae9-76ffad0e58b2" ], "x-ms-correlation-request-id": [ - "d9370ccc-91d2-43d5-800e-6f4d75ac08ce" + "b02182aa-0dae-4a57-9354-e70a9877f71b" ], "x-ms-arm-service-request-id": [ - "ee23712f-0b6f-4674-81db-a97afcb6fa73" + "65728a19-6872-4b04-b0e4-b1bed85fc574" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11867" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11867" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044337Z:d9370ccc-91d2-43d5-800e-6f4d75ac08ce" + "WESTUS:20200409T202309Z:b02182aa-0dae-4a57-9354-e70a9877f71b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:37 GMT" + "Thu, 09 Apr 2020 20:23:09 GMT" ], "Content-Length": [ "30" @@ -9656,16 +9592,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9679,13 +9615,13 @@ "10" ], "x-ms-request-id": [ - "8dfbda13-113d-4a31-8145-f04e54ffcffb" + "3db975a8-53f3-4894-bd3a-2b3881f10c6b" ], "x-ms-correlation-request-id": [ - "bed6f4f0-789e-42cd-b951-da20f71f5960" + "526618d5-9462-44d7-a397-f5c95839ffc7" ], "x-ms-arm-service-request-id": [ - "0f7b0670-edc0-45b5-b191-7e713699a839" + "db7cefe4-5454-417b-8b42-561324ae597b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9698,13 +9634,13 @@ "11866" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044348Z:bed6f4f0-789e-42cd-b951-da20f71f5960" + "WESTUS:20200409T202319Z:526618d5-9462-44d7-a397-f5c95839ffc7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:47 GMT" + "Thu, 09 Apr 2020 20:23:19 GMT" ], "Content-Length": [ "30" @@ -9720,16 +9656,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9743,32 +9679,32 @@ "10" ], "x-ms-request-id": [ - "db0b00da-61fb-4c14-adee-2d2bfba543ce" + "f3c29975-7c13-47b5-b6d8-b5d5a45f9c8e" ], "x-ms-correlation-request-id": [ - "4d371b91-15d7-4b77-b94b-841aff0eca20" + "8304a515-6437-478e-8621-7c25c7e1f4ff" ], "x-ms-arm-service-request-id": [ - "e61d837d-abfa-48d1-9403-7f2cc5831742" + "a9200304-162d-4832-8c93-f0fc714d47db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044358Z:4d371b91-15d7-4b77-b94b-841aff0eca20" + "WESTUS:20200409T202330Z:8304a515-6437-478e-8621-7c25c7e1f4ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:43:57 GMT" + "Thu, 09 Apr 2020 20:23:29 GMT" ], "Content-Length": [ "30" @@ -9784,16 +9720,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9807,13 +9743,13 @@ "10" ], "x-ms-request-id": [ - "4a7b8e37-b0ee-46b8-ba87-acfb8539e488" + "5956095d-fb3a-4556-98b3-9003534c7c42" ], "x-ms-correlation-request-id": [ - "4187800e-de6f-486a-b62b-10f1882bed6b" + "828c636d-ff12-4f51-8473-99c701f503d6" ], "x-ms-arm-service-request-id": [ - "a05fdee5-92ce-420b-a9f6-8ed0ace810ff" + "dc2a5fa1-a8ed-43cf-9da8-8832433fe057" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9826,13 +9762,13 @@ "11864" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044408Z:4187800e-de6f-486a-b62b-10f1882bed6b" + "WESTUS:20200409T202340Z:828c636d-ff12-4f51-8473-99c701f503d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:07 GMT" + "Thu, 09 Apr 2020 20:23:39 GMT" ], "Content-Length": [ "30" @@ -9848,16 +9784,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9871,13 +9807,13 @@ "10" ], "x-ms-request-id": [ - "59a82d18-2a2d-4899-9d25-4e82301d3519" + "fc4ac271-c1eb-48b8-8f5e-4a39bed51394" ], "x-ms-correlation-request-id": [ - "5ce0b079-2f5a-43a8-9a8f-b08132797f4c" + "c3de89bf-3d30-48e0-b191-0c1b48758101" ], "x-ms-arm-service-request-id": [ - "50dd1d9a-2815-4974-a5f6-862dabee624b" + "e866f57c-5d01-40a0-a9db-6e07b3f96469" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9890,13 +9826,13 @@ "11863" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044419Z:5ce0b079-2f5a-43a8-9a8f-b08132797f4c" + "WESTUS:20200409T202350Z:c3de89bf-3d30-48e0-b191-0c1b48758101" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:18 GMT" + "Thu, 09 Apr 2020 20:23:49 GMT" ], "Content-Length": [ "30" @@ -9912,16 +9848,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9935,13 +9871,13 @@ "10" ], "x-ms-request-id": [ - "2904ecf2-3702-4317-bddd-5a12ed4f94fa" + "4f2bd297-179b-4daa-a5f1-88e22b5c8ef1" ], "x-ms-correlation-request-id": [ - "9d728b72-4537-4da9-b78a-830434cfee66" + "bfc129c2-e3f7-43ec-9617-4d7b0654e76b" ], "x-ms-arm-service-request-id": [ - "5528423f-07e1-429d-9b03-b20f300f43d1" + "53f9af2a-ccf9-4196-b166-35db232ef14c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9954,13 +9890,13 @@ "11862" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044429Z:9d728b72-4537-4da9-b78a-830434cfee66" + "WESTUS:20200409T202400Z:bfc129c2-e3f7-43ec-9617-4d7b0654e76b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:29 GMT" + "Thu, 09 Apr 2020 20:23:59 GMT" ], "Content-Length": [ "30" @@ -9976,16 +9912,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -9999,32 +9935,32 @@ "10" ], "x-ms-request-id": [ - "880046e3-2176-4ba8-be2f-44a940a9a02e" + "82201819-f7ce-4bc4-846c-b78a8c1f0566" ], "x-ms-correlation-request-id": [ - "f52cfb17-e4ce-47c3-9c17-578d94f6a076" + "624a0241-330e-456e-acd0-bbebec71b61c" ], "x-ms-arm-service-request-id": [ - "5d4dcfad-7624-4bf7-816c-79b567973c32" + "333df8db-55ac-4236-94dd-c2baaa817e81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11861" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11861" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044439Z:f52cfb17-e4ce-47c3-9c17-578d94f6a076" + "WESTUS:20200409T202410Z:624a0241-330e-456e-acd0-bbebec71b61c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:39 GMT" + "Thu, 09 Apr 2020 20:24:09 GMT" ], "Content-Length": [ "30" @@ -10040,16 +9976,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10063,13 +9999,13 @@ "10" ], "x-ms-request-id": [ - "f4fea520-855b-42e7-8e05-53041063b7e4" + "9bba5628-bd6a-4475-848f-839850d0278d" ], "x-ms-correlation-request-id": [ - "00073389-fa54-49bb-aaf7-ba8680939d67" + "93d0ead6-7294-4af8-a53e-1d85d76d6f0a" ], "x-ms-arm-service-request-id": [ - "0f95b60b-dc77-4fff-bc6a-987394be517d" + "3985fe19-4dac-4f08-a8d7-8cfc63c89736" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10082,13 +10018,13 @@ "11860" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044449Z:00073389-fa54-49bb-aaf7-ba8680939d67" + "WESTUS:20200409T202420Z:93d0ead6-7294-4af8-a53e-1d85d76d6f0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:49 GMT" + "Thu, 09 Apr 2020 20:24:19 GMT" ], "Content-Length": [ "30" @@ -10104,16 +10040,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10127,13 +10063,13 @@ "10" ], "x-ms-request-id": [ - "61d102bf-5a0b-4e76-96a0-b64f8b41b073" + "fa114692-fdc5-4520-803c-d135ff9a33c6" ], "x-ms-correlation-request-id": [ - "5adce4d9-f3dc-446d-8f04-b525ba5f387d" + "fdba9db0-acf8-433d-ba49-c6ec6651bf3a" ], "x-ms-arm-service-request-id": [ - "614756b1-fee3-4045-8bf2-68e0079d35a0" + "6075374a-1a7a-437b-9b06-142110c09128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10146,13 +10082,13 @@ "11859" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044500Z:5adce4d9-f3dc-446d-8f04-b525ba5f387d" + "WESTUS:20200409T202430Z:fdba9db0-acf8-433d-ba49-c6ec6651bf3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:44:59 GMT" + "Thu, 09 Apr 2020 20:24:29 GMT" ], "Content-Length": [ "30" @@ -10168,16 +10104,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10191,32 +10127,32 @@ "10" ], "x-ms-request-id": [ - "a29b674d-b511-47b7-95ba-31febd7dd7fb" + "1a8c467e-6808-413c-b6a4-9d2582786111" ], "x-ms-correlation-request-id": [ - "e8dcc378-8cd9-4e67-beee-5786f610c975" + "0c5febad-e3a6-45a2-8891-37208c5ad141" ], "x-ms-arm-service-request-id": [ - "805157a6-c168-4fbc-8b99-0514dbf77251" + "07c6ff82-dc93-414b-9917-c53eabca4425" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11858" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11858" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044510Z:e8dcc378-8cd9-4e67-beee-5786f610c975" + "WESTUS:20200409T202440Z:0c5febad-e3a6-45a2-8891-37208c5ad141" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:45:10 GMT" + "Thu, 09 Apr 2020 20:24:40 GMT" ], "Content-Length": [ "30" @@ -10232,16 +10168,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10255,13 +10191,13 @@ "10" ], "x-ms-request-id": [ - "3366e41b-e5ee-489a-b72a-ceb60d9878d7" + "bb81f98e-0211-4a5b-9730-262df59b1b5f" ], "x-ms-correlation-request-id": [ - "528852c2-8a2b-43a8-a86f-36e41ac868ca" + "47d07169-7cc5-4679-a54e-bb1f05ce5932" ], "x-ms-arm-service-request-id": [ - "fa5dbd21-9e9c-478e-994b-51faa74d6e55" + "c1eb6c2b-6a04-4449-bb73-cba54f02e806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10274,13 +10210,13 @@ "11857" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044520Z:528852c2-8a2b-43a8-a86f-36e41ac868ca" + "WESTUS:20200409T202451Z:47d07169-7cc5-4679-a54e-bb1f05ce5932" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:45:20 GMT" + "Thu, 09 Apr 2020 20:24:50 GMT" ], "Content-Length": [ "30" @@ -10296,16 +10232,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10319,13 +10255,13 @@ "10" ], "x-ms-request-id": [ - "45f742d8-6f08-483c-a1f4-e760491267eb" + "fbb6c53e-7674-4f19-8381-369c09cb426a" ], "x-ms-correlation-request-id": [ - "d4ec6c86-d8e9-4b5e-928d-0310515280df" + "5448b8d7-aaeb-4ab1-9d21-7b0ec54bfb73" ], "x-ms-arm-service-request-id": [ - "5aa7284e-5913-4d7e-86fd-8a79478e38f5" + "d72f1e52-0201-454c-ac7d-f8e464d3ec0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10338,13 +10274,13 @@ "11856" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044530Z:d4ec6c86-d8e9-4b5e-928d-0310515280df" + "WESTUS:20200409T202501Z:5448b8d7-aaeb-4ab1-9d21-7b0ec54bfb73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:45:30 GMT" + "Thu, 09 Apr 2020 20:25:00 GMT" ], "Content-Length": [ "30" @@ -10360,16 +10296,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10383,32 +10319,32 @@ "10" ], "x-ms-request-id": [ - "0dfb2384-87ea-414e-8da1-67b4e6817104" + "89fe3b51-63ae-4c99-bd7a-5e3fbb7791ff" ], "x-ms-correlation-request-id": [ - "8e581d38-f042-4263-94a0-4a3d030d6ade" + "f9c29cf3-35ea-442d-9e5f-c6eaf866c88d" ], "x-ms-arm-service-request-id": [ - "32c29044-df0d-4769-a81d-6e55447c954d" + "e35fcef8-063c-45d2-aa0a-9858a8a3a808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11855" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11855" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044540Z:8e581d38-f042-4263-94a0-4a3d030d6ade" + "WESTUS:20200409T202511Z:f9c29cf3-35ea-442d-9e5f-c6eaf866c88d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:45:40 GMT" + "Thu, 09 Apr 2020 20:25:11 GMT" ], "Content-Length": [ "30" @@ -10424,16 +10360,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10447,13 +10383,13 @@ "10" ], "x-ms-request-id": [ - "a8733df1-daaf-4f2a-b5b0-f4597ad2f859" + "1bd551bc-368d-4279-8f6c-f2a4bcdbb23c" ], "x-ms-correlation-request-id": [ - "60f536dd-0351-41c2-a347-1934d07a66b6" + "37d80dce-7d39-4377-8d48-3d585f77e78a" ], "x-ms-arm-service-request-id": [ - "e58fe708-1ddc-4538-a627-37cc6a451efa" + "d674c5c8-5145-4dd9-9cb9-6eb877939974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10466,13 +10402,13 @@ "11854" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044551Z:60f536dd-0351-41c2-a347-1934d07a66b6" + "WESTUS:20200409T202521Z:37d80dce-7d39-4377-8d48-3d585f77e78a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:45:51 GMT" + "Thu, 09 Apr 2020 20:25:21 GMT" ], "Content-Length": [ "30" @@ -10488,16 +10424,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10511,13 +10447,13 @@ "10" ], "x-ms-request-id": [ - "6e4402c3-fad5-4204-9c05-cbff27524d66" + "44c7361e-1667-42bc-a28c-2e5001d25de9" ], "x-ms-correlation-request-id": [ - "5b3e8e3c-bafc-4297-b5c0-7f76de926dfc" + "a6e371d8-2142-4ddd-a77d-f566b2d75843" ], "x-ms-arm-service-request-id": [ - "e2df61a2-bef5-4ce5-9a29-90a7ae167e1b" + "be45d9ff-0434-44ce-ae1a-d3c696a96f22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10530,13 +10466,13 @@ "11853" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044601Z:5b3e8e3c-bafc-4297-b5c0-7f76de926dfc" + "WESTUS:20200409T202531Z:a6e371d8-2142-4ddd-a77d-f566b2d75843" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:01 GMT" + "Thu, 09 Apr 2020 20:25:31 GMT" ], "Content-Length": [ "30" @@ -10552,16 +10488,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10575,13 +10511,13 @@ "10" ], "x-ms-request-id": [ - "e34de003-39bb-4bde-88bd-c404d84315c4" + "26b09ac8-b0a3-4744-bec3-6b825401061a" ], "x-ms-correlation-request-id": [ - "1afe7d6f-000d-4c02-a03b-ed89c608d165" + "ca44e54e-668e-4c1d-b5a2-db63a9e94c52" ], "x-ms-arm-service-request-id": [ - "57bfb7eb-c819-4ec9-8e21-122dbd7cfca2" + "1ae9aeaf-7a7f-48a6-90e6-e82ae39027e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10594,13 +10530,13 @@ "11852" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044611Z:1afe7d6f-000d-4c02-a03b-ed89c608d165" + "WESTUS:20200409T202541Z:ca44e54e-668e-4c1d-b5a2-db63a9e94c52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:11 GMT" + "Thu, 09 Apr 2020 20:25:41 GMT" ], "Content-Length": [ "30" @@ -10616,16 +10552,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10639,32 +10575,32 @@ "10" ], "x-ms-request-id": [ - "a480451c-581f-43ca-8c39-a747caeb92f7" + "2ffd9f19-16f2-40a3-a2a3-780090af9a32" ], "x-ms-correlation-request-id": [ - "0feb3ea4-b983-437f-b7d0-c50e647bf2bc" + "32ab62af-c3e6-433b-bcfc-561dcf691f7a" ], "x-ms-arm-service-request-id": [ - "4eaf1b18-f352-4fb7-8e31-591c164b8762" + "f9c45825-ecb1-44f1-a926-7ec1b601c26a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11851" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11851" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044622Z:0feb3ea4-b983-437f-b7d0-c50e647bf2bc" + "WESTUS:20200409T202551Z:32ab62af-c3e6-433b-bcfc-561dcf691f7a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:21 GMT" + "Thu, 09 Apr 2020 20:25:51 GMT" ], "Content-Length": [ "30" @@ -10680,16 +10616,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10703,13 +10639,13 @@ "10" ], "x-ms-request-id": [ - "8233f657-5054-4741-9949-e381b8999e8a" + "308f0c8a-9ddb-4e77-b4de-ee2de8cf1645" ], "x-ms-correlation-request-id": [ - "6e34f56a-b53b-4660-9526-7826f595f260" + "41ce9b5e-56d2-4113-8ee0-47708ec06525" ], "x-ms-arm-service-request-id": [ - "69c63e6f-c5a4-4333-9a42-471a4a1d9fb3" + "0c4fab2b-ee23-49ea-87de-89d1ab91b34b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10722,13 +10658,13 @@ "11850" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044632Z:6e34f56a-b53b-4660-9526-7826f595f260" + "WESTUS:20200409T202601Z:41ce9b5e-56d2-4113-8ee0-47708ec06525" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:32 GMT" + "Thu, 09 Apr 2020 20:26:01 GMT" ], "Content-Length": [ "30" @@ -10744,16 +10680,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10767,32 +10703,32 @@ "10" ], "x-ms-request-id": [ - "e31dd335-1a0d-4f31-bd6c-690f41eb52ca" + "783f3784-a0a9-43b9-9c5b-ced095284c56" ], "x-ms-correlation-request-id": [ - "87617e09-a38b-4175-ac0d-a29736817c7d" + "02a575e2-dd58-417b-98b7-ef64993d4bd7" ], "x-ms-arm-service-request-id": [ - "2b091539-b9ec-4eec-9372-49ae130aed89" + "e8d98a8c-71f2-421a-b4dd-472e86f48f56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11849" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11849" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044642Z:87617e09-a38b-4175-ac0d-a29736817c7d" + "WESTUS:20200409T202611Z:02a575e2-dd58-417b-98b7-ef64993d4bd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:42 GMT" + "Thu, 09 Apr 2020 20:26:11 GMT" ], "Content-Length": [ "30" @@ -10808,16 +10744,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10831,13 +10767,13 @@ "10" ], "x-ms-request-id": [ - "a36f95ef-af67-4684-8bc9-e9e1233ef110" + "0c05699a-2646-4cf5-aefd-0548f2c9ef80" ], "x-ms-correlation-request-id": [ - "30743c6c-5401-4c6e-a08e-3e75bf8df774" + "ee979978-8725-4044-8a43-c9b1f44a3d83" ], "x-ms-arm-service-request-id": [ - "e39209c4-cc29-419e-ad9e-3938d43f6d3f" + "2ea78e17-7cf3-4120-86a4-8cdef83a18ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10850,13 +10786,13 @@ "11848" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044653Z:30743c6c-5401-4c6e-a08e-3e75bf8df774" + "WESTUS:20200409T202622Z:ee979978-8725-4044-8a43-c9b1f44a3d83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:46:53 GMT" + "Thu, 09 Apr 2020 20:26:21 GMT" ], "Content-Length": [ "30" @@ -10872,16 +10808,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10895,13 +10831,13 @@ "10" ], "x-ms-request-id": [ - "61eb28d2-9d17-49c5-9132-fc5dd26ffc8e" + "f5a5d7cf-79b2-4274-ad81-ac4e6543ba85" ], "x-ms-correlation-request-id": [ - "3d0e9650-8687-4549-855e-e0e752797877" + "4c44d7a8-ac9e-4f1b-b159-144481477cc9" ], "x-ms-arm-service-request-id": [ - "e857a0b4-392d-4514-8d01-8996e6ec9a42" + "7a0f1ab4-fd99-4bc8-b869-4f338072e871" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10914,13 +10850,13 @@ "11847" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044703Z:3d0e9650-8687-4549-855e-e0e752797877" + "WESTUS:20200409T202632Z:4c44d7a8-ac9e-4f1b-b159-144481477cc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:03 GMT" + "Thu, 09 Apr 2020 20:26:31 GMT" ], "Content-Length": [ "30" @@ -10936,16 +10872,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -10959,13 +10895,13 @@ "10" ], "x-ms-request-id": [ - "dfb54f5e-6bd1-4534-bffc-85af3c79f0b9" + "a5064c5a-df53-4f59-b0e7-fb6a44de02fb" ], "x-ms-correlation-request-id": [ - "4eb837d8-ea8b-4ff4-aa59-2a0532a5d3df" + "602ce557-e8db-4f27-a4d7-70c6546034e0" ], "x-ms-arm-service-request-id": [ - "07422b40-1337-4235-b0e6-e007a49c3c2c" + "946c9f3b-71e4-46ec-82f8-a5f27da6ae75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10978,13 +10914,13 @@ "11846" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044713Z:4eb837d8-ea8b-4ff4-aa59-2a0532a5d3df" + "WESTUS:20200409T202642Z:602ce557-e8db-4f27-a4d7-70c6546034e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:13 GMT" + "Thu, 09 Apr 2020 20:26:41 GMT" ], "Content-Length": [ "30" @@ -11000,16 +10936,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11023,13 +10959,13 @@ "10" ], "x-ms-request-id": [ - "94f1348a-203e-478f-82dc-a3abfd60c3a8" + "559aee94-c47f-4ef9-b929-c0344a6e2201" ], "x-ms-correlation-request-id": [ - "5a9dc117-13a7-4027-8b12-e8201d65415a" + "1a96e88b-ca59-4c15-bb5e-fa117c82c8dc" ], "x-ms-arm-service-request-id": [ - "b1721ba1-4343-4ad5-a054-9335a91f8444" + "4163a67a-0e3e-4462-9ac5-695447ee22f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11042,13 +10978,13 @@ "11845" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044723Z:5a9dc117-13a7-4027-8b12-e8201d65415a" + "WESTUS:20200409T202652Z:1a96e88b-ca59-4c15-bb5e-fa117c82c8dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:23 GMT" + "Thu, 09 Apr 2020 20:26:51 GMT" ], "Content-Length": [ "30" @@ -11064,16 +11000,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11087,32 +11023,32 @@ "10" ], "x-ms-request-id": [ - "c227aa3a-548d-41ea-b46a-0c0ecb44ff14" + "22c2c61a-44ca-4902-b4b3-516a6b2e259d" ], "x-ms-correlation-request-id": [ - "064af717-0ec7-4ce8-8a4b-9705579a6409" + "37e06a0f-90dc-4596-aaa1-6e361b8f487f" ], "x-ms-arm-service-request-id": [ - "4c6bce19-344f-4748-aea8-2493e581f856" + "0898961a-f028-4000-926a-61b87cb13d14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11844" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11844" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044733Z:064af717-0ec7-4ce8-8a4b-9705579a6409" + "WESTUS:20200409T202702Z:37e06a0f-90dc-4596-aaa1-6e361b8f487f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:33 GMT" + "Thu, 09 Apr 2020 20:27:01 GMT" ], "Content-Length": [ "30" @@ -11128,16 +11064,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11151,32 +11087,32 @@ "10" ], "x-ms-request-id": [ - "a25bcd65-cfc6-48cc-ba25-1e10db115c93" + "291f1b20-e957-455d-95b2-fc68fed20ca0" ], "x-ms-correlation-request-id": [ - "c93307ba-d1ef-4873-bdec-da0cca23442b" + "a4ef84fc-8686-4393-a877-924f224a9873" ], "x-ms-arm-service-request-id": [ - "13268f5f-285e-4ce0-a9c2-822ab6eb8893" + "390ff541-f45a-4fd2-81bc-f4df638467d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11843" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11843" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044744Z:c93307ba-d1ef-4873-bdec-da0cca23442b" + "WESTUS:20200409T202712Z:a4ef84fc-8686-4393-a877-924f224a9873" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:43 GMT" + "Thu, 09 Apr 2020 20:27:11 GMT" ], "Content-Length": [ "30" @@ -11192,16 +11128,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11215,13 +11151,13 @@ "10" ], "x-ms-request-id": [ - "bd115fd3-6fe4-4b62-964c-8a7eb415f9ce" + "5a6b5fa7-29c1-4878-97b1-d45a9214add0" ], "x-ms-correlation-request-id": [ - "57763946-b97d-4b94-b30e-521c8514b35b" + "cfe5b880-1381-4466-a0e5-2c4f570a3f50" ], "x-ms-arm-service-request-id": [ - "f6a5417c-78bc-4e22-87ae-6ada8ccee367" + "458b3054-d539-4229-89a1-9eee3307a144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11234,13 +11170,13 @@ "11842" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044754Z:57763946-b97d-4b94-b30e-521c8514b35b" + "WESTUS:20200409T202722Z:cfe5b880-1381-4466-a0e5-2c4f570a3f50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:47:54 GMT" + "Thu, 09 Apr 2020 20:27:21 GMT" ], "Content-Length": [ "30" @@ -11256,16 +11192,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11279,13 +11215,13 @@ "10" ], "x-ms-request-id": [ - "669e7b26-fe3c-4728-a8f0-60db014411e1" + "f70ff1e2-a7be-4802-b2c9-e484c89a30a3" ], "x-ms-correlation-request-id": [ - "84830133-8b50-449b-b24e-ddc49fda4c1e" + "cf4f6ac6-1c09-42c2-94b0-67b1325fa842" ], "x-ms-arm-service-request-id": [ - "63e6cbf8-8814-487a-8d6d-524a48c642a8" + "6b3db471-ca7a-4797-ac3e-1c2f202671b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11298,13 +11234,13 @@ "11841" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044804Z:84830133-8b50-449b-b24e-ddc49fda4c1e" + "WESTUS:20200409T202732Z:cf4f6ac6-1c09-42c2-94b0-67b1325fa842" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:04 GMT" + "Thu, 09 Apr 2020 20:27:31 GMT" ], "Content-Length": [ "30" @@ -11320,16 +11256,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11343,13 +11279,13 @@ "10" ], "x-ms-request-id": [ - "7c102154-ff41-4683-be97-126a231484d3" + "7f86e9ac-d5a3-4a44-a12e-0e4beb89c71e" ], "x-ms-correlation-request-id": [ - "f431a23d-cdac-4165-b406-9f2ea6f9421b" + "8ee7cef5-5b26-46f2-8977-c7a9466cb134" ], "x-ms-arm-service-request-id": [ - "c7eb0e90-fe6a-49c2-a21b-dbef0d24ab7d" + "b03a4c4e-0a67-4ed2-95ba-677184e40853" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11362,13 +11298,13 @@ "11840" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044815Z:f431a23d-cdac-4165-b406-9f2ea6f9421b" + "WESTUS:20200409T202742Z:8ee7cef5-5b26-46f2-8977-c7a9466cb134" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:14 GMT" + "Thu, 09 Apr 2020 20:27:41 GMT" ], "Content-Length": [ "30" @@ -11384,16 +11320,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11407,13 +11343,13 @@ "10" ], "x-ms-request-id": [ - "c22c764d-0032-49f9-b4f5-d28011e4278c" + "ecfe5523-d860-46d8-9b50-5bf74aae2022" ], "x-ms-correlation-request-id": [ - "f596c027-a84d-47f0-b020-600b9cd8c8f6" + "09083ada-1052-4737-b255-f6d264202efb" ], "x-ms-arm-service-request-id": [ - "98995340-98f9-4c46-a203-99fd5dbd7687" + "660918cc-c635-4d80-98e9-621f8521f62d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11426,13 +11362,13 @@ "11839" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044825Z:f596c027-a84d-47f0-b020-600b9cd8c8f6" + "WESTUS:20200409T202752Z:09083ada-1052-4737-b255-f6d264202efb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:24 GMT" + "Thu, 09 Apr 2020 20:27:52 GMT" ], "Content-Length": [ "30" @@ -11448,16 +11384,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11471,13 +11407,13 @@ "10" ], "x-ms-request-id": [ - "9620351c-13c7-485f-bf5f-601f78dd5b79" + "9d69194c-f96b-440a-a1d6-629c9ed9ab93" ], "x-ms-correlation-request-id": [ - "b76586f6-657e-4a17-85d5-888ebec36367" + "2ad3a2f0-cb72-49e3-9f18-81a3495c764a" ], "x-ms-arm-service-request-id": [ - "068743b4-0c55-413b-a288-50876e312986" + "a714c9ae-65d2-45d2-afd6-6ddb8ae04168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11490,13 +11426,13 @@ "11838" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044835Z:b76586f6-657e-4a17-85d5-888ebec36367" + "WESTUS:20200409T202803Z:2ad3a2f0-cb72-49e3-9f18-81a3495c764a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:34 GMT" + "Thu, 09 Apr 2020 20:28:03 GMT" ], "Content-Length": [ "30" @@ -11512,16 +11448,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11535,13 +11471,13 @@ "10" ], "x-ms-request-id": [ - "b270bbee-8647-45d5-b7a4-c532f1478981" + "0286c3a3-a2bf-49c9-aaa0-d26558b4f876" ], "x-ms-correlation-request-id": [ - "be9f70af-e0b3-4592-ace2-091604f3ae2f" + "0061566b-8053-4cbd-a8c3-7992d0121cfa" ], "x-ms-arm-service-request-id": [ - "46d34713-d565-44b2-b4cb-eabe1fbfe528" + "4cc949d4-3be5-4c33-a0d0-d1382a595d59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11554,13 +11490,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044845Z:be9f70af-e0b3-4592-ace2-091604f3ae2f" + "WESTUS:20200409T202813Z:0061566b-8053-4cbd-a8c3-7992d0121cfa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:44 GMT" + "Thu, 09 Apr 2020 20:28:13 GMT" ], "Content-Length": [ "30" @@ -11576,16 +11512,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11599,13 +11535,13 @@ "10" ], "x-ms-request-id": [ - "ca8f7e04-d276-48e9-8e47-0d6c52bbadf1" + "d61ff2b2-5bce-415e-9312-83f000edc1ee" ], "x-ms-correlation-request-id": [ - "3877622f-7fe2-4265-b6b8-d377cf0f08b3" + "47bd7934-be6e-4a76-8068-29ba059526df" ], "x-ms-arm-service-request-id": [ - "01a3f53c-5862-47d9-805d-6c901adb3d23" + "bd311e02-a07c-423b-a82d-0684ba25cabe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11618,13 +11554,13 @@ "11836" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044856Z:3877622f-7fe2-4265-b6b8-d377cf0f08b3" + "WESTUS:20200409T202823Z:47bd7934-be6e-4a76-8068-29ba059526df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:48:55 GMT" + "Thu, 09 Apr 2020 20:28:23 GMT" ], "Content-Length": [ "30" @@ -11640,16 +11576,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11663,13 +11599,13 @@ "10" ], "x-ms-request-id": [ - "4b48eb24-9d70-438c-bcc6-8c1a1b559a4f" + "f059d54b-24e6-4a4a-bd41-f9bce518c8a6" ], "x-ms-correlation-request-id": [ - "36e1528a-8816-4047-a1ba-2c82944784e7" + "979d29c8-05be-4d38-8ae0-4f7b76c65640" ], "x-ms-arm-service-request-id": [ - "49a7b7d8-e578-4fdb-bad5-399c27beab15" + "3b3581f1-7f53-46b3-a341-53d2cad9f3e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11682,13 +11618,13 @@ "11835" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044906Z:36e1528a-8816-4047-a1ba-2c82944784e7" + "WESTUS:20200409T202833Z:979d29c8-05be-4d38-8ae0-4f7b76c65640" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:06 GMT" + "Thu, 09 Apr 2020 20:28:33 GMT" ], "Content-Length": [ "30" @@ -11704,16 +11640,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11727,13 +11663,13 @@ "10" ], "x-ms-request-id": [ - "84743aed-cc77-45f6-bdc7-f3fe92d8acde" + "6d13cf8d-8565-42e7-8ddd-925cd067bfb9" ], "x-ms-correlation-request-id": [ - "32e578c0-0423-4945-9bfb-776a49f85ac2" + "8bff83a3-5324-486d-9ff3-8e71fc8aeb1a" ], "x-ms-arm-service-request-id": [ - "5540fb71-2d89-47a1-9c16-a7753fc1ca61" + "b186603b-9a3d-43a3-bd47-62df4cdd93e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11746,13 +11682,13 @@ "11834" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044916Z:32e578c0-0423-4945-9bfb-776a49f85ac2" + "WESTUS:20200409T202843Z:8bff83a3-5324-486d-9ff3-8e71fc8aeb1a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:16 GMT" + "Thu, 09 Apr 2020 20:28:43 GMT" ], "Content-Length": [ "30" @@ -11768,16 +11704,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11791,13 +11727,13 @@ "10" ], "x-ms-request-id": [ - "278696b9-60fb-442b-9fc6-5875e4ac6b7b" + "72479601-e6d4-44af-bf7b-d894e6573b06" ], "x-ms-correlation-request-id": [ - "0add0a42-173f-4c7c-9980-556ac18defa2" + "9fd8f602-4d0c-4e3c-8dbb-ae3ebd650fd4" ], "x-ms-arm-service-request-id": [ - "649a2ce8-1dd0-4fc2-b74a-f619857d96a0" + "501977cf-c910-4b30-9e66-c93d2b281321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11810,13 +11746,13 @@ "11833" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044926Z:0add0a42-173f-4c7c-9980-556ac18defa2" + "WESTUS:20200409T202853Z:9fd8f602-4d0c-4e3c-8dbb-ae3ebd650fd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:26 GMT" + "Thu, 09 Apr 2020 20:28:53 GMT" ], "Content-Length": [ "30" @@ -11832,16 +11768,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11855,13 +11791,13 @@ "10" ], "x-ms-request-id": [ - "c92c8eb1-1d50-4029-b3c4-66973e961a36" + "8073bd78-b358-4bee-bb9c-1f298190a07c" ], "x-ms-correlation-request-id": [ - "7d837c48-2723-44f9-82a6-54a0967e4850" + "164f1171-2cee-408a-ae85-ba223822e5c5" ], "x-ms-arm-service-request-id": [ - "307efeab-c560-48b9-8d51-a1cc14db3288" + "2df18808-e4e9-4764-9339-72380d181ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11874,13 +11810,13 @@ "11832" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044937Z:7d837c48-2723-44f9-82a6-54a0967e4850" + "WESTUS:20200409T202903Z:164f1171-2cee-408a-ae85-ba223822e5c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:36 GMT" + "Thu, 09 Apr 2020 20:29:03 GMT" ], "Content-Length": [ "30" @@ -11896,16 +11832,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11919,32 +11855,32 @@ "10" ], "x-ms-request-id": [ - "44471a7a-e891-4930-a60d-757c74028dca" + "95f8a8ea-a8b2-41bc-a546-61780982d03b" ], "x-ms-correlation-request-id": [ - "8978d842-0d22-4db2-82c2-1a6e0ca67d3d" + "81da9e8c-bd5b-4904-9917-285b2c8aeb11" ], "x-ms-arm-service-request-id": [ - "9745588a-4da5-4b34-a921-bdc9b732cb56" + "4db866c3-4429-4233-ad6e-3345d52c08f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11831" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11831" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044947Z:8978d842-0d22-4db2-82c2-1a6e0ca67d3d" + "WESTUS:20200409T202914Z:81da9e8c-bd5b-4904-9917-285b2c8aeb11" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:47 GMT" + "Thu, 09 Apr 2020 20:29:13 GMT" ], "Content-Length": [ "30" @@ -11960,16 +11896,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -11983,32 +11919,32 @@ "10" ], "x-ms-request-id": [ - "4e6d9aa6-84a9-44c8-960d-e067db69e322" + "c0d4db92-f90b-4215-a3e8-23dda00c9b82" ], "x-ms-correlation-request-id": [ - "daf220c7-9122-4313-aba5-580479645533" + "65c6dc09-12a2-4c55-b8e1-2438b8e2cc3f" ], "x-ms-arm-service-request-id": [ - "1937c023-251b-42b5-b2ec-f7e0e55ef357" + "878bc8f0-6721-40fc-abe3-17f8d29b1981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11830" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11830" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T044957Z:daf220c7-9122-4313-aba5-580479645533" + "WESTUS:20200409T202924Z:65c6dc09-12a2-4c55-b8e1-2438b8e2cc3f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:49:57 GMT" + "Thu, 09 Apr 2020 20:29:23 GMT" ], "Content-Length": [ "30" @@ -12024,16 +11960,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12047,13 +11983,13 @@ "10" ], "x-ms-request-id": [ - "bae8d5ff-a377-4b89-9750-7c7b68a9a9ee" + "e95e320d-02a7-4d6f-ae60-20b8b899a345" ], "x-ms-correlation-request-id": [ - "4188d322-45cf-43bd-b77e-6449383759c0" + "9715b473-e24a-48f1-99de-99d12855f2e3" ], "x-ms-arm-service-request-id": [ - "a7919ac0-a1fc-4241-85b7-c5e7c77197a6" + "56866d9d-e659-4697-ae3b-97b2f34a3db5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12066,13 +12002,13 @@ "11829" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045008Z:4188d322-45cf-43bd-b77e-6449383759c0" + "WESTUS:20200409T202934Z:9715b473-e24a-48f1-99de-99d12855f2e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:07 GMT" + "Thu, 09 Apr 2020 20:29:33 GMT" ], "Content-Length": [ "30" @@ -12088,16 +12024,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12111,13 +12047,13 @@ "10" ], "x-ms-request-id": [ - "f43d6e63-f8c0-4f6b-8fc8-3ae0b1665c96" + "56e9adae-ab77-471d-8841-a930e9cefd7a" ], "x-ms-correlation-request-id": [ - "e715df35-16cd-4a46-8bc9-7328a6703d87" + "d22055bf-8f5f-4c7e-a8e6-46d6bae323da" ], "x-ms-arm-service-request-id": [ - "4e50c714-992a-457c-a711-220de314c2a8" + "468d0b74-d601-468b-b00d-82a8fb0fdce2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12130,13 +12066,13 @@ "11828" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045018Z:e715df35-16cd-4a46-8bc9-7328a6703d87" + "WESTUS:20200409T202944Z:d22055bf-8f5f-4c7e-a8e6-46d6bae323da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:17 GMT" + "Thu, 09 Apr 2020 20:29:43 GMT" ], "Content-Length": [ "30" @@ -12152,16 +12088,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12175,13 +12111,13 @@ "10" ], "x-ms-request-id": [ - "64d9614d-26b2-408c-84bd-70899d2cd904" + "01999072-07b6-41b4-88de-3fe8a661898c" ], "x-ms-correlation-request-id": [ - "9d6e7579-14f1-40ba-ae61-e9061c22d8be" + "2e5a19f8-1648-4ac6-a41d-851743aead07" ], "x-ms-arm-service-request-id": [ - "f10e5dec-3caa-4e12-b87a-e33f1b013247" + "1cc1cc84-3a18-4ed0-af35-2cc76a0c8715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12194,13 +12130,13 @@ "11827" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045028Z:9d6e7579-14f1-40ba-ae61-e9061c22d8be" + "WESTUS:20200409T202954Z:2e5a19f8-1648-4ac6-a41d-851743aead07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:27 GMT" + "Thu, 09 Apr 2020 20:29:53 GMT" ], "Content-Length": [ "30" @@ -12216,16 +12152,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12239,13 +12175,13 @@ "10" ], "x-ms-request-id": [ - "525a22dc-2b88-49b0-87ec-dc8ad011dead" + "16ea138e-45c1-4515-ab59-2e07efb72895" ], "x-ms-correlation-request-id": [ - "df9eb5dd-fa5d-4666-a1eb-7ae7a4108f70" + "8900ba6f-3511-4c3d-b84c-2f938f5abd21" ], "x-ms-arm-service-request-id": [ - "d23fd41d-5dcf-4441-ae9e-00306bae07f4" + "488e0160-ff3c-4367-9049-71487d1c8c11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12258,13 +12194,13 @@ "11826" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045038Z:df9eb5dd-fa5d-4666-a1eb-7ae7a4108f70" + "WESTUS:20200409T203004Z:8900ba6f-3511-4c3d-b84c-2f938f5abd21" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:38 GMT" + "Thu, 09 Apr 2020 20:30:03 GMT" ], "Content-Length": [ "30" @@ -12280,16 +12216,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12303,32 +12239,32 @@ "10" ], "x-ms-request-id": [ - "765af685-974d-4bf7-bd9a-7be4d2c8ec96" + "7d7c6839-4c5c-41a2-95f6-fbf8467e132b" ], "x-ms-correlation-request-id": [ - "e0a159f1-3989-4bde-8694-34ed64728875" + "8ac14bc5-6d04-4c91-8041-4a1997202e9f" ], "x-ms-arm-service-request-id": [ - "1b4fdbe7-914b-406b-b470-199f089e272e" + "1473bcc5-cc48-4d89-bc9e-4ef7633e1cdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11825" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11825" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045048Z:e0a159f1-3989-4bde-8694-34ed64728875" + "WESTUS:20200409T203014Z:8ac14bc5-6d04-4c91-8041-4a1997202e9f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:48 GMT" + "Thu, 09 Apr 2020 20:30:14 GMT" ], "Content-Length": [ "30" @@ -12344,16 +12280,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12367,13 +12303,13 @@ "10" ], "x-ms-request-id": [ - "18a17b43-afb9-460a-ad6b-af1d15adab4f" + "3da4bcfe-ea06-4f6a-aa44-57defe2454ff" ], "x-ms-correlation-request-id": [ - "88da3b77-edde-4b1b-9e8a-aba3a58942cf" + "af8c86cd-837b-4264-8c02-a17e3db1a392" ], "x-ms-arm-service-request-id": [ - "36333baa-425b-4f86-898c-f2db1d7ba714" + "68e0b02d-7a43-49cf-887e-ce0f6b00c8a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12386,13 +12322,13 @@ "11824" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045059Z:88da3b77-edde-4b1b-9e8a-aba3a58942cf" + "WESTUS:20200409T203024Z:af8c86cd-837b-4264-8c02-a17e3db1a392" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:50:58 GMT" + "Thu, 09 Apr 2020 20:30:24 GMT" ], "Content-Length": [ "30" @@ -12408,16 +12344,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12431,32 +12367,32 @@ "10" ], "x-ms-request-id": [ - "2b3bd945-4b8d-4a19-93e7-73e41a045e65" + "371c88f8-7eec-40d0-a2e1-1eaafb89178a" ], "x-ms-correlation-request-id": [ - "5b865048-447f-49ca-baf7-6ebfe8c4f35f" + "548f97ef-6a33-4462-a106-f5211e0ee584" ], "x-ms-arm-service-request-id": [ - "d33b9109-e033-43d8-b6cb-3eedbb41c4ac" + "dabe5388-752c-4b4c-8e28-212f3220e225" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11823" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11823" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045109Z:5b865048-447f-49ca-baf7-6ebfe8c4f35f" + "WESTUS:20200409T203035Z:548f97ef-6a33-4462-a106-f5211e0ee584" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:51:08 GMT" + "Thu, 09 Apr 2020 20:30:34 GMT" ], "Content-Length": [ "30" @@ -12472,16 +12408,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12495,13 +12431,13 @@ "10" ], "x-ms-request-id": [ - "1ef6d6bc-0853-4cbf-b5f7-64e8d8b3fe3b" + "43c3c31c-5784-4252-a20e-ad18f4bcd020" ], "x-ms-correlation-request-id": [ - "87d08e87-0159-460a-b1e9-0a548beb4e00" + "feb46d32-1b0d-4cfe-9ec4-6d7b284a9ff5" ], "x-ms-arm-service-request-id": [ - "09b807e4-6fc4-4a29-a87d-705de2d868c7" + "4f1643a1-b4dc-4d7e-864a-0ddf66f600e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12514,13 +12450,13 @@ "11822" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045119Z:87d08e87-0159-460a-b1e9-0a548beb4e00" + "WESTUS:20200409T203045Z:feb46d32-1b0d-4cfe-9ec4-6d7b284a9ff5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:51:18 GMT" + "Thu, 09 Apr 2020 20:30:44 GMT" ], "Content-Length": [ "30" @@ -12536,16 +12472,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12559,13 +12495,13 @@ "10" ], "x-ms-request-id": [ - "bc20e6a7-7d48-4e34-987d-186ca6dbcc3c" + "bd37b39a-ca53-453e-82d6-d0510888eaf0" ], "x-ms-correlation-request-id": [ - "2d007a8c-aba5-4884-b1de-d9f63c8f0ab2" + "605bf49c-e73b-4c80-86c8-472a26e6f366" ], "x-ms-arm-service-request-id": [ - "6083ee16-d76d-4de2-94e4-2af45179a418" + "133f70a0-db07-412a-927f-9446379f90ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12578,13 +12514,13 @@ "11821" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045130Z:2d007a8c-aba5-4884-b1de-d9f63c8f0ab2" + "WESTUS:20200409T203055Z:605bf49c-e73b-4c80-86c8-472a26e6f366" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:51:29 GMT" + "Thu, 09 Apr 2020 20:30:54 GMT" ], "Content-Length": [ "30" @@ -12600,16 +12536,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12623,13 +12559,13 @@ "10" ], "x-ms-request-id": [ - "b34cbbe4-3f3c-4dcc-9e10-e80f011bbd88" + "5cef4133-d1b4-4941-908b-0dec6b062a73" ], "x-ms-correlation-request-id": [ - "b9055ac4-3490-4f6d-91d7-d35ad7d9a7b7" + "61409aad-980b-4bc2-98bf-0c32f9bfbd55" ], "x-ms-arm-service-request-id": [ - "ada727d3-9155-401a-a459-cd96255934eb" + "6379a5e1-f30c-4a65-bb87-91149c07f8d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12642,13 +12578,13 @@ "11820" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045140Z:b9055ac4-3490-4f6d-91d7-d35ad7d9a7b7" + "WESTUS:20200409T203105Z:61409aad-980b-4bc2-98bf-0c32f9bfbd55" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:51:40 GMT" + "Thu, 09 Apr 2020 20:31:04 GMT" ], "Content-Length": [ "30" @@ -12664,16 +12600,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12687,32 +12623,32 @@ "10" ], "x-ms-request-id": [ - "120ba16f-2032-43f9-8681-7093bb4584d6" + "76c7a8a5-a7d5-4c59-8403-4344fd0a9716" ], "x-ms-correlation-request-id": [ - "0020941f-d7f5-4d70-940d-52e45d1bac24" + "c7307260-6e7f-467b-a456-68b1f32cf56d" ], "x-ms-arm-service-request-id": [ - "8605f6c5-0b57-48c5-b015-6be35dc85539" + "7e79930d-133b-46ea-a10c-9fce865495f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11819" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11819" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045150Z:0020941f-d7f5-4d70-940d-52e45d1bac24" + "WESTUS:20200409T203115Z:c7307260-6e7f-467b-a456-68b1f32cf56d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:51:50 GMT" + "Thu, 09 Apr 2020 20:31:14 GMT" ], "Content-Length": [ "30" @@ -12728,16 +12664,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12751,13 +12687,13 @@ "10" ], "x-ms-request-id": [ - "647dbc8a-1b5c-4ccf-b7a3-e3c429af7ada" + "16201d6b-a250-459d-85b8-8e32b8cb7e5c" ], "x-ms-correlation-request-id": [ - "13799df5-eb02-4f48-9075-ec659a1c1552" + "18a8d8d8-38c2-4cbb-a9ae-c23b3d94bfab" ], "x-ms-arm-service-request-id": [ - "a64820d9-da19-4084-9fe3-08a4553be0a7" + "21e3152e-81d9-40e7-8030-2c70e3855685" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12770,13 +12706,13 @@ "11818" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045201Z:13799df5-eb02-4f48-9075-ec659a1c1552" + "WESTUS:20200409T203125Z:18a8d8d8-38c2-4cbb-a9ae-c23b3d94bfab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:00 GMT" + "Thu, 09 Apr 2020 20:31:25 GMT" ], "Content-Length": [ "30" @@ -12792,16 +12728,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12815,13 +12751,13 @@ "10" ], "x-ms-request-id": [ - "7978c6a9-d9f8-419d-9922-8cb1447ed172" + "fa763488-ca76-4bc1-b832-f8ae49ad6f25" ], "x-ms-correlation-request-id": [ - "799b1c35-ba63-42ec-b00f-47306d0d82d1" + "8152142d-d76a-4ad4-b898-82f777f000d6" ], "x-ms-arm-service-request-id": [ - "89f95a97-322e-434c-bb21-616a6d979218" + "2f77f6ed-86bd-47b5-afe5-765233cbae8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12834,13 +12770,13 @@ "11817" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045211Z:799b1c35-ba63-42ec-b00f-47306d0d82d1" + "WESTUS:20200409T203135Z:8152142d-d76a-4ad4-b898-82f777f000d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:11 GMT" + "Thu, 09 Apr 2020 20:31:35 GMT" ], "Content-Length": [ "30" @@ -12856,16 +12792,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12879,32 +12815,32 @@ "10" ], "x-ms-request-id": [ - "84dad4db-0314-44a1-ae5f-d978e36a511e" + "245190fb-0829-4b0e-823b-fbb7bc2f7caf" ], "x-ms-correlation-request-id": [ - "6830f49f-4e6d-4dde-98d0-73a4825385fb" + "52ca298f-9e80-4ad6-abac-1183a4589b99" ], "x-ms-arm-service-request-id": [ - "cbd893ad-178d-44b2-a125-3500f40ebfd4" + "9dc9f3d2-a0f1-4a7d-b3ee-66d84c8f3f06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11816" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11816" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045221Z:6830f49f-4e6d-4dde-98d0-73a4825385fb" + "WESTUS:20200409T203145Z:52ca298f-9e80-4ad6-abac-1183a4589b99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:21 GMT" + "Thu, 09 Apr 2020 20:31:45 GMT" ], "Content-Length": [ "30" @@ -12920,16 +12856,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -12943,13 +12879,13 @@ "10" ], "x-ms-request-id": [ - "7815b1ba-b782-44c4-9c98-2a948f1f2a86" + "651b59e4-5d48-46bd-8d49-369878d44777" ], "x-ms-correlation-request-id": [ - "7f6fb07f-7d0c-4058-b379-80783bfc7f85" + "f31134eb-8a14-4035-a35b-487ef680f406" ], "x-ms-arm-service-request-id": [ - "d1722939-6279-4b35-b2fc-6d3575f3be5d" + "ec9cf462-5b48-464e-b0e9-6ef80683ac34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12959,16 +12895,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11815" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045231Z:7f6fb07f-7d0c-4058-b379-80783bfc7f85" + "WESTUS:20200409T203231Z:f31134eb-8a14-4035-a35b-487ef680f406" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:31 GMT" + "Thu, 09 Apr 2020 20:32:31 GMT" ], "Content-Length": [ "30" @@ -12984,16 +12920,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13007,13 +12943,13 @@ "10" ], "x-ms-request-id": [ - "e3e6859f-7f47-4887-bda0-ae6817ad27ec" + "b1091848-12b5-4099-a7da-c5b0f6cc2a4f" ], "x-ms-correlation-request-id": [ - "c6d6ffd4-150f-46b9-b3e0-2cd252b06133" + "fd41555d-3343-4129-803c-0631a4d47bbe" ], "x-ms-arm-service-request-id": [ - "5caff068-df06-4830-97a3-22c3e07d1137" + "dac60a4c-cde6-4319-ade5-dea08de3b477" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13023,16 +12959,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11814" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045241Z:c6d6ffd4-150f-46b9-b3e0-2cd252b06133" + "WESTUS:20200409T203241Z:fd41555d-3343-4129-803c-0631a4d47bbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:41 GMT" + "Thu, 09 Apr 2020 20:32:41 GMT" ], "Content-Length": [ "30" @@ -13048,16 +12984,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13071,32 +13007,32 @@ "10" ], "x-ms-request-id": [ - "6bd5fbef-718d-41b9-92ef-5d660f686cc6" + "68f472a5-395d-4719-a68b-d4247cb87ca1" ], "x-ms-correlation-request-id": [ - "3855a49e-1e46-44e8-8fa0-b25eace2ff39" + "70923a3d-8aef-471c-8700-3dc74d9d6db2" ], "x-ms-arm-service-request-id": [ - "7fb1160b-e0d4-4c10-b5a5-e4241e08ffa5" + "56fec0fe-4500-453c-8e5d-b9f726e8ae03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11813" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045252Z:3855a49e-1e46-44e8-8fa0-b25eace2ff39" + "WESTUS:20200409T203251Z:70923a3d-8aef-471c-8700-3dc74d9d6db2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:52:51 GMT" + "Thu, 09 Apr 2020 20:32:51 GMT" ], "Content-Length": [ "30" @@ -13112,16 +13048,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/e05815db-0f04-4b90-babc-869ea8712be2?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UwNTgxNWRiLTBmMDQtNGI5MC1iYWJjLTg2OWVhODcxMmJlMj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13131,17 +13067,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "bca451cb-8a44-42a4-80ca-27bdb48042de" + "c6593807-febf-496a-b484-a0fda434fd0d" ], "x-ms-correlation-request-id": [ - "9f9fb255-bb46-4bd4-a190-ec98e9d41e9c" + "5271efcf-35b2-47ae-bb94-19af30eea516" ], "x-ms-arm-service-request-id": [ - "512b61e5-b1e4-4a00-b60e-ba8977a5d73f" + "20fe7226-c223-4b3f-bc44-f99198e0fb80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13151,19 +13084,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11812" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045302Z:9f9fb255-bb46-4bd4-a190-ec98e9d41e9c" + "WESTUS:20200409T203302Z:5271efcf-35b2-47ae-bb94-19af30eea516" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:02 GMT" + "Thu, 09 Apr 2020 20:33:01 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13172,20 +13105,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHMyMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "4db115c4-1ec8-4bc0-bf1e-ed5f6009296d" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13195,61 +13134,51 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "2afc9b84-0944-4090-8286-411d542dfc88" + "0b41a1f9-a344-4b72-871d-be1fb5ce40c7" ], "x-ms-correlation-request-id": [ - "30ab60e4-c502-4e2a-885e-2a151ce5cae5" + "0b41a1f9-a344-4b72-871d-be1fb5ce40c7" ], - "x-ms-arm-service-request-id": [ - "a5a063d6-1a25-42f7-b361-b3b454b5d999" + "x-ms-routing-request-id": [ + "WESTUS:20200409T203302Z:0b41a1f9-a344-4b72-871d-be1fb5ce40c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11811" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045312Z:30ab60e4-c502-4e2a-885e-2a151ce5cae5" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:12 GMT" - ], - "Content-Length": [ - "30" + "Thu, 09 Apr 2020 20:33:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "155" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/localNetworkGateways/ps2155' under resource group 'ps7970' was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHMyMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13259,17 +13188,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"60a2a763-211a-4dd3-bc0a-348251cf72e6\"" ], "x-ms-request-id": [ - "5cbe1194-33da-43bf-8352-254840acdc25" + "e8f03c52-4142-469a-a87a-78334c31febb" ], "x-ms-correlation-request-id": [ - "6c32c7cb-3839-4d5f-bb09-603a00713f8e" + "aeda158e-e9af-4f94-9ede-fa7e30e20612" ], "x-ms-arm-service-request-id": [ - "75ccddc2-f967-4fca-9a27-063498806573" + "2b8305a4-ca1d-46a8-9763-12c5c70bdf7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13279,19 +13208,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11810" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045322Z:6c32c7cb-3839-4d5f-bb09-603a00713f8e" + "WESTUS:20200409T203315Z:aeda158e-e9af-4f94-9ede-fa7e30e20612" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:22 GMT" + "Thu, 09 Apr 2020 20:33:14 GMT" ], "Content-Length": [ - "30" + "579" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13300,20 +13229,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2155\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"etag\": \"W/\\\"60a2a763-211a-4dd3-bc0a-348251cf72e6\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa4aebb9-dd40-419a-980d-ddb6c4e57b61\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHMyMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "75e3fab1-3695-4c19-b509-f4a5455daefb" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13323,17 +13258,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"60a2a763-211a-4dd3-bc0a-348251cf72e6\"" ], "x-ms-request-id": [ - "2c7d28c9-6c19-4143-a527-22b002b1c56f" + "23007282-bad7-4a9e-ae2c-62257a4e4f7f" ], "x-ms-correlation-request-id": [ - "41dd96e2-badb-44a9-a3d8-f413e7aefb2e" + "a897cbfd-b1c2-469d-b5ee-7a6e7cc962b4" ], "x-ms-arm-service-request-id": [ - "dd908359-22d1-4db6-8f6b-b0be8e2c32e1" + "cee32a56-9b6b-41ca-b062-8281a18d8562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13343,19 +13278,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11809" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045333Z:41dd96e2-badb-44a9-a3d8-f413e7aefb2e" + "WESTUS:20200409T203315Z:a897cbfd-b1c2-469d-b5ee-7a6e7cc962b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:32 GMT" + "Thu, 09 Apr 2020 20:33:14 GMT" ], "Content-Length": [ - "30" + "579" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13364,20 +13299,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2155\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"etag\": \"W/\\\"60a2a763-211a-4dd3-bc0a-348251cf72e6\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa4aebb9-dd40-419a-980d-ddb6c4e57b61\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHMyMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7fe47eb4-6e18-4bbc-bc89-c89da08b5e47" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13387,17 +13328,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "ETag": [ + "W/\"60a2a763-211a-4dd3-bc0a-348251cf72e6\"" ], "x-ms-request-id": [ - "2fdda927-4ab8-4214-888f-ce2452cb4ed6" + "aa0b2bdd-be88-4bf9-9b8d-b278f06aa814" ], "x-ms-correlation-request-id": [ - "106397c5-b1d7-409e-b124-cdcb17b4b426" + "975ec074-ab2d-47db-b4aa-8a0ac9635762" ], "x-ms-arm-service-request-id": [ - "d3faf5a8-0016-4e89-aa8f-f18c733645d5" + "739f5c1c-b146-4156-bb33-81a8bf2020fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13407,19 +13348,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11808" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045343Z:106397c5-b1d7-409e-b124-cdcb17b4b426" + "WESTUS:20200409T203315Z:975ec074-ab2d-47db-b4aa-8a0ac9635762" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:42 GMT" + "Thu, 09 Apr 2020 20:33:15 GMT" ], "Content-Length": [ - "30" + "579" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13428,20 +13369,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps2155\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"etag\": \"W/\\\"60a2a763-211a-4dd3-bc0a-348251cf72e6\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aa4aebb9-dd40-419a-980d-ddb6c4e57b61\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHMyMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "99a8c7c4-9385-4984-8f90-774dec4c99c8" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "208" ] }, "ResponseHeaders": { @@ -13455,35 +13408,41 @@ "10" ], "x-ms-request-id": [ - "9e79ddf9-0b75-48c0-992f-166be7859fee" + "a89768d9-5632-4d31-9412-468392682185" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/a89768d9-5632-4d31-9412-468392682185?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "8b8d6960-5999-4526-a0ae-a486bad83942" + "3a178e9e-a985-410c-a837-149f8b688d2b" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "6b780d87-080b-4446-a12b-00f219f639d2" + "b08b5c53-ec4d-438a-b377-622208c2f26d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11807" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045353Z:8b8d6960-5999-4526-a0ae-a486bad83942" + "WESTUS:20200409T203304Z:3a178e9e-a985-410c-a837-149f8b688d2b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:53:53 GMT" + "Thu, 09 Apr 2020 20:33:04 GMT" ], "Content-Length": [ - "30" + "578" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13492,20 +13451,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"ps2155\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"etag\": \"W/\\\"9a5ada4a-38ee-4195-8e8d-fe0f63b77e53\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"aa4aebb9-dd40-419a-980d-ddb6c4e57b61\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/a89768d9-5632-4d31-9412-468392682185?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E4OTc2OGQ5LTU2MzItNGQzMS05NDEyLTQ2ODM5MjY4MjE4NT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13515,17 +13474,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "0a3ebdb4-a5c1-41cf-adfa-12258b86e074" + "f01aeb36-f76b-45f5-9d51-0ac621c5cef0" ], "x-ms-correlation-request-id": [ - "2522c9c5-3356-4587-858f-f6277307babb" + "6f1c62f2-9c17-4f4b-adeb-f535f802151e" ], "x-ms-arm-service-request-id": [ - "bc4bbad1-a272-4c07-9ae6-a5d6ca92a19b" + "4198aa61-1f4b-4afd-8cae-2888fd514861" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13535,19 +13491,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11806" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045404Z:2522c9c5-3356-4587-858f-f6277307babb" + "WESTUS:20200409T203315Z:6f1c62f2-9c17-4f4b-adeb-f535f802151e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:04 GMT" + "Thu, 09 Apr 2020 20:33:14 GMT" ], "Content-Length": [ - "30" + "29" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13556,20 +13512,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "bd10b342-6eeb-4ced-b4cf-ec4f4ef269c0" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13579,61 +13541,51 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "96bd00d7-e943-4b7f-9b0d-cc5a6b7b6ea1" + "bb5a1aaa-008f-446d-9fa4-2c3c7e71214d" ], "x-ms-correlation-request-id": [ - "de3630aa-8540-4e0c-ad98-1ec14b7b7c7a" + "bb5a1aaa-008f-446d-9fa4-2c3c7e71214d" ], - "x-ms-arm-service-request-id": [ - "e9f4232e-525a-445c-ac28-e50e078eb0d0" + "x-ms-routing-request-id": [ + "WESTUS:20200409T203315Z:bb5a1aaa-008f-446d-9fa4-2c3c7e71214d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11805" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045414Z:de3630aa-8540-4e0c-ad98-1ec14b7b7c7a" - ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:14 GMT" - ], - "Content-Length": [ - "30" + "Thu, 09 Apr 2020 20:33:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "146" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/connections/ps4000' under resource group 'ps7970' was not found.\"\r\n }\r\n}", + "StatusCode": 404 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13643,17 +13595,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "9551cd32-4417-4d07-9a07-6026739d3fdd" + "23c84ed6-b27a-4f57-b1c6-e80f94795b74" ], "x-ms-correlation-request-id": [ - "bff06242-9941-46a7-8c92-e47ad6093356" + "f417ebb6-907e-4294-a54e-528636dfc6d7" ], "x-ms-arm-service-request-id": [ - "18107e32-50fd-4fb4-a98f-9c78817721e7" + "895a310e-186f-487b-84f5-343c98a82622" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13663,19 +13612,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11804" + "11997" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045424Z:bff06242-9941-46a7-8c92-e47ad6093356" + "WESTUS:20200409T203328Z:f417ebb6-907e-4294-a54e-528636dfc6d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:24 GMT" + "Thu, 09 Apr 2020 20:33:28 GMT" ], "Content-Length": [ - "30" + "1610" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13684,20 +13633,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"8bd3fb32-b750-442c-b3c3-adb2615c8efb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 30\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "8260c5c7-7dce-4958-bc32-9560d62a7d18" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13707,17 +13662,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "8589c03c-d01b-41f4-8a07-17190b011615" + "712f4506-7ed0-4f1c-8083-3d99a3730b0b" ], "x-ms-correlation-request-id": [ - "12accbfe-54f2-42ad-a595-b1453ca6b88b" + "936b77b1-0808-4ff7-b7de-41f8e1a55cc4" ], "x-ms-arm-service-request-id": [ - "0aba8cd1-0d5f-4072-b9d0-8bd11732cbcf" + "3487929b-7ee2-49ba-ac8d-5e6e9bb37514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13727,19 +13679,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11803" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045434Z:12accbfe-54f2-42ad-a595-b1453ca6b88b" + "WESTUS:20200409T203329Z:936b77b1-0808-4ff7-b7de-41f8e1a55cc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:34 GMT" + "Thu, 09 Apr 2020 20:33:29 GMT" ], "Content-Length": [ - "30" + "1610" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13748,20 +13700,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"8bd3fb32-b750-442c-b3c3-adb2615c8efb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 30\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "a955ad86-8ad8-4778-a68c-9c246bdd4d87" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13771,17 +13729,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "e6bfd481-cd2e-41e3-bd4d-db0a2063774c" + "292eb32b-42bf-48b0-b14b-a043af4fd85e" ], "x-ms-correlation-request-id": [ - "2c20986f-5176-448e-9412-c4bce48c7211" + "7442c2bc-17e1-4d7e-a11f-449be3cd496a" ], "x-ms-arm-service-request-id": [ - "20b92fb9-ab2a-4848-b1a6-b3aaaaa0cbe6" + "09ced8a2-9783-4d79-9f17-347d1ae5123e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13791,19 +13746,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11802" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045444Z:2c20986f-5176-448e-9412-c4bce48c7211" + "WESTUS:20200409T203329Z:7442c2bc-17e1-4d7e-a11f-449be3cd496a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:44 GMT" + "Thu, 09 Apr 2020 20:33:29 GMT" ], "Content-Length": [ - "30" + "1610" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13812,20 +13767,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"8bd3fb32-b750-442c-b3c3-adb2615c8efb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 30\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/aeeddbc7-194f-4961-983f-9a3b5f844de1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FlZWRkYmM3LTE5NGYtNDk2MS05ODNmLTlhM2I1Zjg0NGRlMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "16025221-4967-471c-93c5-667cab31049f" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13836,35 +13797,35 @@ "no-cache" ], "x-ms-request-id": [ - "9af3036b-9988-4709-abf9-eeca1c60af8f" + "23b2d4d1-c7de-468b-aaa9-95ab2b58f53e" ], "x-ms-correlation-request-id": [ - "5c9a7f2a-9d0d-467e-9be5-670f96d2f7f8" + "1a4edd24-6058-4b9d-8d6b-3a13f9482f66" ], "x-ms-arm-service-request-id": [ - "d027d45a-a83b-4ca0-8919-5f42ff0c49d1" + "104350fb-e81c-4a46-a36f-bd457e48b87e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11801" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045455Z:5c9a7f2a-9d0d-467e-9be5-670f96d2f7f8" + "WESTUS:20200409T203330Z:1a4edd24-6058-4b9d-8d6b-3a13f9482f66" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:54 GMT" + "Thu, 09 Apr 2020 20:33:30 GMT" ], "Content-Length": [ - "29" + "1610" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13873,26 +13834,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"8bd3fb32-b750-442c-b3c3-adb2615c8efb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 30\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHM3NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "981e21d2-fe18-44b0-bc9b-ad0547097767" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13902,51 +13857,64 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" - ], "x-ms-request-id": [ - "b926baa3-91cc-4cd9-aec6-bacf08a276ed" + "e827139c-1fa2-4569-b809-48d80ceb3f4b" ], "x-ms-correlation-request-id": [ - "b926baa3-91cc-4cd9-aec6-bacf08a276ed" + "819a293e-0462-49e8-bafb-2bae821b5a08" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045457Z:b926baa3-91cc-4cd9-aec6-bacf08a276ed" + "x-ms-arm-service-request-id": [ + "984a636b-873a-4525-9f1a-7cab7335b3a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203341Z:819a293e-0462-49e8-bafb-2bae821b5a08" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:54:57 GMT" + "Thu, 09 Apr 2020 20:33:41 GMT" + ], + "Content-Length": [ + "1296" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "155" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/localNetworkGateways/ps7546' under resource group 'ps5113' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"29b06309-6d7e-49d3-957d-4bd6982af3cb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 10\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHM3NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "18d253ed-1159-49dc-b94c-910d4ced7fc3" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -13956,17 +13924,14 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\"" - ], "x-ms-request-id": [ - "5ef0c57e-dd11-44ca-93a1-42e54f503006" + "6dc60f48-d541-4258-a9a7-f54c91f74152" ], "x-ms-correlation-request-id": [ - "7520ac46-1271-400d-92f1-3df8804fc136" + "916470d8-5f5e-47e2-8bac-e6551b6ed9e4" ], "x-ms-arm-service-request-id": [ - "dae400cf-5c55-462c-b4f9-d194980a35ef" + "473e3f49-cc9a-438b-ba5c-b147a4fa49a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13976,19 +13941,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045514Z:7520ac46-1271-400d-92f1-3df8804fc136" + "WESTUS:20200409T203341Z:916470d8-5f5e-47e2-8bac-e6551b6ed9e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:13 GMT" + "Thu, 09 Apr 2020 20:33:41 GMT" ], "Content-Length": [ - "579" + "1296" ], "Content-Type": [ "application/json; charset=utf-8" @@ -13997,26 +13962,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7546\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"etag\": \"W/\\\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"20cddf37-9efc-410c-8cc9-6b1405c19dcf\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"29b06309-6d7e-49d3-957d-4bd6982af3cb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 10\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHM3NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea256e9e-794b-49b4-b273-b1b7ced1a575" + "e9e09ac0-8ca6-4663-8575-991c188ffd39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14026,17 +13991,14 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\"" - ], "x-ms-request-id": [ - "ebd1d096-3813-482c-b7fb-bf676662580d" + "ed080ae1-4218-49a6-9453-d42bdb6b1b6b" ], "x-ms-correlation-request-id": [ - "495d857e-0757-46a1-a643-10221729108d" + "ad8cbf52-9028-4252-b681-d6c16a679d2c" ], "x-ms-arm-service-request-id": [ - "0c5752c4-bce4-47cc-98d5-85aee11eccec" + "d20efc72-ae2b-4c2f-a8e9-eeabcae40884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14046,19 +14008,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045514Z:495d857e-0757-46a1-a643-10221729108d" + "WESTUS:20200409T203342Z:ad8cbf52-9028-4252-b681-d6c16a679d2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:13 GMT" + "Thu, 09 Apr 2020 20:33:41 GMT" ], "Content-Length": [ - "579" + "1296" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14067,26 +14029,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7546\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"etag\": \"W/\\\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"20cddf37-9efc-410c-8cc9-6b1405c19dcf\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"29b06309-6d7e-49d3-957d-4bd6982af3cb\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 10\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHM3NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkGateway1\": {\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworks/ps894/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/publicIPAddresses/ps1921\"\r\n }\r\n },\r\n \"name\": \"ps8543\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\"\r\n }\r\n ],\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"vpnGatewayGeneration\": \"Generation1\",\r\n \"enableBgp\": false,\r\n \"activeActive\": false,\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": [\r\n {\r\n \"ipconfigurationId\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428/ipConfigurations/ps8543\",\r\n \"customBgpIpAddresses\": []\r\n }\r\n ]\r\n }\r\n },\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n \"localNetworkGateway2\": {\r\n \"properties\": {\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n },\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"routingWeight\": 3,\r\n \"dpdTimeoutSeconds\": 30,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"expressRouteGatewayBypass\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "597e3ffa-be6f-4ee1-9fc9-cb2506e977e7" + "ddf3a415-e453-4b61-ae6d-7051128d62f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2894" ] }, "ResponseHeaders": { @@ -14096,17 +14064,23 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "W/\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\"" + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "fe2532d6-2326-428e-988d-bab9615c3af5" + "ac2c06d3-f365-42e8-92f8-5a98177df9de" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/ac2c06d3-f365-42e8-92f8-5a98177df9de?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "f59d7e88-36b7-441b-9ab3-e8dc76064e78" + "8ea14edc-8ffe-4aed-95d6-909c3b53051e" + ], + "Azure-AsyncNotification": [ + "Enabled" ], "x-ms-arm-service-request-id": [ - "7e576e0e-634c-4e3a-910e-cc94109514fd" + "38fb2ec4-d429-412e-80c5-fc9425dc8b47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14115,20 +14089,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045514Z:f59d7e88-36b7-441b-9ab3-e8dc76064e78" + "WESTUS:20200409T203318Z:8ea14edc-8ffe-4aed-95d6-909c3b53051e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:14 GMT" + "Thu, 09 Apr 2020 20:33:18 GMT" ], "Content-Length": [ - "579" + "1573" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14137,32 +14111,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7546\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"etag\": \"W/\\\"cbbfb1d4-c572-4410-a463-975c8bb2f5d8\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"20cddf37-9efc-410c-8cc9-6b1405c19dcf\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"d2d34606-d028-4c4f-9951-486b1188a9fc\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 30\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYWxOZXR3b3JrR2F0ZXdheXMvcHM3NTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkGateway1\": {\r\n \"properties\": {\r\n \"ipConfigurations\": [],\r\n \"enableBgp\": false,\r\n \"activeActive\": false\r\n },\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\",\r\n \"tags\": {}\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\",\r\n \"tags\": {}\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"dpdTimeoutSeconds\": 10,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"expressRouteGatewayBypass\": false\r\n },\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "08680014-5dc6-4c5a-85da-13d813ad9730" + "2785e8e6-90e9-4525-8a29-1ffa0b905b2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "208" + "1050" ] }, "ResponseHeaders": { @@ -14176,19 +14150,16 @@ "10" ], "x-ms-request-id": [ - "71876c8b-8bb8-440a-9425-d3b0ae871794" + "b0b9633c-8660-4624-b891-1323dc54cba8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/71876c8b-8bb8-440a-9425-d3b0ae871794?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/b0b9633c-8660-4624-b891-1323dc54cba8?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "848ba41b-4184-4756-9754-463c2d0d1a2a" - ], - "Azure-AsyncNotification": [ - "Enabled" + "e2177dc8-7247-4ceb-8608-1c62cb4664e9" ], "x-ms-arm-service-request-id": [ - "8cb09154-a7ca-4725-956f-d207283d18c3" + "c5d943e0-5695-42b9-b8ea-80a5ae2c31ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14201,16 +14172,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045503Z:848ba41b-4184-4756-9754-463c2d0d1a2a" + "WESTUS:20200409T203330Z:e2177dc8-7247-4ceb-8608-1c62cb4664e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:02 GMT" + "Thu, 09 Apr 2020 20:33:30 GMT" ], "Content-Length": [ - "578" + "1259" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14219,20 +14190,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps7546\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"etag\": \"W/\\\"cb5f0502-813f-4627-ad9e-a1cf28e0afd3\\\"\",\r\n \"type\": \"Microsoft.Network/localNetworkGateways\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"20cddf37-9efc-410c-8cc9-6b1405c19dcf\",\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"name\": \"ps4000\",\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000\",\r\n \"etag\": \"W/\\\"436bb502-1af7-456d-b7e9-347d1270be2a\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"93404f2c-ff81-40ae-9fc7-5ca5e5e5d7b9\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/virtualNetworkGateways/ps6428\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/localNetworkGateways/ps2155\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 10\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/71876c8b-8bb8-440a-9425-d3b0ae871794?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzcxODc2YzhiLThiYjgtNDQwYS05NDI1LWQzYjBhZTg3MTc5ND9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/ac2c06d3-f365-42e8-92f8-5a98177df9de?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FjMmMwNmQzLWYzNjUtNDJlOC05MmY4LTVhOTgxNzdkZjlkZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14243,13 +14214,13 @@ "no-cache" ], "x-ms-request-id": [ - "2f2a5c73-c22b-46f0-9db7-e83bd98a4fd4" + "c41ef1f2-3b21-4711-8430-834f3d4307b9" ], "x-ms-correlation-request-id": [ - "d5e93022-964f-446c-9a2e-442a3cfaf5d2" + "df1cefd3-7082-4986-95ba-4dba6fed5f10" ], "x-ms-arm-service-request-id": [ - "10986357-9572-48e1-beb5-6130252dc046" + "087d94a7-c510-4325-9cae-c8a242ca7c21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14262,13 +14233,13 @@ "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045513Z:d5e93022-964f-446c-9a2e-442a3cfaf5d2" + "WESTUS:20200409T203328Z:df1cefd3-7082-4986-95ba-4dba6fed5f10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:13 GMT" + "Thu, 09 Apr 2020 20:33:28 GMT" ], "Content-Length": [ "29" @@ -14284,22 +14255,83 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/b0b9633c-8660-4624-b891-1323dc54cba8?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2IwYjk2MzNjLTg2NjAtNDYyNC1iODkxLTEzMjNkYzU0Y2JhOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b0c81823-0af6-4bf8-a893-f8cbec08c080" + ], + "x-ms-correlation-request-id": [ + "ba16482b-6224-4978-9954-2d37a2985582" + ], + "x-ms-arm-service-request-id": [ + "0e057112-e366-4d8a-b29d-26df7af88d39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203341Z:ba16482b-6224-4978-9954-2d37a2985582" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:33:40 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourceGroups/ps7970/providers/Microsoft.Network/connections/ps4000?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlR3JvdXBzL3BzNzk3MC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM0MDAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29f4f83c-8c6f-423a-b08f-6454fbc754f7" + "e7d4fbc5-9a73-4c5e-a274-7440864d2fc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14309,51 +14341,67 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Location": [ + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operationResults/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01" + ], + "Retry-After": [ + "10" ], "x-ms-request-id": [ - "10fa3999-11a7-4278-904e-c26492666c5f" + "872edd30-fcd8-4642-98aa-166dc86bd98f" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "10fa3999-11a7-4278-904e-c26492666c5f" + "f7f6a921-e843-4102-a732-16b533e0b6f2" ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045515Z:10fa3999-11a7-4278-904e-c26492666c5f" + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "ece44902-3093-40ed-9e17-72d8db290117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203342Z:f7f6a921-e843-4102-a732-16b533e0b6f2" + ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:14 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Thu, 09 Apr 2020 20:33:42 GMT" ], "Expires": [ "-1" ], "Content-Length": [ - "146" + "0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/connections/ps6200' under resource group 'ps5113' was not found.\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14363,14 +14411,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "ea2d4de2-6672-4a75-a408-b50d29d918a7" + "5528a2da-b71a-452c-84e8-67a485a946d1" ], "x-ms-correlation-request-id": [ - "2b31b91d-34a8-4bdf-adff-76feea03be6e" + "c1c51634-dbd6-4176-95ed-21b5beae3fdb" ], "x-ms-arm-service-request-id": [ - "598a99df-5e4a-42ff-ac07-fbd4431d6cb1" + "227f436e-bc1b-4e96-8507-a44c4c3a5a5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14380,19 +14431,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045531Z:2b31b91d-34a8-4bdf-adff-76feea03be6e" + "WESTUS:20200409T203352Z:c1c51634-dbd6-4176-95ed-21b5beae3fdb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:31 GMT" + "Thu, 09 Apr 2020 20:33:52 GMT" ], "Content-Length": [ - "1609" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14401,26 +14452,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bd61afd9-bd3d-4fa9-bf37-7df2176cead4\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "8b7813d7-fca0-40f4-b10d-4502f16e6582" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14430,14 +14475,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "4e3bedf4-f034-482d-a07d-d9d4a4d4d8f3" + "028a01a3-5627-403b-9cc1-01de781cacba" ], "x-ms-correlation-request-id": [ - "3bee769b-0b09-4054-8e4d-c614ba4a97af" + "7edd4f02-48f2-47c5-bf81-872c78235245" ], "x-ms-arm-service-request-id": [ - "b0acdaaa-878d-4359-bca2-4b4b100c4b33" + "f2f4fc25-7cdf-4933-b106-f63e939abcb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14447,19 +14495,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045531Z:3bee769b-0b09-4054-8e4d-c614ba4a97af" + "WESTUS:20200409T203402Z:7edd4f02-48f2-47c5-bf81-872c78235245" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:31 GMT" + "Thu, 09 Apr 2020 20:34:02 GMT" ], "Content-Length": [ - "1609" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14468,26 +14516,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bd61afd9-bd3d-4fa9-bf37-7df2176cead4\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "57008e30-d426-450e-b5b3-a7acd598c1ca" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14497,36 +14539,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "6e325d30-f21c-451d-a48a-04b6ad77a6c7" + "a2dde849-0069-4722-8bec-21b4d483a945" ], "x-ms-correlation-request-id": [ - "c4536d41-f423-401b-b4b0-175398ea400c" + "8491d5dc-72d5-46b2-9acf-6c08e6fc57f1" ], "x-ms-arm-service-request-id": [ - "a676a66c-9506-4c59-a17d-bc74ac474fdd" + "6caf7978-77dc-4831-b2e2-844b17a7f01a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045532Z:c4536d41-f423-401b-b4b0-175398ea400c" + "WESTUS:20200409T203412Z:8491d5dc-72d5-46b2-9acf-6c08e6fc57f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:32 GMT" + "Thu, 09 Apr 2020 20:34:12 GMT" ], "Content-Length": [ - "1609" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14535,26 +14580,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bd61afd9-bd3d-4fa9-bf37-7df2176cead4\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "2ae36d21-b5ea-4410-a67f-f1cf94759aad" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14564,14 +14603,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "0cbd9f8e-d67d-4fca-8cc9-d458ef920d72" + "e3f304e4-2778-462a-a90c-7cec59221814" ], "x-ms-correlation-request-id": [ - "2c7fd720-b23a-48ab-aba6-043e57602bd6" + "13583ff4-762f-43aa-bf0e-8d318de5576c" ], "x-ms-arm-service-request-id": [ - "a988e3ef-07fc-4a22-8c59-801485d9c952" + "8b09d1c8-e678-4c35-a217-0deab991df0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14581,19 +14623,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045533Z:2c7fd720-b23a-48ab-aba6-043e57602bd6" + "WESTUS:20200409T203422Z:13583ff4-762f-43aa-bf0e-8d318de5576c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:32 GMT" + "Thu, 09 Apr 2020 20:34:22 GMT" ], "Content-Length": [ - "1609" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14602,20 +14644,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bd61afd9-bd3d-4fa9-bf37-7df2176cead4\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14625,14 +14667,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "34279c00-8aa2-427c-b5e7-49edd8470ce5" + "278ffa9c-f739-4f6d-877f-7f25b1efa55b" ], "x-ms-correlation-request-id": [ - "61973ddd-f6df-41a5-a677-73a02087b6a3" + "d09082ae-9ee3-443d-813d-aa134282e73a" ], "x-ms-arm-service-request-id": [ - "ce2691c7-b73c-4e32-8537-055e396296a8" + "f33abfb0-14f7-4c34-8719-be982c64a27e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14645,16 +14690,16 @@ "11995" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045546Z:61973ddd-f6df-41a5-a677-73a02087b6a3" + "WESTUS:20200409T203433Z:d09082ae-9ee3-443d-813d-aa134282e73a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:45 GMT" + "Thu, 09 Apr 2020 20:34:32 GMT" ], "Content-Length": [ - "1295" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14663,26 +14708,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bba2f418-e0ae-4043-9ef3-d3fcf73b75ea\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "adb3525c-e260-4618-8017-03597fd832e7" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14692,14 +14731,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "05b9f502-0036-428b-a16e-74f9f24af67e" + "dec5c4bb-5909-4fb9-83a8-052aa9d03527" ], "x-ms-correlation-request-id": [ - "7fcb6c8f-f954-4728-8881-cc3994875ea4" + "5b85a6d0-2968-4754-97f1-ba5da5b91842" ], "x-ms-arm-service-request-id": [ - "e8260097-6710-48ff-a815-24d4e512f17a" + "9016cca7-151c-45e6-ad1a-a3106cab7f4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14712,16 +14754,16 @@ "11994" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045546Z:7fcb6c8f-f954-4728-8881-cc3994875ea4" + "WESTUS:20200409T203443Z:5b85a6d0-2968-4754-97f1-ba5da5b91842" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:45 GMT" + "Thu, 09 Apr 2020 20:34:42 GMT" ], "Content-Length": [ - "1295" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14730,26 +14772,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bba2f418-e0ae-4043-9ef3-d3fcf73b75ea\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "d99e7047-c5c7-40bb-8858-2badfe7b63d9" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14759,14 +14795,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "3b3d3a3f-651c-408e-aa53-1dcfc336075a" + "76c16163-e25d-4fcc-b547-97a0718fc9ed" ], "x-ms-correlation-request-id": [ - "813ff6cd-ddba-45f6-bf85-84baca58394e" + "8ec98945-70a0-4cc7-98e9-159bc31cecbe" ], "x-ms-arm-service-request-id": [ - "f84eada4-5bde-4fcf-8417-2bb5a2e9e1b3" + "e50ab38b-6b8d-4da5-b281-00db1133c973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14776,19 +14815,403 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045547Z:813ff6cd-ddba-45f6-bf85-84baca58394e" + "WESTUS:20200409T203453Z:8ec98945-70a0-4cc7-98e9-159bc31cecbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:47 GMT" + "Thu, 09 Apr 2020 20:34:52 GMT" ], "Content-Length": [ - "1295" + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "378da47e-56d7-4851-b867-ff4a8b2db4c8" + ], + "x-ms-correlation-request-id": [ + "7a0cb1fe-9008-4d97-a4d4-abf38ed61130" + ], + "x-ms-arm-service-request-id": [ + "8a6e133f-f987-4368-b0e4-e46b4d3fd497" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203503Z:7a0cb1fe-9008-4d97-a4d4-abf38ed61130" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:03 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "615974ef-8db7-4442-8f93-446057d3c4d4" + ], + "x-ms-correlation-request-id": [ + "828df32c-b134-4311-8da6-a07d388e12e6" + ], + "x-ms-arm-service-request-id": [ + "ef04fef2-572c-4b7b-8103-e72437b5f9af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203513Z:828df32c-b134-4311-8da6-a07d388e12e6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:13 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "c86a21fd-ccff-4d97-b2e7-46ea050146f4" + ], + "x-ms-correlation-request-id": [ + "51b4f912-daf6-4632-85f7-004ae666a8bc" + ], + "x-ms-arm-service-request-id": [ + "a30b3191-8ca9-488d-98de-06399b66cc7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203523Z:51b4f912-daf6-4632-85f7-004ae666a8bc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:23 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "a34b8ad0-0518-4005-b90c-7565a694630f" + ], + "x-ms-correlation-request-id": [ + "28bf96d9-6e94-4002-a97f-888e81982c6b" + ], + "x-ms-arm-service-request-id": [ + "eb98a1dd-3391-4a06-8a6a-4617f1d9eec0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203533Z:28bf96d9-6e94-4002-a97f-888e81982c6b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:33 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e86bb952-5a6d-45eb-bd43-68279f1c457b" + ], + "x-ms-correlation-request-id": [ + "268b8273-cf46-425c-aaac-6fd123be10f3" + ], + "x-ms-arm-service-request-id": [ + "2f6970c4-78aa-4f5d-aec4-d99baf251378" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203543Z:268b8273-cf46-425c-aaac-6fd123be10f3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "ed23f999-c5f5-4994-b1d4-28cd7146c4ab" + ], + "x-ms-correlation-request-id": [ + "7740a2ea-9fba-4ff5-a138-6a5ee0700d2e" + ], + "x-ms-arm-service-request-id": [ + "4c286d4a-dce6-490a-ade5-6c540dde03ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200409T203553Z:7740a2ea-9fba-4ff5-a138-6a5ee0700d2e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 20:35:53 GMT" + ], + "Content-Length": [ + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14797,32 +15220,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"bba2f418-e0ae-4043-9ef3-d3fcf73b75ea\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"connectionStatus\": \"Unknown\",\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkGateway1\": {\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworks/ps2084/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/publicIPAddresses/ps4665\"\r\n }\r\n },\r\n \"name\": \"ps967\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678/ipConfigurations/ps967\"\r\n }\r\n ],\r\n \"gatewayType\": \"Vpn\",\r\n \"vpnType\": \"RouteBased\",\r\n \"vpnGatewayGeneration\": \"Generation1\",\r\n \"enableBgp\": false,\r\n \"enablePrivateIpAddress\": false,\r\n \"activeActive\": false,\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"bgpSettings\": {\r\n \"asn\": 65515,\r\n \"bgpPeeringAddress\": \"10.0.0.254\",\r\n \"peerWeight\": 0,\r\n \"bgpPeeringAddresses\": []\r\n }\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n \"localNetworkGateway2\": {\r\n \"properties\": {\r\n \"localNetworkAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"gatewayIpAddress\": \"192.168.3.10\"\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {}\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"expressRouteGatewayBypass\": false\r\n },\r\n \"location\": \"West Central US\"\r\n}", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f1eab0d8-68ca-4539-8a01-2d279190e916" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2664" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14836,19 +15247,13 @@ "10" ], "x-ms-request-id": [ - "8673e8c4-92a7-484f-b218-05489cfc088d" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/8673e8c4-92a7-484f-b218-05489cfc088d?api-version=2020-03-01" + "a4ae7a99-8167-4077-833f-eff133b13d93" ], "x-ms-correlation-request-id": [ - "42de2940-35e9-4286-a967-072a0bb19638" - ], - "Azure-AsyncNotification": [ - "Enabled" + "6fc6f306-afa0-4fdd-8f67-b19ee21fcd83" ], "x-ms-arm-service-request-id": [ - "eb9f36ff-c188-4ec4-92c3-82ecb89902d1" + "8e71d9a9-6103-4c64-bb4f-fad2c96f7166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14857,20 +15262,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045520Z:42de2940-35e9-4286-a967-072a0bb19638" + "WESTUS:20200409T203603Z:6fc6f306-afa0-4fdd-8f67-b19ee21fcd83" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:20 GMT" + "Thu, 09 Apr 2020 20:36:03 GMT" ], "Content-Length": [ - "1572" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14879,32 +15284,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"7c3a02c4-9af6-4c74-a408-6e5df6876d35\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": true,\r\n \"ipsecPolicies\": [\r\n {\r\n \"saLifeTimeSeconds\": 3000,\r\n \"saDataSizeKilobytes\": 10000,\r\n \"ipsecEncryption\": \"GCMAES256\",\r\n \"ipsecIntegrity\": \"GCMAES256\",\r\n \"ikeEncryption\": \"AES256\",\r\n \"ikeIntegrity\": \"SHA256\",\r\n \"dhGroup\": \"DHGroup14\",\r\n \"pfsGroup\": \"PFS2048\"\r\n }\r\n ],\r\n \"trafficSelectorPolicies\": [],\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkGateway1\": {\r\n \"properties\": {\r\n \"ipConfigurations\": [],\r\n \"enableBgp\": false,\r\n \"enablePrivateIpAddress\": false,\r\n \"activeActive\": false\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\",\r\n \"tags\": {}\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\",\r\n \"tags\": {}\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"expressRouteGatewayBypass\": false\r\n },\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"location\": \"westcentralus\"\r\n}", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "197c223a-6f1d-4806-ae2b-b175eb1a932f" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1100" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14918,16 +15311,13 @@ "10" ], "x-ms-request-id": [ - "e3aec991-ed7e-429c-aa76-35aa68e6606c" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e3aec991-ed7e-429c-aa76-35aa68e6606c?api-version=2020-03-01" + "f1fd26dc-581d-46dc-841d-b2c8020a3c25" ], "x-ms-correlation-request-id": [ - "cced8b92-3ef3-410b-aff9-5b68dfe09c7f" + "1272ac3f-2f35-47c9-a788-2a113ad56194" ], "x-ms-arm-service-request-id": [ - "5f655c23-83d7-47bd-ba60-6b32044bd904" + "8fd3f39c-3c18-4b18-abbb-1d9419370cac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14936,20 +15326,20 @@ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045534Z:cced8b92-3ef3-410b-aff9-5b68dfe09c7f" + "WESTUS:20200409T203613Z:1272ac3f-2f35-47c9-a788-2a113ad56194" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:34 GMT" + "Thu, 09 Apr 2020 20:36:13 GMT" ], "Content-Length": [ - "1258" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14958,20 +15348,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"ps6200\",\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200\",\r\n \"etag\": \"W/\\\"8bdf47f8-85a7-42b6-a858-812c785cef88\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5122f415-c306-4937-b728-7a78aa5926aa\",\r\n \"packetCaptureDiagnosticState\": \"None\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/virtualNetworkGateways/ps6678\"\r\n },\r\n \"localNetworkGateway2\": {\r\n \"id\": \"/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/localNetworkGateways/ps7546\"\r\n },\r\n \"connectionType\": \"IPsec\",\r\n \"connectionProtocol\": \"IKEv2\",\r\n \"routingWeight\": 3,\r\n \"sharedKey\": \"abc\",\r\n \"enableBgp\": false,\r\n \"useLocalAzureIpAddress\": false,\r\n \"usePolicyBasedTrafficSelectors\": false,\r\n \"ipsecPolicies\": [],\r\n \"trafficSelectorPolicies\": [],\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"expressRouteGatewayBypass\": false,\r\n \"dpdTimeoutSeconds\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/8673e8c4-92a7-484f-b218-05489cfc088d?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg2NzNlOGM0LTkyYTctNDg0Zi1iMjE4LTA1NDg5Y2ZjMDg4ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -14981,36 +15371,39 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "4301a759-2b68-4327-9ae2-903604deff5b" + "66856fc4-6559-4f1c-a52d-0efc9d90e9ce" ], "x-ms-correlation-request-id": [ - "374cb590-3ef0-4447-8cc3-e5301bc6e3cd" + "abd08bc5-8daa-4047-834f-849d42c6df34" ], "x-ms-arm-service-request-id": [ - "126eeef3-ad73-400b-89c9-ad619c2e4ccf" + "989e51ec-25c7-449e-bbd8-f32491bcbd90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045531Z:374cb590-3ef0-4447-8cc3-e5301bc6e3cd" + "WESTUS:20200409T203623Z:abd08bc5-8daa-4047-834f-849d42c6df34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:30 GMT" + "Thu, 09 Apr 2020 20:36:23 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -15019,20 +15412,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/e3aec991-ed7e-429c-aa76-35aa68e6606c?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2UzYWVjOTkxLWVkN2UtNDI5Yy1hYTc2LTM1YWE2OGU2NjA2Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -15042,14 +15435,17 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "10" + ], "x-ms-request-id": [ - "1b465dc7-1e08-47d8-b846-8b97d819f638" + "0198cebb-4352-4071-ae2f-7e49074a47f7" ], "x-ms-correlation-request-id": [ - "954a0de7-2afb-4d70-9216-2555f9a0ef90" + "1b8b9930-69c1-4ce7-b542-c8412c73892a" ], "x-ms-arm-service-request-id": [ - "518f562c-7d26-4f09-a20f-fe9297af7f07" + "e2a84e1a-bf27-416c-a3c5-727ddb978b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15059,19 +15455,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11983" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045545Z:954a0de7-2afb-4d70-9216-2555f9a0ef90" + "WESTUS:20200409T203634Z:1b8b9930-69c1-4ce7-b542-c8412c73892a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:44 GMT" + "Thu, 09 Apr 2020 20:36:33 GMT" ], "Content-Length": [ - "29" + "30" ], "Content-Type": [ "application/json; charset=utf-8" @@ -15080,26 +15476,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourceGroups/ps5113/providers/Microsoft.Network/connections/ps6200?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlR3JvdXBzL3BzNTExMy9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvY29ubmVjdGlvbnMvcHM2MjAwP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "e58285c6-fa02-43cf-8cbc-c949d7ff06ec" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -15109,67 +15499,61 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01" - ], "Retry-After": [ "10" ], "x-ms-request-id": [ - "7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01" + "cda4cb1c-5996-4304-8643-c17975a3ec1a" ], "x-ms-correlation-request-id": [ - "06e3fedc-fb62-42d5-b1d7-c2f84e65d968" - ], - "Azure-AsyncNotification": [ - "Enabled" + "0c40f1b8-3dd6-4f4b-bf6d-b4011632d3c4" ], "x-ms-arm-service-request-id": [ - "9d3a19dc-513c-4aa9-a607-215b6a9da614" + "178b48e2-14ad-4088-9b18-9f77b5b651d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045548Z:06e3fedc-fb62-42d5-b1d7-c2f84e65d968" + "WESTUS:20200409T203644Z:0c40f1b8-3dd6-4f4b-bf6d-b4011632d3c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:48 GMT" + "Thu, 09 Apr 2020 20:36:43 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzdjZWE4YmZjLTZiZDAtNDNlNC1iMDdiLTgyNmVhOWIyOWYxYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -15180,13 +15564,13 @@ "no-cache" ], "x-ms-request-id": [ - "672b82fc-a858-4dcd-9cc8-20277f0efba3" + "1fc14910-90e5-4157-9b67-9143ed4c1c58" ], "x-ms-correlation-request-id": [ - "ed1b7b1a-2aad-40cc-b17c-2bfbc7b7c305" + "9a423ec3-6e93-41ab-a26d-a773e5bf8a02" ], "x-ms-arm-service-request-id": [ - "53e31e68-a545-4878-b23e-44941d9ce015" + "7722a80c-f075-4c55-82c8-b0eda103d3b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15196,16 +15580,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11981" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045559Z:ed1b7b1a-2aad-40cc-b17c-2bfbc7b7c305" + "WESTUS:20200409T203654Z:9a423ec3-6e93-41ab-a26d-a773e5bf8a02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:58 GMT" + "Thu, 09 Apr 2020 20:36:53 GMT" ], "Content-Length": [ "29" @@ -15221,16 +15605,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzdjZWE4YmZjLTZiZDAtNDNlNC1iMDdiLTgyNmVhOWIyOWYxYj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operationResults/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzg3MmVkZDMwLWZjZDgtNDY0Mi05OGFhLTE2NmRjODZiZDk4Zj9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.10.0" + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.19.0.0" ] }, "ResponseHeaders": { @@ -15241,22 +15625,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operationResults/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operationResults/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01" ], "x-ms-request-id": [ - "7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b" + "872edd30-fcd8-4642-98aa-166dc86bd98f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/providers/Microsoft.Network/locations/westcentralus/operations/7cea8bfc-6bd0-43e4-b07b-826ea9b29f1b?api-version=2020-03-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/providers/Microsoft.Network/locations/westcentralus/operations/872edd30-fcd8-4642-98aa-166dc86bd98f?api-version=2020-03-01" ], "x-ms-correlation-request-id": [ - "06e3fedc-fb62-42d5-b1d7-c2f84e65d968" + "f7f6a921-e843-4102-a732-16b533e0b6f2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9d3a19dc-513c-4aa9-a607-215b6a9da614" + "ece44902-3093-40ed-9e17-72d8db290117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15266,16 +15650,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045559Z:aaa7634b-2a77-4d5f-ba43-df21e8f8676a" + "WESTUS:20200409T203654Z:fc3bda1a-ca2b-4e9e-bcd7-526439bfc1a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:55:58 GMT" + "Thu, 09 Apr 2020 20:36:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -15288,19 +15672,19 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/resourcegroups/ps5113?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL3Jlc291cmNlZ3JvdXBzL3BzNTExMz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/resourcegroups/ps7970?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L3Jlc291cmNlZ3JvdXBzL3BzNzk3MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff70c834-8a16-4037-a61b-30254cce772b" + "96f3465b-a939-4f3a-a14c-fec2bbec2da9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15314,7 +15698,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15323,13 +15707,13 @@ "14999" ], "x-ms-request-id": [ - "64f168cc-24ef-4755-9f11-aa5b5af1be23" + "7ed6f620-2c0e-4777-942f-2eef1c1c7104" ], "x-ms-correlation-request-id": [ - "64f168cc-24ef-4755-9f11-aa5b5af1be23" + "7ed6f620-2c0e-4777-942f-2eef1c1c7104" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045603Z:64f168cc-24ef-4755-9f11-aa5b5af1be23" + "WESTUS:20200409T203656Z:7ed6f620-2c0e-4777-942f-2eef1c1c7104" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15338,7 +15722,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:56:02 GMT" + "Thu, 09 Apr 2020 20:36:55 GMT" ], "Expires": [ "-1" @@ -15351,13 +15735,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15371,7 +15755,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15380,13 +15764,13 @@ "11999" ], "x-ms-request-id": [ - "d777481a-3582-432a-99e8-590a4e63d815" + "878965f1-d81c-40ee-bd43-fa775e914adc" ], "x-ms-correlation-request-id": [ - "d777481a-3582-432a-99e8-590a4e63d815" + "878965f1-d81c-40ee-bd43-fa775e914adc" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045618Z:d777481a-3582-432a-99e8-590a4e63d815" + "WESTUS:20200409T203711Z:878965f1-d81c-40ee-bd43-fa775e914adc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15395,7 +15779,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:56:18 GMT" + "Thu, 09 Apr 2020 20:37:10 GMT" ], "Expires": [ "-1" @@ -15408,13 +15792,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15428,7 +15812,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15437,13 +15821,13 @@ "11998" ], "x-ms-request-id": [ - "b2b590b1-3a44-483f-b726-bd47b934b240" + "e9780755-cd70-4388-9872-86953e08686d" ], "x-ms-correlation-request-id": [ - "b2b590b1-3a44-483f-b726-bd47b934b240" + "e9780755-cd70-4388-9872-86953e08686d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045634Z:b2b590b1-3a44-483f-b726-bd47b934b240" + "WESTUS:20200409T203726Z:e9780755-cd70-4388-9872-86953e08686d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15452,7 +15836,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:56:33 GMT" + "Thu, 09 Apr 2020 20:37:25 GMT" ], "Expires": [ "-1" @@ -15465,13 +15849,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15485,7 +15869,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15494,13 +15878,13 @@ "11997" ], "x-ms-request-id": [ - "b641ae8a-9281-49ac-99d8-2c35718741fd" + "51dde818-8f25-4328-a746-44899f8abe07" ], "x-ms-correlation-request-id": [ - "b641ae8a-9281-49ac-99d8-2c35718741fd" + "51dde818-8f25-4328-a746-44899f8abe07" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045649Z:b641ae8a-9281-49ac-99d8-2c35718741fd" + "WESTUS:20200409T203741Z:51dde818-8f25-4328-a746-44899f8abe07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15509,7 +15893,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:56:49 GMT" + "Thu, 09 Apr 2020 20:37:40 GMT" ], "Expires": [ "-1" @@ -15522,13 +15906,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15542,7 +15926,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15551,13 +15935,13 @@ "11996" ], "x-ms-request-id": [ - "8d2659a9-f09a-4769-98c3-6f141dd4997b" + "358a16a7-aded-4f46-b459-1c830c961ac5" ], "x-ms-correlation-request-id": [ - "8d2659a9-f09a-4769-98c3-6f141dd4997b" + "358a16a7-aded-4f46-b459-1c830c961ac5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045705Z:8d2659a9-f09a-4769-98c3-6f141dd4997b" + "WESTUS:20200409T203756Z:358a16a7-aded-4f46-b459-1c830c961ac5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15566,7 +15950,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:57:04 GMT" + "Thu, 09 Apr 2020 20:37:56 GMT" ], "Expires": [ "-1" @@ -15579,13 +15963,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15599,7 +15983,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15608,13 +15992,13 @@ "11995" ], "x-ms-request-id": [ - "18959afb-769d-4bd4-9a83-5b1b0f086380" + "3ecf2f8a-8f4b-4e18-9007-e5f45193bac6" ], "x-ms-correlation-request-id": [ - "18959afb-769d-4bd4-9a83-5b1b0f086380" + "3ecf2f8a-8f4b-4e18-9007-e5f45193bac6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045720Z:18959afb-769d-4bd4-9a83-5b1b0f086380" + "WESTUS:20200409T203811Z:3ecf2f8a-8f4b-4e18-9007-e5f45193bac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15623,7 +16007,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:57:20 GMT" + "Thu, 09 Apr 2020 20:38:11 GMT" ], "Expires": [ "-1" @@ -15636,13 +16020,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15656,7 +16040,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15665,13 +16049,13 @@ "11994" ], "x-ms-request-id": [ - "53e05f35-4c80-488d-9c62-f345a6f7a5b9" + "7cb23b1b-bf34-474f-9a1a-b6ba94eb12a2" ], "x-ms-correlation-request-id": [ - "53e05f35-4c80-488d-9c62-f345a6f7a5b9" + "7cb23b1b-bf34-474f-9a1a-b6ba94eb12a2" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045735Z:53e05f35-4c80-488d-9c62-f345a6f7a5b9" + "WESTUS:20200409T203826Z:7cb23b1b-bf34-474f-9a1a-b6ba94eb12a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15680,7 +16064,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:57:35 GMT" + "Thu, 09 Apr 2020 20:38:26 GMT" ], "Expires": [ "-1" @@ -15693,13 +16077,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15713,7 +16097,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15722,13 +16106,13 @@ "11993" ], "x-ms-request-id": [ - "ab225124-9241-4b95-be81-fed0845b8c9a" + "211996d2-6ddd-44f2-8a72-d0a4023dfb3b" ], "x-ms-correlation-request-id": [ - "ab225124-9241-4b95-be81-fed0845b8c9a" + "211996d2-6ddd-44f2-8a72-d0a4023dfb3b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045751Z:ab225124-9241-4b95-be81-fed0845b8c9a" + "WESTUS:20200409T203841Z:211996d2-6ddd-44f2-8a72-d0a4023dfb3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15737,7 +16121,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:57:50 GMT" + "Thu, 09 Apr 2020 20:38:41 GMT" ], "Expires": [ "-1" @@ -15750,13 +16134,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15770,7 +16154,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15779,13 +16163,13 @@ "11992" ], "x-ms-request-id": [ - "8137c5df-7df3-42c4-8a19-c96f45a28fe6" + "32a7e339-01f8-44e8-8ff0-f5e8c692c775" ], "x-ms-correlation-request-id": [ - "8137c5df-7df3-42c4-8a19-c96f45a28fe6" + "32a7e339-01f8-44e8-8ff0-f5e8c692c775" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045806Z:8137c5df-7df3-42c4-8a19-c96f45a28fe6" + "WESTUS:20200409T203856Z:32a7e339-01f8-44e8-8ff0-f5e8c692c775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15794,7 +16178,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:58:05 GMT" + "Thu, 09 Apr 2020 20:38:56 GMT" ], "Expires": [ "-1" @@ -15807,13 +16191,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15827,7 +16211,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15836,13 +16220,13 @@ "11991" ], "x-ms-request-id": [ - "05b87c9b-daf7-4a47-a04e-866fc97a6798" + "20e4e86d-4a77-4fd8-926b-7aefe3bfd791" ], "x-ms-correlation-request-id": [ - "05b87c9b-daf7-4a47-a04e-866fc97a6798" + "20e4e86d-4a77-4fd8-926b-7aefe3bfd791" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045821Z:05b87c9b-daf7-4a47-a04e-866fc97a6798" + "WESTUS:20200409T203911Z:20e4e86d-4a77-4fd8-926b-7aefe3bfd791" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15851,7 +16235,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:58:20 GMT" + "Thu, 09 Apr 2020 20:39:11 GMT" ], "Expires": [ "-1" @@ -15864,13 +16248,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15884,7 +16268,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15893,13 +16277,13 @@ "11990" ], "x-ms-request-id": [ - "1e30dc4e-1fe7-4b16-9b1f-699eca7985c1" + "7548ed0b-d145-449f-9ff8-6a0d6a84abe6" ], "x-ms-correlation-request-id": [ - "1e30dc4e-1fe7-4b16-9b1f-699eca7985c1" + "7548ed0b-d145-449f-9ff8-6a0d6a84abe6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045836Z:1e30dc4e-1fe7-4b16-9b1f-699eca7985c1" + "WESTUS:20200409T203927Z:7548ed0b-d145-449f-9ff8-6a0d6a84abe6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15908,7 +16292,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:58:36 GMT" + "Thu, 09 Apr 2020 20:39:26 GMT" ], "Expires": [ "-1" @@ -15921,13 +16305,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15941,7 +16325,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -15950,13 +16334,13 @@ "11989" ], "x-ms-request-id": [ - "a7939830-a14e-4585-b853-86d081bf2850" + "89145635-adac-413b-8d67-1c28dce66946" ], "x-ms-correlation-request-id": [ - "a7939830-a14e-4585-b853-86d081bf2850" + "89145635-adac-413b-8d67-1c28dce66946" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045852Z:a7939830-a14e-4585-b853-86d081bf2850" + "WESTUS:20200409T203942Z:89145635-adac-413b-8d67-1c28dce66946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15965,7 +16349,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:58:52 GMT" + "Thu, 09 Apr 2020 20:39:41 GMT" ], "Expires": [ "-1" @@ -15978,13 +16362,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -15998,7 +16382,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16007,13 +16391,13 @@ "11988" ], "x-ms-request-id": [ - "2868e3b9-fdbd-4d6b-a994-6cd5cea6fdd2" + "3604e396-da72-4ff8-8829-b0c824826602" ], "x-ms-correlation-request-id": [ - "2868e3b9-fdbd-4d6b-a994-6cd5cea6fdd2" + "3604e396-da72-4ff8-8829-b0c824826602" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045907Z:2868e3b9-fdbd-4d6b-a994-6cd5cea6fdd2" + "WESTUS:20200409T203957Z:3604e396-da72-4ff8-8829-b0c824826602" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16022,7 +16406,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:59:07 GMT" + "Thu, 09 Apr 2020 20:39:57 GMT" ], "Expires": [ "-1" @@ -16035,13 +16419,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16055,7 +16439,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16064,13 +16448,13 @@ "11987" ], "x-ms-request-id": [ - "e6d01127-5376-4db4-99f0-96602b62b716" + "d9bd36ca-df00-4f78-b216-e4895b17ddf3" ], "x-ms-correlation-request-id": [ - "e6d01127-5376-4db4-99f0-96602b62b716" + "d9bd36ca-df00-4f78-b216-e4895b17ddf3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045922Z:e6d01127-5376-4db4-99f0-96602b62b716" + "WESTUS:20200409T204012Z:d9bd36ca-df00-4f78-b216-e4895b17ddf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16079,7 +16463,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:59:22 GMT" + "Thu, 09 Apr 2020 20:40:12 GMT" ], "Expires": [ "-1" @@ -16092,13 +16476,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16112,7 +16496,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16121,13 +16505,13 @@ "11986" ], "x-ms-request-id": [ - "888733b8-276b-4d27-a700-047f16117607" + "410c1ee0-e3d5-4e3e-bcaf-e0441a1b7014" ], "x-ms-correlation-request-id": [ - "888733b8-276b-4d27-a700-047f16117607" + "410c1ee0-e3d5-4e3e-bcaf-e0441a1b7014" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045938Z:888733b8-276b-4d27-a700-047f16117607" + "WESTUS:20200409T204027Z:410c1ee0-e3d5-4e3e-bcaf-e0441a1b7014" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16136,7 +16520,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:59:37 GMT" + "Thu, 09 Apr 2020 20:40:27 GMT" ], "Expires": [ "-1" @@ -16149,13 +16533,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16169,7 +16553,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16178,13 +16562,13 @@ "11985" ], "x-ms-request-id": [ - "c180e45f-3caa-434d-a87e-a2856f3cfe9d" + "78c760d3-a1c1-49aa-a9ec-ff79d2e95ab1" ], "x-ms-correlation-request-id": [ - "c180e45f-3caa-434d-a87e-a2856f3cfe9d" + "78c760d3-a1c1-49aa-a9ec-ff79d2e95ab1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T045953Z:c180e45f-3caa-434d-a87e-a2856f3cfe9d" + "WESTUS:20200409T204042Z:78c760d3-a1c1-49aa-a9ec-ff79d2e95ab1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16193,7 +16577,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 04:59:52 GMT" + "Thu, 09 Apr 2020 20:40:42 GMT" ], "Expires": [ "-1" @@ -16206,13 +16590,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16226,7 +16610,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16235,13 +16619,13 @@ "11984" ], "x-ms-request-id": [ - "3d49940f-592a-4924-b8a0-fb877e17d384" + "54217247-864b-4d74-b4e3-f478e57bd787" ], "x-ms-correlation-request-id": [ - "3d49940f-592a-4924-b8a0-fb877e17d384" + "54217247-864b-4d74-b4e3-f478e57bd787" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050008Z:3d49940f-592a-4924-b8a0-fb877e17d384" + "WESTUS:20200409T204057Z:54217247-864b-4d74-b4e3-f478e57bd787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16250,7 +16634,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:00:07 GMT" + "Thu, 09 Apr 2020 20:40:57 GMT" ], "Expires": [ "-1" @@ -16263,13 +16647,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16283,7 +16667,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16292,13 +16676,13 @@ "11983" ], "x-ms-request-id": [ - "f7052150-5269-41c1-b1cf-8445eb911bdb" + "b96dc3df-4437-4cfc-832d-9027a45f2f29" ], "x-ms-correlation-request-id": [ - "f7052150-5269-41c1-b1cf-8445eb911bdb" + "b96dc3df-4437-4cfc-832d-9027a45f2f29" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050024Z:f7052150-5269-41c1-b1cf-8445eb911bdb" + "WESTUS:20200409T204112Z:b96dc3df-4437-4cfc-832d-9027a45f2f29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16307,7 +16691,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:00:24 GMT" + "Thu, 09 Apr 2020 20:41:12 GMT" ], "Expires": [ "-1" @@ -16320,13 +16704,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16340,7 +16724,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16349,13 +16733,13 @@ "11982" ], "x-ms-request-id": [ - "60ede6ad-58de-474c-a65c-9a52ac928737" + "0ada7c0d-ccc8-4ea4-8aab-0340612ada3a" ], "x-ms-correlation-request-id": [ - "60ede6ad-58de-474c-a65c-9a52ac928737" + "0ada7c0d-ccc8-4ea4-8aab-0340612ada3a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050039Z:60ede6ad-58de-474c-a65c-9a52ac928737" + "WESTUS:20200409T204128Z:0ada7c0d-ccc8-4ea4-8aab-0340612ada3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16364,7 +16748,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:00:39 GMT" + "Thu, 09 Apr 2020 20:41:27 GMT" ], "Expires": [ "-1" @@ -16377,13 +16761,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16397,7 +16781,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16406,13 +16790,13 @@ "11981" ], "x-ms-request-id": [ - "3987cdf8-ec35-4baf-a147-d1aa52a9d7c6" + "5f9d0b05-e795-4539-8185-06a82501dc67" ], "x-ms-correlation-request-id": [ - "3987cdf8-ec35-4baf-a147-d1aa52a9d7c6" + "5f9d0b05-e795-4539-8185-06a82501dc67" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050055Z:3987cdf8-ec35-4baf-a147-d1aa52a9d7c6" + "WESTUS:20200409T204143Z:5f9d0b05-e795-4539-8185-06a82501dc67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16421,7 +16805,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:00:54 GMT" + "Thu, 09 Apr 2020 20:41:43 GMT" ], "Expires": [ "-1" @@ -16434,13 +16818,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16454,7 +16838,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16463,13 +16847,13 @@ "11980" ], "x-ms-request-id": [ - "546279c6-3468-4947-a8a9-6613f83214b1" + "80de959b-d43c-4d47-a5dc-3102652e89d8" ], "x-ms-correlation-request-id": [ - "546279c6-3468-4947-a8a9-6613f83214b1" + "80de959b-d43c-4d47-a5dc-3102652e89d8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050110Z:546279c6-3468-4947-a8a9-6613f83214b1" + "WESTUS:20200409T204158Z:80de959b-d43c-4d47-a5dc-3102652e89d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16478,7 +16862,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:01:10 GMT" + "Thu, 09 Apr 2020 20:41:57 GMT" ], "Expires": [ "-1" @@ -16491,13 +16875,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16511,7 +16895,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16520,13 +16904,13 @@ "11979" ], "x-ms-request-id": [ - "cd3f586b-132e-4d10-b763-b299df14f3b5" + "562df9a4-6b7f-4542-aa1c-a59fbedc77c3" ], "x-ms-correlation-request-id": [ - "cd3f586b-132e-4d10-b763-b299df14f3b5" + "562df9a4-6b7f-4542-aa1c-a59fbedc77c3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050125Z:cd3f586b-132e-4d10-b763-b299df14f3b5" + "WESTUS:20200409T204213Z:562df9a4-6b7f-4542-aa1c-a59fbedc77c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16535,7 +16919,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:01:25 GMT" + "Thu, 09 Apr 2020 20:42:12 GMT" ], "Expires": [ "-1" @@ -16548,13 +16932,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16568,7 +16952,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16577,13 +16961,13 @@ "11978" ], "x-ms-request-id": [ - "b03c2b24-1486-4893-9f45-76e8f16c7561" + "8a72a8f4-6570-4246-8612-346758c549a6" ], "x-ms-correlation-request-id": [ - "b03c2b24-1486-4893-9f45-76e8f16c7561" + "8a72a8f4-6570-4246-8612-346758c549a6" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050141Z:b03c2b24-1486-4893-9f45-76e8f16c7561" + "WESTUS:20200409T204228Z:8a72a8f4-6570-4246-8612-346758c549a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16592,7 +16976,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:01:40 GMT" + "Thu, 09 Apr 2020 20:42:27 GMT" ], "Expires": [ "-1" @@ -16605,13 +16989,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16625,7 +17009,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16634,13 +17018,13 @@ "11977" ], "x-ms-request-id": [ - "fb9658c4-ff33-4b33-aa9a-5c8b4088f116" + "17cfdb8c-36cd-4735-bc16-95d541b71361" ], "x-ms-correlation-request-id": [ - "fb9658c4-ff33-4b33-aa9a-5c8b4088f116" + "17cfdb8c-36cd-4735-bc16-95d541b71361" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050156Z:fb9658c4-ff33-4b33-aa9a-5c8b4088f116" + "WESTUS:20200409T204243Z:17cfdb8c-36cd-4735-bc16-95d541b71361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16649,7 +17033,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:01:55 GMT" + "Thu, 09 Apr 2020 20:42:43 GMT" ], "Expires": [ "-1" @@ -16662,13 +17046,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16682,7 +17066,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16691,13 +17075,13 @@ "11976" ], "x-ms-request-id": [ - "27640dea-e38c-4c57-b026-aa745d929000" + "638ed3ed-e4db-4db3-8f92-41cd9c5d90da" ], "x-ms-correlation-request-id": [ - "27640dea-e38c-4c57-b026-aa745d929000" + "638ed3ed-e4db-4db3-8f92-41cd9c5d90da" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050211Z:27640dea-e38c-4c57-b026-aa745d929000" + "WESTUS:20200409T204258Z:638ed3ed-e4db-4db3-8f92-41cd9c5d90da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16706,7 +17090,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:02:10 GMT" + "Thu, 09 Apr 2020 20:42:58 GMT" ], "Expires": [ "-1" @@ -16719,13 +17103,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16739,7 +17123,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16748,13 +17132,13 @@ "11975" ], "x-ms-request-id": [ - "8ca2288e-fd79-4109-bcff-33ae32992a10" + "998fad45-a2c1-40fb-8328-9393eae2bf35" ], "x-ms-correlation-request-id": [ - "8ca2288e-fd79-4109-bcff-33ae32992a10" + "998fad45-a2c1-40fb-8328-9393eae2bf35" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050227Z:8ca2288e-fd79-4109-bcff-33ae32992a10" + "WESTUS:20200409T204313Z:998fad45-a2c1-40fb-8328-9393eae2bf35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16763,7 +17147,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:02:26 GMT" + "Thu, 09 Apr 2020 20:43:13 GMT" ], "Expires": [ "-1" @@ -16776,13 +17160,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16796,7 +17180,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16805,13 +17189,13 @@ "11974" ], "x-ms-request-id": [ - "4c727609-348b-4d31-adc3-c6e150f5ef50" + "842f9874-416b-49fc-b860-dcf6e6863ed9" ], "x-ms-correlation-request-id": [ - "4c727609-348b-4d31-adc3-c6e150f5ef50" + "842f9874-416b-49fc-b860-dcf6e6863ed9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050242Z:4c727609-348b-4d31-adc3-c6e150f5ef50" + "WESTUS:20200409T204328Z:842f9874-416b-49fc-b860-dcf6e6863ed9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16820,7 +17204,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:02:42 GMT" + "Thu, 09 Apr 2020 20:43:28 GMT" ], "Expires": [ "-1" @@ -16833,13 +17217,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16853,7 +17237,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16862,13 +17246,13 @@ "11973" ], "x-ms-request-id": [ - "fc7764d8-4300-45af-bb6a-1643d7442f5a" + "2cea4ae1-b445-431c-8d1e-7b45b1d74456" ], "x-ms-correlation-request-id": [ - "fc7764d8-4300-45af-bb6a-1643d7442f5a" + "2cea4ae1-b445-431c-8d1e-7b45b1d74456" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050257Z:fc7764d8-4300-45af-bb6a-1643d7442f5a" + "WESTUS:20200409T204344Z:2cea4ae1-b445-431c-8d1e-7b45b1d74456" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16877,7 +17261,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:02:57 GMT" + "Thu, 09 Apr 2020 20:43:44 GMT" ], "Expires": [ "-1" @@ -16890,13 +17274,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16910,7 +17294,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16919,13 +17303,13 @@ "11972" ], "x-ms-request-id": [ - "e10167c2-1e8a-485f-af90-32ba06fa6925" + "643bbca5-4559-4379-9414-d2e4bfb71edf" ], "x-ms-correlation-request-id": [ - "e10167c2-1e8a-485f-af90-32ba06fa6925" + "643bbca5-4559-4379-9414-d2e4bfb71edf" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050313Z:e10167c2-1e8a-485f-af90-32ba06fa6925" + "WESTUS:20200409T204359Z:643bbca5-4559-4379-9414-d2e4bfb71edf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16934,7 +17318,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:03:12 GMT" + "Thu, 09 Apr 2020 20:43:59 GMT" ], "Expires": [ "-1" @@ -16947,13 +17331,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -16967,7 +17351,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16976,13 +17360,13 @@ "11971" ], "x-ms-request-id": [ - "cdd63822-c20f-4f0e-b824-6221f194ff2c" + "0e0ca52c-4d0c-4b0f-af9e-6950acccf37a" ], "x-ms-correlation-request-id": [ - "cdd63822-c20f-4f0e-b824-6221f194ff2c" + "0e0ca52c-4d0c-4b0f-af9e-6950acccf37a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050328Z:cdd63822-c20f-4f0e-b824-6221f194ff2c" + "WESTUS:20200409T204414Z:0e0ca52c-4d0c-4b0f-af9e-6950acccf37a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16991,7 +17375,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:03:27 GMT" + "Thu, 09 Apr 2020 20:44:14 GMT" ], "Expires": [ "-1" @@ -17004,13 +17388,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17024,7 +17408,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17033,13 +17417,13 @@ "11970" ], "x-ms-request-id": [ - "d3832f49-6c57-459a-8ddf-edc774962bb5" + "9754719f-4ac6-469e-b700-e5aba07d3f7a" ], "x-ms-correlation-request-id": [ - "d3832f49-6c57-459a-8ddf-edc774962bb5" + "9754719f-4ac6-469e-b700-e5aba07d3f7a" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050343Z:d3832f49-6c57-459a-8ddf-edc774962bb5" + "WESTUS:20200409T204429Z:9754719f-4ac6-469e-b700-e5aba07d3f7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17048,7 +17432,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:03:43 GMT" + "Thu, 09 Apr 2020 20:44:29 GMT" ], "Expires": [ "-1" @@ -17061,13 +17445,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17081,7 +17465,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17090,13 +17474,13 @@ "11969" ], "x-ms-request-id": [ - "6e30c2a5-49b7-4bf9-9a13-990b2c7ce576" + "9a684f1b-7296-45b0-9570-465718f468d5" ], "x-ms-correlation-request-id": [ - "6e30c2a5-49b7-4bf9-9a13-990b2c7ce576" + "9a684f1b-7296-45b0-9570-465718f468d5" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050358Z:6e30c2a5-49b7-4bf9-9a13-990b2c7ce576" + "WESTUS:20200409T204444Z:9a684f1b-7296-45b0-9570-465718f468d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17105,7 +17489,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:03:58 GMT" + "Thu, 09 Apr 2020 20:44:44 GMT" ], "Expires": [ "-1" @@ -17118,13 +17502,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17138,7 +17522,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17147,13 +17531,13 @@ "11968" ], "x-ms-request-id": [ - "cb157a9e-f459-4482-8acd-517006c07e59" + "a95930d0-2bcd-4ab7-9cf2-eb76b956032e" ], "x-ms-correlation-request-id": [ - "cb157a9e-f459-4482-8acd-517006c07e59" + "a95930d0-2bcd-4ab7-9cf2-eb76b956032e" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050414Z:cb157a9e-f459-4482-8acd-517006c07e59" + "WESTUS:20200409T204459Z:a95930d0-2bcd-4ab7-9cf2-eb76b956032e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17162,7 +17546,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:04:13 GMT" + "Thu, 09 Apr 2020 20:44:59 GMT" ], "Expires": [ "-1" @@ -17175,13 +17559,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17195,7 +17579,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17204,13 +17588,13 @@ "11967" ], "x-ms-request-id": [ - "a0efebab-d8c3-44f5-b5a6-756cf4a87068" + "adfe4aae-07b4-46cf-8500-dbf7d02c253d" ], "x-ms-correlation-request-id": [ - "a0efebab-d8c3-44f5-b5a6-756cf4a87068" + "adfe4aae-07b4-46cf-8500-dbf7d02c253d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050429Z:a0efebab-d8c3-44f5-b5a6-756cf4a87068" + "WESTUS:20200409T204514Z:adfe4aae-07b4-46cf-8500-dbf7d02c253d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17219,7 +17603,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:04:28 GMT" + "Thu, 09 Apr 2020 20:45:14 GMT" ], "Expires": [ "-1" @@ -17232,13 +17616,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17252,7 +17636,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17261,13 +17645,13 @@ "11966" ], "x-ms-request-id": [ - "45adb645-c0a5-4350-b976-8415176b394f" + "23e209d0-204e-45a6-9852-0838af3ab36c" ], "x-ms-correlation-request-id": [ - "45adb645-c0a5-4350-b976-8415176b394f" + "23e209d0-204e-45a6-9852-0838af3ab36c" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050444Z:45adb645-c0a5-4350-b976-8415176b394f" + "WESTUS:20200409T204529Z:23e209d0-204e-45a6-9852-0838af3ab36c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17276,7 +17660,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:04:43 GMT" + "Thu, 09 Apr 2020 20:45:29 GMT" ], "Expires": [ "-1" @@ -17289,13 +17673,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17309,7 +17693,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17318,13 +17702,13 @@ "11965" ], "x-ms-request-id": [ - "81c65a56-12e5-4d99-ae42-bd0f55fe7be8" + "cf8f2f89-3b23-4c62-b17a-daffc7ef8d9f" ], "x-ms-correlation-request-id": [ - "81c65a56-12e5-4d99-ae42-bd0f55fe7be8" + "cf8f2f89-3b23-4c62-b17a-daffc7ef8d9f" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050500Z:81c65a56-12e5-4d99-ae42-bd0f55fe7be8" + "WESTUS:20200409T204544Z:cf8f2f89-3b23-4c62-b17a-daffc7ef8d9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17333,7 +17717,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:05:00 GMT" + "Thu, 09 Apr 2020 20:45:44 GMT" ], "Expires": [ "-1" @@ -17346,13 +17730,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17366,7 +17750,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17375,13 +17759,13 @@ "11964" ], "x-ms-request-id": [ - "8d5dad40-c8e2-4072-a2cc-7e44d8406154" + "44538ea6-ad0e-4baa-a568-0f15962d0f98" ], "x-ms-correlation-request-id": [ - "8d5dad40-c8e2-4072-a2cc-7e44d8406154" + "44538ea6-ad0e-4baa-a568-0f15962d0f98" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050515Z:8d5dad40-c8e2-4072-a2cc-7e44d8406154" + "WESTUS:20200409T204600Z:44538ea6-ad0e-4baa-a568-0f15962d0f98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17390,7 +17774,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:05:15 GMT" + "Thu, 09 Apr 2020 20:46:00 GMT" ], "Expires": [ "-1" @@ -17403,13 +17787,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17423,7 +17807,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17432,13 +17816,13 @@ "11963" ], "x-ms-request-id": [ - "8236dbec-9c97-4f40-862e-72d7697f41c3" + "a5490dd0-c9a8-46c3-aca9-c74ce69f4f4b" ], "x-ms-correlation-request-id": [ - "8236dbec-9c97-4f40-862e-72d7697f41c3" + "a5490dd0-c9a8-46c3-aca9-c74ce69f4f4b" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050530Z:8236dbec-9c97-4f40-862e-72d7697f41c3" + "WESTUS:20200409T204615Z:a5490dd0-c9a8-46c3-aca9-c74ce69f4f4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17447,7 +17831,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:05:30 GMT" + "Thu, 09 Apr 2020 20:46:15 GMT" ], "Expires": [ "-1" @@ -17460,13 +17844,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17480,7 +17864,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17489,13 +17873,13 @@ "11962" ], "x-ms-request-id": [ - "f35dbad7-a342-4695-97f2-1e237469c14e" + "9fc36046-1ec3-492c-b204-18c7d54e6b96" ], "x-ms-correlation-request-id": [ - "f35dbad7-a342-4695-97f2-1e237469c14e" + "9fc36046-1ec3-492c-b204-18c7d54e6b96" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050546Z:f35dbad7-a342-4695-97f2-1e237469c14e" + "WESTUS:20200409T204630Z:9fc36046-1ec3-492c-b204-18c7d54e6b96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17504,7 +17888,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:05:46 GMT" + "Thu, 09 Apr 2020 20:46:29 GMT" ], "Expires": [ "-1" @@ -17517,13 +17901,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17537,7 +17921,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17546,13 +17930,13 @@ "11961" ], "x-ms-request-id": [ - "766c7776-75ae-471b-9976-309e213315e8" + "3d50bb03-ee53-47bb-9478-719780b6e6f3" ], "x-ms-correlation-request-id": [ - "766c7776-75ae-471b-9976-309e213315e8" + "3d50bb03-ee53-47bb-9478-719780b6e6f3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050601Z:766c7776-75ae-471b-9976-309e213315e8" + "WESTUS:20200409T204645Z:3d50bb03-ee53-47bb-9478-719780b6e6f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17561,7 +17945,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:06:01 GMT" + "Thu, 09 Apr 2020 20:46:44 GMT" ], "Expires": [ "-1" @@ -17574,13 +17958,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17594,7 +17978,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17603,13 +17987,13 @@ "11960" ], "x-ms-request-id": [ - "c3daffc3-72e9-4615-942d-77257e6661f3" + "23a37f57-0ea5-459c-a6bd-504bb8098db8" ], "x-ms-correlation-request-id": [ - "c3daffc3-72e9-4615-942d-77257e6661f3" + "23a37f57-0ea5-459c-a6bd-504bb8098db8" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050617Z:c3daffc3-72e9-4615-942d-77257e6661f3" + "WESTUS:20200409T204700Z:23a37f57-0ea5-459c-a6bd-504bb8098db8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17618,7 +18002,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:06:16 GMT" + "Thu, 09 Apr 2020 20:46:59 GMT" ], "Expires": [ "-1" @@ -17631,13 +18015,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17651,7 +18035,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17660,13 +18044,13 @@ "11959" ], "x-ms-request-id": [ - "19673b39-0b43-4b8a-b43e-868c5ef653e5" + "fbf6a5d4-a2a3-4c29-b08f-722e600576b1" ], "x-ms-correlation-request-id": [ - "19673b39-0b43-4b8a-b43e-868c5ef653e5" + "fbf6a5d4-a2a3-4c29-b08f-722e600576b1" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050632Z:19673b39-0b43-4b8a-b43e-868c5ef653e5" + "WESTUS:20200409T204715Z:fbf6a5d4-a2a3-4c29-b08f-722e600576b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17675,7 +18059,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:06:31 GMT" + "Thu, 09 Apr 2020 20:47:14 GMT" ], "Expires": [ "-1" @@ -17688,13 +18072,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17708,7 +18092,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17717,13 +18101,13 @@ "11958" ], "x-ms-request-id": [ - "078c1e32-2b2c-460c-bf95-14cddfddbaff" + "8ab7eb93-9561-4cb0-bd8c-888037647e25" ], "x-ms-correlation-request-id": [ - "078c1e32-2b2c-460c-bf95-14cddfddbaff" + "8ab7eb93-9561-4cb0-bd8c-888037647e25" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050647Z:078c1e32-2b2c-460c-bf95-14cddfddbaff" + "WESTUS:20200409T204730Z:8ab7eb93-9561-4cb0-bd8c-888037647e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17732,7 +18116,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:06:46 GMT" + "Thu, 09 Apr 2020 20:47:29 GMT" ], "Expires": [ "-1" @@ -17745,13 +18129,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17765,7 +18149,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17774,13 +18158,13 @@ "11957" ], "x-ms-request-id": [ - "56efe99f-c8d1-4ac2-88d0-b4d6d392c7e0" + "8e2231c6-dd6f-4b16-b0fd-b5a955c55f82" ], "x-ms-correlation-request-id": [ - "56efe99f-c8d1-4ac2-88d0-b4d6d392c7e0" + "8e2231c6-dd6f-4b16-b0fd-b5a955c55f82" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050715Z:56efe99f-c8d1-4ac2-88d0-b4d6d392c7e0" + "WESTUS:20200409T204745Z:8e2231c6-dd6f-4b16-b0fd-b5a955c55f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17789,7 +18173,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:07:15 GMT" + "Thu, 09 Apr 2020 20:47:45 GMT" ], "Expires": [ "-1" @@ -17802,13 +18186,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17822,7 +18206,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17831,13 +18215,13 @@ "11956" ], "x-ms-request-id": [ - "f8a3d0d9-adad-41b9-832e-fe11e5c467af" + "760e5eaa-dd68-4eb1-a833-2a1f503702c3" ], "x-ms-correlation-request-id": [ - "f8a3d0d9-adad-41b9-832e-fe11e5c467af" + "760e5eaa-dd68-4eb1-a833-2a1f503702c3" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050730Z:f8a3d0d9-adad-41b9-832e-fe11e5c467af" + "WESTUS:20200409T204800Z:760e5eaa-dd68-4eb1-a833-2a1f503702c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17846,7 +18230,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:07:30 GMT" + "Thu, 09 Apr 2020 20:48:00 GMT" ], "Expires": [ "-1" @@ -17859,13 +18243,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17879,7 +18263,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17888,13 +18272,13 @@ "11955" ], "x-ms-request-id": [ - "f2433bef-8652-4770-b61d-216b4c02fc24" + "2c6a5e1e-51f0-41c4-9df1-ae16537ffc40" ], "x-ms-correlation-request-id": [ - "f2433bef-8652-4770-b61d-216b4c02fc24" + "2c6a5e1e-51f0-41c4-9df1-ae16537ffc40" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050746Z:f2433bef-8652-4770-b61d-216b4c02fc24" + "WESTUS:20200409T204816Z:2c6a5e1e-51f0-41c4-9df1-ae16537ffc40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17903,7 +18287,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:07:46 GMT" + "Thu, 09 Apr 2020 20:48:15 GMT" ], "Expires": [ "-1" @@ -17916,13 +18300,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -17935,188 +18319,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], "x-ms-request-id": [ - "61e99c3c-8080-4872-a758-670fdedd8bca" - ], - "x-ms-correlation-request-id": [ - "61e99c3c-8080-4872-a758-670fdedd8bca" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050801Z:61e99c3c-8080-4872-a758-670fdedd8bca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 08 Apr 2020 05:08:01 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-request-id": [ - "68907661-3adc-4daf-9358-77b3b90896c2" - ], - "x-ms-correlation-request-id": [ - "68907661-3adc-4daf-9358-77b3b90896c2" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050817Z:68907661-3adc-4daf-9358-77b3b90896c2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 08 Apr 2020 05:08:16 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" - ], - "x-ms-request-id": [ - "19b2eaf9-370e-4cc1-b499-069a5dfe3b53" - ], - "x-ms-correlation-request-id": [ - "19b2eaf9-370e-4cc1-b499-069a5dfe3b53" - ], - "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050832Z:19b2eaf9-370e-4cc1-b499-069a5dfe3b53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 08 Apr 2020 05:08:31 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28516.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "x-ms-request-id": [ - "9a718df9-889b-4351-aa4e-7545afaec05f" + "972de089-f7f4-4343-95b0-598ffee2666d" ], "x-ms-correlation-request-id": [ - "9a718df9-889b-4351-aa4e-7545afaec05f" + "972de089-f7f4-4343-95b0-598ffee2666d" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050847Z:9a718df9-889b-4351-aa4e-7545afaec05f" + "WESTUS:20200409T204831Z:972de089-f7f4-4343-95b0-598ffee2666d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18125,7 +18338,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:08:46 GMT" + "Thu, 09 Apr 2020 20:48:30 GMT" ], "Expires": [ "-1" @@ -18138,13 +18351,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/947d47b4-7883-4bb9-9d85-c5e8e2f572ce/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzUxMTMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTQ3ZDQ3YjQtNzg4My00YmI5LTlkODUtYzVlOGUyZjU3MmNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVeE1UTXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/87a5ac72-534b-4d65-a553-b9b956d6b8d8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc5NzAtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODdhNWFjNzItNTM0Yi00ZDY1LWE1NTMtYjliOTU2ZDZiOGQ4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjNU56QXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28516.03", + "FxVersion/4.6.28207.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" @@ -18158,16 +18371,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11953" ], "x-ms-request-id": [ - "ce6aba4f-f47e-45cb-ac52-700c3d01a512" + "98a696ce-a813-4930-ad1d-b3d2ce6620d9" ], "x-ms-correlation-request-id": [ - "ce6aba4f-f47e-45cb-ac52-700c3d01a512" + "98a696ce-a813-4930-ad1d-b3d2ce6620d9" ], "x-ms-routing-request-id": [ - "WESTEUROPE:20200408T050848Z:ce6aba4f-f47e-45cb-ac52-700c3d01a512" + "WESTUS:20200409T204831Z:98a696ce-a813-4930-ad1d-b3d2ce6620d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18176,7 +18389,7 @@ "nosniff" ], "Date": [ - "Wed, 08 Apr 2020 05:08:47 GMT" + "Thu, 09 Apr 2020 20:48:30 GMT" ], "Expires": [ "-1" @@ -18191,17 +18404,17 @@ ], "Names": { "Test-VirtualNetworkGatewayConnectionWithIpsecPoliciesCRUD": [ - "ps5113", - "ps6678", - "ps8679", - "ps2084", - "ps7546", - "ps6200", - "ps4665", - "ps967" + "ps7970", + "ps6428", + "ps74", + "ps894", + "ps2155", + "ps4000", + "ps1921", + "ps8543" ] }, "Variables": { - "SubscriptionId": "947d47b4-7883-4bb9-9d85-c5e8e2f572ce" + "SubscriptionId": "87a5ac72-534b-4d65-a553-b9b956d6b8d8" } } \ No newline at end of file diff --git a/src/Network/Network/Models/PSVirtualNetworkGatewayConnection.cs b/src/Network/Network/Models/PSVirtualNetworkGatewayConnection.cs index db7d1d688b73..9e90a6624ceb 100644 --- a/src/Network/Network/Models/PSVirtualNetworkGatewayConnection.cs +++ b/src/Network/Network/Models/PSVirtualNetworkGatewayConnection.cs @@ -35,6 +35,9 @@ public class PSVirtualNetworkGatewayConnection : PSTopLevelResource [Ps1Xml(Target = ViewControl.Table)] public int RoutingWeight { get; set; } + [Ps1Xml(Target = ViewControl.Table)] + public int DpdTimeoutSeconds { get; set; } + public string SharedKey { get; set; } [Ps1Xml(Target = ViewControl.Table)] diff --git a/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs b/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs index 2a13ff9fe4e8..900d5c6d28c3 100644 --- a/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs +++ b/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs @@ -95,6 +95,12 @@ public class NewAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate ValueFromPipelineByPropertyName = true, HelpMessage = "RoutingWeight.")] public int RoutingWeight { get; set; } + + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")] + public int DpdTimeoutInSeconds { get; set; } [Parameter( Mandatory = false, @@ -202,6 +208,7 @@ private PSVirtualNetworkGatewayConnection CreateVirtualNetworkGatewayConnection( vnetGatewayConnection.LocalNetworkGateway2 = this.LocalNetworkGateway2; vnetGatewayConnection.ConnectionType = this.ConnectionType; vnetGatewayConnection.RoutingWeight = this.RoutingWeight; + vnetGatewayConnection.DpdTimeoutSeconds = this.DpdTimeoutInSeconds; vnetGatewayConnection.SharedKey = this.SharedKey; vnetGatewayConnection.EnableBgp = this.EnableBgp; vnetGatewayConnection.UseLocalAzureIpAddress = this.UseLocalAzureIpAddress.IsPresent; diff --git a/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs b/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs index be1a121c484f..fae4a208c25a 100644 --- a/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs +++ b/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs @@ -42,6 +42,12 @@ public class SetAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate HelpMessage = "Whether to use a BGP session over a S2S VPN tunnel")] public bool? EnableBgp { get; set; } + [Parameter( + Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")] + public int? DpdTimeoutInSeconds { get; set; } + [Parameter( Mandatory = false, HelpMessage = "Whether to use policy-based traffic selectors for a S2S connection")] @@ -99,6 +105,11 @@ public override void Execute() this.VirtualNetworkGatewayConnection.EnableBgp = this.EnableBgp.Value; } + if (this.DpdTimeoutInSeconds.HasValue) + { + this.VirtualNetworkGatewayConnection.DpdTimeoutSeconds = this.DpdTimeoutInSeconds.Value; + } + if (this.UsePolicyBasedTrafficSelectors.HasValue) { this.VirtualNetworkGatewayConnection.UsePolicyBasedTrafficSelectors = this.UsePolicyBasedTrafficSelectors.Value; From 1eba06a954426dc3e608286740e1b5768ee356a4 Mon Sep 17 00:00:00 2001 From: Henry Chen Date: Thu, 9 Apr 2020 15:57:32 -0700 Subject: [PATCH 07/14] help files --- ...eVirtualNetworkGatewayConnectionCommand.cs | 2 +- ...eVirtualNetworkGatewayConnectionCommand.cs | 2 +- .../New-AzVirtualNetworkGatewayConnection.md | 25 +++++++++++++++---- .../Set-AzVirtualNetworkGatewayConnection.md | 21 ++++++++++++++-- 4 files changed, 41 insertions(+), 9 deletions(-) diff --git a/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs b/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs index 900d5c6d28c3..8be162052b0c 100644 --- a/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs +++ b/src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs @@ -99,7 +99,7 @@ public class NewAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate [Parameter( Mandatory = false, ValueFromPipelineByPropertyName = true, - HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")] + HelpMessage = "Dead Peer Detection Timeout of the connection in seconds.")] public int DpdTimeoutInSeconds { get; set; } [Parameter( diff --git a/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs b/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs index fae4a208c25a..fa43bd8ac340 100644 --- a/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs +++ b/src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs @@ -45,7 +45,7 @@ public class SetAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate [Parameter( Mandatory = false, ValueFromPipelineByPropertyName = true, - HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")] + HelpMessage = "Dead Peer Detection Timeout of the connection in seconds.")] public int? DpdTimeoutInSeconds { get; set; } [Parameter( diff --git a/src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md b/src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md index bd0c5aef95e9..15853b987f28 100644 --- a/src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md +++ b/src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md @@ -18,9 +18,9 @@ Creates the Site-to-Site VPN connection between the virtual network gateway and New-AzVirtualNetworkGatewayConnection -Name -ResourceGroupName -Location [-AuthorizationKey ] -VirtualNetworkGateway1 [-VirtualNetworkGateway2 ] [-LocalNetworkGateway2 ] - -ConnectionType [-RoutingWeight ] [-SharedKey ] [-Peer ] - [-EnableBgp ] [-UseLocalAzureIpAddress] [-Tag ] [-Force] - [-UsePolicyBasedTrafficSelectors ] [-IpsecPolicies ] + -ConnectionType [-RoutingWeight ] [-DpdTimeoutInSeconds ] [-SharedKey ] + [-Peer ] [-EnableBgp ] [-UseLocalAzureIpAddress] [-Tag ] + [-Force] [-UsePolicyBasedTrafficSelectors ] [-IpsecPolicies ] [-TrafficSelectorPolicy ] [-ConnectionProtocol ] [-AsJob] [-ExpressRouteGatewayBypass] [-DefaultProfile ] [-WhatIf] [-Confirm] [] @@ -31,8 +31,8 @@ New-AzVirtualNetworkGatewayConnection -Name -ResourceGroupName New-AzVirtualNetworkGatewayConnection -Name -ResourceGroupName -Location [-AuthorizationKey ] -VirtualNetworkGateway1 [-VirtualNetworkGateway2 ] [-LocalNetworkGateway2 ] - -ConnectionType [-RoutingWeight ] [-SharedKey ] [-PeerId ] - [-EnableBgp ] [-UseLocalAzureIpAddress] [-Tag ] [-Force] + -ConnectionType [-RoutingWeight ] [-DpdTimeoutInSeconds ] [-SharedKey ] + [-PeerId ] [-EnableBgp ] [-UseLocalAzureIpAddress] [-Tag ] [-Force] [-UsePolicyBasedTrafficSelectors ] [-IpsecPolicies ] [-TrafficSelectorPolicy ] [-ConnectionProtocol ] [-AsJob] [-ExpressRouteGatewayBypass] [-DefaultProfile ] [-WhatIf] [-Confirm] @@ -281,6 +281,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -DpdTimeoutInSeconds +Dead Peer Detection Timeout of the connection in seconds + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -SharedKey ```yaml diff --git a/src/Network/Network/help/Set-AzVirtualNetworkGatewayConnection.md b/src/Network/Network/help/Set-AzVirtualNetworkGatewayConnection.md index 0403ea7fd876..227660ef2a29 100644 --- a/src/Network/Network/help/Set-AzVirtualNetworkGatewayConnection.md +++ b/src/Network/Network/help/Set-AzVirtualNetworkGatewayConnection.md @@ -16,7 +16,8 @@ Configures a virtual network gateway connection. ### Default (Default) ``` Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection - [-EnableBgp ] [-UsePolicyBasedTrafficSelectors ] [-UseLocalAzureIpAddress ] +<<<<<<< HEAD + [-EnableBgp ] [-DpdTimeoutInSeconds ] [-UsePolicyBasedTrafficSelectors ] [-UseLocalAzureIpAddress ] [-IpsecPolicies ] [-TrafficSelectorPolicy ] [-Force] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +25,8 @@ Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection - [-EnableBgp ] [-UsePolicyBasedTrafficSelectors ] [-UseLocalAzureIpAddress ] +<<<<<<< HEAD + [-EnableBgp ] [-DpdTimeoutInSeconds ] [-UsePolicyBasedTrafficSelectors ] [-UseLocalAzureIpAddress ] [-IpsecPolicies ] [-TrafficSelectorPolicy ] -Tag [-Force] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -153,6 +155,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -DpdTimeoutInSeconds +Dead Peer Detection Timeout of the connection in seconds + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Force Forces the command to run without asking for user confirmation. From 798bdeb6eed1428978ce24e0872e97ffd289e247 Mon Sep 17 00:00:00 2001 From: Henry Chen Date: Mon, 13 Apr 2020 18:14:16 -0700 Subject: [PATCH 08/14] changelog --- src/Network/Network/ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index b2eec9c8cf54..15cb0325dd5d 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -32,6 +32,9 @@ - allows setting of all the existing properties including the IPv6CircuitConnectionProperties - Updated `Add-AzExpressRouteCircuitConnectionConfig` - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection ## Version 2.4.0 * Updated cmdlets to allow cross-tenant VirtualHubVnetConnections From 91857cc2202b7829d752b8d2c73081faf7f692cc Mon Sep 17 00:00:00 2001 From: erich-wang Date: Wed, 15 Apr 2020 16:55:40 +0800 Subject: [PATCH 09/14] add change log for azs release (#11594) --- ChangeLog.md | 148 +++++++++++++++++++++++++++++---------------------- 1 file changed, 85 insertions(+), 63 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 05eeaf52a00a..7c480adaa2bf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,25 @@ +## 0.10.0-preview - April 2020 +### General +* Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information [here](https://aka.ms/az4AzureStack) +* Az modules support profile 2019-03-01-hybrid: + - Az.Billing + - Az.Compute + - Az.DataBoxEdge + - Az.EventHub + - Az.IotHub + - Az.KeyVault + - Az.Monitor + - Az.Network + - Az.Resources + - Az.Storage + - Az.Websites +* Three new PowerShell modules for az have been introduced that work with Azure Stack Hub, which are Az.Databox, Az.IotHub, and Az.EventHub +* Commands remain relatively the same, with minor changes such as changing AzureRM to Az +* Updated link to PowerShell documentation for Azure Stack Hub can be found [here](aka.ms/InstallASHPowerShell) + +#### Az.Accounts +* Upgrade from ADAL to MSAL + ## 3.7.0 - March 2020 #### Az.Accounts * Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292] @@ -76,10 +98,10 @@ #### Az.Websites * Added support for working with webapp Traffic Routing Rules via below new cmdlets - - 'Get-AzWebAppTrafficRouting' - - 'Update-AzWebAppTrafficRouting' - - 'Add-AzWebAppTrafficRouting' - - 'Remove-AzWebAppTrafficRouting' + - 'Get-AzWebAppTrafficRouting' + - 'Update-AzWebAppTrafficRouting' + - 'Add-AzWebAppTrafficRouting' + - 'Remove-AzWebAppTrafficRouting' ## 3.6.1 - March 2020 #### Az.Accounts @@ -98,15 +120,15 @@ #### Az.IotHub * Added support to manage devices in an Iot Hub. New Cmdlets are: - - 'Add-AzIotHubDevice' - - 'Get-AzIotHubDevice' - - 'Remove-AzIotHubDevice' - - 'Set-AzIotHubDevice' + - 'Add-AzIotHubDevice' + - 'Get-AzIotHubDevice' + - 'Remove-AzIotHubDevice' + - 'Set-AzIotHubDevice' * Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are: - - 'Add-AzIotHubModule' - - 'Get-AzIotHubModule' - - 'Remove-AzIotHubModule' - - 'Set-AzIotHubModule' + - 'Add-AzIotHubModule' + - 'Get-AzIotHubModule' + - 'Remove-AzIotHubModule' + - 'Set-AzIotHubModule' * Added cmdlet to get the connection string of a target IoT device in an Iot Hub. * Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub. * Added support to get/set parent device of an IoT device. New Cmdlets are: @@ -192,10 +214,10 @@ #### Az.IotHub * Added support to manage devices in an Iot Hub. New Cmdlets are: - - 'Add-AzIotHubDevice' - - 'Get-AzIotHubDevice' - - 'Remove-AzIotHubDevice' - - 'Set-AzIotHubDevice' + - 'Add-AzIotHubDevice' + - 'Get-AzIotHubDevice' + - 'Remove-AzIotHubDevice' + - 'Set-AzIotHubDevice' #### Az.KeyVault * Fixed duplicated text for Add-AzKeyVaultKey.md @@ -203,7 +225,7 @@ #### Az.Monitor * Fixed description of the Get-AzLog cmdlet. * A new parameter called ActionGroupId was added to 'New-AzMetricAlertRuleV2' command. - - The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup). + - The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup). #### Az.Network * Added one extra parameter note for parameter '-EnableProxyProtocol' for 'New-AzPrivateLinkService' cmdlet. @@ -453,12 +475,12 @@ to enable create Azure-SSIS IR with static public IP addresses. - Revoke-AzStorageAccountUserDelegationKeys * Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01. * Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB' - - New-AzRmStorageShare - - Update-AzRmStorageShare + - New-AzRmStorageShare + - Update-AzRmStorageShare * Add parameter alias 'QuotaGiB' to parameter 'Quota' - - Set-AzStorageShareQuota + - Set-AzStorageShareQuota * Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy - - Set-AzStorageContainerAcl + - Set-AzStorageContainerAcl ## 3.1.0 - November 2019 ### Highlights since the last major release @@ -809,13 +831,13 @@ to enable create Azure-SSIS IR with static public IP addresses. #### Az.Monitor * New action group receivers added for action group - -ItsmReceiver - -VoiceReceiver - -ArmRoleReceiver - -AzureFunctionReceiver - -LogicAppReceiver - -AutomationRunbookReceiver - -AzureAppPushReceiver + -ItsmReceiver + -VoiceReceiver + -ArmRoleReceiver + -AzureFunctionReceiver + -LogicAppReceiver + -AutomationRunbookReceiver + -AzureAppPushReceiver * Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers * Webhooks now supports Azure active directory authentication . @@ -887,10 +909,10 @@ to enable create Azure-SSIS IR with static public IP addresses. #### Az.IotHub * Add support to invoke failover for an IotHub to the geo-paired disaster recovery region. * Add support to manage message enrichment for an IotHub. New cmdlets are: - - Add-AzIotHubMessageEnrichment - - Get-AzIotHubMessageEnrichment - - Remove-AzIotHubMessageEnrichment - - Set-AzIotHubMessageEnrichment + - Add-AzIotHubMessageEnrichment + - Get-AzIotHubMessageEnrichment + - Remove-AzIotHubMessageEnrichment + - Set-AzIotHubMessageEnrichment #### Az.Monitor * Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview @@ -900,8 +922,8 @@ to enable create Azure-SSIS IR with static public IP addresses. - The order of the arguments for the constructor of the class **Source** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests. - The order of the arguments for the constructor of the class **AlertingAction** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests. * Support Dynamic Threshold criteria for metric alert V2 - - New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also - - Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also + - New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also + - Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also * Improvements in Scheduled Query Rule cmdlets (SQR) - Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US) - Illustrated 'Enabled' parameter in help files properly @@ -1126,7 +1148,7 @@ to enable create Azure-SSIS IR with static public IP addresses. #### Az.LogicApp * Fix for Get-AzIntegrationAccountMap to list all map types - - Added new MapType parameter for filtering + - Added new MapType parameter for filtering #### Az.ManagedServices * Added support for api version 2019-06-01 (GA) @@ -1602,13 +1624,13 @@ to enable create Azure-SSIS IR with static public IP addresses. #### Az.Compute * Proximity placement group feature. - The following new cmdlets are added: - New-AzProximityPlacementGroup - Get-AzProximityPlacementGroup - Remove-AzProximityPlacementGroup - - The new parameter, ProximityPlacementGroupId, is added to the following cmdlets: - New-AzAvailabilitySet - New-AzVMConfig - New-AzVmssConfig + New-AzProximityPlacementGroup + Get-AzProximityPlacementGroup + Remove-AzProximityPlacementGroup + - The new parameter, ProximityPlacementGroupId, is added to the following cmdlets: + New-AzAvailabilitySet + New-AzVMConfig + New-AzVmssConfig * StorageAccountType parameter is added to New-AzGalleryImageVersion. * TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType. * SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss @@ -1643,23 +1665,23 @@ to enable create Azure-SSIS IR with static public IP addresses. * Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess * Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role: - Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs. - - Users with hdinsight operator role will not be affected. + - Users with hdinsight operator role will not be affected. #### Az.Monitor * New cmdlets for SQR API (Scheduled Query Rule) - New-AzScheduledQueryRuleAlertingAction - - New-AzScheduledQueryRuleAznsActionGroup - - New-AzScheduledQueryRuleLogMetricTrigger - - New-AzScheduledQueryRuleSchedule - - New-AzScheduledQueryRuleSource - - New-AzScheduledQueryRuleTriggerCondition - - New-AzScheduledQueryRule - - Get-AzScheduledQueryRule - - Set-AzScheduledQueryRule - - Update-AzScheduledQueryRule - - Remove-AzScheduledQueryRule - - [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API - - Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule + - New-AzScheduledQueryRuleAznsActionGroup + - New-AzScheduledQueryRuleLogMetricTrigger + - New-AzScheduledQueryRuleSchedule + - New-AzScheduledQueryRuleSource + - New-AzScheduledQueryRuleTriggerCondition + - New-AzScheduledQueryRule + - Get-AzScheduledQueryRule + - Set-AzScheduledQueryRule + - Update-AzScheduledQueryRule + - Remove-AzScheduledQueryRule + - [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API + - Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule #### Az.Network * Add support for Nat Gateway Resource @@ -2019,15 +2041,15 @@ to enable create Azure-SSIS IR with static public IP addresses. * Add in Basic sku for Integration Accounts * Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types * New cmdlets for Integration Account Assemblies - - Get-AzIntegrationAccountAssembly - - New-AzIntegrationAccountAssembly - - Remove-AzIntegrationAccountAssembly - - Set-AzIntegrationAccountAssembly + - Get-AzIntegrationAccountAssembly + - New-AzIntegrationAccountAssembly + - Remove-AzIntegrationAccountAssembly + - Set-AzIntegrationAccountAssembly * New cmdlets for Integration Account Batch Configuration - - Get-AzIntegrationAccountBatchConfiguration - - New-AzIntegrationAccountBatchConfiguration - - Remove-AzIntegrationAccountBatchConfiguration - - Set-AzIntegrationAccountBatchConfiguration + - Get-AzIntegrationAccountBatchConfiguration + - New-AzIntegrationAccountBatchConfiguration + - Remove-AzIntegrationAccountBatchConfiguration + - Set-AzIntegrationAccountBatchConfiguration * Update Logic App SDK to version 4.1.0 #### Az.Monitor From 2ba2161126fb31ae5f379d075c002d6f1d121e0a Mon Sep 17 00:00:00 2001 From: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> Date: Wed, 15 Apr 2020 18:42:34 +0800 Subject: [PATCH 10/14] Remove netcoreapp2.1 from test target (#11593) * Remove netcoreapp2.1 from test target --- src/Az.Test.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Az.Test.props b/src/Az.Test.props index 2d7c68970d5d..c09c945c1a48 100644 --- a/src/Az.Test.props +++ b/src/Az.Test.props @@ -11,7 +11,7 @@ - netcoreapp2.2;netcoreapp2.1;netstandard2.0 + netcoreapp2.2;netstandard2.0 $(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix) $(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix) false From 30a1010bae96ae3430c674fcb0ea76070370d484 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Wed, 15 Apr 2020 21:57:24 +0800 Subject: [PATCH 11/14] Make Maintenance to 1.0.0 GA (#11578) * update version to 1.0.0 * Remove netcoreapp2.1 from test target (#11593) * Remove netcoreapp2.1 from test target Co-authored-by: wyunchi-ms Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> --- .../Maintenance/Az.Maintenance.psd1 | 16 +- src/Maintenance/Maintenance/ChangeLog.md | 3 + .../Maintenance/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 1 + ...re.PowerShell.Cmdlets.Maintenance.dll.json | 5334 +++++++++++++++++ 5 files changed, 5348 insertions(+), 10 deletions(-) create mode 100644 tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll.json diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index ef4f0c92de4d..0db648e176f9 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/3/2020 +# Generated on: 2020-04-14 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.3' +ModuleVersion = '1.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -74,12 +74,12 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll') FunctionsToExport = @() # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. -CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment', - 'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate', - 'New-AzApplyUpdate', 'New-AzConfigurationAssignment', - 'New-AzMaintenanceConfiguration', - 'Remove-AzConfigurationAssignment', - 'Remove-AzMaintenanceConfiguration', +CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment', + 'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate', + 'New-AzApplyUpdate', 'New-AzConfigurationAssignment', + 'New-AzMaintenanceConfiguration', + 'Remove-AzConfigurationAssignment', + 'Remove-AzMaintenanceConfiguration', 'Update-AzMaintenanceConfiguration' # Variables to export from this module diff --git a/src/Maintenance/Maintenance/ChangeLog.md b/src/Maintenance/Maintenance/ChangeLog.md index b47f867663b9..e2ac42721d62 100644 --- a/src/Maintenance/Maintenance/ChangeLog.md +++ b/src/Maintenance/Maintenance/ChangeLog.md @@ -20,6 +20,9 @@ ## Upcoming Release +## Version 1.0.0 +* Publishing release version of Maintenance cmdlets for GA + ## Version 0.1.3 * Got `Az-MaintenanceConfiguration` will honor filters while listing maintenance configurations diff --git a/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs b/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs index dc9f3aa3a645..cfe667129515 100644 --- a/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs +++ b/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")] diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index fa46e17acd32..a3d3b454b478 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -81,6 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.3.0'; }, @{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.5.2'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.2'; }, + @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll.json new file mode 100644 index 000000000000..babc5cf0e3a7 --- /dev/null +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll.json @@ -0,0 +1,5334 @@ +{ + "Cmdlets": [ + { + "VerbName": "New", + "NounName": "AzApplyUpdate", + "Name": "New-AzApplyUpdate", + "ClassName": "Microsoft.Azure.Commands.Maintenance.NewAzureRmApplyUpdate", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LastUpdateTime": "System.Nullable`1[System.DateTime]", + "Status": "System.String", + "ResourceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzApplyUpdate", + "Name": "Get-AzApplyUpdate", + "ClassName": "Microsoft.Azure.Commands.Maintenance.GetAzureRmApplyUpdate", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LastUpdateTime": "System.Nullable`1[System.DateTime]", + "Status": "System.String", + "ResourceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ApplyUpdateName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ApplyUpdateName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzConfigurationAssignment", + "Name": "New-AzConfigurationAssignment", + "ClassName": "Microsoft.Azure.Commands.Maintenance.NewAzureRmConfigurationAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "ResourceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationAssignmentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaintenanceConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ConfigurationAssignmentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaintenanceConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzConfigurationAssignment", + "Name": "Remove-AzConfigurationAssignment", + "ClassName": "Microsoft.Azure.Commands.Maintenance.RemoveAzureRmConfigurationAssignment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigurationAssignmentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ConfigurationAssignmentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzConfigurationAssignment", + "Name": "Get-AzConfigurationAssignment", + "ClassName": "Microsoft.Azure.Commands.Maintenance.GetAzureRmConfigurationAssignment", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Location": "System.String", + "MaintenanceConfigurationId": "System.String", + "ResourceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzMaintenanceConfiguration", + "Name": "New-AzMaintenanceConfiguration", + "ClassName": "Microsoft.Azure.Commands.Maintenance.NewAzureRmMaintenanceConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtensionProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Location": "System.String", + "NamespaceProperty": "System.String", + "MaintenanceScope": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExtensionProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MaintenanceScope", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExtensionProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaintenanceScope", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExtensionProperty", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MaintenanceScope", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzMaintenanceConfiguration", + "Name": "Remove-AzMaintenanceConfiguration", + "ClassName": "Microsoft.Azure.Commands.Maintenance.RemoveAzureRmMaintenanceConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzMaintenanceConfiguration", + "Name": "Get-AzMaintenanceConfiguration", + "ClassName": "Microsoft.Azure.Commands.Maintenance.GetAzureRmMaintenanceConfiguration", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtensionProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Location": "System.String", + "NamespaceProperty": "System.String", + "MaintenanceScope": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzMaintenanceConfiguration", + "Name": "Update-AzMaintenanceConfiguration", + "ClassName": "Microsoft.Azure.Commands.Maintenance.UpdateAzureRmMaintenanceConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtensionProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Location": "System.String", + "NamespaceProperty": "System.String", + "MaintenanceScope": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Configuration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtensionProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Location": "System.String", + "NamespaceProperty": "System.String", + "MaintenanceScope": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Configuration", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Maintenance.Models", + "Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ExtensionProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Location": "System.String", + "NamespaceProperty": "System.String", + "MaintenanceScope": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzMaintenanceUpdate", + "Name": "Get-AzMaintenanceUpdate", + "ClassName": "Microsoft.Azure.Commands.Maintenance.GetAzureRmUpdate", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.Maintenance.Models", + "Name": "Microsoft.Azure.Management.Maintenance.Models.Update", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Maintenance.Models.Update, Microsoft.Azure.Management.Maintenance, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "NotBefore": "System.Nullable`1[System.DateTime]", + "ImpactDurationInSec": "System.Nullable`1[System.Int32]", + "MaintenanceScope": "System.String", + "ImpactType": "System.String", + "Status": "System.String", + "ResourceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "maintenanceScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "impactType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "status", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "impactDurationInSec", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "notBefore", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceParentName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "StorageEndpointSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "AdTenant": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.Byte", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + } + } +} From e6a998072b74ef6561dca73d568ea9ac182cecd9 Mon Sep 17 00:00:00 2001 From: erich-wang Date: Wed, 15 Apr 2020 23:15:44 +0800 Subject: [PATCH 12/14] Check PS Version when importing Az.Storage which using Azure.Core (#11576) --- tools/AzureRM.Example.psm1 | 6 ++++-- tools/UpdateModules.ps1 | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/tools/AzureRM.Example.psm1 b/tools/AzureRM.Example.psm1 index 978cc858e6ac..c0f96b1e6c13 100644 --- a/tools/AzureRM.Example.psm1 +++ b/tools/AzureRM.Example.psm1 @@ -34,6 +34,8 @@ if (%ISAZMODULE% -and ($PSEdition -eq 'Desktop')) Test-DotNet } +%AZURECOREPREREQUISITE% + if (Test-Path -Path "$PSScriptRoot\StartupScripts" -ErrorAction Ignore) { Get-ChildItem "$PSScriptRoot\StartupScripts" -ErrorAction Stop | ForEach-Object { @@ -60,7 +62,7 @@ if($PSEdition -eq 'Desktop' -and (Test-Path $preloadPath -ErrorAction Ignore)) Add-Type -Path $_.FullName -ErrorAction Ignore | Out-Null } catch { - Write-Warning $_ + Write-Verbose $_ } } } @@ -83,7 +85,7 @@ if($PSEdition -eq 'Core' -and (Test-Path $netCorePath -ErrorAction Ignore)) Add-Type -Path $_.FullName -ErrorAction Ignore | Out-Null } catch { - Write-Warning $_ + Write-Verbose $_ } } } diff --git a/tools/UpdateModules.ps1 b/tools/UpdateModules.ps1 index fde3dc620df9..81ab1f9197d8 100644 --- a/tools/UpdateModules.ps1 +++ b/tools/UpdateModules.ps1 @@ -95,6 +95,24 @@ function New-ModulePsm1 { $template = $template -replace "%DATE%", [string](Get-Date) $template = $template -replace "%IMPORTED-DEPENDENCIES%", $importedModules + #Az.Storage is using Azure.Core, so need to check PS version + if ($IsNetcore -and $file.BaseName -eq 'Az.Storage') + { + $template = $template -replace "%AZURECOREPREREQUISITE%", +@" +if (%ISAZMODULE% -and (`$PSEdition -eq 'Core')) +{ + if (`$PSVersionTable.PSVersion -lt [Version]'6.2.4') + { + throw "Az.Storage doesn't support PowerShell Core versions lower than 6.2.4. Please upgrade to PowerShell Core 6.2.4 or higher." + } +} +"@ + } + else + { + $template = $template -replace "%AZURECOREPREREQUISITE%", "" + } # Replace Az or AzureRM with correct information if ($IsNetcore) { From 403be617971ee5c5028dc5a0c7f265c57b095878 Mon Sep 17 00:00:00 2001 From: Vitaliy Fedonkin Date: Wed, 15 Apr 2020 21:39:58 -0700 Subject: [PATCH 13/14] azure api management breaking change notifications (#11602) * azure api management breaking change notifications * notification param fixed Co-authored-by: vfedonkin --- .../Commands/GetAzureApiManagementAuthorizationServer.cs | 2 ++ .../Commands/GetAzureApiManagementIdentityProvider.cs | 2 ++ .../Commands/GetAzureApiManagementOpenIdConnectProvider.cs | 2 ++ .../Commands/GetAzureApiManagementProperty.cs | 2 ++ .../Commands/GetAzureApiManagementSubscription.cs | 2 ++ .../Commands/GetAzureRmApiManagementTenantAccess.cs | 2 ++ .../Commands/GetAzureRmApiManagementTenantGitAccess.cs | 2 ++ .../Commands/NewAzureApiManagmentProperty.cs | 2 ++ .../Commands/RemoveAzureApiManagementProperty.cs | 2 ++ .../Commands/SetAzureApiManagementProperty.cs | 2 ++ src/ApiManagement/ApiManagement/ChangeLog.md | 1 + .../ApiManagement/Commands/NewAzureApiManagement.cs | 2 ++ .../ApiManagement/Commands/SetAzureApiManagement.cs | 2 ++ 13 files changed, 25 insertions(+) diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementAuthorizationServer.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementAuthorizationServer.cs index c5f4473c5be0..0021246e15c2 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementAuthorizationServer.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementAuthorizationServer.cs @@ -17,7 +17,9 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands using System; using System.Management.Automation; using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; + [GenericBreakingChange("Output changed: ClientSecret will not be returned anymore. Additional cmdlet will be added to retrieve ClientSecret.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementAuthorizationServer", DefaultParameterSetName = ContextParameterSet)] [OutputType(typeof(PsApiManagementOAuth2AuthorizationServer))] public class GetAzureApiManagementAuthorizationServer : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementIdentityProvider.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementIdentityProvider.cs index a8cf6136a563..f6484bbf755c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementIdentityProvider.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementIdentityProvider.cs @@ -17,7 +17,9 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands using System; using System.Management.Automation; using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; + [GenericBreakingChange("Output changed: ClientSecret will not be returned anymore. Additional cmdlet will be added to retrieve ClientSecret.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementIdentityProvider", DefaultParameterSetName = AllIdentityProviders)] [OutputType(typeof(PsApiManagementIdentityProvider))] public class GetAzureApiManagementIdentityProvider : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementOpenIdConnectProvider.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementOpenIdConnectProvider.cs index 90ec889740c2..d161aac1b25f 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementOpenIdConnectProvider.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementOpenIdConnectProvider.cs @@ -15,10 +15,12 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Collections.Generic; using System.Management.Automation; + [GenericBreakingChange("Output changed: ClientSecret will not be returned anymore. Additional cmdlet will be added to retrieve ClientSecret.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementOpenIdConnectProvider", DefaultParameterSetName = GetAll)] [OutputType(typeof(PsApiManagementOpenIdConnectProvider))] public class GetAzureApiManagementOpenIdConnectProvider : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementProperty.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementProperty.cs index fceeb9c49b13..f19174921c5d 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementProperty.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementProperty.cs @@ -15,10 +15,12 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Collections.Generic; using System.Management.Automation; + [CmdletDeprecation(ReplacementCmdletName = "Get-AzureApiManagementNamedValue")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementProperty", DefaultParameterSetName = GetAll)] [OutputType(typeof(PsApiManagementProperty))] public class GetAzureApiManagementProperty : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementSubscription.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementSubscription.cs index 949382c52ae5..e8f257ca8b1f 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementSubscription.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureApiManagementSubscription.cs @@ -15,9 +15,11 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Management.Automation; + [GenericBreakingChange("Output changed: Subscription keys will not be returned anymore. Additional cmdlet will be added to retrieve subscription keys.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementSubscription", DefaultParameterSetName = GetAll)] [OutputType(typeof(PsApiManagementSubscription), ParameterSetName = new[] { GetAll, GetBySubscriptionId, GetByUserId, GetByScope, GetByProductIdAndUser, GetByProductId })] public class GetAzureApiManagementSubscription : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantAccess.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantAccess.cs index c9ba4f66f839..0bb73146606b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantAccess.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantAccess.cs @@ -15,8 +15,10 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System.Management.Automation; + [GenericBreakingChange("Output changed: Keys will not be returned anymore. Additional cmdlet will be added to retrieve the keys.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementTenantAccess")] [OutputType(typeof(PsApiManagementAccessInformation))] public class GetAzureRmApiManagementTenantAccess : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantGitAccess.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantGitAccess.cs index 0c6e3650922a..449d42fabb70 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantGitAccess.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/GetAzureRmApiManagementTenantGitAccess.cs @@ -15,8 +15,10 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System.Management.Automation; + [GenericBreakingChange("Output changed: Keys will not be returned anymore. Additional cmdlet will be added to retrieve the keys.")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementTenantGitAccess")] [OutputType(typeof(PsApiManagementAccessInformation))] public class GetAzureRmApiManagementTenantGitAccess : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagmentProperty.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagmentProperty.cs index 651b5c7717d6..c9c5a2cf709b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagmentProperty.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagmentProperty.cs @@ -15,9 +15,11 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Management.Automation; + [CmdletDeprecation(ReplacementCmdletName = "New-AzureApiManagementNamedValue")] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementProperty")] [OutputType(typeof(PsApiManagementProperty))] public class NewAzureApiManagementProperty : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementProperty.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementProperty.cs index 4b684e39c3a1..4ca778921f97 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementProperty.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementProperty.cs @@ -16,10 +16,12 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Properties; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Globalization; using System.Management.Automation; + [CmdletDeprecation(ReplacementCmdletName = "Remove-AzureApiManagementNamedValue")] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementProperty", SupportsShouldProcess = true)] [OutputType(typeof(bool))] public class RemoveAzureApiManagementProperty : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/SetAzureApiManagementProperty.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/SetAzureApiManagementProperty.cs index c60ae74ee258..7a0b131b6630 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/SetAzureApiManagementProperty.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/SetAzureApiManagementProperty.cs @@ -16,9 +16,11 @@ namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models; using Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Properties; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using System; using System.Management.Automation; + [CmdletDeprecation(ReplacementCmdletName = "Set-AzureApiManagementNamedValue")] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ApiManagementProperty", SupportsShouldProcess = true)] [OutputType(typeof(PsApiManagementProperty))] public class SetAzureApiManagementProperty : AzureApiManagementCmdletBase diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 4113aae2b1a4..6ab7bf2e333b 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Add breaking change notice for Azure File cmdlets output change in a future release * `Set-AzApiManagementGroup` Updated documentation to specify the GroupId parameter ## Version 1.4.0 diff --git a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs index 75371544a0fe..3a68a2d4e2dd 100644 --- a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs +++ b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs @@ -15,6 +15,7 @@ namespace Microsoft.Azure.Commands.ApiManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using ResourceManager.Common.ArgumentCompleters; using System.Collections.Generic; using System.Management.Automation; @@ -119,6 +120,7 @@ public class NewAzureApiManagement : AzureApiManagementCmdletBase [Parameter(Mandatory = false, HelpMessage = "Generate and assign an Azure Active Directory Identity for this service for use with key management services like Azure KeyVault.")] + [CmdletParameterBreakingChange("AssignIdentity", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")] public SwitchParameter AssignIdentity { get; set; } [Parameter(Mandatory = false, diff --git a/src/ApiManagement/ApiManagement/Commands/SetAzureApiManagement.cs b/src/ApiManagement/ApiManagement/Commands/SetAzureApiManagement.cs index e07756739320..b12d3a57f669 100644 --- a/src/ApiManagement/ApiManagement/Commands/SetAzureApiManagement.cs +++ b/src/ApiManagement/ApiManagement/Commands/SetAzureApiManagement.cs @@ -15,6 +15,7 @@ namespace Microsoft.Azure.Commands.ApiManagement.Commands { using Microsoft.Azure.Commands.ApiManagement.Models; + using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; using Properties; using System.Management.Automation; @@ -30,6 +31,7 @@ public class SetAzureApiManagement : AzureApiManagementCmdletBase [Parameter(Mandatory = false, HelpMessage = "Generate and assign an Azure Active Directory Identity for this server for use with key management services like Azure KeyVault.")] + [CmdletParameterBreakingChange("AssignIdentity", ChangeDescription = "The AssignIdentity parameter will be renamed as SystemAssignedIdentity. Also new parameter will be added: UserAssignedIdentity.")] public SwitchParameter AssignIdentity { get; set; } [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] From b076f1f7f0f6a6968b748694b25964e781117636 Mon Sep 17 00:00:00 2001 From: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> Date: Fri, 17 Apr 2020 16:07:31 +0800 Subject: [PATCH 14/14] release-2020-04-21 (#11619) --- ChangeLog.md | 96 + src/Accounts/Accounts/Az.Accounts.psd1 | 6 +- src/Accounts/Accounts/ChangeLog.md | 2 + .../Accounts/Properties/AssemblyInfo.cs | 4 +- src/Advisor/Advisor/Az.Advisor.psd1 | 2 +- src/Aks/Aks/Az.Aks.psd1 | 2 +- .../AlertsManagement/Az.AlertsManagement.psd1 | 2 +- .../AnalysisServices/Az.AnalysisServices.psd1 | 2 +- .../ApiManagement/Az.ApiManagement.psd1 | 12 +- src/ApiManagement/ApiManagement/ChangeLog.md | 4 +- .../ApiManagement/Properties/AssemblyInfo.cs | 4 +- .../Az.ApplicationInsights.psd1 | 2 +- .../Attestation/Az.Attestation.psd1 | 10 +- src/Attestation/Attestation/ChangeLog.md | 2 + .../Attestation/Properties/AssemblyInfo.cs | 4 +- src/Automation/Automation/Az.Automation.psd1 | 2 +- src/Batch/Batch/Az.Batch.psd1 | 2 +- src/Billing/Billing/Az.Billing.psd1 | 2 +- src/Blueprint/Blueprint/Az.Blueprint.psd1 | 2 +- src/Cdn/Cdn/Az.Cdn.psd1 | 8 +- src/Cdn/Cdn/ChangeLog.md | 2 + src/Cdn/Cdn/Properties/AssemblyInfo.cs | 4 +- .../Az.CognitiveServices.psd1 | 9 +- .../CognitiveServices/ChangeLog.md | 2 + .../Properties/AssemblyInfo.cs | 4 +- src/Compute/Compute/Az.Compute.psd1 | 22 +- src/Compute/Compute/ChangeLog.md | 2 + .../Compute/Properties/AssemblyInfo.cs | 4 +- .../Az.ContainerInstance.psd1 | 2 +- .../Az.ContainerRegistry.psd1 | 2 +- src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 | 32 +- src/CosmosDB/CosmosDB/ChangeLog.md | 2 + .../CosmosDB/Properties/AssemblyInfo.cs | 4 +- src/DataBox/DataBox/Az.DataBox.psd1 | 2 +- .../DataBoxEdge/Az.DataBoxEdge.psd1 | 2 +- .../DataFactoryV2/Az.DataFactory.psd1 | 2 +- .../Az.DataLakeAnalytics.psd1 | 2 +- .../DataLakeStore/Az.DataLakeStore.psd1 | 2 +- .../DataMigration/Az.DataMigration.psd1 | 2 +- src/DataShare/DataShare/Az.DataShare.psd1 | 2 +- .../Az.DeploymentManager.psd1 | 2 +- src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 | 2 +- .../DevTestLabs/Az.DevTestLabs.psd1 | 2 +- .../Az.DeviceProvisioningServices.psd1 | 2 +- src/Dns/Dns/Az.Dns.psd1 | 2 +- src/EventGrid/EventGrid/Az.EventGrid.psd1 | 2 +- src/EventHub/EventHub/Az.EventHub.psd1 | 2 +- src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 | 2 +- .../Az.GuestConfiguration.psd1 | 2 +- src/HDInsight/HDInsight/Az.HDInsight.psd1 | 2 +- .../HealthcareApis/Az.HealthcareApis.psd1 | 2 +- src/IotCentral/IotCentral/Az.IotCentral.psd1 | 2 +- src/IotHub/IotHub/Az.IotHub.psd1 | 37 +- src/IotHub/IotHub/ChangeLog.md | 2 + src/IotHub/IotHub/Properties/AssemblyInfo.cs | 6 +- src/KeyVault/KeyVault/Az.KeyVault.psd1 | 13 +- src/KeyVault/KeyVault/ChangeLog.md | 2 + .../KeyVault/Properties/AssemblyInfo.cs | 4 +- src/Kusto/Kusto/Az.Kusto.psd1 | 2 +- src/LogicApp/LogicApp/Az.LogicApp.psd1 | 2 +- .../MachineLearning/Az.MachineLearning.psd1 | 2 +- .../Maintenance/Az.Maintenance.psd1 | 4 +- .../Az.ManagedServiceIdentity.psd1 | 2 +- .../ManagedServices/Az.ManagedServices.psd1 | 2 +- .../Az.ManagementPartner.psd1 | 2 +- src/Maps/Maps/Az.Maps.psd1 | 2 +- .../Az.MarketplaceOrdering.psd1 | 2 +- src/Media/Media/Az.Media.psd1 | 2 +- .../MixedReality/Az.MixedReality.psd1 | 2 +- src/Monitor/Monitor/Az.Monitor.psd1 | 18 +- src/Monitor/Monitor/ChangeLog.md | 2 + .../Monitor/Properties/AssemblyInfo.cs | 4 +- .../NetAppFiles/Az.NetAppFiles.psd1 | 2 +- src/Network/Network/Az.Network.psd1 | 30 +- src/Network/Network/ChangeLog.md | 2 + .../Network/Properties/AssemblyInfo.cs | 4 +- .../NotificationHubs/Az.NotificationHubs.psd1 | 2 +- .../Az.OperationalInsights.psd1 | 2 +- src/Peering/Peering/Az.Peering.psd1 | 2 +- .../PolicyInsights/Az.PolicyInsights.psd1 | 9 +- .../PolicyInsights/ChangeLog.md | 2 + .../PolicyInsights/Properties/AssemblyInfo.cs | 4 +- .../PowerBIEmbedded/Az.PowerBIEmbedded.psd1 | 2 +- src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 | 2 +- .../RecoveryServices/Az.RecoveryServices.psd1 | 2 +- src/RedisCache/RedisCache/Az.RedisCache.psd1 | 2 +- src/Relay/Relay/Az.Relay.psd1 | 2 +- .../Reservations/Az.Reservations.psd1 | 2 +- .../ResourceGraph/Az.ResourceGraph.psd1 | 2 +- src/Resources/Resources/Az.Resources.psd1 | 2 +- src/Search/Search/Az.Search.psd1 | 2 +- src/Security/Security/Az.Security.psd1 | 2 +- src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 | 2 +- .../ServiceFabric/Az.ServiceFabric.psd1 | 8 +- src/ServiceFabric/ServiceFabric/ChangeLog.md | 2 + .../ServiceFabric/Properties/AssemblyInfo.cs | 4 +- src/SignalR/SignalR/Az.SignalR.psd1 | 2 +- src/Sql/Sql/Az.Sql.psd1 | 11 +- src/Sql/Sql/ChangeLog.md | 2 + src/Sql/Sql/Properties/AssemblyInfo.cs | 4 +- .../Az.SqlVirtualMachine.psd1 | 2 +- .../Storage.Management/Az.Storage.psd1 | 33 +- src/Storage/Storage.Management/ChangeLog.md | 18 +- .../Properties/AssemblyInfo.cs | 4 +- .../StorageSync/Az.StorageSync.psd1 | 2 +- .../StreamAnalytics/Az.StreamAnalytics.psd1 | 2 +- .../Subscription/Az.Subscription.psd1 | 2 +- src/Support/Support/Az.Support.psd1 | 2 +- .../TrafficManager/Az.TrafficManager.psd1 | 2 +- src/Websites/Websites/Az.Websites.psd1 | 2 +- tools/Az/Az.psd1 | 177 +- ...Azure.PowerShell.Cmdlets.Accounts.dll.json | 136 +- ....PowerShell.Cmdlets.ApiManagement.dll.json | 144 +- ...soft.Azure.PowerShell.Cmdlets.Cdn.dll.json | 234 +- ...erShell.Cmdlets.CognitiveServices.dll.json | 7041 +- ....Azure.PowerShell.Cmdlets.Compute.dll.json | 2518 +- ...t.Azure.PowerShell.Cmdlets.IotHub.dll.json | 21453 ++++-- ...Azure.PowerShell.Cmdlets.KeyVault.dll.json | 1266 +- ....Azure.PowerShell.Cmdlets.Monitor.dll.json | 4792 +- ....Azure.PowerShell.Cmdlets.Network.dll.json | 14037 ++-- ...PowerShell.Cmdlets.PolicyInsights.dll.json | 306 +- ....PowerShell.Cmdlets.ServiceFabric.dll.json | 142 +- ...soft.Azure.PowerShell.Cmdlets.Sql.dll.json | 3088 +- ...rShell.Cmdlets.Storage.Management.dll.json | 404 +- ....Azure.PowerShell.Cmdlets.Storage.dll.json | 60058 ++++++++++------ 125 files changed, 78309 insertions(+), 38081 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7c480adaa2bf..e16ce328acdc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,99 @@ +## 3.8.0 - April 2020 +#### Az.Accounts +* Updated Azure PowerShell survey URL in 'Resolve-AzError' [#11507] + +#### Az.ApiManagement +* Added breaking change notice for Azure File cmdlets output change in a future release +* 'Set-AzApiManagementGroup' Updated documentation to specify the GroupId parameter + +#### Az.Cdn +* Fixed ChinaCDN related pricing SKU display + +#### Az.CognitiveServices +* Supported Identity, Encryption, UserOwnedStorage + +#### Az.Compute +* Added 'Set-AzVmssOrchestrationServiceState' cmdlet. +* 'Get-AzVmss' with -InstanceView shows OrchestrationService states. + +#### Az.IotHub +* Manage IoT device twin configuration, New cmdlets are: + - 'Get-AzIotHubDeviceTwin' + - 'Update-AzIotHubDeviceTwin' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - 'Get-AzIotHubModuleTwin' + - 'Update-AzIotHubModuleTwin' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - 'Add-AzIotHubConfiguration' + - 'Get-AzIotHubConfiguration' + - 'Remove-AzIotHubConfiguration' + - 'Set-AzIotHubConfiguration' +* Added cmdlet to invoke an edge module method in an Iot Hub. + +#### Az.KeyVault +* Added a new cmdlet 'Update-AzKeyVault' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of 'Remove-AzKeyVaultManagedStorageSasDefinition' [#11479] +* Added support to private endpoint + +#### Az.Maintenance +* Publishing release version of Maintenance cmdlets for GA + +#### Az.Monitor +* Added cmdlets for private link scope + - 'Get-AzInsightsPrivateLinkScope' + - 'Remove-AzInsightsPrivateLinkScope' + - 'New-AzInsightsPrivateLinkScope' + - 'Update-AzInsightsPrivateLinkScope' + - 'Get-AzInsightsPrivateLinkScopedResource' + - 'New-AzInsightsPrivateLinkScopedResource' + - 'Remove-AzInsightsPrivateLinkScopedResource' + +#### Az.Network +* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - 'New-AzVirtualNetworkGateway' + - 'Set-AzVirtualNetworkGateway' + - 'New-AzVirtualNetworkGatewayConnection' + - 'Set-AzVirtualNetworkGatewayConnection' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - 'New-AzLocalNetworkGateway' + - 'New-AzVpnSiteLink' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added 'Set-AzExpressRouteCircuitConnectionConfig' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated 'Add-AzExpressRouteCircuitConnectionConfig' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection + +#### Az.PolicyInsights +* Added 'Start-AzPolicyComplianceScan' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to 'Get-AzPolicyState' output + +#### Az.ServiceFabric +* Improved code formatting and usability of 'New-AzServiceFabricCluster' examples + +#### Az.Sql +* Added cmdlets 'Get-AzSqlInstanceOperation' and 'Stop-AzSqlInstanceOperation' +* Supported auditing to a storage account in VNet. + +#### Az.Storage +* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - 'New-AzStorageAccount' + - 'Set-AzStorageAccount' +* Supported DataLake Gen2 + - 'New-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2ChildItem' + - 'Move-AzDataLakeGen2Item' + - 'Set-AzDataLakeGen2ItemAclObject' + - 'Update-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2ItemContent' + - 'Remove-AzDataLakeGen2Item' + ## 0.10.0-preview - April 2020 ### General * Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information [here](https://aka.ms/az4AzureStack) diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 3b616a790824..ff269422326e 100644 --- a/src/Accounts/Accounts/Az.Accounts.psd1 +++ b/src/Accounts/Accounts/Az.Accounts.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.4' +ModuleVersion = '1.7.5' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -142,7 +142,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed ''Get-AzTenant''/''Get-AzDefault''/''Set-AzDefault'' throw NullReferenceException when not login [#10292]' + ReleaseNotes = '* Updated Azure PowerShell survey URL in ''Resolve-AzError'' [#11507]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index ec51c9c65751..04e05b49fe1c 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.7.5 * Updated Azure PowerShell survey URL in `Resolve-AzError` [#11507] ## Version 1.7.4 diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index 8626e163559c..46b032084158 100644 --- a/src/Accounts/Accounts/Properties/AssemblyInfo.cs +++ b/src/Accounts/Accounts/Properties/AssemblyInfo.cs @@ -43,8 +43,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.7.4")] -[assembly: AssemblyFileVersion("1.7.4")] +[assembly: AssemblyVersion("1.7.5")] +[assembly: AssemblyFileVersion("1.7.5")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Advisor/Advisor/Az.Advisor.psd1 b/src/Advisor/Advisor/Az.Advisor.psd1 index 7827d9016d85..4dfb78aaf854 100644 --- a/src/Advisor/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Advisor/Az.Advisor.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll' diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index a4d8ef09ea6c..ed32a5d5e655 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll' diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 index a647ca28e520..ecbcfa391017 100644 --- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 +++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll' diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 index 148427cdff97..c1dd14cfa037 100644 --- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 +++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 9a32353b06be..5141d4f79b7d 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/3/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.0' +ModuleVersion = '1.4.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll', @@ -188,10 +188,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007] -* ''Export-AzApiManagementApi'' Added support for downloading Api Definition in Json format [#9987] -* ''Import-AzApiManagementApi'' Added support for importing OpenApi 3.0 definition from Json document -* ''New-AzApiManagementIdentityProvider'' and ''Set-AzApiManagementIdentityProvider'' Added support for configuring ''Signin Tenant'' for AAD B2C Provider [#9784]' + ReleaseNotes = '* Added breaking change notice for Azure File cmdlets output change in a future release +* ''Set-AzApiManagementGroup'' Updated documentation to specify the GroupId parameter' # Prerelease string of this module # Prerelease = '' diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 6ab7bf2e333b..6cddb46b4614 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,7 +18,9 @@ - Additional information about change #1 --> ## Upcoming Release -* Add breaking change notice for Azure File cmdlets output change in a future release + +## Version 1.4.1 +* Added breaking change notice for Azure File cmdlets output change in a future release * `Set-AzApiManagementGroup` Updated documentation to specify the GroupId parameter ## Version 1.4.0 diff --git a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs index d46cac72009c..b01ea7792c10 100644 --- a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.0")] -[assembly: AssemblyFileVersion("1.4.0")] +[assembly: AssemblyVersion("1.4.1")] +[assembly: AssemblyFileVersion("1.4.1")] diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index c038ed05fd83..1b2449da2f2a 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll' diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 83ca4807be71..34eda33e4a89 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.6' +ModuleVersion = '0.1.7' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', @@ -116,9 +116,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Improved error messages for server response codes 400 and 401 -* Improved example code included in documentation files -* Added three additional required assemblies to Az.Attestation.psd1' + ReleaseNotes = '* Added text based policy support to policy cmdlets' # Prerelease string of this module # Prerelease = '' diff --git a/src/Attestation/Attestation/ChangeLog.md b/src/Attestation/Attestation/ChangeLog.md index 081eff30acb5..0e5471033e0a 100644 --- a/src/Attestation/Attestation/ChangeLog.md +++ b/src/Attestation/Attestation/ChangeLog.md @@ -20,6 +20,8 @@ ## Upcoming Release + +## Version 0.1.7 * Added text based policy support to policy cmdlets ## Version 0.1.6 diff --git a/src/Attestation/Attestation/Properties/AssemblyInfo.cs b/src/Attestation/Attestation/Properties/AssemblyInfo.cs index 3cb170f98867..131143aa125f 100644 --- a/src/Attestation/Attestation/Properties/AssemblyInfo.cs +++ b/src/Attestation/Attestation/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("0.1.6")] -[assembly: AssemblyFileVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")] #endif diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index 09a7423947de..911309e212bf 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll' diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index d2a44e14f034..5da9e22b9f6a 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll', diff --git a/src/Billing/Billing/Az.Billing.psd1 b/src/Billing/Billing/Az.Billing.psd1 index 839fb02a6460..d579621ea7c1 100644 --- a/src/Billing/Billing/Az.Billing.psd1 +++ b/src/Billing/Billing/Az.Billing.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll', diff --git a/src/Blueprint/Blueprint/Az.Blueprint.psd1 b/src/Blueprint/Blueprint/Az.Blueprint.psd1 index 3a98a84935e1..c5ea339f0582 100644 --- a/src/Blueprint/Blueprint/Az.Blueprint.psd1 +++ b/src/Blueprint/Blueprint/Az.Blueprint.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll' diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index 1b18459ccd53..2874a69b0a3b 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/2/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.2' +ModuleVersion = '1.4.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Cdn.dll' @@ -124,7 +124,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Display error response deatil in New-AzCdnEndpoint cmdlet' + ReleaseNotes = '* Fixed ChinaCDN related pricing SKU display' # Prerelease string of this module # Prerelease = '' diff --git a/src/Cdn/Cdn/ChangeLog.md b/src/Cdn/Cdn/ChangeLog.md index e493f5057239..af53451af68a 100644 --- a/src/Cdn/Cdn/ChangeLog.md +++ b/src/Cdn/Cdn/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.4.3 * Fixed ChinaCDN related pricing SKU display ## Version 1.4.2 diff --git a/src/Cdn/Cdn/Properties/AssemblyInfo.cs b/src/Cdn/Cdn/Properties/AssemblyInfo.cs index 3cc3073f6825..3ab1ca5b3582 100644 --- a/src/Cdn/Cdn/Properties/AssemblyInfo.cs +++ b/src/Cdn/Cdn/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("1.4.2")] -[assembly: AssemblyFileVersion("1.4.2")] +[assembly: AssemblyVersion("1.4.3")] +[assembly: AssemblyFileVersion("1.4.3")] diff --git a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 index 85a2f8804788..c5f053a3fef2 100644 --- a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 +++ b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/11/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.2.3' +ModuleVersion = '1.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CognitiveServices.dll' @@ -121,8 +121,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated SDK to 7.0 -* Improved error message when server responses empty body' + ReleaseNotes = '* Supported Identity, Encryption, UserOwnedStorage ' # Prerelease string of this module # Prerelease = '' diff --git a/src/CognitiveServices/CognitiveServices/ChangeLog.md b/src/CognitiveServices/CognitiveServices/ChangeLog.md index 3d2eb1ef0120..10551033d6c2 100644 --- a/src/CognitiveServices/CognitiveServices/ChangeLog.md +++ b/src/CognitiveServices/CognitiveServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.3.0 * Supported Identity, Encryption, UserOwnedStorage ## Version 1.2.3 diff --git a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs index 47795d1cb8a6..301e80f07e03 100644 --- a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs +++ b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.3")] -[assembly: AssemblyFileVersion("1.2.3")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index 969e3a62767c..1a5331201147 100644 --- a/src/Compute/Compute/Az.Compute.psd1 +++ b/src/Compute/Compute/Az.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.6.0' +ModuleVersion = '3.7.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll', @@ -167,7 +167,7 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet', 'Get-AzHostGroup', 'Remove-AzHostGroup', 'New-AzHost', 'Get-AzHost', 'Remove-AzHost', 'New-AzDiskEncryptionSetConfig', 'New-AzDiskEncryptionSet', 'Get-AzDiskEncryptionSet', - 'Remove-AzDiskEncryptionSet', 'Update-AzDiskEncryptionSet', + 'Remove-AzDiskEncryptionSet', 'Update-AzDiskEncryptionSet', 'Set-AzVmssOrchestrationServiceState' # Variables to export from this module @@ -204,18 +204,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added the following parameters to ''New-AzDiskConfig'' cmdlet: - - DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference -* Allowed Encryption property to Target parameter of ''New-AzGalleryImageVersion'' cmdlet. -* Fixed tempDisk issue for ''Set-AzVmss'' -Reimage and ''Invoke-AzVMReimage'' cmdlets. [#11354] -* Added support to below cmdlets for new SAP Extension - - ''Set-AzVMAEMExtension'' - - ''Get-AzVMAEMExtension'' - - ''Remove-AzVMAEMExtension'' - - ''Update-AzVMAEMExtension'' -* Fixed errors in examples of help document -* Showed the exact string value for VM PowerState in the table format. -* ''New-AzVmssConfig'': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257]' + ReleaseNotes = '* Added ''Set-AzVmssOrchestrationServiceState'' cmdlet. +* ''Get-AzVmss'' with -InstanceView shows OrchestrationService states.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 49029594b5f7..c3ecdc1829f8 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -19,6 +19,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.7.0 * Added `Set-AzVmssOrchestrationServiceState` cmdlet. * `Get-AzVmss` with -InstanceView shows OrchestrationService states. diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index a51fb78b6cef..2da33b07d759 100644 --- a/src/Compute/Compute/Properties/AssemblyInfo.cs +++ b/src/Compute/Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("3.6.0")] -[assembly: AssemblyFileVersion("3.6.0")] +[assembly: AssemblyVersion("3.7.0")] +[assembly: AssemblyFileVersion("3.7.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 index 2c52845f8df5..1b72063113bc 100644 --- a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index b9c708813e3a..4d1dce2cf1eb 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll' diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index b3116b19f5f6..adb755f7aeb1 100644 --- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 +++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.3' +ModuleVersion = '0.1.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll' @@ -129,11 +129,15 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer', 'Remove-AzCosmosDBMongoDBDatabase', 'Set-AzCosmosDBMongoDBCollection', 'Set-AzCosmosDBMongoDBDatabase', 'New-AzCosmosDBMongoDBIndex', - "Update-AzCosmosDBSqlContainerThroughput", "Update-AzCosmosDBSqlDatabaseThroughput", - "Update-AzCosmosDBMongoDBCollectionThroughput", "Update-AzCosmosDBMongoDBDatabaseThroughput", - "Update-AzCosmosDBGremlinGraphThroughput", "Update-AzCosmosDBGremlinDatabaseThroughput", - "Update-AzCosmosDBCassandraTableThroughput", "Update-AzCosmosDBCassandraKeyspaceThroughput", - "Update-AzCosmosDBTableThroughput" + 'Update-AzCosmosDBSqlContainerThroughput', + 'Update-AzCosmosDBSqlDatabaseThroughput', + 'Update-AzCosmosDBMongoDBCollectionThroughput', + 'Update-AzCosmosDBMongoDBDatabaseThroughput', + 'Update-AzCosmosDBGremlinGraphThroughput', + 'Update-AzCosmosDBGremlinDatabaseThroughput', + 'Update-AzCosmosDBCassandraTableThroughput', + 'Update-AzCosmosDBCassandraKeyspaceThroughput', + 'Update-AzCosmosDBTableThroughput' # Variables to export from this module # VariablesToExport = @() @@ -168,8 +172,16 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Allowing Account Creation for API Types: Gremlin, Cassandra and Table. -* Bug Fixes' + ReleaseNotes = '* Changes in New-AzCosmosDBAccount and Update-AzCosmosDBAccount + - Allows empty string as a value for IpRangeFilter + - Renamed ApiKind value GlobalDocumentDB to Sql. + - Added parameter DisableKeyBasedMetadataWriteAccess, PublicNetworkAccess +* Introduces cmdlets to update throughput for Sql Database and Container, Cassandra Keyspace and Table, MongoDB Database and Collection, Gremlin Database and Graph and Table. + - Update-AzCosmosDBSqlContainerThroughput, Update-AzCosmosDBSqlDatabaseThroughput, + Update-AzCosmosDBMongoDBCollectionThroughput, Update-AzCosmosDBMongoDBDatabaseThroughput, + Update-AzCosmosDBGremlinGraphThroughput, Update-AzCosmosDBGremlinDatabaseThroughput, + Update-AzCosmosDBCassandraTableThroughput, Update-AzCosmosDBCassandraKeyspaceThroughput, + Update-AzCosmosDBTableThroughput' # Prerelease string of this module # Prerelease = '' diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index 5d61f9095b54..5bbac43247f1 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.1.4 * Changes in New-AzCosmosDBAccount and Update-AzCosmosDBAccount - Allows empty string as a value for IpRangeFilter - Renamed ApiKind value GlobalDocumentDB to Sql. diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs index 84ebcb8ebd05..7420f78cf3cf 100644 --- a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs +++ b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] diff --git a/src/DataBox/DataBox/Az.DataBox.psd1 b/src/DataBox/DataBox/Az.DataBox.psd1 index 2d2ab12c01bf..acbdc92e690e 100644 --- a/src/DataBox/DataBox/Az.DataBox.psd1 +++ b/src/DataBox/DataBox/Az.DataBox.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBox.dll' diff --git a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 index a1b2a2031225..e051512de80d 100644 --- a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 +++ b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 index c5b7fca63b8d..393c12a6fd2f 100644 --- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 +++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataFactory.dll', diff --git a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 index 08eb76e61191..b886c4381332 100644 --- a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 +++ b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 index 42c0d2545bb5..d654e13de36e 100644 --- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 +++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index 47ca6980062a..384cea29f5ef 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll' diff --git a/src/DataShare/DataShare/Az.DataShare.psd1 b/src/DataShare/DataShare/Az.DataShare.psd1 index 0a2ad0de9e53..84b65d4b28b3 100644 --- a/src/DataShare/DataShare/Az.DataShare.psd1 +++ b/src/DataShare/DataShare/Az.DataShare.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataShare.dll' diff --git a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 index 11ef36432da7..f856c95b2a3a 100644 --- a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 +++ b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 @@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeploymentManager.dll' diff --git a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 index dada9de8aaa1..69ab27399730 100644 --- a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 +++ b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevSpaces.dll' diff --git a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 index e7df021b2b2d..0bb8a91fad27 100644 --- a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 +++ b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 index 173ed092f24c..4de1ef94f2ac 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeviceProvisioningServices.dll' diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index 91ca9600ad65..e1d914693918 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll' diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1 index 51728221cff4..0c4c2d8f94e1 100644 --- a/src/EventGrid/EventGrid/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index 94cbd0803508..cd99ebb802bb 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventHub.dll' diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 index 213d2ac9943f..9357f609a68d 100644 --- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 +++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.FrontDoor.dll' diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 index 67ce2c1c5190..dffed1037825 100644 --- a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.GuestConfiguration.dll' diff --git a/src/HDInsight/HDInsight/Az.HDInsight.psd1 b/src/HDInsight/HDInsight/Az.HDInsight.psd1 index a3629eac9da8..e679a3ece911 100644 --- a/src/HDInsight/HDInsight/Az.HDInsight.psd1 +++ b/src/HDInsight/HDInsight/Az.HDInsight.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HDInsight.dll', diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index 23869f88e511..6c1c79493e24 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HealthcareApis.dll' diff --git a/src/IotCentral/IotCentral/Az.IotCentral.psd1 b/src/IotCentral/IotCentral/Az.IotCentral.psd1 index d6888638be6a..ccdf0a8310ce 100644 --- a/src/IotCentral/IotCentral/Az.IotCentral.psd1 +++ b/src/IotCentral/IotCentral/Az.IotCentral.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotCentral.dll' diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index cc9121dfbf06..3b57fece536a 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotHub.dll', @@ -99,13 +99,14 @@ CmdletsToExport = 'Add-AzIotHubKey', 'Get-AzIotHubEventHubConsumerGroup', 'Set-AzIotHubModule', 'Get-AzIotHubDeviceConnectionString', 'Get-AzIotHubModuleConnectionString', 'Get-AzIotHubDeviceParent', 'Set-AzIotHubDeviceParent', 'Add-AzIotHubDeviceChildren', - 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', - 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', - 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Invoke-AzIotHubDeviceMethod', - 'Get-AzIotHubModuleTwin', 'Update-AzIotHubModuleTwin', - 'Add-AzIotHubConfiguration', 'Get-AzIotHubConfiguration', - 'Remove-AzIotHubConfiguration', 'Set-AzIotHubConfiguration', - 'Invoke-AzIotHubModuleMethod' + 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', + 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', + 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', + 'Invoke-AzIotHubDeviceMethod', 'Get-AzIotHubModuleTwin', + 'Update-AzIotHubModuleTwin', 'Add-AzIotHubConfiguration', + 'Get-AzIotHubConfiguration', 'Remove-AzIotHubConfiguration', + 'Set-AzIotHubConfiguration', 'Invoke-AzIotHubModuleMethod' + # Variables to export from this module # VariablesToExport = @() @@ -144,9 +145,19 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support to manage distributed settings per-device. New Cmdlets are: - - ''Get-AzIotHubDistributedTracing'' - - ''Set-AzIotHubDistributedTracing''' + ReleaseNotes = '* Manage IoT device twin configuration, New cmdlets are: + - ''Get-AzIotHubDeviceTwin'' + - ''Update-AzIotHubDeviceTwin'' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - ''Get-AzIotHubModuleTwin'' + - ''Update-AzIotHubModuleTwin'' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - ''Add-AzIotHubConfiguration'' + - ''Get-AzIotHubConfiguration'' + - ''Remove-AzIotHubConfiguration'' + - ''Set-AzIotHubConfiguration'' +* Added cmdlet to invoke an edge module method in an Iot Hub.' # Prerelease string of this module # Prerelease = '' diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index c732daed738b..ad803d19be82 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.4.0 * Manage IoT device twin configuration, New cmdlets are: - `Get-AzIotHubDeviceTwin` - `Update-AzIotHubDeviceTwin` diff --git a/src/IotHub/IotHub/Properties/AssemblyInfo.cs b/src/IotHub/IotHub/Properties/AssemblyInfo.cs index e631b7dc643a..03acd897a97f 100644 --- a/src/IotHub/IotHub/Properties/AssemblyInfo.cs +++ b/src/IotHub/IotHub/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +// [assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyFileVersion("2.4.0")] diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index 21749930ffac..62e917d4b28c 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.5.2' +ModuleVersion = '1.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', @@ -92,7 +92,7 @@ CmdletsToExport = 'Add-AzKeyVaultCertificate', 'Update-AzKeyVaultCertificate', 'Remove-AzKeyVaultAccessPolicy', 'Set-AzKeyVaultAccessPolicy', 'Backup-AzKeyVaultKey', 'Get-AzKeyVaultKey', 'Get-AzKeyVaultSecret', 'Undo-AzKeyVaultKeyRemoval', 'Undo-AzKeyVaultSecretRemoval', - 'Add-AzKeyVaultKey', 'Remove-AzKeyVaultKey', 'Update-AzKeyVault', + 'Add-AzKeyVaultKey', 'Remove-AzKeyVaultKey', 'Update-AzKeyVault', 'Remove-AzKeyVaultSecret', 'Restore-AzKeyVaultKey', 'Update-AzKeyVaultKey', 'Set-AzKeyVaultSecret', 'Update-AzKeyVaultSecret', 'Get-AzKeyVaultCertificatePolicy', @@ -152,7 +152,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added breaking change attributes to ''New-AzKeyVault''' + ReleaseNotes = '* Added a new cmdlet ''Update-AzKeyVault'' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of ''Remove-AzKeyVaultManagedStorageSasDefinition'' [#11479] +* Added support to private endpoint' # Prerelease string of this module # Prerelease = '' diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index 0ed06479e1a7..c1259c2dc579 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.6.0 * Added a new cmdlet `Update-AzKeyVault` that can enable soft delete and purge protection on a vault * Added support to Microsoft.PowerShell.SecretManagement [#11178] * Fixed error in the examples of `Remove-AzKeyVaultManagedStorageSasDefinition` [#11479] diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs index 47f3ebdcc44f..4801b65fd413 100644 --- a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs +++ b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("1.5.2")] -[assembly: AssemblyFileVersion("1.5.2")] +[assembly: AssemblyVersion("1.6.0")] +[assembly: AssemblyFileVersion("1.6.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")] #endif diff --git a/src/Kusto/Kusto/Az.Kusto.psd1 b/src/Kusto/Kusto/Az.Kusto.psd1 index 88b2b58a9f75..ca4b1b7b5754 100644 --- a/src/Kusto/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Kusto/Az.Kusto.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Kusto.dll' diff --git a/src/LogicApp/LogicApp/Az.LogicApp.psd1 b/src/LogicApp/LogicApp/Az.LogicApp.psd1 index 3e7d8f2ebbfe..a509d6776a35 100644 --- a/src/LogicApp/LogicApp/Az.LogicApp.psd1 +++ b/src/LogicApp/LogicApp/Az.LogicApp.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Logic.dll' diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index 553fa1804af5..60515aac87a8 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll', diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 0db648e176f9..6eca1aa47e49 100644 --- a/src/Maintenance/Maintenance/Az.Maintenance.psd1 +++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2020-04-14 +# Generated on: 4/16/2020 # @{ @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll' diff --git a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 index f963bbb5a264..69e747bec16a 100644 --- a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 +++ b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index e776792b90d2..0819b6bf38bd 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServices.dll' diff --git a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 index 12c285da2a0b..15f028515360 100644 --- a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 +++ b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/Maps/Maps/Az.Maps.psd1 b/src/Maps/Maps/Az.Maps.psd1 index 4664af241e9e..5dc35176a5fd 100644 --- a/src/Maps/Maps/Az.Maps.psd1 +++ b/src/Maps/Maps/Az.Maps.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Maps.dll' diff --git a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index 5323d061a049..03f476b2fe4d 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/Media/Media/Az.Media.psd1 b/src/Media/Media/Az.Media.psd1 index 4b7cf40f9587..f04b270b8a77 100644 --- a/src/Media/Media/Az.Media.psd1 +++ b/src/Media/Media/Az.Media.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Media.dll' diff --git a/src/MixedReality/MixedReality/Az.MixedReality.psd1 b/src/MixedReality/MixedReality/Az.MixedReality.psd1 index 7e40bfe5eba4..def319f8ec07 100644 --- a/src/MixedReality/MixedReality/Az.MixedReality.psd1 +++ b/src/MixedReality/MixedReality/Az.MixedReality.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MixedReality.dll' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index c1040711a419..28f8bc47b1fe 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.6.2' +ModuleVersion = '1.7.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Monitor.dll', 'AutoMapper.dll' @@ -101,8 +101,7 @@ CmdletsToExport = 'Get-AzMetricDefinition', 'Get-AzMetric', 'Remove-AzLogProfile 'New-AzScheduledQueryRuleAlertingAction', 'New-AzScheduledQueryRule', 'Get-AzScheduledQueryRule', 'Set-AzScheduledQueryRule', 'Update-AzScheduledQueryRule', - 'Remove-AzScheduledQueryRule', - 'New-AzInsightsPrivateLinkScope', + 'Remove-AzScheduledQueryRule', 'New-AzInsightsPrivateLinkScope', 'Get-AzInsightsPrivateLinkScope', 'Update-AzInsightsPrivateLinkScope', 'Remove-AzInsightsPrivateLinkScope', @@ -143,7 +142,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated documentation for ''New-AzScheduledQueryRuleLogMetricTrigger''' + ReleaseNotes = '* Added cmdlets for private link scope + - ''Get-AzInsightsPrivateLinkScope'' + - ''Remove-AzInsightsPrivateLinkScope'' + - ''New-AzInsightsPrivateLinkScope'' + - ''Update-AzInsightsPrivateLinkScope'' + - ''Get-AzInsightsPrivateLinkScopedResource'' + - ''New-AzInsightsPrivateLinkScopedResource'' + - ''Remove-AzInsightsPrivateLinkScopedResource''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index 883954507f6c..5d9c7b4d4406 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.7.0 * Added cmdlets for private link scope - `Get-AzInsightsPrivateLinkScope` - `Remove-AzInsightsPrivateLinkScope` diff --git a/src/Monitor/Monitor/Properties/AssemblyInfo.cs b/src/Monitor/Monitor/Properties/AssemblyInfo.cs index 7f6553d4ca57..6c5962e8e158 100644 --- a/src/Monitor/Monitor/Properties/AssemblyInfo.cs +++ b/src/Monitor/Monitor/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("1.6.2")] -[assembly: AssemblyFileVersion("1.6.2")] +[assembly: AssemblyVersion("1.7.0")] +[assembly: AssemblyFileVersion("1.7.0")] diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index 54f4eb07d55b..96d2b940f083 100644 --- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 +++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NetApp.dll' diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index 0267391f8ecd..cdc621aeb040 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.4.0' +ModuleVersion = '2.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Network.dll' @@ -465,7 +465,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Get-AzVirtualRouter', 'Add-AzVirtualRouterPeer', 'Update-AzVirtualRouterPeer', 'Remove-AzVirtualRouterPeer', 'Get-AzVirtualRouterPeer', 'New-AzIpGroup', 'Remove-AzIpGroup', - 'Get-AzIpGroup', 'Set-AzIpGroup', + 'Get-AzIpGroup', 'Set-AzIpGroup', 'New-AzIpConfigurationBgpPeeringAddressObject' # Variables to export from this module @@ -514,12 +514,22 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections - - ''New-AzVirtualHubVnetConnection'' - - ''Update-AzVirtualHubVnetConnection'' - - ''New-AzVirtualHub'' - - ''Update-AzVirtualHub'' -* Removed Sql Management SDK dependency' + ReleaseNotes = '* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - ''New-AzLocalNetworkGateway'' + - ''New-AzVpnSiteLink'' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added ''Set-AzExpressRouteCircuitConnectionConfig'' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated ''Add-AzExpressRouteCircuitConnectionConfig'' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection' # Prerelease string of this module # Prerelease = '' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 15cb0325dd5d..55a0c2bfa929 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,6 +19,8 @@ ---> ## Upcoming Release + +## Version 2.5.0 * Updated cmdlets to enable connection on private IP for Virtual Network Gateway. - `New-AzVirtualNetworkGateway` - `Set-AzVirtualNetworkGateway` diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 0eaef811bf1c..d8ed19f6d24d 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 index 98bf1ec62469..c73a2abf906b 100644 --- a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 +++ b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 index b3db1c7c5c2f..85522c0c69bb 100644 --- a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 +++ b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.OperationalInsights.dll', diff --git a/src/Peering/Peering/Az.Peering.psd1 b/src/Peering/Peering/Az.Peering.psd1 index dc733fc4e45c..136cf3bc2b4e 100644 --- a/src/Peering/Peering/Az.Peering.psd1 +++ b/src/Peering/Peering/Az.Peering.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Peering.dll', 'AutoMapper.dll' diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 index 74928212d1d3..a056cda08632 100644 --- a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 +++ b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.2.1' +ModuleVersion = '1.3.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll' @@ -112,7 +112,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Improved error messages' + ReleaseNotes = '* Added ''Start-AzPolicyComplianceScan'' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to ''Get-AzPolicyState'' output' # Prerelease string of this module # Prerelease = '' diff --git a/src/PolicyInsights/PolicyInsights/ChangeLog.md b/src/PolicyInsights/PolicyInsights/ChangeLog.md index eb9dc2105efa..4fa5c2117224 100644 --- a/src/PolicyInsights/PolicyInsights/ChangeLog.md +++ b/src/PolicyInsights/PolicyInsights/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.3.0 * Added `Start-AzPolicyComplianceScan` cmdlet for triggering policy compliance scans * Added policy definition, set definition, and assignment versions to `Get-AzPolicyState` output diff --git a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs index 8f4464c2e09d..ea49cf122aa0 100644 --- a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs +++ b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")] -[assembly: AssemblyVersion("1.2.1")] -[assembly: AssemblyFileVersion("1.2.1")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 index 079b18be0520..5b024f873696 100644 --- a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 +++ b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 index a356ca0cc65d..75b9c722d8fb 100644 --- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 +++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll' diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 73ced4ab231c..0d2fb5bb2663 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', diff --git a/src/RedisCache/RedisCache/Az.RedisCache.psd1 b/src/RedisCache/RedisCache/Az.RedisCache.psd1 index 7d34850106a9..9c00ff091a46 100644 --- a/src/RedisCache/RedisCache/Az.RedisCache.psd1 +++ b/src/RedisCache/RedisCache/Az.RedisCache.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Insights.dll', diff --git a/src/Relay/Relay/Az.Relay.psd1 b/src/Relay/Relay/Az.Relay.psd1 index 287c3f84763d..c8783dc5d083 100644 --- a/src/Relay/Relay/Az.Relay.psd1 +++ b/src/Relay/Relay/Az.Relay.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Relay.dll' diff --git a/src/Reservations/Reservations/Az.Reservations.psd1 b/src/Reservations/Reservations/Az.Reservations.psd1 index 16eac99f93ee..4bae0f6a387d 100644 --- a/src/Reservations/Reservations/Az.Reservations.psd1 +++ b/src/Reservations/Reservations/Az.Reservations.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 42188a13491c..3cf662d3ecea 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll' diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index 81a3652d4988..ba78f598dfec 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Authorization.dll', diff --git a/src/Search/Search/Az.Search.psd1 b/src/Search/Search/Az.Search.psd1 index 785fa2aa3794..8c1fe7a08083 100644 --- a/src/Search/Search/Az.Search.psd1 +++ b/src/Search/Search/Az.Search.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Search.dll' diff --git a/src/Security/Security/Az.Security.psd1 b/src/Security/Security/Az.Security.psd1 index 99d694b40be5..06f6590139ab 100644 --- a/src/Security/Security/Az.Security.psd1 +++ b/src/Security/Security/Az.Security.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityCenter.dll' diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index 83857888f829..5bd085f3f6ff 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ServiceBus.dll' diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index 3e08453a4372..addcf6110ada 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12/11/2019 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.0.1' +ModuleVersion = '2.0.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', @@ -132,7 +132,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update references in .psd1 to use relative path' + ReleaseNotes = '* Improved code formatting and usability of ''New-AzServiceFabricCluster'' examples' # Prerelease string of this module # Prerelease = '' diff --git a/src/ServiceFabric/ServiceFabric/ChangeLog.md b/src/ServiceFabric/ServiceFabric/ChangeLog.md index e6cb606543ff..861002f110d3 100644 --- a/src/ServiceFabric/ServiceFabric/ChangeLog.md +++ b/src/ServiceFabric/ServiceFabric/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.0.2 * Improved code formatting and usability of `New-AzServiceFabricCluster` examples ## Version 2.0.1 diff --git a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs index cd83c74c98e8..1381c91da0b5 100644 --- a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs +++ b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ using System.Runtime.InteropServices; [assembly: Guid("B965F0A8-D610-4275-B5EA-8F2D806F337C")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] [assembly: AssemblyTitle("Microsoft Azure Powershell - Service Fabric")] [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1 index c8e74a67e750..b7dfc6fd068e 100644 --- a/src/SignalR/SignalR/Az.SignalR.psd1 +++ b/src/SignalR/SignalR/Az.SignalR.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SignalR.dll' diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index c24db12a234e..7338489dbfae 100644 --- a/src/Sql/Sql/Az.Sql.psd1 +++ b/src/Sql/Sql/Az.Sql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.5.0' +ModuleVersion = '2.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Sql.dll', @@ -314,9 +314,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added readable secondary parameter to ''Invoke-AzSqlDatabaseFailover'' -* Added cmdlet ''Disable-AzSqlServerActiveDirectoryOnlyAuthentication'' -* Saved sensitivity rank when classifying columns in the database.' + ReleaseNotes = '* Added cmdlets ''Get-AzSqlInstanceOperation'' and ''Stop-AzSqlInstanceOperation'' +* Supported auditing to a storage account in VNet.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index 789f4f9e58db..db52892ccda4 100644 --- a/src/Sql/Sql/ChangeLog.md +++ b/src/Sql/Sql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.6.0 * Added cmdlets `Get-AzSqlInstanceOperation` and `Stop-AzSqlInstanceOperation` * Supported auditing to a storage account in VNet. diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs index 72b977d98f26..b0bd1c8c6c9a 100644 --- a/src/Sql/Sql/Properties/AssemblyInfo.cs +++ b/src/Sql/Sql/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.5.0")] -[assembly: AssemblyFileVersion("2.5.0")] +[assembly: AssemblyVersion("2.6.0")] +[assembly: AssemblyFileVersion("2.6.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index 6a1024693358..cfc363813e23 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SqlVirtualMachine.dll' diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 078cc51ec9e6..cdd7e7f6aec9 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/3/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.13.0' +ModuleVersion = '1.14.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', @@ -66,7 +66,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', 'Microsoft.Azure.Storage.DataMovement.dll', 'Microsoft.Azure.DocumentDB.Core.dll', 'Microsoft.OData.Core.dll', 'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll', - 'Microsoft.Azure.KeyVault.Core.dll','Azure.Storage.Blobs.dll', + 'Microsoft.Azure.KeyVault.Core.dll', 'Azure.Storage.Blobs.dll', 'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -164,7 +164,6 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', 'New-AzDataLakeGen2Item', 'Move-AzDataLakeGen2Item', 'Remove-AzDataLakeGen2Item', 'Update-AzDataLakeGen2Item', 'Set-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent' - # Variables to export from this module # VariablesToExport = @() @@ -172,9 +171,9 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = 'Get-AzStorageContainerAcl', 'Start-CopyAzureStorageBlob', 'Stop-CopyAzureStorageBlob', 'Enable-AzStorageSoftDelete', - 'Disable-AzStorageSoftDelete', - 'New-AzDatalakeGen2FileSystem', 'Remove-AzDatalakeGen2FileSystem', - 'Get-AzDatalakeGen2FileSystem', 'New-AzDataLakeGen2ItemAclObject' + 'Disable-AzStorageSoftDelete', 'New-AzDatalakeGen2FileSystem', + 'Remove-AzDatalakeGen2FileSystem', 'Get-AzDatalakeGen2FileSystem', + 'New-AzDataLakeGen2ItemAclObject' # DSC resources to export from this module # DscResourcesToExport = @() @@ -203,11 +202,19 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported AllowProtectedAppendWrite in ImmutabilityPolicy - - ''Set-AzRmStorageContainerImmutabilityPolicy'' -* Added breaking change warning message for AzureStorageTable type change in a future release - - ''New-AzStorageTable'' - - ''Get-AzStorageTable''' + ReleaseNotes = '* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - ''New-AzStorageAccount'' + - ''Set-AzStorageAccount'' +* Supported DataLake Gen2 + - ''New-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ChildItem'' + - ''Move-AzDataLakeGen2Item'' + - ''Set-AzDataLakeGen2ItemAclObject'' + - ''Update-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ItemContent'' + - ''Remove-AzDataLakeGen2Item''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index fabe368e8da2..e81da8d1e2f6 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,19 +18,21 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.14.0 * Added breaking change notice for Azure File cmdlets output change in a future release * Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account - `New-AzStorageAccount` - `Set-AzStorageAccount` * Supported DataLake Gen2 - - `New-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2ChildItem` - - `Move-AzDataLakeGen2Item` - - `Set-AzDataLakeGen2ItemAclObject` - - `Update-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2ItemContent` - - `Remove-AzDataLakeGen2Item` + - `New-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ChildItem` + - `Move-AzDataLakeGen2Item` + - `Set-AzDataLakeGen2ItemAclObject` + - `Update-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ItemContent` + - `Remove-AzDataLakeGen2Item` ## Version 1.13.0 * Supported AllowProtectedAppendWrite in ImmutabilityPolicy diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index 34ef6d209521..bc9fcad1aeb3 100644 --- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.13.0")] -[assembly: AssemblyFileVersion("1.13.0")] +[assembly: AssemblyVersion("1.14.0")] +[assembly: AssemblyFileVersion("1.14.0")] diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index ada1b70c8252..c494ae4403c4 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageSync.dll', diff --git a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 index a5bbe54f748b..1771d8bff616 100644 --- a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 +++ b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StreamAnalytics.dll' diff --git a/src/Subscription/Subscription/Az.Subscription.psd1 b/src/Subscription/Subscription/Az.Subscription.psd1 index 69026e5a9d8c..ef84336733cc 100644 --- a/src/Subscription/Subscription/Az.Subscription.psd1 +++ b/src/Subscription/Subscription/Az.Subscription.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Subscription.dll' diff --git a/src/Support/Support/Az.Support.psd1 b/src/Support/Support/Az.Support.psd1 index 0a37363e3ec2..3051253c2860 100644 --- a/src/Support/Support/Az.Support.psd1 +++ b/src/Support/Support/Az.Support.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll' diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index 62d55abd8857..4f9262187245 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index bc0c0c6e04e5..18ab83cb327b 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll' diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index a3d3b454b478..e066ef7fd9d7 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.7.0' +ModuleVersion = '3.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,18 +52,18 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Aks'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.2'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.4.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.3.6'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '2.0.2'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '1.0.2'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.2'; }, - @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.2.3'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '3.6.0'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.3'; }, + @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.3.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '3.7.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @@ -78,19 +78,19 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.0.1'; }, - @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.3.0'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.5.2'; }, + @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.2'; }, - @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, + @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Monitor'; RequiredVersion = '1.6.2'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.Monitor'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.3.4'; }, - @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.2.1'; }, + @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.8.0'; }, @@ -98,11 +98,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Resources'; RequiredVersion = '1.13.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.4.1'; }, - @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '2.0.1'; }, + @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '2.0.2'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '2.5.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '2.6.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '1.13.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '1.14.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.2.3'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, @@ -163,86 +163,101 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '3.7.0 - March 2020 + ReleaseNotes = '3.8.0 - April 2020 Az.Accounts -* Fixed ''Get-AzTenant''/''Get-AzDefault''/''Set-AzDefault'' throw NullReferenceException when not login [#10292] +* Updated Azure PowerShell survey URL in ''Resolve-AzError'' [#11507] + +Az.ApiManagement +* Added breaking change notice for Azure File cmdlets output change in a future release +* ''Set-AzApiManagementGroup'' Updated documentation to specify the GroupId parameter + +Az.Cdn +* Fixed ChinaCDN related pricing SKU display + +Az.CognitiveServices +* Supported Identity, Encryption, UserOwnedStorage Az.Compute -* Added the following parameters to ''New-AzDiskConfig'' cmdlet: - - DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference -* Allowed Encryption property to Target parameter of ''New-AzGalleryImageVersion'' cmdlet. -* Fixed tempDisk issue for ''Set-AzVmss'' -Reimage and ''Invoke-AzVMReimage'' cmdlets. [#11354] -* Added support to below cmdlets for new SAP Extension - - ''Set-AzVMAEMExtension'' - - ''Get-AzVMAEMExtension'' - - ''Remove-AzVMAEMExtension'' - - ''Update-AzVMAEMExtension'' -* Fixed errors in examples of help document -* Showed the exact string value for VM PowerState in the table format. -* ''New-AzVmssConfig'': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257] - -Az.DataFactory -* Updated ADF .Net SDK version to 4.8.0 -* Added optional parameters to ''Invoke-AzDataFactoryV2Pipeline'' command to support rerun - -Az.DataLakeStore -* Added breaking change description for ''Export-AzDataLakeStoreItem'' and ''Import-AzDataLakeStoreItem'' -* Added option of Byte encoding for ''New-AzDataLakeStoreItem'', ''Add-AzDAtaLakeStoreItemContent'', and ''Get-AzDAtaLakeStoreItemContent'' - -Az.HDInsight -* Supported specifying minimal supported TLS version when creating cluster. +* Added ''Set-AzVmssOrchestrationServiceState'' cmdlet. +* ''Get-AzVmss'' with -InstanceView shows OrchestrationService states. Az.IotHub -* Added support to manage distributed settings per-device. New Cmdlets are: - - ''Get-AzIotHubDistributedTracing'' - - ''Set-AzIotHubDistributedTracing'' +* Manage IoT device twin configuration, New cmdlets are: + - ''Get-AzIotHubDeviceTwin'' + - ''Update-AzIotHubDeviceTwin'' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - ''Get-AzIotHubModuleTwin'' + - ''Update-AzIotHubModuleTwin'' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - ''Add-AzIotHubConfiguration'' + - ''Get-AzIotHubConfiguration'' + - ''Remove-AzIotHubConfiguration'' + - ''Set-AzIotHubConfiguration'' +* Added cmdlet to invoke an edge module method in an Iot Hub. Az.KeyVault -* Added breaking change attributes to ''New-AzKeyVault'' +* Added a new cmdlet ''Update-AzKeyVault'' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of ''Remove-AzKeyVaultManagedStorageSasDefinition'' [#11479] +* Added support to private endpoint + +Az.Maintenance +* Publishing release version of Maintenance cmdlets for GA Az.Monitor -* Updated documentation for ''New-AzScheduledQueryRuleLogMetricTrigger'' +* Added cmdlets for private link scope + - ''Get-AzInsightsPrivateLinkScope'' + - ''Remove-AzInsightsPrivateLinkScope'' + - ''New-AzInsightsPrivateLinkScope'' + - ''Update-AzInsightsPrivateLinkScope'' + - ''Get-AzInsightsPrivateLinkScopedResource'' + - ''New-AzInsightsPrivateLinkScopedResource'' + - ''Remove-AzInsightsPrivateLinkScopedResource'' Az.Network -* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections - - ''New-AzVirtualHubVnetConnection'' - - ''Update-AzVirtualHubVnetConnection'' - - ''New-AzVirtualHub'' - - ''Update-AzVirtualHub'' -* Removed Sql Management SDK dependency +* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - ''New-AzLocalNetworkGateway'' + - ''New-AzVpnSiteLink'' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added ''Set-AzExpressRouteCircuitConnectionConfig'' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated ''Add-AzExpressRouteCircuitConnectionConfig'' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection Az.PolicyInsights -* Improved error messages - -Az.RecoveryServices -* Azure Site Recovery added support for doing reprotect and updated vm properties for Azure disk encrypted Virtual Machines. -* Added Azure Site Recovery VmwareToAzure properties DR monitoring -* Azure Backup added support for retrying policy update for failed items. -* Azure Backup Added support for disk exclusion settings during backup and restore. -* Azure Backup Added Support for Restoring Multiple files/folders in AzureFileShare -* Azure Backup Added support for User-specified Resourcegroup support while updating IaasVM Policy - -Az.Resources -* Fixed ''Get-AzResource -ResourceGroupName -Name -ExpandProperties -ResourceType'' to use actual apiVersion of resources instead of default apiVersion [#11267] -* Added correlationId logging for error scenarios -* Small documentation change to ''Get-AzResourceLock''. Added example. -* Escaped single quote in parameter value of ''Get-AzADUser'' [#11317] -* Added new cmdlets for Deployment Scripts (''Get-AzDeploymentScript'', ''Get-AzDeploymentScriptLog'', ''Save-AzDeploymentScriptLog'', ''Remove-AzDeploymentScript'') +* Added ''Start-AzPolicyComplianceScan'' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to ''Get-AzPolicyState'' output + +Az.ServiceFabric +* Improved code formatting and usability of ''New-AzServiceFabricCluster'' examples Az.Sql -* Added readable secondary parameter to ''Invoke-AzSqlDatabaseFailover'' -* Added cmdlet ''Disable-AzSqlServerActiveDirectoryOnlyAuthentication'' -* Saved sensitivity rank when classifying columns in the database. - -Az.Support -* General availability of ''Az.Support'' module - -Az.Websites -* Added support for working with webapp Traffic Routing Rules via below new cmdlets - - ''Get-AzWebAppTrafficRouting'' - - ''Update-AzWebAppTrafficRouting'' - - ''Add-AzWebAppTrafficRouting'' - - ''Remove-AzWebAppTrafficRouting'' +* Added cmdlets ''Get-AzSqlInstanceOperation'' and ''Stop-AzSqlInstanceOperation'' +* Supported auditing to a storage account in VNet. + +Az.Storage +* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - ''New-AzStorageAccount'' + - ''Set-AzStorageAccount'' +* Supported DataLake Gen2 + - ''New-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ChildItem'' + - ''Move-AzDataLakeGen2Item'' + - ''Set-AzDataLakeGen2ItemAclObject'' + - ''Update-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ItemContent'' + - ''Remove-AzDataLakeGen2Item'' ' # Prerelease string of this module diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json index f604ffe793ef..eb9e850ac196 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.CommonModule", "Name": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Description": "System.String" @@ -164,7 +164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common", "Name": "Microsoft.Azure.Commands.Common.VTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileName": "System.String" }, @@ -787,7 +787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1027,7 +1027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1380,7 +1380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1709,7 +1709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2086,7 +2086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2419,7 +2419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2844,7 +2844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3272,7 +3272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3752,7 +3752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3921,7 +3921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4125,7 +4125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4363,7 +4363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4601,7 +4601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4778,7 +4778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4931,7 +4931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5767,7 +5767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6255,7 +6255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6432,7 +6432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6585,7 +6585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8078,7 +8078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8380,7 +8380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8688,7 +8688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9011,7 +9011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9293,7 +9293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9548,7 +9548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9776,7 +9776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10793,7 +10793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11157,7 +11157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11987,7 +11987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12462,7 +12462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12976,7 +12976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13142,7 +13142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13939,7 +13939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14303,7 +14303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15133,7 +15133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15608,7 +15608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16752,7 +16752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -16809,7 +16809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -16879,7 +16879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -17312,7 +17312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17526,7 +17526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17727,7 +17727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17887,7 +17887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18120,7 +18120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18213,7 +18213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18403,7 +18403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18580,7 +18580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19286,7 +19286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19428,7 +19428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19646,7 +19646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19788,7 +19788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20006,7 +20006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20148,7 +20148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20363,7 +20363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20553,7 +20553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20908,7 +20908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21183,7 +21183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21384,7 +21384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21739,7 +21739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22014,7 +22014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22215,7 +22215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22534,7 +22534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22761,7 +22761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22914,7 +22914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Common", "Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24000,7 +24000,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -24097,7 +24097,7 @@ "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": { "Namespace": "Microsoft.Azure.Commands.Profile.Errors", "Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "ResponseStatusCode": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json index 787fdba7790e..9051b3e792c2 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -162,7 +162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -327,7 +327,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -367,7 +367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -460,7 +460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -637,7 +637,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -689,7 +689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -800,7 +800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1837,7 +1837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectivityStatus": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", "Location": "System.String", @@ -1893,7 +1893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2133,7 +2133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2565,7 +2565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2787,7 +2787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -3127,7 +3127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -3365,7 +3365,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3411,7 +3411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3518,7 +3518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -3593,7 +3593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", "GenericTypeArguments": [], @@ -3611,7 +3611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -3629,7 +3629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -3647,7 +3647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -3897,7 +3897,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3955,7 +3955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4068,7 +4068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -4155,7 +4155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", "GenericTypeArguments": [], @@ -4179,7 +4179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -4203,7 +4203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -4227,7 +4227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -4387,7 +4387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -4465,7 +4465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4622,7 +4622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -4775,7 +4775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4884,7 +4884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -5060,7 +5060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5333,7 +5333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5657,7 +5657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -5754,7 +5754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -5897,7 +5897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -6008,7 +6008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -6322,7 +6322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -6600,7 +6600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -7022,7 +7022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7170,7 +7170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7374,7 +7374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7602,7 +7602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8112,7 +8112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8260,7 +8260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8500,7 +8500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8776,7 +8776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8924,7 +8924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -9089,7 +9089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9210,7 +9210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -9303,7 +9303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -9480,7 +9480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9613,7 +9613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -9855,7 +9855,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -9906,7 +9906,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -9972,7 +9972,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10089,7 +10089,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -10099,7 +10099,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType", "TenantId": "System.String", @@ -10145,7 +10145,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10240,7 +10240,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10335,7 +10335,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -10392,7 +10392,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -10402,7 +10402,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -10449,7 +10449,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -10505,7 +10505,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10613,7 +10613,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10625,7 +10625,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -10894,7 +10894,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", "GenericTypeArguments": [], @@ -10904,7 +10904,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdated": "System.DateTime", "LastStatusChange": "System.DateTime", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json index da620f6884a1..a1b89f501ad1 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -249,7 +249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -341,7 +341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -532,7 +532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -693,7 +693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SsoUriValue": "System.String" }, @@ -782,7 +782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -973,7 +973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1134,7 +1134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1226,7 +1226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1417,7 +1417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1578,7 +1578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1675,7 +1675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1901,7 +1901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2164,7 +2164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2439,7 +2439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2696,7 +2696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2757,7 +2757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2856,7 +2856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2973,7 +2973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3108,7 +3108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -3428,7 +3428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -3582,7 +3582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3645,7 +3645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3746,7 +3746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3865,7 +3865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsValid": "System.Nullable`1[System.Boolean]", "ErrorCode": "System.String", @@ -4052,7 +4052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -4180,7 +4180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -4463,7 +4463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -4604,7 +4604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NameAvailable": "System.Boolean", "Reason": "System.String", @@ -4791,7 +4791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -4901,7 +4901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -5197,7 +5197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -5351,7 +5351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchValue": "System.Collections.Generic.IList`1[System.String]", "Transfroms": "System.Collections.Generic.IList`1[System.String]", @@ -5751,7 +5751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", "Conditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", @@ -5843,7 +5843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", "GenericTypeArguments": [], @@ -5861,7 +5861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", "GenericTypeArguments": [], @@ -5966,7 +5966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", "GenericTypeArguments": [], @@ -5990,7 +5990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", "GenericTypeArguments": [], @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -6137,7 +6137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", "GenericTypeArguments": [], @@ -6218,7 +6218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", "GenericTypeArguments": [], @@ -6293,7 +6293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7368,7 +7368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -7496,7 +7496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -7688,7 +7688,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7820,7 +7820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -7838,7 +7838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -8122,7 +8122,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -8320,7 +8320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -8693,7 +8693,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8867,7 +8867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -8891,7 +8891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -9018,7 +9018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -9258,7 +9258,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9432,7 +9432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -9456,7 +9456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -9663,7 +9663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -9975,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10318,7 +10318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10630,7 +10630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10900,7 +10900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10974,7 +10974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11086,7 +11086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11289,7 +11289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11559,7 +11559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11854,7 +11854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12124,7 +12124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12346,7 +12346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomDomainValidated": "System.Boolean", "Reason": "System.String", @@ -12455,7 +12455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12725,7 +12725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13022,7 +13022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13334,7 +13334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13604,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddressGroups": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]" }, @@ -13749,7 +13749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -13986,7 +13986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14270,7 +14270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14573,7 +14573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14875,7 +14875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15270,7 +15270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15554,7 +15554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15857,7 +15857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16159,7 +16159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16463,7 +16463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16599,7 +16599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -16919,7 +16919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17073,7 +17073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -17227,7 +17227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17595,7 +17595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17864,7 +17864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -18148,7 +18148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -18491,7 +18491,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18606,7 +18606,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName" }, @@ -18650,7 +18650,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18745,7 +18745,7 @@ "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19040,7 +19040,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19147,7 +19147,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -19192,7 +19192,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19204,7 +19204,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", "Conditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", @@ -19251,7 +19251,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19263,7 +19263,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19305,7 +19305,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19317,7 +19317,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchValue": "System.Collections.Generic.IList`1[System.String]", "Transfroms": "System.Collections.Generic.IList`1[System.String]", @@ -19378,7 +19378,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19473,7 +19473,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19568,7 +19568,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19580,7 +19580,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HttpPort": "System.Nullable`1[System.Int32]", "HttpsPort": "System.Nullable`1[System.Int32]", @@ -19627,7 +19627,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19639,7 +19639,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction", "RelativePath": "System.String", @@ -19685,7 +19685,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19790,7 +19790,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19802,7 +19802,7 @@ "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv4Addresses": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", "Ipv6Addresses": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", @@ -19848,7 +19848,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19860,7 +19860,7 @@ "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixLength": "System.Int32", "BaseIpAddress": "System.String" @@ -19905,7 +19905,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20000,7 +20000,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20095,7 +20095,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json index 44add05c9508..9028305a1b17 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Boolean", "State": "System.String", @@ -81,7 +81,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddress": "System.String" }, @@ -189,7 +189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -207,7 +207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -398,7 +398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -517,7 +517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -884,21 +884,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -1256,7 +1260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -1495,7 +1499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -1765,7 +1769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -2385,7 +2389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Double]", "Limit": "System.Nullable`1[System.Double]", @@ -2449,21 +2453,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2624,21 +2632,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2967,21 +2979,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -3176,13 +3192,139 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "NetworkRuleSet", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3498,6 +3640,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "NetworkRuleSet", @@ -3505,7 +3695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3657,284 +3847,34 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzCognitiveServicesAccountKey", - "Name": "New-AzCognitiveServicesAccountKey", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.NewAzureCognitiveServicesAccountKeyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key1": "System.String", - "Key2": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "key1", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "key2", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyName", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "CognitiveServicesEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -3988,94 +3928,248 @@ }, { "ParameterMetadata": { - "Name": "KeyName", - "AliasList": [], + "Name": "Type", + "AliasList": [ + "CognitiveServicesAccountType", + "AccountType", + "Kind" + ], "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Create", "Parameters": [ { - "Name": "obj", + "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" }, { - "Name": "ToString", + "Name": "ToNetworkRuleSet", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" }, { - "Name": "CompareTo", + "Name": "AddIpRule", "Parameters": [ { - "Name": "target", + "Name": "ipAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "AddVirtualNetworkRule", "Parameters": [ { - "Name": "format", + "Name": "vnetResourceId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -4083,17 +4177,23 @@ "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -4159,135 +4259,37 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzCognitiveServicesAccount", - "Name": "Remove-AzCognitiveServicesAccount", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "KeyVaultEncryption", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyName", "AliasList": [], "Type": { "Namespace": "System", @@ -4305,17 +4307,14 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], + "Name": "KeyVersion", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -4332,18 +4331,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "KeyVaultUri", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4353,197 +4352,473 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "CognitiveServicesAccountName", + "AccountName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzCognitiveServicesAccountNetworkRule", - "Name": "Remove-AzCognitiveServicesAccountNetworkRule", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountNetworkRuleCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "NetWorkRuleString", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Boolean", - "State": "System.String", - "Id": "System.String" + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "virtualNetworkRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "ParameterMetadata": { + "Name": "Type", + "AliasList": [ + "CognitiveServicesAccountType", + "AccountType", + "Kind" ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" - }, - { - "Name": "ToVirtualNetworkRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "NetWorkRuleString", - "NetworkRuleObject" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpAddress": "System.String" + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "ipRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" - }, - { - "Name": "ToIpRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzCognitiveServicesAccountKey", + "Name": "New-AzCognitiveServicesAccountKey", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.NewAzureCognitiveServicesAccountKeyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key1": "System.String", + "Key2": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "key1", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "key2", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, "ParameterSets": [ - "IpRuleString", - "IpRuleObject" + "__AllParameterSets" ] } ], @@ -4588,34 +4863,101 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IpRule", + "Name": "KeyName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -4624,35 +4966,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IpAddressOrRange", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualNetworkResourceId", - "AliasList": [ - "SubnetId", - "VirtualNetworkId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4751,6 +5072,139 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4791,34 +5245,132 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "IpRuleObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "IpRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzCognitiveServicesAccount", + "Name": "Remove-AzCognitiveServicesAccount", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -4870,6 +5422,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4910,425 +5486,125 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzCognitiveServicesAccountNetworkRule", + "Name": "Remove-AzCognitiveServicesAccountNetworkRule", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountNetworkRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "NetWorkRuleString", + "OutputTypes": [ { - "Name": "NetworkRuleObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Boolean", + "State": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + { + "Name": "ToVirtualNetworkRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "NetWorkRuleString", + "NetworkRuleObject" ] }, { - "Name": "IpRuleString", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "IpAddressOrRange", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpAddress": "System.String" }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "ipRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "ToIpRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "NetWorkRuleString", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualNetworkResourceId", - "AliasList": [ - "SubnetId", - "VirtualNetworkId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzCognitiveServicesAccount", - "Name": "Set-AzCognitiveServicesAccount", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.SetAzureCognitiveServicesAccountCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", - "AccountType": "System.String", - "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "cognitiveServicesAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], "ReturnType": "System.Boolean" }, @@ -5347,17 +5623,13 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "cognitiveServicesAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, "ParameterSets": [ - "__AllParameterSets" + "IpRuleString", + "IpRuleObject" ] } ], @@ -5402,14 +5674,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SkuName", + "Name": "IpRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5420,16 +5692,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", - "AliasList": [ - "Tags" - ], + "Name": "VirtualNetworkRule", + "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.Collections.Hashtable", + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5440,14 +5710,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "CustomSubdomainName", + "Name": "IpAddressOrRange", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5458,128 +5728,42 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "NetworkRuleSet", - "AliasList": [], + "Name": "VirtualNetworkResourceId", + "AliasList": [ + "SubnetId", + "VirtualNetworkId" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], @@ -5655,16 +5839,31 @@ }, { "ParameterMetadata": { - "Name": "SkuName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -5675,20 +5874,23 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IpRuleObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [ - "Tags" - ], + "Name": "IpRule", + "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.Collections.Hashtable", + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5698,15 +5900,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "CustomSubdomainName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -5720,97 +5949,41 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "NetworkRuleSet", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", + "Name": "Clear", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -5821,17 +5994,22 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "NetworkRuleObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "VirtualNetworkRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5841,11 +6019,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5886,67 +6115,297 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzCognitiveServicesAccountNetworkRuleSet", - "Name": "Update-AzCognitiveServicesAccountNetworkRuleSet", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.UpdateAzureCognitiveServicesAccountNetworkRuleSetCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + "Name": "IpRuleString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IpAddressOrRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" ], - "ReturnType": "System.Void" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" ], - "ReturnType": "System.Void" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NetWorkRuleString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualNetworkResourceId", + "AliasList": [ + "SubnetId", + "VirtualNetworkId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzCognitiveServicesAccount", + "Name": "Set-AzCognitiveServicesAccount", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.SetAzureCognitiveServicesAccountCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CognitiveServicesEncryption", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", + "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", + "ResourceType": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "cognitiveServicesAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount" }, { "Name": "ToString", @@ -5978,7 +6437,12 @@ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "cognitiveServicesAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, @@ -6028,117 +6492,108 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultAction", + "Name": "SkuName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "IpRule", + "Name": "StorageAccountId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6149,14 +6604,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualNetworkRule", + "Name": "CognitiveServicesEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6167,32 +6622,211 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "KeyVaultEncryption", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -6257,123 +6891,64 @@ }, { "ParameterMetadata": { - "Name": "DefaultAction", + "Name": "SkuName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IpRule", + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6385,19 +6960,19 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VirtualNetworkRule", + "Name": "AssignIdentity", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6409,36 +6984,23 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IdentityType", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -6450,162 +7012,2214 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CognitiveServicesEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "KeyVaultEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzCognitiveServicesAccountNetworkRuleSet", + "Name": "Update-AzCognitiveServicesAccountNetworkRuleSet", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.UpdateAzureCognitiveServicesAccountNetworkRuleSetCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultAction", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IpRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualNetworkRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultAction", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VirtualNetworkRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Boolean", + "State": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" + }, + { + "Name": "ToVirtualNetworkRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", + "State": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ignoreMissingVnetServiceEndpoint", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpAddress": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "ipRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" + }, + { + "Name": "ToIpRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] } - ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + ] }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Management.CognitiveServices.Models.IpRule": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.String", + "System.String" + ], "Methods": [], "Constructors": [] }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "StorageEndpointSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "AdTenant": "System.String", + "Name": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.String" + ], "Methods": [], "Constructors": [] }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.Byte", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ], "Methods": [], "Constructors": [] }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ], "Methods": [], "Constructors": [] }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule": { + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Boolean", - "State": "System.String", - "Id": "System.String" + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -6614,16 +9228,36 @@ "Name": "Create", "Parameters": [ { - "Name": "virtualNetworkRule", + "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" }, { - "Name": "ToVirtualNetworkRule", + "Name": "ToNetworkRuleSet", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, { "Name": "ToString", @@ -6659,23 +9293,143 @@ } ] }, - "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", - "State": "System.String", - "Id": "System.String" - }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", + "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", + "DefaultAction": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -6713,78 +9467,125 @@ "ReturnType": null, "Parameters": [ { - "Name": "id", + "Name": "defaultAction", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipRules", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ignoreMissingVnetServiceEndpoint", + "Name": "virtualNetworkRules", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" ], "Methods": [], "Constructors": [] }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + ], "Methods": [], "Constructors": [] }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StatisticsEnabled": "System.Nullable`1[System.Boolean]", + "QnaRuntimeEndpoint": "System.String", + "EventHubConnectionString": "System.String", + "StorageAccountConnectionString": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "qnaRuntimeEndpoint", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statisticsEnabled", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "eventHubConnectionString", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageAccountConnectionString", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.Encryption": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpAddress": "System.String" + "KeyVaultProperties": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", + "KeySource": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "ipRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" - }, - { - "Name": "ToIpRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" - }, { "Name": "ToString", "Parameters": [], @@ -6816,24 +9617,35 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "keyVaultProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keySource", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Microsoft.Azure.Management.CognitiveServices.Models.IpRule": { + "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Value": "System.String" + "KeyName": "System.String", + "KeyVersion": "System.String", + "KeyVaultUri": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -6871,240 +9683,114 @@ "ReturnType": null, "Parameters": [ { - "Name": "value", + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVaultUri", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Credential": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OnPremise": "System.Boolean", - "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", - "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", - "BatchEndpointResourceId": "System.String", - "DataLakeEndpointResourceId": "System.String", - "GraphEndpointResourceId": "System.String", - "AzureKeyVaultServiceEndpointResourceId": "System.String", - "AzureKeyVaultDnsSuffix": "System.String", - "TrafficManagerDnsSuffix": "System.String", - "SqlDatabaseDnsSuffix": "System.String", - "StorageEndpointSuffix": "System.String", - "ActiveDirectoryServiceEndpointResourceId": "System.String", - "GraphUrl": "System.String", - "GalleryUrl": "System.String", - "ActiveDirectoryAuthority": "System.String", - "PublishSettingsFileUrl": "System.String", - "ManagementPortalUrl": "System.String", - "ResourceManagerUrl": "System.String", - "ServiceManagementUrl": "System.String", - "AdTenant": "System.String", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Name": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Management.CognitiveServices.Models.Identity": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Identity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CacheData": "System.Byte[]" + "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", + "Type": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "TenantId": "System.String", + "PrincipalId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "userAssignedIdentities", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + "System.String", + "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + "PrincipalId": "System.String", + "ClientId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -7136,23 +9822,39 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clientId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7244,123 +9946,10 @@ ], "Constructors": [] }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", - "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", - "Bypass": "System.String", - "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "bypass", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "defaultAction", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipRules", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "virtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" - ], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Management.CognitiveServices.Models.Sku": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", "Name": "System.String" @@ -7424,7 +10013,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7436,7 +10025,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7528,24 +10117,94 @@ ], "Constructors": [] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ResourceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "resourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -7602,7 +10261,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7614,7 +10273,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -7683,7 +10342,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -7742,7 +10401,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7754,7 +10413,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json index 8704731314c9..6158d3489c61 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -263,7 +263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -814,7 +814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -1134,7 +1134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1205,7 +1205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1386,7 +1386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1602,7 +1602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1799,7 +1799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -1856,7 +1856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -2222,7 +2222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -2455,7 +2455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -2799,7 +2799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -3509,7 +3509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -3885,7 +3885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4249,7 +4249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4991,7 +4991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -5382,7 +5382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -5878,7 +5878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -6218,7 +6218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6582,7 +6582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6696,7 +6696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -6796,7 +6796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -7972,7 +7972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -8448,7 +8448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -9478,7 +9478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -9919,7 +9919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -10513,7 +10513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -10847,7 +10847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -11169,7 +11169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11245,7 +11245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11379,7 +11379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11537,7 +11537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12221,7 +12221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -12555,7 +12555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12877,7 +12877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -14305,7 +14305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -14593,7 +14593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -15751,7 +15751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16058,7 +16058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -16387,7 +16387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16709,7 +16709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16839,7 +16839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16895,7 +16895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -16958,7 +16958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17171,7 +17171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -17233,7 +17233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -17302,7 +17302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17441,7 +17441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -17782,7 +17782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18146,7 +18146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18684,7 +18684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -18741,7 +18741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -19337,7 +19337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -19569,7 +19569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -19758,7 +19758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -20530,7 +20530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -20720,7 +20720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -21194,7 +21194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -21248,7 +21248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -22110,7 +22110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22934,7 +22934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22988,7 +22988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -24166,7 +24166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24220,7 +24220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -24760,7 +24760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24814,7 +24814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -25624,7 +25624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25709,7 +25709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25809,7 +25809,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25870,7 +25870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25982,7 +25982,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -26059,7 +26059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26138,7 +26138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -26218,7 +26218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26336,7 +26336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26630,7 +26630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26792,7 +26792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27047,7 +27047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27231,7 +27231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27484,7 +27484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27744,7 +27744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27829,7 +27829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28011,7 +28011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28196,7 +28196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28405,7 +28405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28490,7 +28490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28669,7 +28669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28882,7 +28882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28967,7 +28967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29126,7 +29126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29313,7 +29313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29471,7 +29471,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30091,7 +30091,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30898,7 +30898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -31021,7 +31021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31365,7 +31365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31690,7 +31690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32037,7 +32037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32247,7 +32247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32332,7 +32332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32475,7 +32475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32640,7 +32640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32725,7 +32725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32869,7 +32869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33035,7 +33035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33120,7 +33120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33263,7 +33263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33428,7 +33428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33513,7 +33513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33708,7 +33708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33914,7 +33914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34072,7 +34072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34211,7 +34211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34296,7 +34296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34416,7 +34416,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34551,7 +34551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34639,7 +34639,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34833,7 +34833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34921,7 +34921,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35117,7 +35117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35205,7 +35205,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35380,7 +35380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35465,7 +35465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35822,7 +35822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36148,7 +36148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36522,7 +36522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36848,7 +36848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37222,7 +37222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37476,7 +37476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37687,7 +37687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37772,7 +37772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37896,7 +37896,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38213,7 +38213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38355,7 +38355,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38647,7 +38647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38789,7 +38789,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39177,7 +39177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39319,7 +39319,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39611,7 +39611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39753,7 +39753,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40141,7 +40141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40283,7 +40283,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40560,7 +40560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40645,7 +40645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40840,7 +40840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41075,7 +41075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41160,7 +41160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41373,7 +41373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41603,7 +41603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41761,7 +41761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41900,7 +41900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41979,7 +41979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42566,7 +42566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -42645,7 +42645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42805,7 +42805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43117,7 +43117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43553,7 +43553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -43605,7 +43605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -43726,7 +43726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -44444,7 +44444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -46143,7 +46143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46197,7 +46197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46833,7 +46833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46927,7 +46927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47027,7 +47027,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47256,7 +47256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47606,7 +47606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47930,7 +47930,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47982,7 +47982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48308,7 +48308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48610,7 +48610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48917,7 +48917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -49577,7 +49577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -50383,7 +50383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50450,7 +50450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50627,7 +50627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50846,7 +50846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50949,7 +50949,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51005,7 +51005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", "GenericTypeArguments": [], @@ -51254,7 +51254,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51328,7 +51328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", "GenericTypeArguments": [], @@ -51595,7 +51595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51662,7 +51662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51785,7 +51785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51925,7 +51925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52048,7 +52048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52151,7 +52151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52322,7 +52322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52537,7 +52537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52640,7 +52640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52811,7 +52811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -53026,7 +53026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -53433,7 +53433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -53718,7 +53718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54331,7 +54331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -54446,7 +54446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54775,7 +54775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54984,7 +54984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -55353,7 +55353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -55548,7 +55548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55896,7 +55896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56193,7 +56193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56401,7 +56401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -56534,7 +56534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -56893,7 +56893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -57108,7 +57108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -57615,7 +57615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57977,7 +57977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58079,7 +58079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58249,7 +58249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58459,7 +58459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -58592,7 +58592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59062,7 +59062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59228,7 +59228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59512,7 +59512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59632,7 +59632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -60160,7 +60160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -60514,7 +60514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -60613,7 +60613,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60849,7 +60849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -60921,7 +60921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61067,7 +61067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -61139,7 +61139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -61312,7 +61312,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61626,7 +61626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61704,7 +61704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61880,7 +61880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -61958,7 +61958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62135,7 +62135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -62218,7 +62218,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62330,7 +62330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -62402,7 +62402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62575,7 +62575,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62723,7 +62723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -62801,7 +62801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62978,7 +62978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63057,7 +63057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63210,7 +63210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63393,7 +63393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63472,7 +63472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63625,7 +63625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63808,7 +63808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63887,7 +63887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64040,7 +64040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64223,7 +64223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64286,7 +64286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64423,7 +64423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64590,7 +64590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64653,7 +64653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64790,7 +64790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64957,7 +64957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65074,7 +65074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65259,7 +65259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65486,7 +65486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -65897,7 +65897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -66198,7 +66198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -66623,7 +66623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66968,7 +66968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67085,7 +67085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -67147,7 +67147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67332,7 +67332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -67518,7 +67518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67745,7 +67745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -67917,7 +67917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -67935,7 +67935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -68323,7 +68323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -68347,7 +68347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -68690,7 +68690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -68714,7 +68714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -69016,7 +69016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69172,7 +69172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69880,7 +69880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -70330,7 +70330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -70499,7 +70499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71017,7 +71017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71183,7 +71183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71727,7 +71727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -71944,7 +71944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72047,7 +72047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72653,7 +72653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72762,7 +72762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73395,7 +73395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73504,7 +73504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74024,7 +74024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -74171,7 +74171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -75458,7 +75458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -76349,7 +76349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -76500,7 +76500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77003,7 +77003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77178,7 +77178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77599,7 +77599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78146,7 +78146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78265,7 +78265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78726,7 +78726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79031,7 +79031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -79164,7 +79164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79633,7 +79633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79798,7 +79798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80167,7 +80167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80229,7 +80229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80326,7 +80326,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -80475,7 +80475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80590,7 +80590,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -80787,7 +80787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80903,7 +80903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -81028,7 +81028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -81175,7 +81175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -81312,7 +81312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -81411,7 +81411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81473,7 +81473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81593,7 +81593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81730,7 +81730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81848,7 +81848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81910,7 +81910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81971,7 +81971,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81991,7 +81991,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82029,7 +82029,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82178,7 +82178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82245,7 +82245,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82271,7 +82271,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82321,7 +82321,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82518,7 +82518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82618,7 +82618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82786,7 +82786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82996,7 +82996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83150,7 +83150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83600,7 +83600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83766,7 +83766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -84177,7 +84177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -84503,7 +84503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -84633,7 +84633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84961,7 +84961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85333,7 +85333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -85951,7 +85951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86367,7 +86367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86500,7 +86500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86974,7 +86974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87144,7 +87144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87608,7 +87608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", @@ -87767,7 +87767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -87858,7 +87858,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -88004,7 +88004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -88132,7 +88132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -88204,7 +88204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -88377,7 +88377,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -88571,7 +88571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -88723,7 +88723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -88801,7 +88801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -88978,7 +88978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -89056,7 +89056,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -89132,7 +89132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -89204,7 +89204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -89377,7 +89377,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -89477,7 +89477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -89555,7 +89555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -89732,7 +89732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89803,7 +89803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89948,7 +89948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90123,7 +90123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90194,7 +90194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90339,7 +90339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90514,7 +90514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90585,7 +90585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90730,7 +90730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90905,7 +90905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90963,7 +90963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91095,7 +91095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91257,7 +91257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91315,7 +91315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91447,7 +91447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91609,7 +91609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91718,7 +91718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91895,7 +91895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92114,7 +92114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -92525,7 +92525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92818,7 +92818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -93243,7 +93243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -93588,7 +93588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93697,7 +93697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93754,7 +93754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93931,7 +93931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -94112,7 +94112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -94331,7 +94331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", @@ -94608,7 +94608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95019,7 +95019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -95302,7 +95302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95647,7 +95647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -96149,7 +96149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -97204,7 +97204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -97394,7 +97394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98046,7 +98046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98276,7 +98276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98410,7 +98410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98482,7 +98482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98690,7 +98690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98830,7 +98830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98994,7 +98994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -99134,7 +99134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -99217,7 +99217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -99364,7 +99364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99440,7 +99440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99515,7 +99515,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99535,7 +99535,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99555,7 +99555,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99632,7 +99632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99713,7 +99713,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99739,7 +99739,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99765,7 +99765,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99866,7 +99866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99942,7 +99942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100053,7 +100053,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -100238,7 +100238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100367,7 +100367,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -100612,7 +100612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100688,7 +100688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100966,7 +100966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101316,7 +101316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101392,7 +101392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101523,7 +101523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -101654,7 +101654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101809,7 +101809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -101982,7 +101982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102058,7 +102058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102151,7 +102151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -102208,7 +102208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102313,7 +102313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -102388,7 +102388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102464,7 +102464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102614,7 +102614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102794,7 +102794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102870,7 +102870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102945,7 +102945,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103022,7 +103022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -103103,7 +103103,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103204,7 +103204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -103392,7 +103392,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103412,7 +103412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -103504,7 +103504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -103581,7 +103581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -103599,7 +103599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -103781,7 +103781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -103989,7 +103989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -104200,7 +104200,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -104443,7 +104443,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -104469,7 +104469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -104567,7 +104567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -104650,7 +104650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -104674,7 +104674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -104916,7 +104916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -105172,7 +105172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -105481,7 +105481,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105679,7 +105679,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105705,7 +105705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -105803,7 +105803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -105886,7 +105886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -105910,7 +105910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -106152,7 +106152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -106408,7 +106408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -106889,7 +106889,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -106915,7 +106915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -107013,7 +107013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -107096,7 +107096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -107120,7 +107120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -107362,7 +107362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -107618,7 +107618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -107938,7 +107938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -108255,7 +108255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -108618,7 +108618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -108741,7 +108741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -108983,7 +108983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -109225,7 +109225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109301,7 +109301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109453,7 +109453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109602,7 +109602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109753,7 +109753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109885,7 +109885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109961,7 +109961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110111,7 +110111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110260,7 +110260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110409,7 +110409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110541,7 +110541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110617,7 +110617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110767,7 +110767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110916,7 +110916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111065,7 +111065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111197,7 +111197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111273,7 +111273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111425,7 +111425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111607,7 +111607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111683,7 +111683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111888,7 +111888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -111906,7 +111906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -111944,7 +111944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -111962,7 +111962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -112019,7 +112019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112272,7 +112272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -112296,7 +112296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -112346,7 +112346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -112370,7 +112370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -112445,7 +112445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112521,7 +112521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112707,7 +112707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112935,7 +112935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113011,7 +113011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113178,7 +113178,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113216,7 +113216,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113362,7 +113362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -113419,7 +113419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113622,7 +113622,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113672,7 +113672,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113866,7 +113866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -113941,7 +113941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -114055,7 +114055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -114364,7 +114364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114869,7 +114869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -115356,7 +115356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116023,7 +116023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -116726,7 +116726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -117179,7 +117179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -117307,7 +117307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -117789,7 +117789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -117971,7 +117971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -118501,7 +118501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -118778,7 +118778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119875,7 +119875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -120248,6 +120248,913 @@ ], "AliasList": [] }, + { + "VerbName": "Set", + "NounName": "AzVmssOrchestrationServiceState", + "Name": "Set-AzVmssOrchestrationServiceState", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssOrchestrationServiceState", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Name": "System.String", + "Status": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", + "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "ScaleInPolicy": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "SinglePlacementGroup": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "Overprovision": "System.Nullable`1[System.Boolean]", + "DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]", + "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "UniqueId": "System.String", + "Name": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ObjectParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", + "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "ScaleInPolicy": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "SinglePlacementGroup": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "Overprovision": "System.Nullable`1[System.Boolean]", + "DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]", + "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "UniqueId": "System.String", + "Name": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Start", "NounName": "AzVmss", @@ -120262,7 +121169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -120649,7 +121556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121036,7 +121943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -121150,7 +122057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -121423,7 +122330,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -121659,7 +122566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122122,7 +123029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122350,7 +123257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -122959,7 +123866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123548,7 +124455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123773,7 +124680,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -123849,7 +124756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -124458,7 +125365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125047,7 +125954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125259,7 +126166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125604,7 +126511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125991,7 +126898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -126165,7 +127072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -126800,7 +127707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -127035,7 +127942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127113,7 +128020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127280,7 +128187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127458,7 +128365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127661,7 +128568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127869,7 +128776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127947,7 +128854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -128081,7 +128988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -128239,7 +129146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC", "Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -128572,7 +129479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -129716,7 +130623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -130030,7 +130937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -131334,7 +132241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131410,7 +132317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131637,7 +132544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131918,7 +132825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -132624,7 +133531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -133318,7 +134225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135488,7 +136395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135764,7 +136671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -136310,7 +137217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -136701,7 +137608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -137065,7 +137972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -139129,7 +140036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -139451,7 +140358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -139923,7 +140830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -140203,7 +141110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -140525,7 +141432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -141426,7 +142333,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -141503,7 +142410,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141515,7 +142422,7 @@ "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -141589,7 +142496,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141601,7 +142508,7 @@ "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141728,7 +142635,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141963,7 +142870,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141975,7 +142882,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -142053,7 +142960,7 @@ "Microsoft.Azure.Commands.Compute.Models.DisplayHintType": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142148,7 +143055,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UltraSSDEnabled": "System.Nullable`1[System.Boolean]" }, @@ -142202,7 +143109,7 @@ "Microsoft.Azure.Management.Compute.Models.BillingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPrice": "System.Nullable`1[System.Double]" }, @@ -142268,7 +143175,7 @@ "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics" }, @@ -142322,7 +143229,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -142381,7 +143288,7 @@ "Microsoft.Azure.Management.Compute.Models.HardwareProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmSize": "System.String" }, @@ -142435,7 +143342,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]" }, @@ -142489,7 +143396,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142501,7 +143408,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Nullable`1[System.Boolean]", "Id": "System.String" @@ -142560,7 +143467,7 @@ "Microsoft.Azure.Management.Compute.Models.OSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -142654,7 +143561,7 @@ "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", "DisablePasswordAuthentication": "System.Nullable`1[System.Boolean]", @@ -142718,7 +143625,7 @@ "Microsoft.Azure.Management.Compute.Models.SshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]" }, @@ -142772,7 +143679,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142784,7 +143691,7 @@ "Microsoft.Azure.Management.Compute.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "KeyData": "System.String" @@ -142843,7 +143750,7 @@ "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", "AdditionalUnattendContent": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", @@ -142917,7 +143824,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]" }, @@ -142971,7 +143878,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142983,7 +143890,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMListener": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", "CertificateUrl": "System.String" @@ -143042,7 +143949,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143054,7 +143961,7 @@ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143149,7 +144056,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143161,7 +144068,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", "PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", @@ -143230,7 +144137,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143242,7 +144149,7 @@ "Microsoft.Azure.Management.Compute.Models.ComponentNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143337,7 +144244,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143349,7 +144256,7 @@ "Microsoft.Azure.Management.Compute.Models.PassNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PassNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143444,7 +144351,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143456,7 +144363,7 @@ "Microsoft.Azure.Management.Compute.Models.SettingNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SettingNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143551,7 +144458,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143563,7 +144470,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]" @@ -143622,7 +144529,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143634,7 +144541,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultCertificate": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -143693,7 +144600,7 @@ "Microsoft.Azure.Management.Compute.Models.Plan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Plan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -143762,7 +144669,7 @@ "Microsoft.Azure.Management.Compute.Models.StorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk", @@ -143831,7 +144738,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -143910,7 +144817,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", @@ -144019,9 +144926,10 @@ "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Option": "System.String" + "Option": "System.String", + "Placement": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -144065,6 +144973,10 @@ { "Name": "option", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "placement", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -144073,7 +144985,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", @@ -144142,7 +145054,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "KeyUrl": "System.String" @@ -144206,7 +145118,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "SecretUrl": "System.String" @@ -144270,7 +145182,7 @@ "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String", @@ -144334,7 +145246,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -144388,7 +145300,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" }, @@ -144442,7 +145354,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144454,7 +145366,7 @@ "Microsoft.Azure.Management.Compute.Models.CachingTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144549,7 +145461,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144561,7 +145473,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144656,7 +145568,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144668,7 +145580,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -144794,7 +145706,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -144863,7 +145775,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144876,7 +145788,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -144935,7 +145847,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144947,7 +145859,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145042,7 +145954,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -145156,7 +146068,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "SerialConsoleLogBlobUri": "System.String", @@ -145220,7 +146132,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", "IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]", @@ -145304,7 +146216,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145316,7 +146228,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145411,7 +146323,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", @@ -145475,7 +146387,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145487,7 +146399,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "TypeHandlerVersion": "System.String", @@ -145551,7 +146463,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145563,7 +146475,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -145627,7 +146539,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145639,7 +146551,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145651,7 +146563,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Substatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -145725,7 +146637,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145737,7 +146649,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -145871,7 +146783,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MaxInstanceRepairsPercent": "System.Nullable`1[System.Int32]", @@ -145917,7 +146829,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -145970,7 +146882,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, @@ -146014,7 +146926,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146026,7 +146938,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -146080,7 +146992,7 @@ "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile" }, @@ -146134,7 +147046,7 @@ "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Nullable`1[System.Boolean]", "NotBeforeTimeout": "System.String" @@ -146193,7 +147105,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" @@ -146252,7 +147164,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiEntityReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -146306,7 +147218,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146318,7 +147230,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", @@ -146412,7 +147324,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.IList`1[System.String]" }, @@ -146466,7 +147378,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146478,7 +147390,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -146582,7 +147494,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", @@ -146666,7 +147578,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String" }, @@ -146725,7 +147637,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146737,7 +147649,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -146796,7 +147708,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -146880,7 +147792,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -146949,7 +147861,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -147053,7 +147965,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String" @@ -147112,7 +148024,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147124,7 +148036,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", "Lun": "System.Int32", @@ -147223,7 +148135,7 @@ "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.IList`1[System.String]" }, @@ -147277,7 +148189,7 @@ "Microsoft.Azure.Management.Compute.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int64]", "Tier": "System.String", @@ -147341,7 +148253,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", "RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -147410,7 +148322,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]", "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]" @@ -147469,7 +148381,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -147543,7 +148455,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147555,7 +148467,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradeMode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147650,7 +148562,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -147719,7 +148631,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147732,7 +148644,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -147811,7 +148723,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147823,7 +148735,7 @@ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -147878,7 +148790,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeSupported": "System.Boolean" }, @@ -147937,7 +148849,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" }, @@ -147996,7 +148908,7 @@ "Microsoft.Azure.Management.Compute.Models.PurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -148065,7 +148977,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148077,7 +148989,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]" }, @@ -148131,7 +149043,7 @@ "Microsoft.Azure.Management.Compute.Models.UsageName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -148190,7 +149102,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError", "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", @@ -148264,7 +149176,7 @@ "Microsoft.Azure.Management.Compute.Models.InnerError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InnerError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptiontype": "System.String", "Errordetail": "System.String" @@ -148323,7 +149235,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148335,7 +149247,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiErrorBase": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Target": "System.String", @@ -148399,7 +149311,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -148503,7 +149415,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" }, @@ -148557,7 +149469,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" }, @@ -148611,7 +149523,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectFromScaleIn": "System.Nullable`1[System.Boolean]", "ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]" @@ -148702,7 +149614,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Orchestrator": "System.String" }, @@ -148761,7 +149673,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmDiagnostics": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics" }, @@ -148820,7 +149732,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "StorageUri": "System.String" @@ -148884,7 +149796,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration", "AdminUsername": "System.String" @@ -148948,7 +149860,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]" }, @@ -149007,7 +149919,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149019,7 +149931,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyData": "System.String" }, @@ -149078,7 +149990,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "DnsPrefix": "System.String", @@ -149147,7 +150059,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OrchestratorType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes" }, @@ -149206,7 +150118,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149301,7 +150213,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "Secret": "System.String" @@ -149365,7 +150277,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdminUsername": "System.String", "AdminPassword": "System.String" @@ -149429,7 +150341,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149441,7 +150353,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Int32", "Name": "System.String", @@ -149520,7 +150432,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149532,7 +150444,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -149586,7 +150498,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -149650,7 +150562,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]" }, @@ -149704,7 +150616,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149716,7 +150628,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Double]", "VmSize": "System.String" @@ -149775,7 +150687,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149787,7 +150699,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149882,7 +150794,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "PrincipalId": "System.String", @@ -149946,7 +150858,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -150010,7 +150922,7 @@ "Microsoft.Azure.Management.Compute.Models.SourceVault": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -150064,7 +150976,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150076,7 +150988,7 @@ "Microsoft.Azure.Management.Compute.Models.CreationData": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CreationData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", "GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", @@ -150170,7 +151082,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDiskReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -150234,7 +151146,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -150293,7 +151205,7 @@ "Microsoft.Azure.Management.Compute.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String", "Type": "System.String" @@ -150352,7 +151264,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", @@ -150421,7 +151333,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150433,7 +151345,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference" @@ -150497,7 +151409,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -150561,7 +151473,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150573,7 +151485,7 @@ "Microsoft.Azure.Management.Compute.Models.ShareInfoElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmUri": "System.String" }, @@ -150627,7 +151539,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", "ExcludeFromLatest": "System.Nullable`1[System.Boolean]", @@ -150706,7 +151618,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150718,7 +151630,7 @@ "Microsoft.Azure.Management.Compute.Models.TargetRegion": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", "RegionalReplicaCount": "System.Nullable`1[System.Int32]", @@ -150792,7 +151704,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionImages": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", "DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]" @@ -150851,7 +151763,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String" }, @@ -150905,7 +151817,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150917,7 +151829,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32", "DiskEncryptionSetId": "System.String" @@ -150981,7 +151893,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", @@ -151050,7 +151962,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -151109,7 +152021,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -151178,7 +152090,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151190,7 +152102,7 @@ "Microsoft.Azure.Management.Compute.Models.HostCaching": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HostCaching", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151285,7 +152197,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151297,7 +152209,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "Lun": "System.Int32", @@ -151371,7 +152283,7 @@ "Microsoft.Azure.Management.Compute.Models.ReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", "AggregatedState": "System.String" @@ -151430,7 +152342,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151442,7 +152354,7 @@ "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Progress": "System.Nullable`1[System.Int32]", "Region": "System.String", @@ -151521,7 +152433,7 @@ "Microsoft.Azure.Management.Compute.Models.Disallowed": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Disallowed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskTypes": "System.Collections.Generic.IList`1[System.String]" }, @@ -151575,7 +152487,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -151644,7 +152556,7 @@ "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -151708,7 +152620,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151803,7 +152715,7 @@ "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange", "Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange" @@ -151862,7 +152774,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceRange": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Nullable`1[System.Int32]", "Max": "System.Nullable`1[System.Int32]" @@ -151921,7 +152833,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueName": "System.String" }, @@ -151975,7 +152887,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", @@ -152044,7 +152956,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -152143,7 +153055,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152155,7 +153067,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -152249,7 +153161,7 @@ "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "System.String" }, @@ -152303,7 +153215,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152315,7 +153227,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Id": "System.String" @@ -152374,7 +153286,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -152443,7 +153355,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152455,7 +153367,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152550,7 +153462,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152562,7 +153474,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -152621,7 +153533,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152633,7 +153545,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Quantity": "System.Nullable`1[System.Int64]", "MeterID": "System.String", @@ -152697,7 +153609,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152709,7 +153621,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", "Zones": "System.Collections.Generic.IList`1[System.String]", @@ -152773,7 +153685,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152785,7 +153697,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", "Name": "System.Collections.Generic.IList`1[System.String]" @@ -152844,7 +153756,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152856,7 +153768,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -152925,7 +153837,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -152984,7 +153896,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152996,7 +153908,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153091,7 +154003,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153103,7 +154015,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153198,7 +154110,7 @@ "Microsoft.Azure.Management.Compute.Models.SnapshotSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -153257,7 +154169,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153269,7 +154181,7 @@ "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -153343,7 +154255,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SuccessfulInstanceCount": "System.Nullable`1[System.Int32]", "FailedInstanceCount": "System.Nullable`1[System.Int32]", @@ -153412,7 +154324,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", "Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", @@ -153481,7 +154393,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153493,7 +154405,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153588,7 +154500,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153600,7 +154512,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153695,7 +154607,7 @@ "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -153755,7 +154667,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -153824,7 +154736,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153836,7 +154748,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153931,7 +154843,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -153981,7 +154893,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153993,7 +154905,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Code": "System.String" @@ -154052,7 +154964,7 @@ "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154147,7 +155059,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json index ec7cb69d2360..8fda14cf0af3 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -73,7 +73,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -278,7 +278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -1026,7 +1026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -1190,7 +1190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1428,7 +1428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1701,7 +1701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1902,7 +1902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2050,9 +2050,9 @@ }, { "VerbName": "Add", - "NounName": "AzIotHubDevice", - "Name": "Add-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDevice", + "NounName": "AzIotHubConfiguration", + "Name": "Add-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -2061,22 +2061,21 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2127,7 +2126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -2182,7 +2181,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -2200,7 +2199,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -2236,7 +2235,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -2254,213 +2253,43 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Status", + "Name": "Priority", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "StatusReason", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -2475,51 +2304,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Children", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "ParentDeviceId", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2529,15 +2322,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2594,7 +2387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -2655,7 +2448,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -2673,20 +2466,20 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -2703,12 +2496,12 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2727,107 +2520,22 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "TargetCondition", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -2836,101 +2544,16 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -2945,12 +2568,12 @@ }, { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2969,16 +2592,31 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -2990,15 +2628,164 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceContent", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3109,7 +2896,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -3127,20 +2914,20 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -3157,12 +2944,12 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3181,225 +2968,7 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -3414,7 +2983,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -3423,12 +2992,12 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3447,12 +3016,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3511,11 +3080,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -3533,18 +3102,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3556,21 +3125,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -3587,7 +3156,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -3611,94 +3180,8978 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.String" - }, + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubConfiguration", + "Name": "Get-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubConfiguration", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzIotHubConfiguration", + "Name": "Remove-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzIotHubConfiguration", + "Name": "Set-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzIotHubDevice", + "Name": "Add-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDevice", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzIotHubDeviceChildren", + "Name": "Add-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeviceChildren", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Add-AzIotHubDCL" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDevice", + "Name": "Get-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDevice", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceChildren", + "Name": "Get-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceChildren", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AzIotHubDCL" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceConnectionString", + "Name": "Get-AzIotHubDeviceConnectionString", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceConnectionString", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DeviceId": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AzIotHubDCS" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceParent", + "Name": "Get-AzIotHubDeviceParent", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceParent", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceTwin", + "Name": "Get-AzIotHubDeviceTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceTwin", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Version": "System.Int64", + "DeviceId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -3706,113 +12159,73 @@ "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Status", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], "Constructors": [] @@ -3826,10 +12239,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -3844,21 +12262,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "IotHubName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3868,21 +12286,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3892,10 +12310,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -3941,229 +12359,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4178,21 +12378,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4202,25 +12402,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -4232,7 +12447,12 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4278,10 +12498,10 @@ "AliasList": [] }, { - "VerbName": "Add", - "NounName": "AzIotHubDeviceChildren", - "Name": "Add-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeviceChildren", + "VerbName": "Invoke", + "NounName": "AzIotHubDeviceMethod", + "Name": "Invoke-AzIotHubDeviceMethod", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubDeviceMethod", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -4290,11 +12510,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", - "DeviceId": "System.String" + "Status": "System.Int32", + "Payload": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -4345,7 +12565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -4400,7 +12620,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4418,7 +12638,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -4472,14 +12692,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Children", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4487,15 +12707,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Payload", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4507,6 +12727,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -4552,7 +12808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -4637,14 +12893,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4652,21 +12908,45 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Payload", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4683,6 +12963,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4725,11 +13029,11 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4749,11 +13053,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4777,7 +13081,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -4792,23 +13096,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4816,21 +13120,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4847,6 +13151,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4889,11 +13217,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -4913,11 +13241,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -4941,14 +13269,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4965,12 +13293,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4982,6 +13310,78 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -5033,12 +13433,36 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5055,6 +13479,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5097,88 +13569,25 @@ ] } ], - "AliasList": [ - "Add-AzIotHubDCL" - ] + "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzIotHubDevice", - "Name": "Get-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDevice", - "SupportsShouldProcess": false, + "Name": "Remove-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDevice", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5195,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5321,6 +13730,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -5366,7 +13793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5449,6 +13876,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5565,6 +14016,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5657,6 +14132,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5701,6 +14200,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5746,72 +14269,22 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzIotHubDeviceChildren", - "Name": "Get-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceChildren", - "SupportsShouldProcess": false, + "Name": "Remove-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeviceChildren", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", - "DeviceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5828,7 +14301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5954,6 +14427,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -5999,7 +14508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6077,6 +14586,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6193,6 +14750,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6285,6 +14890,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6334,6 +14987,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -6377,27 +15054,38 @@ } ], "AliasList": [ - "Get-AzIotHubDCL" + "Remove-AzIotHubDCL" ] }, { - "VerbName": "Get", - "NounName": "AzIotHubDeviceConnectionString", - "Name": "Get-AzIotHubDeviceConnectionString", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceConnectionString", - "SupportsShouldProcess": false, + "VerbName": "Set", + "NounName": "AzIotHubDevice", + "Name": "Set-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDevice", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", + "DefaultParameterSetName": "ResourceSetForStatus", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DeviceId": "System.String", - "ConnectionString": "System.String" + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -6448,7 +15136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6539,7 +15227,25 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IotHubName", + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -6557,30 +15263,115 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6675,8 +15466,44 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -6713,7 +15540,7 @@ ], "ParameterSets": [ { - "Name": "InputObjectSet", + "Name": "InputObjectSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -6722,7 +15549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6798,21 +15625,264 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectSetForStatus", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6894,7 +15964,135 @@ { "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectSetForEdgeEnabled", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -6902,12 +16100,66 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -6956,7 +16208,7 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -7023,21 +16275,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "AuthMethod", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7132,7 +16384,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -7181,11 +16433,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceSetForStatus", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -7205,7 +16457,31 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -7224,21 +16500,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7333,7 +16609,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -7342,31 +16618,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "StatusReason", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -7378,12 +16639,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -7424,324 +16680,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [ - "Get-AzIotHubDCS" - ] - }, - { - "VerbName": "Get", - "NounName": "AzIotHubDeviceParent", - "Name": "Get-AzIotHubDeviceParent", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceParent", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "InputObjectSet", + "Name": "ResourceSetForEdgeEnabled", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -7759,57 +16704,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -7827,13 +16728,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -7851,18 +16752,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "EdgeEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7874,8 +16775,8 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -7921,7 +16822,7 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceIdSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -7973,29 +16874,99 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AuthMethod", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], "Constructors": [] @@ -8003,18 +16974,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8055,266 +17021,148 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzIotHubDevice", - "Name": "Remove-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDevice", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + }, { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "ResourceIdSetForStatus", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "InputObjectSet", - "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -8322,36 +17170,6 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -8366,12 +17184,12 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "StatusReason", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8430,11 +17248,11 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceIdSetForEdgeEnabled", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -8454,11 +17272,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -8482,12 +17300,12 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "EdgeEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8504,146 +17322,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceIdSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8688,30 +17366,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8757,10 +17411,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzIotHubDeviceChildren", - "Name": "Remove-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeviceChildren", + "VerbName": "Set", + "NounName": "AzIotHubDeviceParent", + "Name": "Set-AzIotHubDeviceParent", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeviceParent", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -8768,14 +17422,60 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -8789,7 +17489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -8916,14 +17616,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -8934,7 +17634,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -8996,7 +17696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -9081,14 +17781,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9098,14 +17798,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9245,14 +17945,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9262,14 +17962,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9385,14 +18085,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9402,14 +18102,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9477,7 +18177,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9541,39 +18241,38 @@ ] } ], - "AliasList": [ - "Remove-AzIotHubDCL" - ] + "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubDevice", - "Name": "Set-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDevice", + "VerbName": "Update", + "NounName": "AzIotHubDeviceTwin", + "Name": "Update-AzIotHubDeviceTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubDeviceTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSetForStatus", + "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", + "Version": "System.Int64", + "DeviceId": "System.String", "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -9624,7 +18323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -9751,101 +18450,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -9854,101 +18468,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Status", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -9957,12 +18486,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "StatusReason", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9974,24 +18503,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -10028,7 +18539,7 @@ ], "ParameterSets": [ { - "Name": "InputObjectSetForAuth", + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { @@ -10037,7 +18548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -10092,18 +18603,230 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10115,108 +18838,23 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -10229,6 +18867,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10271,63 +18933,21 @@ ] }, { - "Name": "InputObjectSetForStatus", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -10336,8 +18956,8 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -10365,99 +18985,101 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], "Constructors": [] @@ -10465,21 +19087,26 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10536,9 +19163,242 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDistributedTracing", + "Name": "Get-AzIotHubDistributedTracing", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDistributedTracing", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", + "IsSynced": "System.Boolean", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "InputObjectSetForEdgeEnabled", + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { @@ -10547,7 +19407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -10630,255 +19490,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSetForAuth", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10921,7 +19532,7 @@ ] }, { - "Name": "ResourceSetForStatus", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { @@ -10995,139 +19606,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11168,37 +19646,13 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "ResourceSetForEdgeEnabled", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + }, + { + "Name": "ResourceIdSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -11216,9 +19670,9 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -11240,34 +19694,54 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11308,23 +19782,425 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [ + "Get-AzIotHubTracing" + ] + }, + { + "VerbName": "Set", + "NounName": "AzIotHubDistributedTracing", + "Name": "Set-AzIotHubDistributedTracing", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDistributedTracing", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", + "IsSynced": "System.Boolean", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceIdSetForAuth", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -11333,8 +20209,8 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -11362,12 +20238,14 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11462,7 +20340,33 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -11511,11 +20415,11 @@ ] }, { - "Name": "ResourceIdSetForStatus", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -11535,11 +20439,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -11563,12 +20467,38 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "DeviceId", "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11663,21 +20593,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StatusReason", - "AliasList": [], + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11685,8 +20617,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11736,7 +20668,7 @@ ] }, { - "Name": "ResourceIdSetForEdgeEnabled", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { @@ -11788,22 +20720,135 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -11896,13 +20941,15 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Set-AzIotHubTracing" + ] }, { - "VerbName": "Set", - "NounName": "AzIotHubDeviceParent", - "Name": "Set-AzIotHubDeviceParent", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeviceParent", + "VerbName": "Add", + "NounName": "AzIotHubModule", + "Name": "Add-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -11911,22 +20958,19 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", "Id": "System.String", + "DeviceId": "System.String", "GenerationId": "System.String", "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "ManagedBy": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -11977,7 +21021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -12104,7 +21148,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12122,16 +21166,101 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12184,7 +21313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -12269,7 +21398,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12293,16 +21422,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12433,7 +21647,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12457,16 +21671,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12573,7 +21872,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12597,16 +21896,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12665,16 +22049,101 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12733,9 +22202,9 @@ }, { "VerbName": "Get", - "NounName": "AzIotHubDistributedTracing", - "Name": "Get-AzIotHubDistributedTracing", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDistributedTracing", + "NounName": "AzIotHubModule", + "Name": "Get-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModule", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -12744,12 +22213,95 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "IsSynced": "System.Boolean", - "DeviceId": "System.String" + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "ConnectionStateUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "DeviceId": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "ManagedBy": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -12788,66 +22340,23 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "InputObject", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -12855,7 +22364,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -12873,7 +22382,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -12891,7 +22400,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -12909,7 +22418,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12971,7 +22480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13054,6 +22563,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13170,6 +22703,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13262,6 +22819,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13348,16 +22929,14 @@ ] } ], - "AliasList": [ - "Get-AzIotHubTracing" - ] + "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubDistributedTracing", - "Name": "Set-AzIotHubDistributedTracing", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDistributedTracing", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzIotHubModuleConnectionString", + "Name": "Get-AzIotHubModuleConnectionString", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleConnectionString", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -13365,12 +22944,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "IsSynced": "System.Boolean", - "DeviceId": "System.String" + "ModuleId": "System.String", + "ConnectionString": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -13421,7 +22999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13548,14 +23126,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13652,26 +23246,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -13717,7 +23291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13802,14 +23376,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13906,32 +23502,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14055,14 +23625,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14159,32 +23751,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14284,14 +23850,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14388,32 +23976,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14506,15 +24068,15 @@ } ], "AliasList": [ - "Set-AzIotHubTracing" + "Get-AzIotHubMCS" ] }, { - "VerbName": "Add", - "NounName": "AzIotHubModule", - "Name": "Add-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubModule", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzIotHubModuleTwin", + "Name": "Get-AzIotHubModuleTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleTwin", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -14522,19 +24084,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", + "Version": "System.Int64", + "ModuleId": "System.String", "DeviceId": "System.String", - "GenerationId": "System.String", "ETag": "System.String", - "ManagedBy": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -14585,7 +24152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -14643,194 +24210,91 @@ "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ModuleId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -14877,7 +24341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -14980,115 +24444,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15229,115 +24584,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15454,115 +24700,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15613,109 +24750,24 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "ModuleId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15761,15 +24813,15 @@ } ] } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzIotHubModule", - "Name": "Get-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModule", - "SupportsShouldProcess": false, + ], + "AliasList": [] + }, + { + "VerbName": "Invoke", + "NounName": "AzIotHubModuleMethod", + "Name": "Invoke-AzIotHubModuleMethod", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubModuleMethod", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -15777,19 +24829,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "ConnectionStateUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "DeviceId": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "ManagedBy": "System.String" + "Status": "System.Int32", + "Payload": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -15831,21 +24875,6 @@ "ParameterSets": [ "__AllParameterSets" ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] } ], "Parameters": [ @@ -15855,7 +24884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -15910,7 +24939,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -15928,7 +24957,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -15999,6 +25028,78 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -16044,7 +25145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16100,12 +25201,436 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -16129,7 +25654,7 @@ }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -16146,58 +25671,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ModuleId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -16212,16 +25717,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", @@ -16236,21 +25741,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16260,21 +25765,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "ConnectionTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16282,9 +25787,9 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -16333,11 +25838,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -16352,16 +25857,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", @@ -16376,21 +25881,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16400,7 +25905,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -16409,48 +25914,28 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ConnectionTimeOut", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -16496,60 +25981,25 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzIotHubModuleConnectionString", - "Name": "Get-AzIotHubModuleConnectionString", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleConnectionString", - "SupportsShouldProcess": false, + "VerbName": "Remove", + "NounName": "AzIotHubModule", + "Name": "Remove-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubModule", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ModuleId": "System.String", - "ConnectionString": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -16563,7 +26013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16708,101 +26158,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -16855,7 +26220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16964,101 +26329,16 @@ }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17189,125 +26469,40 @@ }, { "ParameterMetadata": { - "Name": "ModuleId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KeyType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17438,101 +26633,16 @@ }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17589,6 +26699,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -17631,15 +26765,13 @@ ] } ], - "AliasList": [ - "Get-AzIotHubMCS" - ] + "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Set", "NounName": "AzIotHubModule", - "Name": "Remove-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubModule", + "Name": "Set-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -17647,14 +26779,57 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "ConnectionStateUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "DeviceId": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "ManagedBy": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -17668,7 +26843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -17813,22 +26988,107 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -17875,7 +27135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -17977,29 +27237,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18141,29 +27486,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18281,29 +27711,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18354,30 +27869,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -18423,10 +27914,10 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubModule", - "Name": "Set-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubModule", + "VerbName": "Update", + "NounName": "AzIotHubModuleTwin", + "Name": "Update-AzIotHubModuleTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubModuleTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -18435,19 +27926,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", + "Version": "System.Int64", + "ModuleId": "System.String", "DeviceId": "System.String", - "GenerationId": "System.String", "ETag": "System.String", - "ManagedBy": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -18498,7 +27994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -18643,101 +28139,34 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -18745,6 +28174,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -18790,7 +28237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -18845,18 +28292,66 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18868,19 +28363,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18892,114 +28387,29 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -19142,107 +28552,46 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 3, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -19255,6 +28604,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19367,107 +28740,46 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -19480,6 +28792,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19524,6 +28860,102 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19582,7 +29014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -19815,7 +29247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20162,7 +29594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -20221,7 +29653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20392,7 +29824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20809,7 +30241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce", "ResourceGroupName": "System.String", @@ -20868,7 +30300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -21055,7 +30487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -21448,7 +30880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -21720,7 +31152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -21995,7 +31427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -22421,7 +31853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "CurrentValue": "System.String", @@ -22650,7 +32082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalDeviceCount": "System.Nullable`1[System.Int64]", "EnabledDeviceCount": "System.Nullable`1[System.Int64]", @@ -22879,7 +32311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23127,7 +32559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23316,7 +32748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23829,7 +33261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23926,7 +33358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24065,7 +33497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", @@ -24212,7 +33644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24369,7 +33801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", @@ -24486,7 +33918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -24803,7 +34235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -25120,7 +34552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -25824,7 +35256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -26029,7 +35461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -26753,7 +36185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -27179,7 +36611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -27234,7 +36666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -27441,7 +36873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -27980,7 +37412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -28037,7 +37469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -28169,7 +37601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28365,7 +37797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -28455,7 +37887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28752,7 +38184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29025,7 +38457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29349,7 +38781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29401,7 +38833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29453,7 +38885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29505,7 +38937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", @@ -29566,7 +38998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -29698,7 +39130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29894,7 +39326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -29984,7 +39416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30281,7 +39713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30554,7 +39986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30830,7 +40262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -30881,7 +40313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties", "GenericTypeArguments": [], @@ -30900,7 +40332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31071,7 +40503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31466,7 +40898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -31519,7 +40951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", "GenericTypeArguments": [], @@ -31538,7 +40970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31709,7 +41141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32126,7 +41558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32178,7 +41610,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32195,7 +41627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32247,7 +41679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", "GenericTypeArguments": [], @@ -32262,7 +41694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32314,7 +41746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", "GenericTypeArguments": [], @@ -32329,7 +41761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", @@ -32386,7 +41818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", "GenericTypeArguments": [], @@ -32401,7 +41833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint", "GenericTypeArguments": [], @@ -32420,7 +41852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32534,7 +41966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32694,7 +42126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32760,7 +42192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32985,7 +42417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33186,7 +42618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33363,7 +42795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33566,7 +42998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -33755,7 +43187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34265,7 +43697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34454,7 +43886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34986,7 +44418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -35118,7 +44550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35278,7 +44710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -35368,7 +44800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35617,7 +45049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35842,7 +45274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36043,7 +45475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36227,7 +45659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -36282,7 +45714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -36489,7 +45921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37028,7 +46460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -37085,7 +46517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37217,7 +46649,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37330,7 +46762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37420,7 +46852,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37634,7 +47066,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37824,7 +47256,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37966,7 +47398,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38115,7 +47547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails", "Result": "System.String" @@ -38165,7 +47597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Location": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", "Severity": "System.String", @@ -38216,7 +47648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", "GenericTypeArguments": [], @@ -38235,7 +47667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38367,7 +47799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38581,7 +48013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38811,7 +48243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38877,7 +48309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39362,7 +48794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39799,7 +49231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40151,7 +49583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -40248,7 +49680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40497,7 +49929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", "MaxDeliveryCount": "System.Nullable`1[System.Int32]", @@ -40551,7 +49983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", @@ -40606,7 +50038,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40626,7 +50058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.IotHub.Models", "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -40813,7 +50245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41392,7 +50824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", "MaxDeliveryCount": "System.Nullable`1[System.Int32]", @@ -41544,7 +50976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", @@ -41697,7 +51129,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41815,7 +51247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.IotHub.Models", "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -41976,7 +51408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42035,7 +51467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42240,7 +51672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42705,7 +52137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -43223,7 +52655,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsVerified": "System.Nullable`1[System.Boolean]", "Expiry": "System.Nullable`1[System.DateTime]", @@ -43506,7 +52938,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43608,14 +53040,13 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Type": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", - "SymmetricKey": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", - "X509Thumbprint": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint" + "DeviceContent": "System.Collections.Hashtable", + "ModulesContent": "System.Collections.Hashtable" }, "ElementType": null, "GenericTypeArguments": [], @@ -43654,10 +53085,120 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType": { + "System.Collections.Hashtable": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Results": "System.Collections.Hashtable", + "Queries": "System.Collections.Hashtable" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", + "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", + "Routing": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", + "EventHubEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", + "MessagingEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", + "StorageEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", + "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", + "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", + "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", + "HostName": "System.String", + "Comments": "System.String", + "State": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43749,13 +53290,14 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PrimaryKey": "System.String", - "SecondaryKey": "System.String" + "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43794,13 +53336,14 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PrimaryThumbprint": "System.String", - "SecondaryThumbprint": "System.String" + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", + "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43839,12 +53382,49 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities": { + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.TimeSpan]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IotEdge": "System.Boolean" + "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", + "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43883,92 +53463,38 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "EventHubs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", + "ServiceBusQueues": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", + "ServiceBusTopics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", + "StorageContainers": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -43976,94 +53502,58 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -44071,25 +53561,35 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", - "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "Routing": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "EventHubEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", - "MessagingEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", - "StorageEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", - "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", - "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", - "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", - "HostName": "System.String", - "Comments": "System.String", - "State": "System.String" + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44128,14 +53628,36 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -44151,69 +53673,117 @@ "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", + "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String", + "ContainerName": "System.String", + "FileNameFormat": "System.String", + "Encoding": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata": { + "Namespace": "Microsoft.Azure.Management.IotHub.Models", + "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsEnabled": "System.Boolean", + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Condition": "System.String", + "Source": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -44221,16 +53791,34 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Value": "System.String", + "Key": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44269,14 +53857,28 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" + "IsEnabled": "System.Boolean", + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String", + "Condition": "System.String", + "Source": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44315,49 +53917,29 @@ } ] }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.TimeSpan]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.TimeSpan" + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties" ], "Methods": [], "Constructors": [] }, - "System.TimeSpan": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", - "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" + "PartitionIds": "System.Collections.Generic.IList`1[System.String]", + "PartitionCount": "System.Nullable`1[System.Int32]", + "RetentionTimeInDays": "System.Nullable`1[System.Int64]", + "Path": "System.String", + "Endpoint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44396,15 +53978,39 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints": { + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "EventHubs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "ServiceBusQueues": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", - "ServiceBusTopics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", - "StorageContainers": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]" + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", + "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -44443,27 +54049,27 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "SasTtlAsIso8601": "System.Nullable`1[System.TimeSpan]", "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "ContainerName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44502,27 +54108,25 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "Location": "System.String", + "Role": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44561,27 +54165,27 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", + "KeyName": "System.String", + "PrimaryKey": "System.String", + "SecondaryKey": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44620,32 +54224,14 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", - "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String", - "ContainerName": "System.String", - "FileNameFormat": "System.String", - "Encoding": "System.String" + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", + "Tier": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", + "Capacity": "System.Nullable`1[System.Int64]" }, "ElementType": null, "GenericTypeArguments": [], @@ -44684,25 +54270,109 @@ } ] }, - "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata": { - "Namespace": "Microsoft.Azure.Management.IotHub.Models", - "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsEnabled": "System.Boolean", - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Condition": "System.String", - "Source": "System.String", - "Name": "System.String" - }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "Equals", "Parameters": [ @@ -44714,9 +54384,73 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -44724,34 +54458,25 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata" - ], - "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Value": "System.String", - "Key": "System.String" + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44790,28 +54515,14 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IsEnabled": "System.Boolean", - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", - "Condition": "System.String", - "Source": "System.String" + "Type": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "SymmetricKey": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", + "X509Thumbprint": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint" }, "ElementType": null, "GenericTypeArguments": [], @@ -44850,38 +54561,14 @@ } ] }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PartitionIds": "System.Collections.Generic.IList`1[System.String]", - "PartitionCount": "System.Nullable`1[System.Int32]", - "RetentionTimeInDays": "System.Nullable`1[System.Int64]", - "Path": "System.String", - "Endpoint": "System.String" - }, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -44897,135 +54584,69 @@ "Parameters": [], "ReturnType": "System.Int32" }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "Parameters": [], + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "SasTtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "ConnectionString": "System.String", - "ContainerName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -45033,33 +54654,15 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription" - ], - "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Location": "System.String", - "Role": "System.String" + "PrimaryKey": "System.String", + "SecondaryKey": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -45098,27 +54701,13 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "KeyName": "System.String", - "PrimaryKey": "System.String", - "SecondaryKey": "System.String" + "PrimaryThumbprint": "System.String", + "SecondaryThumbprint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -45157,14 +54746,12 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "Tier": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", - "Capacity": "System.Nullable`1[System.Int64]" + "IotEdge": "System.Boolean" }, "ElementType": null, "GenericTypeArguments": [], @@ -45203,10 +54790,10 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45298,10 +54885,10 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45396,7 +54983,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", @@ -45452,7 +55039,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", "DeviceId": "System.String" @@ -45494,10 +55081,302 @@ } ] }, + "Microsoft.Azure.Devices.Shared.DeviceCapabilities": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.DeviceCapabilities, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IotEdge": "System.Boolean" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Devices.Shared.TwinCollection": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.TwinCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.TwinCollection, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Count": "System.Int32", + "Version": "System.Int64", + "Item": "System.Object" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetMetadata", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Devices.Shared.Metadata" + }, + { + "Name": "GetLastUpdated", + "Parameters": [], + "ReturnType": "System.DateTime" + }, + { + "Name": "GetLastUpdatedVersion", + "Parameters": [], + "ReturnType": "System.Nullable`1[System.Int64]" + }, + { + "Name": "ToJson", + "Parameters": [ + { + "Name": "formatting", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Contains", + "Parameters": [ + { + "Name": "propertyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.IEnumerator" + }, + { + "Name": "ClearMetadata", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadataJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadataJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Devices.Shared.Metadata": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.Metadata", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.Metadata, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastUpdated": "System.DateTime", + "LastUpdatedVersion": "System.Nullable`1[System.Int64]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "lastUpdated", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastUpdatedVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.IEnumerator": { + "Namespace": "System.Collections", + "Name": "System.Collections.IEnumerator", + "AssemblyQualifiedName": "System.Collections.IEnumerator, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Devices.Shared.TwinProperties": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.TwinProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.TwinProperties, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Desired": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Reported": "Microsoft.Azure.Devices.Shared.TwinCollection" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SamplingMode": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", "SamplingRate": "System.Int32" @@ -45542,7 +55421,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45637,7 +55516,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", @@ -45690,7 +55569,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsVerified": "System.Nullable`1[System.Boolean]", "Expiry": "System.Nullable`1[System.DateTime]", @@ -45740,7 +55619,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45752,7 +55631,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45847,7 +55726,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -45894,7 +55773,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45906,7 +55785,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46001,7 +55880,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46014,7 +55893,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionCount": "System.Nullable`1[System.Int32]", "RetentionTimeInDays": "System.Nullable`1[System.Int64]" @@ -46059,7 +55938,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -46105,7 +55984,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -46153,7 +56032,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", "Name": "System.String", @@ -46201,7 +56080,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46296,7 +56175,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46391,7 +56270,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CompilationErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]" }, @@ -46435,7 +56314,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46447,7 +56326,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Location": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", "Severity": "System.String", @@ -46493,7 +56372,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition", "End": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition" @@ -46538,7 +56417,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Line": "System.Nullable`1[System.Int32]", "Column": "System.Nullable`1[System.Int32]" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json index 103af8dd8a3e..eb508aa0a3a7 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -116,7 +116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -384,7 +384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -626,7 +626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -698,7 +698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -992,7 +992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -1390,7 +1390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -1474,7 +1474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2377,7 +2377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2717,7 +2717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -3909,7 +3909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4189,7 +4189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4506,7 +4506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4788,7 +4788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5107,7 +5107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5389,7 +5389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5649,7 +5649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -5731,7 +5731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -5795,7 +5795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -6350,7 +6350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6408,7 +6408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6465,7 +6465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6524,7 +6524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6606,7 +6606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7222,7 +7222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7431,7 +7431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7618,7 +7618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8234,7 +8234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -8306,7 +8306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8516,7 +8516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8770,7 +8770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -8821,7 +8821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -8897,7 +8897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9153,7 +9153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9485,7 +9485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -9587,7 +9587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -9781,7 +9781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -9943,7 +9943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10003,7 +10003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10065,7 +10065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10127,7 +10127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10213,7 +10213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -10787,7 +10787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -10972,7 +10972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11159,7 +11159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11751,7 +11751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -11811,7 +11811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -11874,7 +11874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -11936,7 +11936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -12023,7 +12023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12597,7 +12597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12782,7 +12782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12969,7 +12969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -13561,7 +13561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -14388,7 +14388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14956,7 +14956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15236,7 +15236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15494,7 +15494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15552,7 +15552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15613,7 +15613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15673,7 +15673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15758,7 +15758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16058,7 +16058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16384,7 +16384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16436,7 +16436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16491,7 +16491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16554,7 +16554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16656,7 +16656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16938,7 +16938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17200,7 +17200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17306,7 +17306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17627,7 +17627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17933,7 +17933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18058,7 +18058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18356,7 +18356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18608,7 +18608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18691,7 +18691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -18943,7 +18943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -19269,7 +19269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19366,7 +19366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19824,7 +19824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20286,7 +20286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20389,7 +20389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20585,7 +20585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20749,7 +20749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20866,7 +20866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21158,7 +21158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21304,7 +21304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21408,7 +21408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21871,7 +21871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22337,7 +22337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22441,7 +22441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22762,7 +22762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23068,7 +23068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -23842,7 +23842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -26013,7 +26013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26643,7 +26643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26850,7 +26850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -27556,7 +27556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -27678,7 +27678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -28766,7 +28766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -28975,7 +28975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29160,7 +29160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29345,7 +29345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29528,7 +29528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -30492,7 +30492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -30591,7 +30591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -30909,7 +30909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -31215,7 +31215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -31287,7 +31287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -31581,7 +31581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -31979,7 +31979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -32075,7 +32075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -32346,7 +32346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -32597,7 +32597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -32699,7 +32699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -32979,7 +32979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -33239,7 +33239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -33345,7 +33345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -33667,7 +33667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -33975,7 +33975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -34082,7 +34082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34404,7 +34404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34712,7 +34712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34791,7 +34791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35043,7 +35043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35369,7 +35369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -35453,7 +35453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35705,7 +35705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36031,7 +36031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -36116,7 +36116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36368,7 +36368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36694,7 +36694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36816,7 +36816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -38674,7 +38674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39043,7 +39043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39364,7 +39364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39685,7 +39685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -40004,7 +40004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -41590,7 +41590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -41842,7 +41842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -41897,7 +41897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -42198,7 +42198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -42377,7 +42377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -42562,7 +42562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -42762,7 +42762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -43651,7 +43651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -45291,7 +45291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -45396,7 +45396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45856,7 +45856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -46320,7 +46320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46422,7 +46422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46660,7 +46660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46872,7 +46872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -46971,7 +46971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47167,7 +47167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47331,7 +47331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -47435,7 +47435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47633,7 +47633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47799,7 +47799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -47903,7 +47903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48204,7 +48204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48421,7 +48421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -48526,7 +48526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48724,7 +48724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48876,6 +48876,848 @@ ], "AliasList": [] }, + { + "VerbName": "Update", + "NounName": "AzKeyVault", + "Name": "Update-AzKeyVault", + "ClassName": "Microsoft.Azure.Commands.KeyVault.UpdateTopLevelResourceCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", + "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VaultName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", + "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VaultName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", + "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Update", "NounName": "AzKeyVaultCertificate", @@ -48890,7 +49732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48989,7 +49831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49359,7 +50201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49697,7 +50539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -49801,7 +50643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -50311,7 +51153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -50834,7 +51676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -50939,7 +51781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -51449,7 +52291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -51971,7 +52813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52075,7 +52917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52453,7 +53295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52923,7 +53765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53027,7 +53869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53405,7 +54247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53875,7 +54717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53979,7 +54821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -54100,7 +54942,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54120,7 +54962,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54281,7 +55123,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54307,7 +55149,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54449,7 +55291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -54540,7 +55382,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54566,7 +55408,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54732,7 +55574,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54758,7 +55600,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54900,7 +55742,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54926,7 +55768,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55075,7 +55917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -55273,7 +56115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -55467,7 +56309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -55629,7 +56471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -55945,7 +56787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -56017,7 +56859,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56100,7 +56942,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56568,7 +57410,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy", "GenericTypeArguments": [], @@ -56578,7 +57420,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PermissionsToKeys": "System.Collections.Generic.List`1[System.String]", "PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]", @@ -56700,7 +57542,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -56771,7 +57613,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56876,7 +57718,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57802,7 +58644,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -58178,7 +59020,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -58223,7 +59065,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58235,7 +59077,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -58292,7 +59134,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -58345,7 +59187,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", @@ -58419,7 +59261,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json index 10303693b75b..0e9c5811f059 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -460,7 +460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -526,7 +526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -621,7 +621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -724,7 +724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -837,7 +837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -958,7 +958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -1234,7 +1234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -1308,7 +1308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1373,7 +1373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1436,7 +1436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -1648,7 +1648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1719,7 +1719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1788,7 +1788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -2054,7 +2054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -2373,7 +2373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -2611,7 +2611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -2935,7 +2935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -3036,7 +3036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3183,7 +3183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3319,7 +3319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3503,7 +3503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3933,7 +3933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4007,7 +4007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4098,7 +4098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4163,7 +4163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4226,7 +4226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4456,7 +4456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4535,7 +4535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4606,7 +4606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4675,7 +4675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4934,7 +4934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5005,7 +5005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5074,7 +5074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5309,7 +5309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5380,7 +5380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5449,7 +5449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5807,7 +5807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -5881,7 +5881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6457,6 +6457,4194 @@ ], "AliasList": [] }, + { + "VerbName": "Get", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Get-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.GetAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceGroupParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceGroupParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "Get-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.GetAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByScopeParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "LinkedResourceId": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "linkedResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByScopeParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "New-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.NewAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "New-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.NewAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "LinkedResourceId": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "linkedResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Remove-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.RemoveAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "Remove-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.RemoveAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByScopeParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByScopeParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Update-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.UpdateAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Get", "NounName": "AzMetric", @@ -6471,7 +10659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Unit": "Microsoft.Azure.Management.Monitor.Models.Unit", @@ -6570,7 +10758,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6682,7 +10870,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.ResultType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7035,7 +11223,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7183,7 +11371,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.ResultType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7402,7 +11590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", @@ -7967,7 +12155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8393,7 +12581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Item": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "Count": "System.Int32", @@ -9341,7 +13529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -9813,7 +14001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -9883,7 +14071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -10253,7 +14441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -10813,7 +15001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SettingSpec": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", "StatusCode": "System.Net.HttpStatusCode", @@ -10870,7 +15058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -11014,7 +15202,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11052,7 +15240,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11113,7 +15301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -11239,7 +15427,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11265,7 +15453,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11433,7 +15621,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11483,7 +15671,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11604,7 +15792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -12040,7 +16228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -12375,7 +16563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -12440,7 +16628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -12551,7 +16739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -12698,7 +16886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -12896,7 +17084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13077,7 +17265,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13232,7 +17420,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13470,7 +17658,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13636,7 +17824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13847,7 +18035,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13968,7 +18156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -14087,7 +18275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14190,7 +18378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14311,7 +18499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14468,7 +18656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14571,7 +18759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14779,7 +18967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14888,7 +19076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15021,7 +19209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15202,7 +19390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15311,7 +19499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15495,7 +19683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -16009,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -16082,7 +20270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16239,7 +20427,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16351,7 +20539,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16434,7 +20622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16615,7 +20803,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16763,7 +20951,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16840,7 +21028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -17072,7 +21260,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17094,7 +21282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -17325,7 +21513,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17593,7 +21781,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17761,7 +21949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -17887,7 +22075,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18179,7 +22367,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18497,7 +22685,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18715,7 +22903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -18841,7 +23029,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19183,7 +23371,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19332,7 +23520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -19569,7 +23757,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19870,7 +24058,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19947,7 +24135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -20383,7 +24571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -20950,7 +25138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -21408,7 +25596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToServiceOwners": "System.Nullable`1[System.Boolean]" @@ -21646,7 +25834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -21884,14 +26072,14 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", "Threshold": "System.Double", - "OperatorProperty": "System.Object", "TimeAggregation": "System.Object", + "OperatorProperty": "System.String", "Name": "System.String", "MetricName": "System.String", "MetricNamespace": "System.String" @@ -21951,16 +26139,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "FailingPeriods": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", "IgnoreDataBefore": "System.Nullable`1[System.DateTime]", - "OperatorProperty": "System.Object", - "AlertSensitivity": "System.Object", "TimeAggregation": "System.Object", + "OperatorProperty": "System.String", + "AlertSensitivity": "System.String", "Name": "System.String", "MetricName": "System.String", "MetricNamespace": "System.String" @@ -22078,7 +26266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22445,7 +26633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22609,7 +26797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22797,7 +26985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22920,7 +27108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -23557,7 +27745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -23971,7 +28159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -24247,7 +28435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -25789,7 +29977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -25897,7 +30085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26117,7 +30305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26357,7 +30545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26465,7 +30653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26685,7 +30873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26925,7 +31113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -27283,7 +31471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -27532,7 +31720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -27865,7 +32053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28085,7 +32273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28325,7 +32513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28471,7 +32659,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28491,7 +32679,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28568,7 +32756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28794,7 +32982,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28820,7 +33008,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29015,7 +33203,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29041,7 +33229,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29236,7 +33424,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29262,7 +33450,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29339,7 +33527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -29511,7 +33699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29877,7 +34065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -32638,7 +36826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32916,7 +37104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33096,7 +37284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33230,7 +37418,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33307,7 +37495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33497,7 +37685,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33642,7 +37830,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33862,7 +38050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34173,7 +38361,7 @@ "Microsoft.Azure.Management.Monitor.Models.Action": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Action", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Action, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Action, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34225,7 +38413,7 @@ "Microsoft.Azure.Management.Monitor.Models.Schedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Schedule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Schedule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -34299,7 +38487,7 @@ "Microsoft.Azure.Management.Monitor.Models.Source": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Source", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Source, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Source, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -34575,7 +38763,7 @@ "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -34639,7 +38827,7 @@ "Microsoft.Azure.Management.Monitor.Models.TriggerCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -34708,7 +38896,7 @@ "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -34801,7 +38989,7 @@ "Microsoft.Azure.Management.Monitor.Models.LocalizableString": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -34865,7 +39053,7 @@ "Microsoft.Azure.Management.Monitor.Models.Unit": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Unit", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34970,7 +39158,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34982,7 +39170,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricValue": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.DateTime", "Average": "System.Nullable`1[System.Double]", @@ -35066,7 +39254,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35078,7 +39266,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadatavalues": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]", "Data": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]" @@ -35137,7 +39325,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35149,7 +39337,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetadataValue": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetadataValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Value": "System.String" @@ -35213,7 +39401,7 @@ "Microsoft.Azure.Management.Monitor.Models.AggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35308,7 +39496,7 @@ "Microsoft.Azure.Management.Monitor.Models.ResultType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ResultType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35403,7 +39591,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35415,7 +39603,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAvailability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAvailability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35427,7 +39615,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAvailability": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeGrain": "System.Nullable`1[System.TimeSpan]", "Retention": "System.Nullable`1[System.TimeSpan]" @@ -35508,7 +39696,7 @@ "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35520,7 +39708,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35532,7 +39720,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.Unit]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.Unit]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35556,7 +39744,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Days": "System.Int32" @@ -35611,7 +39799,7 @@ "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Days": "System.Int32" @@ -35675,7 +39863,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -35738,7 +39926,7 @@ "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.ObjectModel", "Name": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35772,7 +39960,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35784,7 +39972,7 @@ "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35796,7 +39984,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "GenericTypeArguments": [], @@ -35816,7 +40004,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35828,7 +40016,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -35884,7 +40072,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35896,7 +40084,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -35953,7 +40141,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LogSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LogSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35965,7 +40153,7 @@ "Microsoft.Azure.Management.Monitor.Models.LogSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -36034,7 +40222,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36046,7 +40234,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -36120,7 +40308,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -36183,7 +40371,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36195,7 +40383,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -36251,7 +40439,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToSubscriptionCoAdministrators": "System.Nullable`1[System.Boolean]", @@ -36307,7 +40495,7 @@ "Microsoft.Azure.Management.Monitor.Models.EmailNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.EmailNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EmailNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EmailNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToSubscriptionCoAdministrators": "System.Nullable`1[System.Boolean]", @@ -36371,7 +40559,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36383,7 +40571,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -36438,7 +40626,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36450,7 +40638,7 @@ "Microsoft.Azure.Management.Monitor.Models.WebhookNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -36509,7 +40697,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36521,7 +40709,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -36584,7 +40772,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Frequency": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", "Schedule": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule" @@ -36644,7 +40832,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36739,7 +40927,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hours": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "Minutes": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", @@ -36813,7 +41001,7 @@ "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36908,7 +41096,7 @@ "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hours": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "Minutes": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", @@ -36982,7 +41170,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Minimum": "System.String", "Maximum": "System.String", @@ -37043,7 +41231,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -37104,7 +41292,7 @@ "Microsoft.Azure.Management.Monitor.Models.Recurrence": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Recurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Recurrence, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Recurrence, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Frequency": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency", "Schedule": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule" @@ -37168,7 +41356,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Minimum": "System.String", "Maximum": "System.String", @@ -37237,7 +41425,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeWindow": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeWindow, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeWindow, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -37306,7 +41494,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37318,7 +41506,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -37392,7 +41580,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatorProperty": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", "Statistic": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", @@ -37458,7 +41646,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37553,7 +41741,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37648,7 +41836,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37743,7 +41931,7 @@ "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37838,7 +42026,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37933,7 +42121,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38028,7 +42216,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", "Type": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", @@ -38090,7 +42278,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38185,7 +42373,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38280,7 +42468,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleDirection": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38375,7 +42563,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38470,7 +42658,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatorProperty": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType", "Statistic": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType", @@ -38564,7 +42752,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection", "Type": "Microsoft.Azure.Management.Monitor.Models.ScaleType", @@ -38638,7 +42826,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ScaleRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38650,7 +42838,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleRule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Models.ScaleAction" @@ -38714,7 +42902,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38726,7 +42914,7 @@ "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]", @@ -38786,7 +42974,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38798,7 +42986,7 @@ "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity", @@ -38877,7 +43065,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Content": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -38936,7 +43124,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Scope": "System.String", "Action": "System.String", @@ -38983,7 +43171,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ClientId": "System.String", "Method": "System.String", @@ -39030,7 +43218,7 @@ "Microsoft.Azure.Management.Monitor.Models.EventLevel": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.EventLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39125,7 +43313,7 @@ "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientRequestId": "System.String", "ClientIpAddress": "System.String", @@ -39194,7 +43382,7 @@ "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.String", "Role": "System.String", @@ -39258,7 +43446,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.EventLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.EventLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39270,7 +43458,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -39339,7 +43527,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource" }, @@ -39393,7 +43581,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceUri": "System.String" }, @@ -39447,7 +43635,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUri": "System.String" }, @@ -39501,7 +43689,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource" }, @@ -39555,7 +43743,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39567,7 +43755,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39609,7 +43797,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39621,7 +43809,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39663,7 +43851,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39758,7 +43946,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -39768,7 +43956,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -39832,7 +44020,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]" }, @@ -39909,7 +44097,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39921,7 +44109,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType" }, @@ -39933,7 +44121,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40028,7 +44216,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40040,9 +44228,9 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "WebHookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" }, "ElementType": null, @@ -40089,7 +44277,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "webhookProperties", + "Name": "webHookProperties", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -40099,7 +44287,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40111,7 +44299,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricDimension": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IList`1[System.String]", "OperatorProperty": "System.String", @@ -40180,7 +44368,7 @@ "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NumberOfEvaluationPeriods": "System.Double", "MinFailingPeriodsToAlert": "System.Double" @@ -40244,7 +44432,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -40303,7 +44491,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]" }, @@ -40357,7 +44545,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40369,7 +44557,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -40429,7 +44617,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40441,7 +44629,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllOf": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]" }, @@ -40495,7 +44683,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40507,7 +44695,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -40567,7 +44755,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40579,7 +44767,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -40643,7 +44831,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]" }, @@ -40697,7 +44885,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllOf": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]" }, @@ -40756,7 +44944,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40768,7 +44956,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "RoleId": "System.String", @@ -40824,7 +45012,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40836,7 +45024,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobalRunbook": "System.Boolean", "UseCommonAlertSchema": "System.Boolean", @@ -40896,7 +45084,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40908,7 +45096,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EmailAddress": "System.String", "Name": "System.String" @@ -40963,7 +45151,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40975,7 +45163,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "FunctionAppResourceId": "System.String", @@ -41033,7 +45221,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41045,7 +45233,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", @@ -41102,7 +45290,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41114,7 +45302,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41209,7 +45397,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41221,7 +45409,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceId": "System.String", "ConnectionId": "System.String", @@ -41279,7 +45467,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41291,7 +45479,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "ResourceId": "System.String", @@ -41348,7 +45536,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41360,7 +45548,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", "CountryCode": "System.String", @@ -41417,7 +45605,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41429,7 +45617,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CountryCode": "System.String", "PhoneNumber": "System.String", @@ -41485,7 +45673,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41497,7 +45685,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "UseAadAuth": "System.Boolean", @@ -41557,7 +45745,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json index 9ff72f20c2c8..1fa6068cba1b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41,16 +41,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -116,7 +117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -143,16 +144,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -292,7 +294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -319,16 +321,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -498,7 +501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -574,7 +577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -601,16 +604,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -738,7 +742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -765,16 +769,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -896,7 +901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -1128,7 +1133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1155,16 +1160,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1248,7 +1254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1275,16 +1281,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1412,7 +1419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1439,16 +1446,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1570,7 +1578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1597,16 +1605,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1672,7 +1681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1699,16 +1708,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1848,7 +1858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1875,16 +1885,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2054,7 +2065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2108,7 +2119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2135,16 +2146,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2248,7 +2260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2275,16 +2287,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2406,7 +2419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2638,7 +2651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2665,16 +2678,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2740,7 +2754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2767,16 +2781,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2898,7 +2913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2925,16 +2940,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3080,7 +3096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3107,16 +3123,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3182,7 +3199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3209,16 +3226,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3360,7 +3378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3387,16 +3405,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3568,7 +3587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3595,16 +3614,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3670,7 +3690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3697,16 +3717,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3864,7 +3885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3891,16 +3912,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4094,7 +4116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4183,7 +4205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4210,16 +4232,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4347,7 +4370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4374,16 +4397,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4505,7 +4529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4792,7 +4816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4881,7 +4905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4908,16 +4932,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5045,7 +5070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5072,16 +5097,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5203,7 +5229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5230,16 +5256,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5305,7 +5332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5332,16 +5359,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5499,7 +5527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5526,16 +5554,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5729,7 +5758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5756,16 +5785,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5831,7 +5861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5858,16 +5888,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -6028,7 +6059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6099,7 +6130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6166,7 +6197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6184,7 +6215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6313,7 +6344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6340,16 +6371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -6546,7 +6578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6629,7 +6661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6702,7 +6734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6726,7 +6758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6899,7 +6931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7004,7 +7036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7031,16 +7063,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -7168,7 +7201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7195,16 +7228,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -7328,7 +7362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7511,7 +7545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -7582,7 +7616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -7649,7 +7683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -7667,7 +7701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -7922,7 +7956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -8005,7 +8039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -8078,7 +8112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -8102,7 +8136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -8275,7 +8309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8302,16 +8336,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8395,7 +8430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8422,16 +8457,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8559,7 +8595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8586,16 +8622,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8719,7 +8756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8746,16 +8783,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8821,7 +8859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8848,16 +8886,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -9018,7 +9057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9089,7 +9128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9156,7 +9195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9174,7 +9213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9303,7 +9342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9330,16 +9369,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -9536,7 +9576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9619,7 +9659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9692,7 +9732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9716,7 +9756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9889,7 +9929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9943,7 +9983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10068,7 +10108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10211,7 +10251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -10439,7 +10479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10526,7 +10566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10651,7 +10691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10794,7 +10834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10881,7 +10921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11042,7 +11082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11233,7 +11273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11287,7 +11327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11314,16 +11354,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -11463,7 +11504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11490,16 +11531,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -11669,7 +11711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11723,7 +11765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11867,7 +11909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12041,7 +12083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12113,7 +12155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12140,16 +12182,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -12277,7 +12320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12304,16 +12347,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -12435,7 +12479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12507,7 +12551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12639,7 +12683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12765,7 +12809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12993,7 +13037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13065,7 +13109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13092,16 +13136,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13229,7 +13274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13256,16 +13301,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13387,7 +13433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13459,7 +13505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13591,7 +13637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13717,7 +13763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13771,7 +13817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13798,16 +13844,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13947,7 +13994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13974,16 +14021,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14153,7 +14201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -14207,7 +14255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14351,7 +14399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14525,7 +14573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -14588,7 +14636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14615,16 +14663,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14728,7 +14777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14755,16 +14804,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14886,7 +14936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -15028,7 +15078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15100,7 +15150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15260,7 +15310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15356,7 +15406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15431,7 +15481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15458,16 +15508,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -15533,7 +15584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15560,16 +15611,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -15713,7 +15765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15785,7 +15837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15842,7 +15894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15869,16 +15921,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16052,7 +16105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -16148,7 +16201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -16223,7 +16276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -16452,7 +16505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -16723,7 +16776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16750,16 +16803,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16825,7 +16879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16852,16 +16906,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16980,7 +17035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17111,7 +17166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17226,7 +17281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17253,16 +17308,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -17497,7 +17553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17524,16 +17580,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -17696,7 +17753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17815,7 +17872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17897,7 +17954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17924,16 +17981,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18079,7 +18137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18160,7 +18218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18187,16 +18245,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18324,7 +18383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18351,16 +18410,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18482,7 +18542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18599,7 +18659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18730,7 +18790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -19101,7 +19161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19220,7 +19280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -19377,7 +19437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19404,16 +19464,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19497,7 +19558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19524,16 +19585,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19661,7 +19723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19688,16 +19750,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19819,7 +19882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19846,16 +19909,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19921,7 +19985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19948,16 +20012,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20076,7 +20141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20207,7 +20272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -20322,7 +20387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20349,16 +20414,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20593,7 +20659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20620,16 +20686,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20792,7 +20859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20911,7 +20978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -20993,7 +21060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21020,16 +21087,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21175,7 +21243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21202,118 +21270,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21453,7 +21523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21480,16 +21550,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21659,7 +21730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -21735,7 +21806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21762,16 +21833,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21899,7 +21971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21926,16 +21998,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22057,7 +22130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -22289,7 +22362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22316,16 +22389,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22409,7 +22483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22436,16 +22510,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22573,7 +22648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22600,16 +22675,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22731,7 +22807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22758,16 +22834,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22833,7 +22910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22860,16 +22937,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23009,7 +23087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23036,16 +23114,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23215,7 +23294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23242,16 +23321,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23317,7 +23397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23344,16 +23424,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23454,7 +23535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23606,7 +23687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23633,16 +23714,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23805,7 +23887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23832,16 +23914,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23980,7 +24063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24099,7 +24182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24126,16 +24209,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24281,7 +24365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24358,7 +24442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24385,16 +24469,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24522,7 +24607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24549,16 +24634,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24680,7 +24766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24775,7 +24861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25087,7 +25173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25281,7 +25367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25308,16 +25394,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25401,7 +25488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25428,16 +25515,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25565,7 +25653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25592,16 +25680,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25723,7 +25812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25750,16 +25839,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25825,7 +25915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25852,16 +25942,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25962,7 +26053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26114,7 +26205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26141,16 +26232,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26313,7 +26405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26340,16 +26432,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26488,7 +26581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26607,7 +26700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26634,16 +26727,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26789,7 +26883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -26936,7 +27030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -27097,7 +27191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -27244,7 +27338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -27678,7 +27772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -27705,16 +27799,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -27958,7 +28053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -28150,7 +28245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28177,16 +28272,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -28252,7 +28348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28279,16 +28375,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -28389,7 +28486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -28469,7 +28566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -28562,7 +28659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -28625,7 +28722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -28763,7 +28860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -28820,7 +28917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28847,16 +28944,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -29053,7 +29151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29217,7 +29315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29244,16 +29342,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -29450,7 +29549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29518,7 +29617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -29586,7 +29685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -29649,7 +29748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -29718,7 +29817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -29784,7 +29883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29811,16 +29910,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30017,7 +30117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -30092,7 +30192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30180,7 +30280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30207,16 +30307,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30344,7 +30445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30371,16 +30472,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30502,7 +30604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30608,7 +30710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30688,7 +30790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -30781,7 +30883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -30844,7 +30946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -30982,7 +31084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31165,7 +31267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31455,7 +31557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31523,7 +31625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -31591,7 +31693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -31654,7 +31756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -31723,7 +31825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -31915,7 +32017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31990,7 +32092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32078,7 +32180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32105,16 +32207,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32242,7 +32345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32269,16 +32372,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32400,7 +32504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32427,16 +32531,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32502,7 +32607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32529,16 +32634,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32639,7 +32745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32719,7 +32825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -32812,7 +32918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -32875,7 +32981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -33013,7 +33119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33070,7 +33176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33097,16 +33203,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -33303,7 +33410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33467,7 +33574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33494,16 +33601,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -33700,7 +33808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33768,7 +33876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -33836,7 +33944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -33899,7 +34007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -33968,7 +34076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -34034,7 +34142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34061,16 +34169,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34267,7 +34376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -34342,7 +34451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -34398,7 +34507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34425,16 +34534,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34538,7 +34648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34565,16 +34675,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34696,7 +34807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -34888,7 +34999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34915,16 +35026,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34990,7 +35102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35017,16 +35129,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35130,7 +35243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35157,16 +35270,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35288,7 +35402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35315,16 +35429,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35390,7 +35505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35417,16 +35532,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35550,7 +35666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35577,16 +35693,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35734,7 +35851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35761,16 +35878,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35892,7 +36010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -35946,7 +36064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -36004,7 +36122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -36022,7 +36140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -36040,7 +36158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -36058,7 +36176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -36076,7 +36194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -36094,7 +36212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -36112,7 +36230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -36130,7 +36248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -36148,7 +36266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -36166,7 +36284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -36184,7 +36302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -36202,7 +36320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -36220,7 +36338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -36238,7 +36356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -36256,7 +36374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -36336,7 +36454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -36399,7 +36517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -36482,6 +36600,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Zone", "AliasList": [], @@ -36544,7 +36680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -36635,7 +36771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -36766,7 +36902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -36826,7 +36962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -36890,7 +37026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -36914,7 +37050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -36938,7 +37074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -36962,7 +37098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -36986,7 +37122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -37010,7 +37146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -37034,7 +37170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -37058,7 +37194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -37082,7 +37218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -37106,7 +37242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -37130,7 +37266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -37154,7 +37290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -37178,7 +37314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -37202,7 +37338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -37226,7 +37362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -37294,7 +37430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -37394,6 +37530,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -37497,7 +37657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -37663,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -37723,7 +37883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -37787,7 +37947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -37811,7 +37971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -37835,7 +37995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -37859,7 +38019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -37883,7 +38043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -37907,7 +38067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -37931,7 +38091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -37955,7 +38115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -37979,7 +38139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -38003,7 +38163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -38027,7 +38187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -38051,7 +38211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -38075,7 +38235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -38099,7 +38259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -38123,7 +38283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -38191,7 +38351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -38291,6 +38451,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -38394,7 +38578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -38462,7 +38646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -38605,7 +38789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -38665,7 +38849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -38729,7 +38913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -38753,7 +38937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -38777,7 +38961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -38801,7 +38985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -38825,7 +39009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -38849,7 +39033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -38873,7 +39057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -38897,7 +39081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -38921,7 +39105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -38945,7 +39129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -38969,7 +39153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -38993,7 +39177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -39017,7 +39201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -39041,7 +39225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -39065,7 +39249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -39133,7 +39317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -39233,6 +39417,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -39336,7 +39544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -39504,7 +39712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -39564,7 +39772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -39628,7 +39836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -39652,7 +39860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -39676,7 +39884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -39700,7 +39908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -39724,7 +39932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -39748,7 +39956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -39772,7 +39980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -39796,7 +40004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -39820,7 +40028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -39844,7 +40052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -39868,7 +40076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -39892,7 +40100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -39916,7 +40124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -39940,7 +40148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -39964,7 +40172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -40032,7 +40240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -40132,6 +40340,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -40235,7 +40467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -40303,7 +40535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -40438,7 +40670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -40498,7 +40730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -40562,7 +40794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -40586,7 +40818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -40610,7 +40842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -40634,7 +40866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -40658,7 +40890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -40682,7 +40914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -40706,7 +40938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -40730,7 +40962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -40754,7 +40986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -40778,7 +41010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -40802,7 +41034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -40826,7 +41058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -40850,7 +41082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -40874,7 +41106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -40898,7 +41130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -40966,7 +41198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -41066,6 +41298,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -41169,7 +41425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -41244,7 +41500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41366,7 +41622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -41454,7 +41710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41558,7 +41814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -41639,7 +41895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -41724,7 +41980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42130,7 +42386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -42206,7 +42462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42298,7 +42554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -42367,7 +42623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -42440,7 +42696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42608,7 +42864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -42837,7 +43093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42864,16 +43120,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -42939,7 +43196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42966,16 +43223,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -43223,7 +43481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -43316,7 +43574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43343,16 +43601,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -43666,7 +43925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -43777,7 +44036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -43863,7 +44122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43890,16 +44149,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -44027,7 +44287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44054,16 +44314,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -44185,7 +44446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -44436,7 +44697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -44772,7 +45033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -44883,7 +45144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44910,16 +45171,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45003,7 +45265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45030,16 +45292,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45167,7 +45430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45194,16 +45457,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45325,7 +45589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45352,16 +45616,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45427,7 +45692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45454,16 +45719,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45711,7 +45977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -45804,7 +46070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45831,16 +46097,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46154,7 +46421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -46265,7 +46532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46292,16 +46559,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46367,7 +46635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46394,16 +46662,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46527,7 +46796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46693,7 +46962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46720,16 +46989,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46973,7 +47243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47000,16 +47270,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47229,7 +47500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -47304,7 +47575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47331,16 +47602,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47584,7 +47856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47611,16 +47883,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47847,7 +48120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -47933,7 +48206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47960,16 +48233,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -48097,7 +48371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48124,16 +48398,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -48255,7 +48530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -48382,7 +48657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -48870,7 +49145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -49274,7 +49549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49301,16 +49576,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49394,7 +49670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49421,16 +49697,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49558,7 +49835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49585,16 +49862,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49716,7 +49994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49743,16 +50021,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49818,7 +50097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49845,16 +50124,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49978,7 +50258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50144,7 +50424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50171,16 +50451,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -50424,7 +50705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50451,16 +50732,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -50680,7 +50962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50755,7 +51037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50782,16 +51064,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51035,7 +51318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51062,16 +51345,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51579,7 +51863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51606,16 +51890,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51681,7 +51966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51708,16 +51993,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51839,7 +52125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -51943,7 +52229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52030,7 +52316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -52118,7 +52404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52201,7 +52487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -52282,7 +52568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -52388,7 +52674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52415,16 +52701,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -52734,7 +53021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52761,16 +53048,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -52936,7 +53224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53028,7 +53316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53103,7 +53391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -53179,7 +53467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53250,7 +53538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -53319,7 +53607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -53392,7 +53680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53419,16 +53707,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -53601,7 +53890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53689,7 +53978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53716,16 +54005,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -53853,7 +54143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53880,16 +54170,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -54011,7 +54302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54138,7 +54429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54242,7 +54533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54329,7 +54620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -54417,7 +54708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54500,7 +54791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -54581,7 +54872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55021,7 +55312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55113,7 +55404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55188,7 +55479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -55264,7 +55555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55335,7 +55626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -55404,7 +55695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55579,7 +55870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55667,7 +55958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55694,16 +55985,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -55831,7 +56123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55858,16 +56150,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -55989,7 +56282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56016,16 +56309,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -56091,7 +56385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56118,16 +56412,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -56249,7 +56544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56353,7 +56648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56440,7 +56735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -56528,7 +56823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56611,7 +56906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -56692,7 +56987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -56798,7 +57093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56825,16 +57120,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -57144,7 +57440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57171,16 +57467,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -57346,7 +57643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57438,7 +57735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57513,7 +57810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -57589,7 +57886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57660,7 +57957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -57729,7 +58026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -57802,7 +58099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57829,16 +58126,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -58011,7 +58309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -58069,7 +58367,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58089,7 +58387,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58109,7 +58407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -58202,7 +58500,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58228,7 +58526,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58254,7 +58552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -58365,7 +58663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -58679,7 +58977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -58907,7 +59205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58934,118 +59232,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59128,7 +59428,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59187,7 +59487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59214,16 +59514,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59318,7 +59619,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59395,7 +59696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -59477,7 +59778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59504,16 +59805,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59641,7 +59943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59668,16 +59970,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59799,7 +60102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -59881,7 +60184,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59964,7 +60267,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60041,7 +60344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60068,16 +60371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60161,7 +60465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60188,16 +60492,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60325,7 +60630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60352,16 +60657,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60483,7 +60789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60510,16 +60816,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60585,7 +60892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60612,16 +60919,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60704,7 +61012,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60763,7 +61071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60790,16 +61098,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60894,7 +61203,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60971,7 +61280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -61242,7 +61551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -61319,7 +61628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -61394,7 +61703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -61475,7 +61784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -61562,7 +61871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -61637,7 +61946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61664,16 +61973,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -61739,7 +62049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61766,16 +62076,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -61897,7 +62208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61924,16 +62235,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62079,7 +62391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -62134,7 +62446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62161,16 +62473,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62274,7 +62587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62301,16 +62614,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62432,7 +62746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -62733,7 +63047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62760,16 +63074,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62835,7 +63150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62862,16 +63177,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63044,7 +63360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63071,16 +63387,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63289,7 +63606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63316,16 +63633,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63391,7 +63709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63418,16 +63736,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63603,7 +63922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63630,16 +63949,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63857,7 +64177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -63936,7 +64256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63963,16 +64283,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64100,7 +64421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64127,16 +64448,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64258,7 +64580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -64577,7 +64899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64604,16 +64926,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64697,7 +65020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64724,16 +65047,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64861,7 +65185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64888,16 +65212,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65019,7 +65344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65046,16 +65371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65121,7 +65447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65148,16 +65474,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65333,7 +65660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65360,16 +65687,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65587,7 +65915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -65646,7 +65974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65673,16 +66001,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65786,7 +66115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65813,16 +66142,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65944,7 +66274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -66325,7 +66655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66352,16 +66682,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66427,7 +66758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66454,16 +66785,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66585,7 +66917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66612,16 +66944,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66767,7 +67100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66794,16 +67127,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66869,7 +67203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66896,16 +67230,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67110,7 +67445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67137,16 +67472,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67399,7 +67735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67426,16 +67762,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67501,7 +67838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67528,16 +67865,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67641,7 +67979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67668,16 +68006,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67799,7 +68138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67826,16 +68165,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67901,7 +68241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67928,16 +68268,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68059,7 +68400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68086,16 +68427,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68241,7 +68583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68268,118 +68610,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68519,7 +68863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68546,16 +68890,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68725,7 +69070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -68801,7 +69146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68828,16 +69173,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68965,7 +69311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68992,16 +69338,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69123,7 +69470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -69355,7 +69702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69382,16 +69729,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69475,7 +69823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69502,16 +69850,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69639,7 +69988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69666,16 +70015,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69797,7 +70147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69824,16 +70174,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69899,7 +70250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69926,16 +70277,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70075,7 +70427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70102,16 +70454,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70281,7 +70634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70308,16 +70661,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70383,7 +70737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70410,16 +70764,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70502,7 +70857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -70538,7 +70893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -70626,7 +70981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70712,7 +71067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -70811,7 +71166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -70917,7 +71272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70944,16 +71299,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71048,7 +71404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71188,7 +71544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71215,16 +71571,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71319,7 +71676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71387,7 +71744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -71463,7 +71820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71555,7 +71912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -71624,7 +71981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71651,16 +72008,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71755,7 +72113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71823,7 +72181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -71892,7 +72250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -71965,7 +72323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71992,16 +72350,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72096,7 +72455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72212,7 +72571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72239,16 +72598,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72343,7 +72703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72418,7 +72778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -72502,7 +72862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72529,16 +72889,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72666,7 +73027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72693,16 +73054,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72824,7 +73186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -72908,7 +73270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72944,7 +73306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -73032,7 +73394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -73118,7 +73480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73217,7 +73579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -73347,7 +73709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73511,7 +73873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73579,7 +73941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -73655,7 +74017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -73747,7 +74109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73840,7 +74202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73908,7 +74270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73977,7 +74339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -74074,7 +74436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74214,7 +74576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74289,7 +74651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74316,16 +74678,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74409,7 +74772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74436,16 +74799,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74573,7 +74937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74600,16 +74964,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74731,7 +75096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74758,16 +75123,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74833,7 +75199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74860,16 +75226,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74952,7 +75319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74988,7 +75355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -75076,7 +75443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -75162,7 +75529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -75261,7 +75628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -75367,7 +75734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -75394,16 +75761,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -75498,7 +75866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -75638,7 +76006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -75665,16 +76033,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -75769,7 +76138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -75837,7 +76206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -75913,7 +76282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -76005,7 +76374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76074,7 +76443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76101,16 +76470,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76205,7 +76575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76273,7 +76643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76342,7 +76712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -76415,7 +76785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76442,16 +76812,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76546,7 +76917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76662,7 +77033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76689,16 +77060,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76793,7 +77165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76868,7 +77240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -77099,7 +77471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -77157,7 +77529,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -77268,7 +77640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -77918,7 +78290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -78021,7 +78393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -78147,7 +78519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -78249,7 +78621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -78622,7 +78994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -78748,7 +79120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -78963,7 +79335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -79166,7 +79538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -79596,7 +79968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80228,7 +80600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80753,7 +81125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80946,7 +81318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -81056,7 +81428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81321,7 +81693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81554,7 +81926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -81657,7 +82029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -81693,7 +82065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81862,7 +82234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82026,7 +82398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82094,7 +82466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82212,7 +82584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82344,7 +82716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82426,7 +82798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -82806,7 +83178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82992,7 +83364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -83430,7 +83802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -83517,7 +83889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -83570,7 +83942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -83706,7 +84078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -83861,7 +84233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -83955,7 +84327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -84049,7 +84421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84117,7 +84489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -84200,7 +84572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84316,7 +84688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84408,7 +84780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84483,7 +84855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -84586,7 +84958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -85045,7 +85417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -85626,7 +85998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -85752,7 +86124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -85878,7 +86250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -85980,7 +86352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -86698,7 +87070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -86968,7 +87340,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -87167,7 +87539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -87293,7 +87665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -87398,7 +87770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -87473,7 +87845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -88068,7 +88440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -88194,7 +88566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -88320,7 +88692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -88422,7 +88794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -88978,7 +89350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -89344,7 +89716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -89419,7 +89791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -89437,7 +89809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -89513,7 +89885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -89531,7 +89903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -89549,7 +89921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -89589,7 +89961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -89902,7 +90274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -89926,7 +90298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -89950,7 +90322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -90002,7 +90374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -90422,7 +90794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -90446,7 +90818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -90470,7 +90842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -90522,7 +90894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -90820,7 +91192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -90901,7 +91273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -90925,7 +91297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -91081,7 +91453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -91105,7 +91477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -91129,7 +91501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -91181,7 +91553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -91813,7 +92185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92087,7 +92459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92417,7 +92789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92771,7 +93143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -93001,7 +93373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -93100,7 +93472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -93578,7 +93950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -94355,7 +94727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -94777,7 +95149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -95034,7 +95406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -95420,7 +95792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -95563,7 +95935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -95935,7 +96307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96699,7 +97071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97006,7 +97378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97388,7 +97760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97498,7 +97870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97888,7 +98260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -98412,7 +98784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -98512,7 +98884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -98788,7 +99160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99111,7 +99483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -99211,7 +99583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99323,7 +99695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -99736,7 +100108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -99939,7 +100311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -100015,7 +100387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -100218,7 +100590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -100464,7 +100836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -101041,7 +101413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101407,7 +101779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101851,7 +102223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101971,7 +102343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -102299,7 +102671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -102677,7 +103049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102806,7 +103178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103277,7 +103649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103591,7 +103963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103889,7 +104261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103999,7 +104371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104221,7 +104593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104459,7 +104831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUrl": "System.String" }, @@ -104552,7 +104924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104858,7 +105230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105240,7 +105612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileUrl": "System.String" }, @@ -105333,7 +105705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105603,7 +105975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105922,7 +106294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106067,7 +106439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106155,7 +106527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -106560,7 +106932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -107075,7 +107447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107151,7 +107523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -107427,7 +107799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107742,7 +108114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -108324,7 +108696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108633,7 +109005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109017,7 +109389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109129,7 +109501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109234,7 +109606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -109668,7 +110040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -110111,7 +110483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110328,7 +110700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110403,7 +110775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -110630,7 +111002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -111057,7 +111429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -111617,7 +111989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -111933,7 +112305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -112009,7 +112381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112108,7 +112480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112207,7 +112579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -112308,7 +112680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -112585,7 +112957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -112991,7 +113363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113063,7 +113435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -113458,7 +113830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113652,7 +114024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114096,7 +114468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114395,7 +114767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114505,7 +114877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -114623,7 +114995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -114641,7 +115013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114890,7 +115262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -114914,7 +115286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115093,7 +115465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115262,7 +115634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115286,7 +115658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115588,7 +115960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115612,7 +115984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115798,7 +116170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -116030,7 +116402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -116088,7 +116460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -116145,7 +116517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -116300,7 +116672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -116774,7 +117146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117089,7 +117461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117222,7 +117594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117292,7 +117664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117437,7 +117809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117579,7 +117951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117697,7 +118069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117773,7 +118145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117889,7 +118261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118012,7 +118384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118144,7 +118516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118232,7 +118604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118250,7 +118622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118475,7 +118847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118499,7 +118871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118728,7 +119100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118752,7 +119124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118933,7 +119305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -119033,7 +119405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119057,7 +119429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119260,7 +119632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119284,7 +119656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119470,7 +119842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -119761,7 +120133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -119855,7 +120227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120074,7 +120446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120369,7 +120741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileUrl": "System.String" }, @@ -120462,7 +120834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120546,7 +120918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -120753,7 +121125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121056,7 +121428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121126,7 +121498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121284,7 +121656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121475,7 +121847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121830,7 +122202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUrl": "System.String" }, @@ -121924,7 +122296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122044,7 +122416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122152,7 +122524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122389,7 +122761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122459,7 +122831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122553,7 +122925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122741,7 +123113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -123026,7 +123398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123583,7 +123955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123887,7 +124259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124266,7 +124638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124372,7 +124744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124852,7 +125224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -125531,7 +125903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -125642,7 +126014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -125749,7 +126121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -125870,7 +126242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126004,7 +126376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -126148,7 +126520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -126296,7 +126668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126460,7 +126832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -126726,7 +127098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126890,7 +127262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127009,7 +127381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -127080,7 +127452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -127228,7 +127600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127392,7 +127764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127511,7 +127883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -127681,7 +128053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127845,7 +128217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127988,7 +128360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -128136,7 +128508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128300,7 +128672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -128542,7 +128914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128706,7 +129078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -128897,7 +129269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129061,7 +129433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -129184,7 +129556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -129272,11 +129644,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -129385,7 +129758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129584,11 +129957,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -129721,7 +130095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -130037,7 +130411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -130470,7 +130844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -130735,7 +131109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131029,7 +131403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131152,7 +131526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131258,7 +131632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131426,7 +131800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131542,7 +131916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131693,7 +132067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131908,7 +132282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132123,7 +132497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132306,7 +132680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132611,7 +132985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132991,7 +133365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133099,7 +133473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133182,7 +133556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133345,7 +133719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133487,7 +133861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133558,7 +133932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133722,7 +134096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133862,7 +134236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134009,7 +134383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -134317,7 +134691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -134659,7 +135033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -134882,7 +135256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135176,7 +135550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135518,7 +135892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135836,7 +136210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -136019,7 +136393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136338,7 +136712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136732,7 +137106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136853,7 +137227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137157,7 +137531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -137404,7 +137778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -137722,7 +138096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138016,7 +138390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138134,7 +138508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -138322,7 +138696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138440,7 +138814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -138676,7 +139050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138794,7 +139168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -139006,7 +139380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139251,7 +139625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139544,7 +139918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139813,7 +140187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139984,7 +140358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140107,7 +140481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -140403,7 +140777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -140564,7 +140938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -140790,7 +141164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -141577,7 +141951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -141840,7 +142214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -142269,7 +142643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -142339,7 +142713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -143009,7 +143383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -143279,11 +143653,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -143369,6 +143744,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "LinkProviderName", "AliasList": [], @@ -143503,30 +143896,382 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "IPAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + { + "ParameterMetadata": { + "Name": "LinkProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkSpeedInMbps", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPAsn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVpnSiteLinkIpAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IPAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkSpeedInMbps", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPAsn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVpnSiteLinkFqdn", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "LinkProviderName", @@ -143741,7 +144486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144048,7 +144793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144430,7 +145175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144539,7 +145284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144662,7 +145407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -144888,7 +145633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145272,7 +146017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145655,7 +146400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145822,7 +146567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -146084,7 +146829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146443,7 +147188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146561,7 +147306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -146874,7 +147619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146992,7 +147737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -147281,7 +148026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147399,7 +148144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -147472,7 +148217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -147734,7 +148479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147852,7 +148597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -148117,7 +148862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148499,7 +149244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148857,7 +149602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148999,7 +149744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -149261,7 +150006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149595,7 +150340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149903,7 +150648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -150026,7 +150771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -150633,7 +151378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -150733,7 +151478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -150877,7 +151622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151015,7 +151760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -151091,7 +151836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151235,7 +151980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151373,7 +152118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -151563,7 +152308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151663,7 +152408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151807,7 +152552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151945,7 +152690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152205,7 +152950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152675,7 +153420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152911,7 +153656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -153003,7 +153748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153021,7 +153766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153282,7 +154027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153306,7 +154051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153674,7 +154419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153698,7 +154443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153864,7 +154609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -154098,7 +154843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -154122,7 +154867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -154295,7 +155040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154395,7 +155140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154660,7 +155405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -154837,7 +155582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155287,7 +156032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155689,7 +156434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -155794,7 +156539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156207,7 +156952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156307,7 +157052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156418,6 +157163,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AuthorizationKey", "AliasList": [], @@ -156505,7 +157271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156609,6 +157375,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AuthorizationKey", @@ -156732,7 +157525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156836,6 +157629,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AuthorizationKey", @@ -156922,8 +157742,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "AddressPrefix": "System.String", @@ -156932,6 +157753,7 @@ "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", "PeerExpressRouteCircuitPeeringText": "System.String", + "IPv6CircuitConnectionConfigText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -157003,7 +157825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157147,7 +157969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157285,7 +158107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157385,7 +158207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157529,7 +158351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157654,47 +158476,51 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzExpressRouteCircuitPeeringConfig", - "Name": "Get-AzExpressRouteCircuitPeeringConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureExpressRouteCircuitPeeringConfigCommand", - "SupportsShouldProcess": false, + "VerbName": "Set", + "NounName": "AzExpressRouteCircuitConnectionConfig", + "Name": "Set-AzExpressRouteCircuitConnectionConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureExpressRouteCircuitConnectionConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SetByResource", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "PeeredConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AzureASN": "System.Int32", - "VlanId": "System.Int32", - "PeeringType": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", "Name": "System.String", - "ConnectionsText": "System.String", - "Ipv6PeeringConfigText": "System.String", - "RouteFilterText": "System.String", - "PeerASNText": "System.String", - "MicrosoftPeeringConfigText": "System.String", - "GatewayManagerEtag": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "SharedKey": "System.String", - "SecondaryAzurePort": "System.String", - "PrimaryAzurePort": "System.String", - "SecondaryPeerAddressPrefix": "System.String", - "PrimaryPeerAddressPrefix": "System.String", - "State": "System.String", - "LastModifiedBy": "System.String", - "Id": "System.String", - "PeerASN": "System.UInt32" + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -157755,7 +158581,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "ExpressRouteCircuit", @@ -157763,7 +158589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157836,8 +158662,83 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PeerExpressRouteCircuitPeering", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -157893,10 +158794,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -157907,7 +158808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157980,10 +158881,721 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": -2147483648, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PeerExpressRouteCircuitPeering", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzExpressRouteCircuitPeeringConfig", + "Name": "Get-AzExpressRouteCircuitPeeringConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureExpressRouteCircuitPeeringConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", + "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", + "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", + "PeeredConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", + "AzureASN": "System.Int32", + "VlanId": "System.Int32", + "PeeringType": "System.String", + "Name": "System.String", + "ConnectionsText": "System.String", + "Ipv6PeeringConfigText": "System.String", + "RouteFilterText": "System.String", + "PeerASNText": "System.String", + "MicrosoftPeeringConfigText": "System.String", + "GatewayManagerEtag": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "SharedKey": "System.String", + "SecondaryAzurePort": "System.String", + "PrimaryAzurePort": "System.String", + "SecondaryPeerAddressPrefix": "System.String", + "PrimaryPeerAddressPrefix": "System.String", + "State": "System.String", + "LastModifiedBy": "System.String", + "Id": "System.String", + "PeerASN": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, @@ -158045,7 +159657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -158325,7 +159937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -159180,7 +160792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -159611,7 +161223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159711,7 +161323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159877,7 +161489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160043,7 +161655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160143,7 +161755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160408,7 +162020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -160585,7 +162197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161035,7 +162647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161437,7 +163049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -161542,7 +163154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162278,7 +163890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162360,7 +163972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162498,7 +164110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162660,7 +164272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -162777,7 +164389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162998,7 +164610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163158,7 +164770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -163276,7 +164888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163497,7 +165109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163657,7 +165269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -163775,7 +165387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163996,7 +165608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164156,7 +165768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -164444,7 +166056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -164539,7 +166151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -164633,7 +166245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164857,7 +166469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165013,7 +166625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -165119,7 +166731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165303,7 +166915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165466,7 +167078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -165562,7 +167174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -165656,7 +167268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165880,7 +167492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166036,7 +167648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166142,7 +167754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166326,7 +167938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166489,7 +168101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166601,7 +168213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166695,7 +168307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166919,7 +168531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167075,7 +168687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167181,7 +168793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167365,7 +168977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167528,7 +169140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167619,7 +169231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167959,7 +169571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168363,7 +169975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -168453,7 +170065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168588,7 +170200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168717,7 +170329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168790,7 +170402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168959,7 +170571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169164,7 +170776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169411,7 +171023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169484,7 +171096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169628,7 +171240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -169721,7 +171333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169987,7 +171599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -170202,7 +171814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -170400,7 +172012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -170783,7 +172395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -170839,7 +172451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -170952,7 +172564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171083,7 +172695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -171275,7 +172887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171350,7 +172962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171463,7 +173075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171594,7 +173206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171669,7 +173281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171802,7 +173414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171959,7 +173571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -172041,7 +173653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172196,7 +173808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172320,7 +173932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172468,7 +174080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172599,7 +174211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172820,7 +174432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -172874,7 +174486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173112,7 +174724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173184,7 +174796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173459,7 +175071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173531,7 +175143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173756,7 +175368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173828,7 +175440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173959,7 +175571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174182,7 +175794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174807,7 +176419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174884,7 +176496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -175017,7 +176629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -175172,7 +176784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -175232,7 +176844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -175380,7 +176992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -175570,7 +177182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -175684,7 +177296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -175837,7 +177449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -175940,7 +177552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -176186,7 +177798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -176428,7 +178040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -176719,7 +178331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -176951,7 +178563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -177023,7 +178635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -177104,7 +178716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -177179,7 +178791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -177270,7 +178882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -177375,7 +178987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -177450,7 +179062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -177504,7 +179116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -177522,7 +179134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -177579,7 +179191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -177603,7 +179215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -177678,7 +179290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -177798,7 +179410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -177816,7 +179428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -177872,7 +179484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -178092,7 +179704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -178116,7 +179728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -178178,7 +179790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -178360,7 +179972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -178786,7 +180398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179126,7 +180738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179574,7 +181186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179674,7 +181286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179755,7 +181367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -179773,7 +181385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -179829,7 +181441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -179987,7 +181599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180011,7 +181623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180073,7 +181685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180200,7 +181812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -180269,7 +181881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180293,7 +181905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180355,7 +181967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180506,7 +182118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180530,7 +182142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180592,7 +182204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180719,7 +182331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180743,7 +182355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180805,7 +182417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180939,7 +182551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -181179,7 +182791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -181910,7 +183522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -181988,7 +183600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182122,7 +183734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182280,7 +183892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -182352,7 +183964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182486,7 +184098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182644,7 +184256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -182848,7 +184460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182926,7 +184538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183060,7 +184672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183218,7 +184830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183296,7 +184908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183466,7 +185078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183597,7 +185209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -183712,7 +185324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183938,7 +185550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -184057,7 +185669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184307,7 +185919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184506,7 +186118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184681,7 +186293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -184763,7 +186375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184945,7 +186557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185045,7 +186657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185179,7 +186791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185337,7 +186949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185530,7 +187142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185661,7 +187273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -185919,7 +187531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186413,7 +188025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -186594,7 +188206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186672,7 +188284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186806,7 +188418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186964,7 +188576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187042,7 +188654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187212,7 +188824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187343,7 +188955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -187458,7 +189070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187684,7 +189296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187803,7 +189415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188053,7 +189665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188252,7 +189864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188427,7 +190039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -188509,7 +190121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188691,7 +190303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189127,7 +190739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189205,7 +190817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189444,7 +191056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -189582,7 +191194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189925,7 +191537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190244,7 +191856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -190349,7 +191961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190675,7 +192287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -190755,7 +192367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190889,7 +192501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -191047,7 +192659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -191289,7 +192901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -191923,7 +193535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -192271,7 +193883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192349,7 +193961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192483,7 +194095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192641,7 +194253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192719,7 +194331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192958,7 +194570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -193096,7 +194708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193439,7 +195051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193758,7 +195370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -193863,7 +195475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194189,7 +195801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194267,7 +195879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194488,7 +196100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -194626,7 +196238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194945,7 +196557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195240,7 +196852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -195345,7 +196957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195647,7 +197259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -195723,7 +197335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195857,7 +197469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -196015,7 +197627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196235,7 +197847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196821,7 +198433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197145,7 +198757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197223,7 +198835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197357,7 +198969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197515,7 +199127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197593,7 +199205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197814,7 +199426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197952,7 +199564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198271,7 +199883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198566,7 +200178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -198671,7 +200283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198973,7 +200585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199051,7 +200663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199308,7 +200920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199425,7 +201037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -199514,7 +201126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -199635,7 +201247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200050,7 +201662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200393,7 +202005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -200498,7 +202110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -200575,7 +202187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -200663,7 +202275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201013,7 +202625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201093,7 +202705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201227,7 +202839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201385,7 +202997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201645,7 +203257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201762,7 +203374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -201851,7 +203463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -202564,7 +204176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -202669,7 +204281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -202746,7 +204358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -203101,7 +204713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203179,7 +204791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203313,7 +204925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203471,7 +205083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203549,7 +205161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203806,7 +205418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -203923,7 +205535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -204012,7 +205624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -204133,7 +205745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -204548,7 +206160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -204891,7 +206503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -204996,7 +206608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -205073,7 +206685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -205161,7 +206773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205511,7 +207123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205681,7 +207293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -205699,7 +207311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -205717,7 +207329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -205735,7 +207347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -205753,7 +207365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -205771,7 +207383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -205789,7 +207401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -206004,7 +207616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -206028,7 +207640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -206052,7 +207664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -206076,7 +207688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -206100,7 +207712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -206124,7 +207736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -206148,7 +207760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -206271,7 +207883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206349,7 +207961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206516,7 +208128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -206552,7 +208164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -206662,7 +208274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206865,7 +208477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -206957,7 +208569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207160,7 +208772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -207228,7 +208840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -207305,7 +208917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207508,7 +209120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -207583,7 +209195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -207652,7 +209264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207786,7 +209398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207944,7 +209556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -208103,7 +209715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208139,7 +209751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -208369,7 +209981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208581,7 +210193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208649,7 +210261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -208846,7 +210458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208921,7 +210533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -208999,7 +210611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209133,7 +210745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209291,7 +210903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209369,7 +210981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209536,7 +211148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209572,7 +211184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -209682,7 +211294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209885,7 +211497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209977,7 +211589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210180,7 +211792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -210248,7 +211860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -210325,7 +211937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210528,7 +212140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -210603,7 +212215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210681,7 +212293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210905,7 +212517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211183,7 +212795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -211266,7 +212878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211400,7 +213012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211558,7 +213170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -211983,7 +213595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212061,7 +213673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212195,7 +213807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212353,7 +213965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212431,7 +214043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212655,7 +214267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213256,7 +214868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213334,7 +214946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213468,7 +215080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213626,7 +215238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214061,7 +215673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214230,7 +215842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -214445,7 +216057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -214891,7 +216503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214968,7 +216580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215155,7 +216767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215384,7 +216996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -215443,7 +217055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215576,7 +217188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215733,7 +217345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -216050,7 +217662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216127,7 +217739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216260,7 +217872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216417,7 +218029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216494,7 +218106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216681,7 +218293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216910,7 +218522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216987,7 +218599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -217120,7 +218732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -217277,7 +218889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceType": "System.String" }, @@ -217462,7 +219074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -217522,7 +219134,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -217851,7 +219463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -218364,7 +219976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -218704,7 +220316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219152,7 +220764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219216,7 +220828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219336,7 +220948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219480,12 +221092,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -219725,12 +221338,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -219860,6 +221474,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AddressPrefix", "AliasList": [], @@ -220100,7 +221732,365 @@ }, { "ParameterMetadata": { - "Name": "GatewayIpAddress", + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Asn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PeerWeight", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByLocalNetworkGatewayIpAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GatewayIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Asn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -220122,6 +222112,244 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "PeerWeight", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByLocalNetworkGatewayFqdn", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "AddressPrefix", @@ -220671,12 +222899,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -220738,12 +222967,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -220933,12 +223163,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -221176,7 +223407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -221622,7 +223853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -221820,7 +224051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -221838,7 +224069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222101,7 +224332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222125,7 +224356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222305,7 +224536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -222653,7 +224884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223109,7 +225340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223237,7 +225468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223306,7 +225537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223324,7 +225555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223465,7 +225696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223489,7 +225720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223631,7 +225862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223655,7 +225886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223773,7 +226004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223848,7 +226079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223872,7 +226103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223988,7 +226219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -224012,7 +226243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -224135,7 +226366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -224369,7 +226600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -224644,7 +226875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225608,7 +227839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225720,7 +227951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225888,7 +228119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226019,7 +228250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -226113,7 +228344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -226149,7 +228380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -226185,7 +228416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -226221,7 +228452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -226302,7 +228533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -226688,7 +228919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -226906,7 +229137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -227025,7 +229256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -227107,7 +229338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -227131,7 +229362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -227155,7 +229386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -227179,7 +229410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -227227,7 +229458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227452,7 +229683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -227566,7 +229797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227722,7 +229953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227872,7 +230103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -228061,7 +230292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -228192,7 +230423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -228286,7 +230517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -228322,7 +230553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -228358,7 +230589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -228394,7 +230625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -228881,7 +231112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229000,7 +231231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -229082,7 +231313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -229106,7 +231337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -229130,7 +231361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -229154,7 +231385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -229328,7 +231559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229440,7 +231671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229596,7 +231827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229746,7 +231977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229858,7 +232089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -230026,7 +232257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230157,7 +232388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -230251,7 +232482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -230287,7 +232518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -230323,7 +232554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -230359,7 +232590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -230440,7 +232671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -230826,7 +233057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231044,7 +233275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231163,7 +233394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -231245,7 +233476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -231269,7 +233500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -231293,7 +233524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -231317,7 +233548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -231365,7 +233596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231590,7 +233821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231740,7 +233971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -231776,7 +234007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231907,7 +234138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -232001,7 +234232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -232108,7 +234339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -232144,7 +234375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -232180,7 +234411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -232216,7 +234447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -232721,7 +234952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -232769,7 +235000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -233150,7 +235381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -233962,7 +236193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234081,7 +236312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -234163,7 +236394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -234258,7 +236489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -234282,7 +236513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -234306,7 +236537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -234330,7 +236561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -235018,7 +237249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235112,7 +237343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235262,7 +237493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235436,7 +237667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235530,7 +237761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235659,7 +237890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -235765,7 +237996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235956,7 +238187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236123,7 +238354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -236196,7 +238427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236370,7 +238601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -236775,7 +239006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236941,7 +239172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237354,7 +239585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237609,7 +239840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -237703,7 +239934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237836,7 +240067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -238003,7 +240234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -238083,7 +240314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -238166,7 +240397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -238241,7 +240472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -238843,7 +241074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -238921,7 +241152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239115,7 +241346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239326,7 +241557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239496,7 +241727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -239638,7 +241869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -239831,7 +242062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -240029,7 +242260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240493,7 +242724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240803,7 +243034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240869,7 +243100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240991,7 +243222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -241137,7 +243368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241585,7 +243816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241693,7 +243924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241897,7 +244128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -241915,7 +244146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242092,7 +244323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -242460,7 +244691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242484,7 +244715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242532,7 +244763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -242972,7 +245203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243347,7 +245578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -243434,7 +245665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243604,7 +245835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243774,7 +246005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -243976,7 +246207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -243994,7 +246225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -244444,7 +246675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -244468,7 +246699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -245141,7 +247372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245249,7 +247480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245401,7 +247632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245547,7 +247778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245655,7 +247886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245859,7 +248090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -245877,7 +248108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246054,7 +248285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -246422,7 +248653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246446,7 +248677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246494,7 +248725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -246934,7 +249165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247309,7 +249540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247455,7 +249686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -247640,7 +249871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -248110,7 +250341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248200,7 +250431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248346,7 +250577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248516,7 +250747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -248581,7 +250812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -248648,7 +250879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -248840,7 +251071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -249308,7 +251539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", "StatesText": "System.String" @@ -249362,7 +251593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -249495,7 +251726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -249633,7 +251864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -250146,7 +252377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -250356,7 +252587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -250421,7 +252652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -250488,7 +252719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -250733,7 +252964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -250751,7 +252982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -250787,7 +253018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -250959,7 +253190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -251338,7 +253569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -251431,7 +253662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -251455,7 +253686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252053,7 +254284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -252077,7 +254308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252627,7 +254858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -252651,7 +254882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252815,7 +255046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -253073,7 +255304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -253259,7 +255490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -253388,7 +255619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -253561,7 +255792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -253752,7 +255983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -253814,7 +256045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -253949,7 +256180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -253967,7 +256198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254060,7 +256291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -254153,7 +256384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254177,7 +256408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254367,7 +256598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254391,7 +256622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254557,7 +256788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254581,7 +256812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254723,7 +256954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254747,7 +256978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254870,7 +257101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -255099,7 +257330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -255196,7 +257427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255393,7 +257624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255576,7 +257807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -255654,7 +257885,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255674,7 +257905,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255694,7 +257925,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255795,7 +258026,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255821,7 +258052,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255847,7 +258078,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255967,7 +258198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -256100,7 +258331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -256256,7 +258487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -256865,7 +259096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -257123,7 +259354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -257188,7 +259419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -257255,7 +259486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -257388,7 +259619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -257579,7 +259810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -257597,7 +259828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -257726,7 +259957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -258081,7 +260312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -258174,7 +260405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -258198,7 +260429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -258748,7 +260979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -258772,7 +261003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259274,7 +261505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259298,7 +261529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259748,7 +261979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259772,7 +262003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259912,7 +262143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -260141,7 +262372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -260274,7 +262505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -260430,7 +262661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -261039,7 +263270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -261316,7 +263547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -261449,7 +263680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -261605,7 +263836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -262214,7 +264445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -262472,7 +264703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -262544,7 +264775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -262736,7 +264967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263204,7 +265435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -263276,7 +265507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263672,7 +265903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -264029,7 +266260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266228,7 +268459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266361,7 +268592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -266527,7 +268758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267136,7 +269367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267404,7 +269635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267476,7 +269707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267609,7 +269840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267963,7 +270194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -268322,7 +270553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -270869,7 +273100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -271089,7 +273320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -271459,7 +273690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -271520,7 +273751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -271712,7 +273943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272228,7 +274459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -272283,7 +274514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272529,7 +274760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -273333,7 +275564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -273387,7 +275618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -273579,7 +275810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274095,7 +276326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -274152,7 +276383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274326,7 +276557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274746,7 +276977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -274817,7 +277048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274991,7 +277222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275411,7 +277642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -275465,7 +277696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275636,7 +277867,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -275713,7 +277944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275828,7 +278059,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276020,7 +278251,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276186,7 +278417,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276352,7 +278583,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276494,7 +278725,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276595,7 +278826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -276952,7 +279183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277276,7 +279507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -277360,7 +279591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277552,7 +279783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278068,7 +280299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -278142,7 +280373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278409,7 +280640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -278484,7 +280715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278749,7 +280980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279089,7 +281320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279403,7 +281634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279693,7 +281924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279792,7 +282023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -280168,7 +282399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -280378,7 +282609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281009,7 +283240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281219,7 +283450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281850,7 +284081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -282042,7 +284273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -282558,7 +284789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -282619,7 +284850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283035,7 +285266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283418,7 +285649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283845,7 +286076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286445,7 +288676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -286516,7 +288747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286726,7 +288957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287338,7 +289569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -287398,7 +289629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287605,7 +289836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -287717,7 +289948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287904,7 +290135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288203,7 +290434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288476,7 +290707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288725,7 +290956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288861,7 +291092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -288915,7 +291146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -289239,7 +291470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -290451,7 +292682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -290896,7 +293127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -291037,7 +293268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -291150,7 +293381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -291353,7 +293584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -291472,7 +293703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -291643,7 +293874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -291723,7 +293954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -292008,7 +294239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -292676,7 +294907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -292761,7 +294992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -292902,7 +295133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -293067,7 +295298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkService": "System.String" }, @@ -293294,7 +295525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -293729,7 +295960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -293862,7 +296093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -293880,7 +296111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -294119,7 +296350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -294143,7 +296374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -294362,7 +296593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -294905,7 +297136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -295448,7 +297679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -296872,7 +299103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -297505,7 +299736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -297739,7 +299970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -297860,7 +300091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -297936,7 +300167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -298181,7 +300412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -298263,7 +300494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -299015,7 +301246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299092,7 +301323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299225,7 +301456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299382,7 +301613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -299530,7 +301761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -299877,7 +302108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -300788,7 +303019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -301002,7 +303233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -301020,7 +303251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -301417,7 +303648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -301441,7 +303672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -301713,7 +303944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -302264,7 +304495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302341,7 +304572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302474,7 +304705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302631,7 +304862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -303011,7 +305242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -303198,7 +305429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -303478,7 +305709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -303724,7 +305955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304194,7 +306425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304510,7 +306741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304582,7 +306813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304710,7 +306941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304862,7 +307093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -305296,7 +307527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -305428,7 +307659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -305613,7 +307844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -306041,7 +308272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306117,7 +308348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306326,7 +308557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306583,7 +308814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -306659,7 +308890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306797,7 +309028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306929,7 +309160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -307297,7 +309528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -307373,7 +309604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307529,7 +309760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307685,7 +309916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307761,7 +309992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307970,7 +310201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308227,7 +310458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308303,7 +310534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308453,7 +310684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308633,7 +310864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309013,7 +311244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309107,7 +311338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -309242,7 +311473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -309462,7 +311693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309868,7 +312099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310140,7 +312371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310234,7 +312465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310426,7 +312657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310634,7 +312865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -310711,7 +312942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310849,7 +313080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310981,7 +313212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311302,7 +313533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311414,7 +313645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311472,7 +313703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311610,7 +313841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311759,7 +313990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311884,7 +314115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311948,7 +314179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312073,7 +314304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312205,7 +314436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312299,7 +314530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312491,7 +314722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312699,7 +314930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312775,7 +315006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312889,7 +315120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -313541,29 +315772,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -314001,7 +316234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -314577,7 +316810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -314809,29 +317042,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -314882,52 +317117,313 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetworkGateway1", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualNetworkGateway2", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LocalNetworkGateway2", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "Tag": "System.Collections.Hashtable", + "GatewayIpAddress": "System.String", + "Fqdn": "System.String", + "ProvisioningState": "System.String", + "AddressSpaceText": "System.String", + "BgpSettingsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "ConnectionType", "AliasList": [], "Type": { "Namespace": "System", @@ -314939,18 +317435,23 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "IPsec", + "Vnet2Vnet", + "ExpressRoute", + "VPNClient" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "AuthorizationKey", + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314960,255 +317461,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VirtualNetworkGateway1", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "EnableBgp": "System.Boolean", - "ActiveActive": "System.Boolean", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", - "VpnClientConfigurationText": "System.String", - "SkuText": "System.String", - "Etag": "System.String", - "IpConfigurationsText": "System.String", - "VpnGatewayGeneration": "System.String", - "ProvisioningState": "System.String", - "VpnType": "System.String", - "GatewayType": "System.String", - "BgpSettingsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualNetworkGateway2", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "EnableBgp": "System.Boolean", - "ActiveActive": "System.Boolean", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", - "VpnClientConfigurationText": "System.String", - "SkuText": "System.String", - "Etag": "System.String", - "IpConfigurationsText": "System.String", - "VpnGatewayGeneration": "System.String", - "ProvisioningState": "System.String", - "VpnType": "System.String", - "GatewayType": "System.String", - "BgpSettingsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LocalNetworkGateway2", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "Tag": "System.Collections.Hashtable", - "GatewayIpAddress": "System.String", - "ProvisioningState": "System.String", - "AddressSpaceText": "System.String", - "BgpSettingsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ConnectionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IPsec", - "Vnet2Vnet", - "ExpressRoute", - "VPNClient" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RoutingWeight", + "Name": "DpdTimeoutInSeconds", "AliasList": [], "Type": { "Namespace": "System", @@ -315267,7 +317523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -315356,6 +317612,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [], @@ -315416,7 +317690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -315434,7 +317708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -315646,7 +317920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315654,21 +317928,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -315730,7 +318005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315738,21 +318013,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -315814,12 +318090,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -315932,6 +318209,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -315980,6 +318281,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -316059,7 +318384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -316083,7 +318408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -316348,7 +318673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -316356,21 +318681,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -316432,7 +318758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -316440,21 +318766,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -316516,12 +318843,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -316634,6 +318962,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -316682,6 +319034,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -316761,7 +319137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -316785,7 +319161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -316928,7 +319304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -317109,7 +319485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -317117,21 +319493,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -317193,7 +319570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -317201,21 +319578,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -317277,12 +319655,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -317395,6 +319774,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -317443,6 +319846,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -317522,7 +319949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -317546,7 +319973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -318539,7 +320966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -318646,29 +321073,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -318969,29 +321398,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -319366,7 +321797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -319472,29 +321903,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -319794,29 +322227,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320191,29 +322626,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320276,29 +322713,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320374,6 +322813,26 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "UsePolicyBasedTrafficSelectors", "AliasList": [], @@ -320394,13 +322853,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "IpsecPolicies", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -320418,7 +322897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -320529,29 +323008,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320638,6 +323119,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "UsePolicyBasedTrafficSelectors", @@ -320664,6 +323171,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "IpsecPolicies", @@ -320671,7 +323204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -320695,7 +323228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -320835,29 +323368,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320944,6 +323479,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "UsePolicyBasedTrafficSelectors", @@ -320970,6 +323531,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "IpsecPolicies", @@ -320977,7 +323564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -321001,7 +323588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -321128,7 +323715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321136,21 +323723,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321207,7 +323795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321215,21 +323803,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321339,7 +323928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -321470,7 +324059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -321585,7 +324174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321593,21 +324182,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321809,7 +324399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321817,21 +324407,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321985,7 +324576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -322104,7 +324695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -322186,7 +324777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -322194,21 +324785,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -322369,7 +324961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -322688,7 +325280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -323248,7 +325840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -323569,7 +326161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -323891,7 +326483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -323899,21 +326491,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -324148,7 +326741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -324427,7 +327020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -324704,7 +327297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -324981,7 +327574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -325529,7 +328122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -326077,7 +328670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326085,21 +328678,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -326212,7 +328806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -326302,6 +328896,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "GatewaySku", "AliasList": [], @@ -326344,12 +328956,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -326450,7 +329063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -326468,7 +329081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -326486,7 +329099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -326534,6 +329147,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Tag", "AliasList": [], @@ -326881,7 +329512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -327000,6 +329631,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -327049,12 +329704,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -327173,7 +329829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -327197,7 +329853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -327221,7 +329877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -327286,6 +329942,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -327603,7 +330283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -327722,6 +330402,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -327771,12 +330475,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -327895,7 +330600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -327919,7 +330624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -327943,7 +330648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -328008,6 +330713,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -328253,7 +330982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -328372,6 +331101,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -328421,12 +331174,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -328545,7 +331299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -328569,7 +331323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -328593,7 +331347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -328658,6 +331412,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -328829,7 +331607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -328948,6 +331726,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -328997,12 +331799,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -329121,7 +331924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -329145,7 +331948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -329169,7 +331972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -329234,6 +332037,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -329412,7 +332239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329527,7 +332354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329658,7 +332485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -330005,7 +332832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330124,7 +332951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -330305,7 +333132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -330716,7 +333543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -330947,7 +333774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -331233,7 +334060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331241,21 +334068,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -331460,7 +334288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331468,21 +334296,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332030,7 +334859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332038,21 +334867,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332109,7 +334939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332117,21 +334947,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332226,7 +335057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332234,21 +335065,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332361,7 +335193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332369,21 +335201,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332440,7 +335273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332448,21 +335281,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332575,7 +335409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332583,21 +335417,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333296,7 +336131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333304,21 +336139,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333375,7 +336211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333383,21 +336219,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333528,7 +336365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333536,21 +336373,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333711,7 +336549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333719,21 +336557,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333790,7 +336629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333798,21 +336637,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333939,7 +336779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333947,21 +336787,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334112,7 +336953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334120,21 +336961,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334191,7 +337033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334199,21 +337041,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334269,12 +337112,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -334374,7 +337218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334382,21 +337226,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334502,12 +337347,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -334574,7 +337420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334582,21 +337428,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334709,7 +337556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -334805,7 +337652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -334864,7 +337711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334872,21 +337719,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335047,7 +337895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335156,7 +338004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335164,21 +338012,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335288,7 +338137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335469,7 +338318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335589,7 +338438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335597,21 +338446,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335668,7 +338518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335676,21 +338526,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335782,12 +338633,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -335888,7 +338740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -335906,7 +338758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -335924,7 +338776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -335972,6 +338824,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "EnableActiveActiveFeature", "AliasList": [], @@ -335990,6 +338860,26 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DisableActiveActiveFeature", "AliasList": [], @@ -336215,7 +339105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -336223,21 +339113,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -336341,12 +339232,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -336465,7 +339357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -336489,7 +339381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -336513,7 +339405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -336578,6 +339470,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -336602,6 +339518,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -336797,7 +339739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -336805,21 +339747,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -336923,12 +339866,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -337047,7 +339991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337071,7 +340015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337095,7 +340039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337160,6 +340104,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -337184,6 +340152,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -337403,7 +340397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -337411,21 +340405,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -337529,12 +340524,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -337653,7 +340649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337677,7 +340673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337701,7 +340697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337766,6 +340762,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -337790,6 +340810,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -338009,7 +341055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -338017,21 +341063,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -338135,12 +341182,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -338259,7 +341307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -338283,7 +341331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -338307,7 +341355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -338372,6 +341420,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -338396,6 +341468,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -338567,7 +341665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -338575,21 +341673,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -338693,12 +341792,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -338817,7 +341917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -338841,7 +341941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -338865,7 +341965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -338930,6 +342030,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -338954,6 +342078,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -339112,7 +342262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -339484,7 +342634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -339660,7 +342810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -339773,7 +342923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340419,7 +343569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -340520,7 +343670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340917,7 +344067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341381,7 +344531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341693,7 +344843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341761,7 +344911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341885,7 +345035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -342033,7 +345183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -342467,7 +345617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -342635,7 +345785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -342922,7 +346072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -343141,7 +346291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -343228,7 +346378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -343474,7 +346624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -343750,7 +346900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344396,7 +347546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344465,7 +347615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344590,7 +347740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -345062,7 +348212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345138,7 +348288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345270,7 +348420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345426,7 +348576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345520,7 +348670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345631,7 +348781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -345738,7 +348888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -345836,7 +348986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -345923,7 +349073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -345941,7 +349091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346058,7 +349208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -346187,7 +349337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -346211,7 +349361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346425,7 +349575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -346554,7 +349704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -346578,7 +349728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346694,7 +349844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -346789,7 +349939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -346873,7 +350023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -346972,7 +350122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -347101,7 +350251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -347125,7 +350275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -347248,7 +350398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347398,7 +350548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347598,7 +350748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347772,7 +350922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -347848,7 +350998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348024,7 +351174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348194,7 +351344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348326,7 +351476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -348482,7 +351632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -348726,7 +351876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348894,7 +352044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -349001,7 +352151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -349099,7 +352249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -349186,7 +352336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349204,7 +352354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349369,7 +352519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349393,7 +352543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349655,7 +352805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349679,7 +352829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349795,7 +352945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -349890,7 +353040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -349974,7 +353124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -350121,7 +353271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -350145,7 +353295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -350268,7 +353418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350362,7 +353512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350500,7 +353650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350632,7 +353782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350726,7 +353876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350837,7 +353987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -350944,7 +354094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -351042,7 +354192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -351129,7 +354279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351147,7 +354297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351264,7 +354414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -351393,7 +354543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351417,7 +354567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351631,7 +354781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -351760,7 +354910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351784,7 +354934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351900,7 +355050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -351995,7 +355145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -352079,7 +355229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -352178,7 +355328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -352307,7 +355457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -352331,7 +355481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -352454,7 +355604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -352509,7 +355659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -352677,7 +355827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -353017,7 +356167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -353663,7 +356813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354072,7 +357222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -354196,7 +357346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354513,7 +357663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354884,7 +358034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -355044,7 +358194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -355549,7 +358699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -355928,7 +359078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -356304,7 +359454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -356410,7 +359560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -356418,21 +359568,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -356807,7 +359958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -356815,21 +359966,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -357359,7 +360511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -357703,7 +360855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -358155,7 +361307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -358391,7 +361543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358523,7 +361675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358699,7 +361851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358869,7 +362021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -358877,21 +362029,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -358990,7 +362143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -358998,21 +362151,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -359489,7 +362643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -359497,21 +362651,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -359812,7 +362967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -360043,7 +363198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -360281,7 +363436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -360387,7 +363542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -360395,21 +363550,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -360754,7 +363910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -360762,21 +363918,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -360897,16 +364054,223 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzIpConfigurationBgpPeeringAddressObject", + "Name": "New-AzIpConfigurationBgpPeeringAddressObject", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.NewAzIpConfigurationBgpPeeringAddressObjectCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CustomAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByName", "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", + "Name": "IpConfigurationId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360916,13 +364280,83 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -360981,7 +364415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -361088,7 +364522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361096,21 +364530,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -361405,7 +364840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361413,21 +364848,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -361796,7 +365232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -361903,7 +365339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361911,21 +365347,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -362220,7 +365657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -362228,21 +365665,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -362611,7 +366049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]" @@ -362661,7 +366099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -362717,7 +366155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, @@ -363466,7 +366904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -363780,7 +367218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -363891,7 +367329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364162,7 +367600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364480,7 +367918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -364631,7 +368069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -364735,7 +368173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -364854,7 +368292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365075,7 +368513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365218,7 +368656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365410,7 +368848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365553,7 +368991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365673,7 +369111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -365795,7 +369233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365938,7 +369376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -366104,7 +369542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -366247,7 +369685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -366372,7 +369810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -366471,7 +369909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -366739,7 +370177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -367058,7 +370496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -367198,7 +370636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -367758,7 +371196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -368115,7 +371553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -368195,7 +371633,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSBastion]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -368598,7 +372036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -368723,7 +372161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -368859,7 +372297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -369212,7 +372650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -369296,7 +372734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -369522,7 +372960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -369799,7 +373237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -370078,7 +373516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -370768,7 +374206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -371522,7 +374960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -371846,7 +375284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -372244,7 +375682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -372432,7 +375870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -372621,7 +376059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -372907,7 +376345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -373094,7 +376532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -373284,7 +376722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -373338,7 +376776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -373603,7 +377041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -374596,7 +378034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -374653,7 +378091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -374972,7 +378410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -376325,7 +379763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -376688,7 +380126,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -376755,7 +380193,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -376801,7 +380239,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -376863,7 +380301,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -376917,7 +380355,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -376929,7 +380367,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -376987,7 +380425,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -376999,7 +380437,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -377057,7 +380495,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -377104,7 +380542,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377117,7 +380555,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -377279,7 +380717,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -377323,7 +380761,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377335,7 +380773,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -377384,7 +380822,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377396,7 +380834,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -377458,7 +380896,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377470,7 +380908,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -377515,7 +380953,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377527,7 +380965,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -377614,7 +381052,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdns": "System.Collections.Generic.List`1[System.String]", "RequiredMemberName": "System.String", @@ -377660,7 +381098,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -377728,7 +381166,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -377781,7 +381219,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSubnet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -377886,7 +381324,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -377967,7 +381405,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377979,7 +381417,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -378064,7 +381502,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -378114,7 +381552,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378126,7 +381564,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -378176,7 +381614,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -378235,7 +381673,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -378326,7 +381764,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378348,7 +381786,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378360,7 +381798,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -378432,7 +381870,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378444,7 +381882,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -378497,7 +381935,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378509,7 +381947,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -378577,7 +382015,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378589,7 +382027,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -378639,7 +382077,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378651,7 +382089,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDelegation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -378700,7 +382138,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378712,7 +382150,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378724,7 +382162,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -378800,7 +382238,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378812,7 +382250,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -378865,7 +382303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.String", "Description": "System.String", @@ -378911,7 +382349,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378923,7 +382361,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -378972,7 +382410,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378984,7 +382422,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -379033,7 +382471,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379045,7 +382483,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Locations": "System.Collections.Generic.List`1[System.String]", "Service": "System.String", @@ -379091,7 +382529,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379103,7 +382541,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -379170,7 +382608,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379182,7 +382620,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -379232,7 +382670,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -379278,7 +382716,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -379322,7 +382760,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379334,7 +382772,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -379379,7 +382817,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379391,7 +382829,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -379454,7 +382892,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379466,7 +382904,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379533,7 +382971,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379545,7 +382983,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379557,7 +382995,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379635,7 +383073,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -379680,7 +383118,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379692,7 +383130,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -379737,7 +383175,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379749,7 +383187,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379803,7 +383241,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379815,7 +383253,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -379864,7 +383302,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379876,7 +383314,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379937,7 +383375,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379949,7 +383387,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -379999,7 +383437,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380011,7 +383449,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -380070,7 +383508,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -380116,7 +383554,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380128,7 +383566,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -380187,7 +383625,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380199,7 +383637,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -380260,7 +383698,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380272,7 +383710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -380327,7 +383765,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380339,7 +383777,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -380389,7 +383827,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -380438,7 +383876,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -380484,7 +383922,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380496,7 +383934,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -380541,7 +383979,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380553,7 +383991,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -380600,7 +384038,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380612,7 +384050,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -380674,7 +384112,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380686,7 +384124,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -380735,7 +384173,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380747,7 +384185,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -380804,7 +384242,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380816,7 +384254,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -381053,7 +384491,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381065,7 +384503,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -381122,7 +384560,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381134,7 +384572,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -381181,7 +384619,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381193,7 +384631,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.Int32", "Description": "System.String" @@ -381238,7 +384676,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381250,7 +384688,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -381297,7 +384735,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381309,7 +384747,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -381356,7 +384794,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381368,7 +384806,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -381415,7 +384853,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -381460,7 +384898,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381472,7 +384910,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -381518,7 +384956,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381530,7 +384968,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -381576,7 +385014,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381588,7 +385026,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -381633,7 +385071,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381645,7 +385083,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -381690,7 +385128,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -381738,7 +385176,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381750,7 +385188,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -381799,7 +385237,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381811,7 +385249,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -381862,7 +385300,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381874,7 +385312,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -381919,7 +385357,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -381972,7 +385410,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381984,7 +385422,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -382039,7 +385477,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382051,7 +385489,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -382097,7 +385535,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -382208,7 +385646,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -382252,7 +385690,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382264,7 +385702,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -382333,7 +385771,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -382391,7 +385829,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382403,7 +385841,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -382472,7 +385910,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382484,7 +385922,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -382544,7 +385982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -382595,7 +386033,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -382640,7 +386078,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -382695,7 +386133,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382707,7 +386145,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -382788,7 +386226,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382800,7 +386238,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382812,7 +386250,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -382893,7 +386331,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -382937,7 +386375,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382949,7 +386387,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -383017,7 +386455,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -383029,7 +386467,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -383110,7 +386548,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -383375,7 +386813,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAddressSpace": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AddressPrefixesText": "System.String" @@ -383417,13 +386855,179 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { + "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsServers": "System.Collections.Generic.List`1[System.String]", + "DnsServersText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualNetworkCommunity": "System.String", + "RegionalCommunity": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRegionalCommunity", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", + "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", + "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", + "UseRemoteGateways": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "RemoteVirtualNetworkAddressSpaceText": "System.String", + "RemoteGatewaysText": "System.String", + "RemoteVirtualNetworkText": "System.String", + "ResourceGroupName": "System.String", + "Etag": "System.String", + "PeeringState": "System.String", + "VirtualNetworkName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DnsServers": "System.Collections.Generic.List`1[System.String]", - "DnsServersText": "System.String" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383462,22 +387066,17 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualNetworkCommunity": "System.String", - "RegionalCommunity": "System.String" + "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", + "BoundsText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeRegionalCommunity", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -383512,40 +387111,13 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", - "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", - "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", - "UseRemoteGateways": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "RemoteVirtualNetworkAddressSpaceText": "System.String", - "RemoteGatewaysText": "System.String", - "RemoteVirtualNetworkText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "PeeringState": "System.String", - "VirtualNetworkName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String" + "Min": "System.Int32", + "Max": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], @@ -383584,10 +387156,10 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -383628,13 +387200,32 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "BoundsText": "System.String" + "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "EnableInternetSecurity": "System.Boolean", + "AuthorizationKey": "System.String", + "ProvisioningState": "System.String", + "ExpressRouteCircuitPeeringText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "RoutingWeight": "System.UInt32" }, "ElementType": null, "GenericTypeArguments": [], @@ -383673,13 +387264,17 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Min": "System.Int32", - "Max": "System.Int32" + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "Connections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383718,12 +387313,29 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Id": "System.String" + "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", + "Destinations": "System.Collections.Generic.List`1[System.String]", + "NextHops": "System.Collections.Generic.List`1[System.String]", + "NextHopIpAddress": "System.String", + "DestinationType": "System.String", + "NextHopType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383762,32 +387374,29 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" + "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { + "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", - "AuthorizationKey": "System.String", "ProvisioningState": "System.String", - "ExpressRouteCircuitPeeringText": "System.String", "Name": "System.String", "Etag": "System.String", - "Id": "System.String", - "RoutingWeight": "System.UInt32" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383826,17 +387435,28 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "Connections": "System.Collections.Generic.List`1[System.String]", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", + "VpnClientConnectionsCount": "System.Int32", + "AllocatedIpAddressesText": "System.String", + "TotalIngressBytesTransferred": "System.UInt64", + "TotalEgressBytesTransferred": "System.UInt64" }, "ElementType": null, "GenericTypeArguments": [], @@ -383875,29 +387495,29 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" + "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { + "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", - "Destinations": "System.Collections.Generic.List`1[System.String]", - "NextHops": "System.Collections.Generic.List`1[System.String]", - "NextHopIpAddress": "System.String", - "DestinationType": "System.String", - "NextHopType": "System.String" + "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "ProvisioningState": "System.String", + "VpnClientAddressPoolText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383936,29 +387556,71 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { + "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadTenant": "System.String", + "AadAudience": "System.String", + "AadIssuer": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" + "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { + "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "Thumbprint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383997,28 +387659,25 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" + "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { + "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", - "VpnClientConnectionsCount": "System.Int32", - "AllocatedIpAddressesText": "System.String", - "TotalIngressBytesTransferred": "System.UInt64", - "TotalEgressBytesTransferred": "System.UInt64" + "Name": "System.String", + "PublicCertData": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384057,75 +387716,31 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" + "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "ProvisioningState": "System.String", - "VpnClientAddressPoolText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { + "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AadTenant": "System.String", - "AadAudience": "System.String", - "AadIssuer": "System.String" + "SALifeTimeSeconds": "System.Int32", + "SADataSizeKilobytes": "System.Int32", + "IpsecEncryption": "System.String", + "IpsecIntegrity": "System.String", + "IkeEncryption": "System.String", + "IkeIntegrity": "System.String", + "DhGroup": "System.String", + "PfsGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384164,25 +387779,27 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { + "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", + "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", + "Tag": "System.Collections.Hashtable", + "IpAddress": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", "Name": "System.String", - "Thumbprint": "System.String" + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384221,25 +387838,15 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { + "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Name": "System.String", - "PublicCertData": "System.String" + "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", + "PeerWeight": "System.Nullable`1[System.Int32]", + "Asn": "System.Nullable`1[System.Int64]", + "BgpPeeringAddress": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384278,87 +387885,23 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" + "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "SALifeTimeSeconds": "System.Int32", - "SADataSizeKilobytes": "System.Int32", - "IpsecEncryption": "System.String", - "IpsecIntegrity": "System.String", - "IkeEncryption": "System.String", - "IkeIntegrity": "System.String", - "DhGroup": "System.String", - "PfsGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { + "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "Tag": "System.Collections.Hashtable", - "IpAddress": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -384400,52 +387943,6 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PeerWeight": "System.Nullable`1[System.Int32]", - "Asn": "System.Nullable`1[System.Int64]", - "BgpPeeringAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", @@ -384461,7 +387958,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -384507,7 +388004,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384519,11 +388016,12 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -384570,7 +388068,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -384615,7 +388113,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -384660,7 +388158,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384672,7 +388170,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -384731,7 +388229,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384743,7 +388241,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -384803,7 +388301,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -384849,7 +388347,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -384895,7 +388393,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384907,7 +388405,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -384956,7 +388454,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384968,7 +388466,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -385037,7 +388535,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -385090,7 +388588,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", "AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]", @@ -385141,7 +388639,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -385208,7 +388706,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385220,7 +388718,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -385269,7 +388767,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385281,8 +388779,9 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "AddressPrefix": "System.String", @@ -385291,6 +388790,7 @@ "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", "PeerExpressRouteCircuitPeeringText": "System.String", + "IPv6CircuitConnectionConfigText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -385332,10 +388832,55 @@ } ] }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressPrefix": "System.String", + "CircuitConnectionStatus": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385347,7 +388892,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -385414,7 +388959,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385426,7 +388971,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -385481,7 +389026,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -385527,7 +389072,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -385571,7 +389116,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385583,7 +389128,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -385646,7 +389191,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385658,7 +389203,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -385703,7 +389248,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -385747,7 +389292,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385759,7 +389304,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385771,7 +389316,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -385842,7 +389387,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385854,7 +389399,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -385925,7 +389470,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385937,7 +389482,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -385997,7 +389542,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386009,7 +389554,7 @@ "Microsoft.Azure.Commands.Network.Models.PSProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -386083,7 +389628,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -386138,7 +389683,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -386182,7 +389727,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -386242,7 +389787,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386254,7 +389799,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -386308,7 +389853,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386320,7 +389865,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -386373,7 +389918,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -386417,7 +389962,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -386468,7 +390013,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386480,7 +390025,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -386529,7 +390074,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386541,7 +390086,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -386594,7 +390139,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386606,7 +390151,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -386652,7 +390197,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -386732,7 +390277,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386744,7 +390289,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -386790,7 +390335,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceResourceId": "System.String" }, @@ -386834,7 +390379,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386846,7 +390391,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -386897,7 +390442,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386909,7 +390454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -386957,7 +390502,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Items": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", "Type": "System.String", @@ -387003,7 +390548,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387015,7 +390560,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -387060,7 +390605,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387072,7 +390617,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -387122,7 +390667,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -387164,7 +390709,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChecksFailedPercent": "System.Nullable`1[System.Int32]", "RoundTripTimeMs": "System.Nullable`1[System.Int32]" @@ -387209,7 +390754,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387221,7 +390766,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -387270,7 +390815,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387282,7 +390827,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -387332,7 +390877,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387344,7 +390889,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -387403,7 +390948,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -387448,7 +390993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -387493,7 +391038,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -387542,7 +391087,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -387595,7 +391140,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387607,7 +391152,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -387659,7 +391204,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387671,7 +391216,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -387719,7 +391264,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387731,7 +391276,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -387777,7 +391322,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387789,7 +391334,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -387838,7 +391383,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387850,7 +391395,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -387897,7 +391442,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387909,7 +391454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -387954,7 +391499,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -388002,7 +391547,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -388048,7 +391593,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388060,7 +391605,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -388108,7 +391653,7 @@ "Microsoft.Azure.Commands.Network.Models.PSMatchedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -388153,7 +391698,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388165,7 +391710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -388214,7 +391759,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStorageLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -388260,7 +391805,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388272,7 +391817,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -388342,7 +391887,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388374,7 +391919,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -388419,7 +391964,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388431,7 +391976,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -388483,7 +392028,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388495,7 +392040,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -388550,7 +392095,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388562,7 +392107,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -388612,7 +392157,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388624,7 +392169,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -388669,7 +392214,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -388713,7 +392258,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388725,7 +392270,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388737,7 +392282,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -388782,12 +392327,13 @@ "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -388840,7 +392386,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -388848,21 +392394,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -388910,7 +392457,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -388956,7 +392503,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", @@ -389014,7 +392561,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389026,7 +392573,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -389074,7 +392621,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389086,7 +392633,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -389134,7 +392681,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389146,7 +392693,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -389198,7 +392745,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389210,7 +392757,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -389255,7 +392802,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389267,7 +392814,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -389315,7 +392862,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389327,7 +392874,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -389377,7 +392924,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389389,7 +392936,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" @@ -389434,7 +392981,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389446,7 +392993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -389496,7 +393043,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -389571,7 +393118,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389583,7 +393130,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -389629,7 +393176,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -389676,7 +393223,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389688,7 +393235,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -389735,7 +393282,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389747,7 +393294,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -389794,7 +393341,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389806,7 +393353,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -389851,7 +393398,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Country": "System.String", "State": "System.String", @@ -389897,7 +393444,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389909,7 +393456,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -389956,7 +393503,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389968,7 +393515,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -390013,7 +393560,7 @@ "Microsoft.Azure.Commands.Network.Models.PSUsageName": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json index a51a46c928a5..067d23e6bc64 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Object", "MetadataId": "System.String", @@ -334,7 +334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "IsCompliant": "System.Nullable`1[System.Boolean]", @@ -2793,14 +2793,14 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PolicyEvaluationDetails": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "PolicyDefinitionGroupNames": "System.Collections.Generic.IList`1[System.String]", "IsCompliant": "System.Nullable`1[System.Boolean]", "Timestamp": "System.Nullable`1[System.DateTime]", - "PolicyAssignmentId": "System.String", + "PolicyDefinitionVersion": "System.String", "ComplianceState": "System.String", "PolicyDefinitionReferenceId": "System.String", "ManagementGroupIds": "System.String", @@ -2812,7 +2812,8 @@ "PolicyDefinitionCategory": "System.String", "PolicyDefinitionAction": "System.String", "PolicyAssignmentScope": "System.String", - "ResourceId": "System.String", + "PolicySetDefinitionVersion": "System.String", + "PolicyAssignmentParameters": "System.String", "PolicyAssignmentOwner": "System.String", "PolicyAssignmentName": "System.String", "ResourceTags": "System.String", @@ -2822,8 +2823,10 @@ "SubscriptionId": "System.String", "EffectiveParameters": "System.String", "PolicyDefinitionId": "System.String", + "PolicyAssignmentId": "System.String", + "ResourceId": "System.String", "PolicyDefinitionName": "System.String", - "PolicyAssignmentParameters": "System.String" + "PolicyAssignmentVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -5505,7 +5508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyAssignments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]" @@ -7294,6 +7297,241 @@ ], "AliasList": [] }, + { + "VerbName": "Start", + "NounName": "AzPolicyComplianceScan", + "Name": "Start-AzPolicyComplianceScan", + "ClassName": "Microsoft.Azure.Commands.PolicyInsights.Cmdlets.StartAzPolicyComplianceScan", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Get", "NounName": "AzPolicyRemediation", @@ -7308,7 +7546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -8474,7 +8712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -8993,7 +9231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -9310,7 +9548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -10348,7 +10586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -10801,7 +11039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -11458,7 +11696,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IfNotExistsDetails": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails", "EvaluatedExpressions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]" @@ -11508,7 +11746,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalResources": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -11570,7 +11808,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11582,7 +11820,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.String", "Expression": "System.String", @@ -11636,7 +11874,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", "PolicyDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", @@ -11689,7 +11927,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11701,7 +11939,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Count": "System.Nullable`1[System.Int32]", "ComplianceState": "System.String" @@ -11751,7 +11989,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11763,7 +12001,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyDefinitions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]", @@ -11816,7 +12054,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11828,7 +12066,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyDefinitionGroupNames": "System.Collections.Generic.IList`1[System.String]", @@ -11881,7 +12119,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11893,7 +12131,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyGroupName": "System.String" @@ -11943,7 +12181,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[], Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[], Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment", "GenericTypeArguments": [], @@ -11953,7 +12191,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition", "CreatedOn": "System.Nullable`1[System.DateTime]", @@ -12008,7 +12246,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]", "AdditionalInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]", @@ -12061,7 +12299,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12073,7 +12311,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12085,7 +12323,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Info": "System.Object", "Type": "System.String" @@ -12135,7 +12373,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalDeployments": "System.Int32", "SuccessfulDeployments": "System.Int32", @@ -12186,7 +12424,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Locations": "System.Collections.Generic.IEnumerable`1[System.String]" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json index 4675426d0acd..ef63699d188d 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -200,7 +200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -675,7 +675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -936,7 +936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -1972,7 +1972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -2330,7 +2330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -2550,7 +2550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2880,7 +2880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3064,7 +3064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3583,7 +3583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -4089,7 +4089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4674,7 +4674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5254,7 +5254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -5640,7 +5640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6609,7 +6609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -6893,7 +6893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7356,7 +7356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7666,7 +7666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8034,7 +8034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8383,7 +8383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8732,7 +8732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9177,7 +9177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9622,7 +9622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10067,7 +10067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10295,7 +10295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cluster": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", "Deployment": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", @@ -10722,7 +10722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12008,7 +12008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12331,7 +12331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12764,7 +12764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13082,7 +13082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -13502,7 +13502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -13827,7 +13827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14280,7 +14280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14610,7 +14610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15062,7 +15062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15282,7 +15282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -15450,7 +15450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -15877,7 +15877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -16138,7 +16138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -16450,7 +16450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -16808,7 +16808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17120,7 +17120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17286,7 +17286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -17535,7 +17535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -17654,7 +17654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17838,7 +17838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -18111,7 +18111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -18230,7 +18230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -18360,7 +18360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18572,7 +18572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18775,7 +18775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19005,7 +19005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19246,7 +19246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19565,7 +19565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19898,7 +19898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20459,7 +20459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20900,7 +20900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21077,7 +21077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -21227,7 +21227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21463,7 +21463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21647,7 +21647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -21779,7 +21779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21993,7 +21993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23836,7 +23836,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsAdmin": "System.Boolean", "CertificateCommonName": "System.String", @@ -24717,7 +24717,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -24800,7 +24800,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended", "Name": "System.String", @@ -25757,7 +25757,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25769,7 +25769,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Certificate": "System.Security.Cryptography.X509Certificates.X509Certificate2", "KeyVaultId": "System.String", @@ -25830,7 +25830,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", "Name": "System.String" @@ -25880,7 +25880,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25892,7 +25892,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json index 1a255dab0f81..227b4e986753 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128,7 +128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -417,7 +417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -662,7 +662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -776,7 +776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1065,7 +1065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1540,7 +1540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1784,7 +1784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2009,7 +2009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -2125,7 +2125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2446,7 +2446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2743,7 +2743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2975,7 +2975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3089,7 +3089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3352,7 +3352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3591,7 +3591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3705,7 +3705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3968,7 +3968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -4207,7 +4207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4321,7 +4321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4437,7 +4437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4681,7 +4681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4906,7 +4906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5022,7 +5022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5343,7 +5343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5640,7 +5640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5872,7 +5872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5981,7 +5981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6185,7 +6185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6359,7 +6359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6468,7 +6468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6672,7 +6672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6846,7 +6846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6955,7 +6955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7071,7 +7071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7345,7 +7345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7618,7 +7618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7819,7 +7819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7887,7 +7887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8088,7 +8088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8405,7 +8405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8599,7 +8599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8763,7 +8763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8872,7 +8872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9066,7 +9066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9230,7 +9230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9344,7 +9344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9460,7 +9460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9734,7 +9734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10007,7 +10007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10208,7 +10208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10477,7 +10477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10685,7 +10685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServerName": "System.String", "DatabaseName": "System.String", @@ -10791,7 +10791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11066,7 +11066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11279,7 +11279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11391,7 +11391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11722,7 +11722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11991,7 +11991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -12103,7 +12103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12476,7 +12476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12769,7 +12769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceName": "System.String", "DatabaseName": "System.String", @@ -12875,7 +12875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13150,7 +13150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13407,7 +13407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13519,7 +13519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -13824,7 +13824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14111,7 +14111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -14223,7 +14223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14570,7 +14570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14905,7 +14905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15012,7 +15012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15385,7 +15385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15678,7 +15678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15785,7 +15785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16158,7 +16158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16451,7 +16451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16558,7 +16558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16912,7 +16912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17168,7 +17168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17275,7 +17275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17622,7 +17622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17957,7 +17957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18064,7 +18064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18411,7 +18411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18746,7 +18746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18853,7 +18853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19207,7 +19207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19555,7 +19555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -19829,7 +19829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20229,7 +20229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20545,7 +20545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20945,7 +20945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21379,7 +21379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21477,7 +21477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21729,7 +21729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -22027,7 +22027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Usages.Models", "Name": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -22086,7 +22086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22264,7 +22264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22688,7 +22688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -22780,7 +22780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -22968,7 +22968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -23800,7 +23800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24060,7 +24060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24556,7 +24556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -24666,7 +24666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -24860,7 +24860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25244,7 +25244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -25352,7 +25352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25522,7 +25522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25860,7 +25860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -26132,7 +26132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", "PercentComplete": "System.Single", @@ -26405,7 +26405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -26636,7 +26636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -26728,7 +26728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -26916,7 +26916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27324,7 +27324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -27430,7 +27430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27571,7 +27571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27739,7 +27739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27874,7 +27874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -28021,7 +28021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28248,7 +28248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28574,7 +28574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -28630,7 +28630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28826,7 +28826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29058,7 +29058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -29115,7 +29115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29347,7 +29347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29627,7 +29627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -29906,7 +29906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30142,7 +30142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30463,7 +30463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30741,7 +30741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -31280,7 +31280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -32089,7 +32089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", "ElasticPools": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]" @@ -32359,7 +32359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IsDefault": "System.Boolean", @@ -32793,7 +32793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33035,7 +33035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33625,7 +33625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33909,7 +33909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -34457,7 +34457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -34774,7 +34774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35049,7 +35049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35366,7 +35366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35642,7 +35642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35960,7 +35960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36072,7 +36072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36386,7 +36386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36754,7 +36754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37202,7 +37202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37497,7 +37497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", "OperationId": "System.Guid", @@ -37823,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38286,7 +38286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38623,7 +38623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39184,7 +39184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39458,7 +39458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39816,7 +39816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -40132,7 +40132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40363,7 +40363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40594,7 +40594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40867,7 +40867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -41232,7 +41232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -41607,7 +41607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -42848,7 +42848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -43051,7 +43051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43427,7 +43427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43846,7 +43846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44269,7 +44269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44525,7 +44525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -44900,7 +44900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -45761,7 +45761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46167,7 +46167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46573,7 +46573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46932,7 +46932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47056,7 +47056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47294,7 +47294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47550,7 +47550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47674,7 +47674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47912,7 +47912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48168,7 +48168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -48287,7 +48287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48507,7 +48507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48739,7 +48739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -48815,7 +48815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49011,7 +49011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49497,7 +49497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -49573,7 +49573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -50084,7 +50084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -52297,7 +52297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52411,7 +52411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52679,7 +52679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52993,7 +52993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53069,7 +53069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53439,6 +53439,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -53486,7 +53504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53883,6 +53901,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -54276,6 +54318,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -54697,251 +54763,275 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AdministratorPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Edition", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LicenseType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VCore", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PublicDataEndpointEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ProxyOverride", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [ - "Tags" - ], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AssignIdentity", + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AdministratorPassword", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Edition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LicenseType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VCore", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicDataEndpointEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyOverride", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -55064,6 +55154,1266 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzSqlInstanceOperation", + "Name": "Get-AzSqlInstanceOperation", + "ClassName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Cmdlet.GetAzureSqlManagedInstanceOperation", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetByManagedInstanceOperationResourceIdentifierParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DefaultParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListByManagedInstanceParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Stop", + "NounName": "AzSqlInstanceOperation", + "Name": "Stop-AzSqlInstanceOperation", + "ClassName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Cmdlet.StopAzureSqlManagedInstanceOperation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "StopByNameAndManagedInstanceAndResourceGroupParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagedInstanceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "SqlInstanceOperation" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "StopByNameAndManagedInstanceAndResourceGroupParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "SqlInstanceOperation" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -55122,7 +56472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -55462,7 +56812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -55631,7 +56981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -55985,7 +57335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -56159,7 +57509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -56346,7 +57696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -56834,7 +58184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -57234,7 +58584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -57383,7 +58733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -57692,7 +59042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -58023,7 +59373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -58269,7 +59619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -58322,7 +59672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -58815,7 +60165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -59471,7 +60821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -60516,7 +61866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -61481,7 +62831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeletionDate": "System.DateTime", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -62010,7 +63360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -62288,7 +63638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -62369,7 +63719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -62554,7 +63904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -62916,7 +64266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -62996,7 +64346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -63987,7 +65337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -64151,7 +65501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -64394,7 +65744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -64510,7 +65860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -64870,7 +66220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -65172,7 +66522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -66196,7 +67546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServerVersions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", "LocationName": "System.String", @@ -66688,7 +68038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -66744,7 +68094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -66910,7 +68260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -67244,7 +68594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -67336,7 +68686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -67594,7 +68944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68028,7 +69378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -68120,7 +69470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68378,7 +69728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68812,7 +70162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69252,7 +70602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69838,7 +71188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69902,7 +71252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70060,7 +71410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70386,7 +71736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70450,7 +71800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70664,7 +72014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71286,7 +72636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -71568,7 +72918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72186,7 +73536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72306,7 +73656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72768,7 +74118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73030,7 +74380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73150,7 +74500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73678,7 +75028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73988,7 +75338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74108,7 +75458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74504,7 +75854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74718,7 +76068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75089,7 +76439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75418,7 +76768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75747,7 +77097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationStatusLink": "System.String", "ErrorMessage": "System.String", @@ -75937,7 +77287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -76037,7 +77387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76212,7 +77562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76420,7 +77770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76625,7 +77975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76809,7 +78159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -76891,7 +78241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77048,7 +78398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77223,7 +78573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77407,7 +78757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77588,7 +78938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77793,7 +79143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77977,7 +79327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -78254,7 +79604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -78841,7 +80191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -79160,7 +80510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -79521,7 +80871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -79651,7 +81001,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -79776,7 +81126,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -79877,7 +81227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -80187,7 +81537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -80353,7 +81703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80474,7 +81824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80730,7 +82080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80863,7 +82213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81047,7 +82397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81177,7 +82527,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81320,7 +82670,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81445,7 +82795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81797,7 +83147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81927,7 +83277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82048,7 +83398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82256,7 +83606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82389,7 +83739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82573,7 +83923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -82967,7 +84317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -83260,7 +84610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -83594,7 +84944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -84334,7 +85684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -85681,7 +87031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -86016,7 +87366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -87367,7 +88717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -87743,7 +89093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -87824,7 +89174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -88100,7 +89450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -88384,7 +89734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -88465,7 +89815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -88882,7 +90232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -89271,7 +90621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89352,7 +90702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89669,7 +91019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89972,7 +91322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90053,7 +91403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90374,7 +91724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90657,7 +92007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -90735,7 +92085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91052,7 +92402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91335,7 +92685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -91413,7 +92763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91772,7 +93122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -92103,7 +93453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92181,7 +93531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92495,7 +93845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92723,7 +94073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92801,7 +94151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93157,7 +94507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93433,7 +94783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -93519,7 +94869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -93918,7 +95268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -94271,7 +95621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94357,7 +95707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94717,7 +96067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94953,7 +96303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -95039,7 +96389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -95229,7 +96579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -96158,7 +97508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -97068,7 +98418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -97436,7 +98786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -97578,7 +98928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -97998,7 +99348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -98880,7 +100230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -99925,7 +101275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -100011,7 +101361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -100188,7 +101538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -100711,7 +102061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -102085,7 +103435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102158,7 +103508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -102624,7 +103974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102993,7 +104343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -103458,7 +104808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -104915,7 +106265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -104998,7 +106348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106027,7 +107377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106213,7 +107563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106449,7 +107799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -107414,7 +108764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -107497,7 +108847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -108606,7 +109956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -108820,7 +110170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -109058,7 +110408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -110051,7 +111401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -110128,7 +111478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -110445,7 +111795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -110728,7 +112078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -110805,7 +112155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111122,7 +112472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111405,7 +112755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -111482,7 +112832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -111837,7 +113187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -112136,7 +113486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -112237,7 +113587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113272,7 +114622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113452,7 +114802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113656,7 +115006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -114383,7 +115733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -114466,7 +115816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115361,7 +116711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115517,7 +116867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115697,7 +117047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -116372,7 +117722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -116458,7 +117808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117031,7 +118381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117171,7 +118521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117602,7 +118952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -117688,7 +119038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -118052,7 +119402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -118288,7 +119638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -118371,7 +119721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -118688,7 +120038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -118971,7 +120321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119054,7 +120404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119415,7 +120765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119720,7 +121070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119806,7 +121156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120573,7 +121923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120863,7 +122213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -121436,7 +122786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121522,7 +122872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122314,7 +123664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122559,7 +123909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123039,7 +124389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123125,7 +124475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123799,7 +125149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124412,7 +125762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -124521,7 +125871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -124768,7 +126118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -125157,7 +126507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -125563,7 +126913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -125672,7 +127022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -125893,7 +127243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -126282,7 +127632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -126662,7 +128012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -126771,7 +128121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -127018,7 +128368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -127407,7 +128757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -127813,7 +129163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -127922,7 +129272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -128143,7 +129493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -128532,7 +129882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -128891,7 +130241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -129001,7 +130351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -129580,7 +130930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -129770,7 +131120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130107,7 +131457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -130217,7 +131567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130530,7 +131880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130795,7 +132145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -130905,7 +132255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131458,7 +132808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131622,7 +132972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131933,7 +133283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -132043,7 +133393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132330,7 +133680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132588,7 +133938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -132697,7 +134047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -132942,7 +134292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -133331,7 +134681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -133735,7 +135085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -133844,7 +135194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -134063,7 +135413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -134452,7 +135802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -134866,7 +136216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -134975,7 +136325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135552,7 +136902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135838,7 +137188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -136145,7 +137495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -136254,7 +137604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -136805,7 +138155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -137065,7 +138415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -137317,7 +138667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -137654,7 +139004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -138025,7 +139375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceTierAdvisor": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -138743,7 +140093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -138988,7 +140338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139475,7 +140825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140045,7 +141395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140645,7 +141995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141052,7 +142402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141431,7 +142781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141640,7 +142990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142265,7 +143615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142737,7 +144087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143388,7 +144738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -143759,7 +145109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -143839,7 +145189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -144884,7 +146234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -145074,7 +146424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -145343,7 +146693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -145459,7 +146809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -145819,7 +147169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -146121,7 +147471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -146196,7 +147546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146425,7 +147775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146826,7 +148176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastAvailableBackupDate": "System.DateTime", "ResourceGroupName": "System.String", @@ -147101,7 +148451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.DateTime", "DeletionDate": "System.DateTime", @@ -147427,7 +148777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -147705,7 +149055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -147978,7 +149328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148254,7 +149604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148572,7 +149922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148932,7 +150282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152045,7 +153395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -152138,7 +153488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152435,7 +153785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152864,7 +154214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -153888,7 +155238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -153945,7 +155295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154141,7 +155491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154373,7 +155723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -154454,7 +155804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -154657,7 +156007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -155115,7 +156465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -155490,7 +156840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -155865,7 +157215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -156165,7 +157515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SeverName": "System.String", "DatabaseId": "System.String", @@ -156453,7 +157803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -156802,7 +158152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "LogLevel": "System.String", @@ -157266,7 +158616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -157663,7 +159013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", "LastUpdateTime": "System.Nullable`1[System.DateTime]" @@ -158027,7 +159377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -158731,7 +160081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SyncAgentKey": "System.String" }, @@ -159000,7 +160350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -159649,7 +160999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -161167,7 +162517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -161551,7 +162901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -161984,7 +163334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -162465,7 +163815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -162856,7 +164206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -163247,7 +164597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -163722,7 +165072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -164161,7 +165511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -164590,7 +165940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -164863,7 +166213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -165269,7 +166619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -166001,7 +167351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -166491,7 +167841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -166896,7 +168246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -167628,7 +168978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -167749,7 +169099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -168020,7 +169370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -168237,7 +169587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -168338,7 +169688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168574,7 +169924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168859,7 +170209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -169130,7 +170480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -169402,7 +170752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -169638,7 +170988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -169869,7 +171219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -170171,7 +171521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -170326,7 +171676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -170768,7 +172118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171138,7 +172488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -171260,7 +172610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171656,7 +173006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171922,7 +173272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -172042,7 +173392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172460,7 +173810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172830,7 +174180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -172899,7 +174249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -173276,7 +174626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -173660,7 +175010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174044,7 +175394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174381,7 +175731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174483,7 +175833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174703,7 +176053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174935,7 +176285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175037,7 +176387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175257,7 +176607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175489,7 +176839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175586,7 +176936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175788,7 +177138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175996,7 +177346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -176051,7 +177401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -176199,7 +177549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -176469,7 +177819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -176524,7 +177874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -176662,7 +178012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -176924,7 +178274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -177033,7 +178383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -177345,7 +178695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -177595,7 +178945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -177704,7 +179054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178006,7 +179356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178248,7 +179598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -178303,7 +179653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -178451,7 +179801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -178721,7 +180071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -178776,7 +180126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178914,7 +180264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -179307,7 +180657,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179475,7 +180825,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -179487,7 +180837,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179975,7 +181325,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180070,7 +181420,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -180082,7 +181432,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Code": "System.String", "Message": "System.String" @@ -180127,7 +181477,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -180139,7 +181489,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -180262,7 +181612,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180357,7 +181707,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -180438,7 +181788,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180533,7 +181883,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -180630,7 +181980,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180725,7 +182075,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180820,7 +182170,7 @@ "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181048,7 +182398,7 @@ "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181143,7 +182493,7 @@ "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -181188,7 +182538,7 @@ "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181562,7 +182912,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181574,7 +182924,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedEditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", "Status": "System.String", @@ -181620,7 +182970,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181632,7 +182982,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServiceObjectives": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", "Status": "System.String", @@ -181678,7 +183028,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181690,7 +183040,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedMaxSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", "Id": "System.Nullable`1[System.Guid]", @@ -181737,7 +183087,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181749,7 +183099,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", "MaxValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", @@ -181797,7 +183147,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String", @@ -182068,7 +183418,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182163,7 +183513,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182415,7 +183765,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -182642,7 +183992,7 @@ "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model", "Name": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubscriptionId": "System.Nullable`1[System.Guid]", "Credential": "System.String", @@ -182693,7 +184043,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182705,7 +184055,7 @@ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -182868,7 +184218,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182880,7 +184230,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", "SchemaName": "System.String", @@ -182931,7 +184281,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182943,7 +184293,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183038,7 +184388,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -183208,7 +184558,7 @@ "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183303,7 +184653,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", "MasterSyncMemberName": "System.String" @@ -183363,7 +184713,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183375,7 +184725,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", "QuotedName": "System.String" @@ -183435,7 +184785,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183447,7 +184797,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -183668,7 +185018,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183680,7 +185030,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", @@ -183738,7 +185088,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183750,7 +185100,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "IsPrimaryKey": "System.Boolean", @@ -183810,7 +185160,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183905,7 +185255,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184000,7 +185350,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -184010,7 +185360,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184105,7 +185455,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184200,7 +185550,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json index a5e411b7743b..ab4b8e4ff1f4 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -132,7 +132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -230,7 +230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -571,7 +571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -743,7 +743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -1004,7 +1004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -1112,7 +1112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1404,7 +1404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1743,7 +1743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -1867,7 +1867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2205,7 +2205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2622,7 +2622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -2746,7 +2746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2996,7 +2996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3263,7 +3263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -3414,7 +3414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3735,7 +3735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4036,7 +4036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -4158,7 +4158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4256,7 +4256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -4599,7 +4599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4773,7 +4773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5038,7 +5038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5160,7 +5160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5258,7 +5258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5392,7 +5392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5708,7 +5708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5906,7 +5906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6120,7 +6120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -6332,7 +6332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6483,7 +6483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6602,7 +6602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6839,7 +6839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7016,7 +7016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7147,7 +7147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7351,7 +7351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7613,7 +7613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7713,7 +7713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8096,7 +8096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8294,7 +8294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8603,7 +8603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -8725,7 +8725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8823,7 +8823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8957,7 +8957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9231,7 +9231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9405,7 +9405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -9595,7 +9595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9759,7 +9759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -9877,7 +9877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9975,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10316,7 +10316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10488,7 +10488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10749,7 +10749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -10871,7 +10871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10969,7 +10969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -11083,7 +11083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -11679,7 +11679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -11929,7 +11929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12153,7 +12153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12391,7 +12391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12631,7 +12631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -12796,7 +12796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -13010,7 +13010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -13134,7 +13134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13426,7 +13426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13765,7 +13765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -13937,7 +13937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14037,7 +14037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -14149,7 +14149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14386,7 +14386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14590,7 +14590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14694,7 +14694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14873,7 +14873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -14991,7 +14991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15168,7 +15168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15352,7 +15352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -15496,7 +15496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -15793,7 +15793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16141,7 +16141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -16285,7 +16285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16652,7 +16652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17083,7 +17083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17201,7 +17201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -17577,7 +17577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17891,7 +17891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18193,7 +18193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18358,7 +18358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -18476,7 +18476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18856,7 +18856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -19174,7 +19174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -19480,7 +19480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19627,7 +19627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19786,7 +19786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19954,7 +19954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20072,7 +20072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20197,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20239,7 +20239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20324,7 +20324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20342,7 +20342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -20575,7 +20575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20718,7 +20718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -21157,7 +21157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -21843,7 +21843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -21976,7 +21976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22275,7 +22275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22474,7 +22474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -22830,7 +22830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22985,7 +22985,9 @@ "Standard_GRS", "Standard_RAGRS", "Premium_LRS", - "Premium_ZRS" + "Premium_ZRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23154,7 +23156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -23550,7 +23552,9 @@ "Standard_GRS", "Standard_RAGRS", "Premium_LRS", - "Premium_ZRS" + "Premium_ZRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23773,7 +23777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -24456,7 +24460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -24677,7 +24681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -24803,7 +24807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -24871,7 +24875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -25046,7 +25050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -25120,7 +25124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -25605,7 +25609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -25723,7 +25727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -25974,7 +25978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -26240,7 +26244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -26465,7 +26469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26507,7 +26511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26592,7 +26596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -26610,7 +26614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -26843,7 +26847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -26986,7 +26990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -27485,7 +27489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -27781,7 +27785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28471,7 +28475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28643,7 +28647,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -28860,7 +28866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -29237,7 +29243,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -29406,7 +29414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -29842,7 +29850,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -30011,7 +30021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -30519,7 +30529,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -30688,7 +30700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -31016,7 +31028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31131,7 +31143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31247,7 +31259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31267,7 +31279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31432,7 +31444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31552,7 +31564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31678,7 +31690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31782,7 +31794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31850,7 +31862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31956,7 +31968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -32106,7 +32118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -32200,7 +32212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -32377,7 +32389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -32592,7 +32604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32695,7 +32707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32798,7 +32810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -32816,7 +32828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -32942,7 +32954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33051,7 +33063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33160,7 +33172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -33184,7 +33196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -33494,7 +33506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Unit": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", "CurrentValue": "System.Nullable`1[System.Int32]", @@ -33866,7 +33878,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DirectoryServiceOptions": "System.String" }, @@ -33915,7 +33927,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseSubDomain": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -34044,7 +34056,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanFailover": "System.Nullable`1[System.Boolean]", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -34122,7 +34134,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -34289,7 +34301,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -34299,7 +34311,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34335,7 +34347,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34440,7 +34452,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -34450,7 +34462,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34486,7 +34498,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34498,7 +34510,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34593,7 +34605,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34605,7 +34617,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35240,7 +35252,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", @@ -36527,7 +36539,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36617,7 +36629,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", @@ -36670,7 +36682,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", "GenericTypeArguments": [], @@ -36680,7 +36692,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -36746,7 +36758,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", "HasLegalHold": "System.Nullable`1[System.Boolean]" @@ -36796,7 +36808,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", "GenericTypeArguments": [], @@ -36806,7 +36818,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "Tag": "System.String", @@ -36859,7 +36871,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36871,7 +36883,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37185,7 +37197,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CorsRulesProperty": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]" }, @@ -37244,7 +37256,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", "GenericTypeArguments": [], @@ -37254,7 +37266,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -37462,7 +37474,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -37749,7 +37761,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", @@ -37810,7 +37822,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterModificationGreaterThan": "System.Int32" }, @@ -38002,7 +38014,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" }, @@ -38061,7 +38073,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterCreationGreaterThan": "System.Int32" }, @@ -38414,7 +38426,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -38424,7 +38436,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -38505,7 +38517,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter" @@ -38575,7 +38587,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -38635,7 +38647,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json index 72118d064baa..49941a3b5e67 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json @@ -1,5 +1,296 @@ { "Cmdlets": [ + { + "VerbName": "Set", + "NounName": "AzDataLakeGen2ItemAclObject", + "Name": "Set-AzDataLakeGen2ItemAclObject", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.SetAzDataLakeGen2ItemAclObjectCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseAccessControls", + "Parameters": [ + { + "Name": "psacls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]" + }, + { + "Name": "ParsePSPathAccessControlEntrys", + "Parameters": [ + { + "Name": "acls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]" + }, + { + "Name": "GetSymbolicRolePermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "acl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "EntityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultScope", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EntityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultScope", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzDataLakeGen2ItemAclObject" + ] + }, { "VerbName": "Get", "NounName": "AzStorageTableStoredAccessPolicy", @@ -4909,7 +5200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Queue", "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -5300,7 +5591,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5489,7 +5780,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5743,7 +6034,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5997,7 +6288,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7415,7 +7706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -9289,7 +9580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -10939,7 +11230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -17098,7 +17389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -19223,7 +19514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -21347,7 +21638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -23248,7 +23539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -28900,7 +29191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -34188,7 +34479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -36062,7 +36353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -38067,7 +38358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -40096,7 +40387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -42057,7 +42348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -47345,7 +47636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -49219,7 +49510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -50869,7 +51160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -56703,7 +56994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -58852,7 +59143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -60777,7 +61068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -66525,7 +66816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -71831,7 +72122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -77479,7 +77770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -83143,7 +83434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -85017,7 +85308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -86667,7 +86958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -92333,7 +92624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -94386,7 +94677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -96215,7 +96506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -101795,7 +102086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -104380,7 +104671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -104990,7 +105281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -106659,7 +106950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -108533,7 +108824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -110538,7 +110829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -112567,7 +112858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -114583,7 +114874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -119888,7 +120179,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120156,7 +120447,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120431,7 +120722,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120600,7 +120891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -125899,7 +126190,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -126068,7 +126359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -131367,7 +131658,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -131536,7 +131827,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -131712,7 +132003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -134150,7 +134441,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134339,7 +134630,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134593,7 +134884,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134847,7 +135138,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -135821,7 +136112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -137490,7 +137781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -139364,7 +139655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -141411,7 +141702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -143464,7 +143755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -145449,7 +145740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -150737,7 +151028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -152611,7 +152902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -154261,7 +154552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -159927,7 +160218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -161980,7 +162271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -163809,7 +164100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -169389,7 +169680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -171282,7 +171573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -173595,7 +173886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -176496,7 +176787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -181784,7 +182075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -183658,7 +183949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -185835,7 +186126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -187962,7 +188253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -190119,7 +190410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.FileShareProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastModified": "System.Nullable`1[System.DateTimeOffset]", "Quota": "System.Nullable`1[System.Int32]", @@ -190195,7 +190486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -192431,7 +192722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -195571,7 +195862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -198418,7 +198709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -202513,7 +202804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -204387,7 +204678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -209710,7 +210001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -215496,7 +215787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -218580,7 +218871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -222878,7 +223169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -226943,7 +227234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -232706,7 +232997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -234817,7 +235108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -240323,7 +240614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -245598,7 +245889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -251301,7 +251592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -256936,7 +257227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -262626,7 +262917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -269999,7 +270290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -270426,7 +270717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -271520,7 +271811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountServices", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271623,7 +271914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271744,7 +272035,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -271888,7 +272179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountServices", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271997,7 +272288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -272130,7 +272421,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -272322,6 +272613,7 @@ "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "Track2OauthToken": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "StorageAccountName": "System.String", "BlobEndPoint": "System.String", @@ -272373,6 +272665,14 @@ { "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "DefaultContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "logWriter", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -274660,7 +274960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -274868,7 +275168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[]", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "GenericTypeArguments": [], @@ -275131,7 +275431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[]", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "GenericTypeArguments": [], @@ -275263,7 +275563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -275574,7 +275874,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -275948,7 +276248,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276604,6 +276904,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -276615,6 +276917,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -276693,7 +277000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -276973,7 +277280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277293,7 +277600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -281352,7 +281659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -284419,7 +284726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -288715,7 +289022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -292340,6 +292647,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -292355,6 +292664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -292389,6 +292703,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -292462,7 +292780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -295309,7 +295627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -299426,7 +299744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299867,7 +300185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300261,7 +300579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -303188,7 +303506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303560,7 +303878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -307701,7 +308019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308121,7 +308439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308474,6 +308792,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -308489,6 +308809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -308523,6 +308848,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -308635,7 +308964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -308944,7 +309273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309288,7 +309617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309608,7 +309937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309860,6 +310189,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -309875,6 +310206,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -309909,6 +310245,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -309928,7 +310268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -313987,7 +314327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -317074,7 +317414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -321396,7 +321736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -325099,6 +325439,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -325114,6 +325456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -325148,6 +325495,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -325167,7 +325518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -329226,7 +329577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -332257,7 +332608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -336505,7 +336856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -339986,6 +340337,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -339997,6 +340350,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -340111,7 +340469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340372,7 +340730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340665,7 +341023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340934,7 +341292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -341169,7 +341527,8 @@ } ], "AliasList": [ - "Get-AzStorageContainerAcl" + "Get-AzStorageContainerAcl", + "Get-AzDatalakeGen2FileSystem" ] }, { @@ -341186,7 +341545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -341668,7 +342027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -345799,7 +346158,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -345963,7 +346322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -350052,7 +350411,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -350257,7 +350616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -354346,7 +354705,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -354621,7 +354980,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -354896,7 +355255,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355099,7 +355458,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355311,6 +355670,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -355322,6 +355683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -355400,7 +355766,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355579,7 +355945,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355755,7 +356121,9 @@ ] } ], - "AliasList": [] + "AliasList": [ + "New-AzDatalakeGen2FileSystem" + ] }, { "VerbName": "New", @@ -355847,7 +356215,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356036,7 +356404,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356290,7 +356658,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356544,7 +356912,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -357724,7 +358092,9 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Remove-AzDatalakeGen2FileSystem" + ] }, { "VerbName": "Remove", @@ -358812,6 +359182,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -358827,6 +359199,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -358861,6 +359238,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -358884,7 +359265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -362945,7 +363326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -365852,7 +366233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -367728,7 +368109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -369400,7 +369781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -374734,7 +375115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -378793,7 +379174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378918,7 +379299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379211,7 +379592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -383328,7 +383709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383502,7 +383883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383805,7 +384186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -387874,7 +388255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -391939,7 +392320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392113,7 +392494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392412,7 +392793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -395341,7 +395722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395515,7 +395896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395916,7 +396297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396090,7 +396471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396556,7 +396937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396855,7 +397236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -398878,7 +399259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399177,7 +399558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -400976,7 +401357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401275,7 +401656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -406667,7 +407048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406966,7 +407347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -412245,7 +412626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -416375,7 +416756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416816,7 +417197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417141,7 +417522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417449,6 +417830,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -417464,6 +417847,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -417498,6 +417886,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -417521,7 +417913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -425211,7 +425603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -428183,7 +428575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -436040,7 +436432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -443990,7 +444382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -451688,7 +452080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -459582,7 +459974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -463514,6 +463906,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -463529,6 +463923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -463563,6 +463962,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -463582,7 +463985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -467641,7 +468044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -470690,7 +471093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -474962,7 +475365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -478500,835 +478903,15208 @@ "AliasList": [ "Stop-CopyAzureStorageBlob" ] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2ChildItem", + "Name": "Get-AzDataLakeGen2ChildItem", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzDataLakeGen2ChildItemCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "FetchProperty", + "AliasList": [ + "FetchPermission" ], - "ReturnType": "System.String" + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" + "Name": "Recurse", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "MaxCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "OutputUserPrincipalName", + "AliasList": [ + "UserPrincipalName" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.DateTimeOffset]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTimeOffset" - ], - "Methods": [], - "Constructors": [] - }, - "System.DateTimeOffset": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "VersionProfile": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Credential": "System.String", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OnPremise": "System.Boolean", - "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", - "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", - "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", - "BatchEndpointResourceId": "System.String", - "DataLakeEndpointResourceId": "System.String", - "GraphEndpointResourceId": "System.String", - "AzureKeyVaultServiceEndpointResourceId": "System.String", - "AzureKeyVaultDnsSuffix": "System.String", - "TrafficManagerDnsSuffix": "System.String", - "SqlDatabaseDnsSuffix": "System.String", - "StorageEndpointSuffix": "System.String", - "ActiveDirectoryServiceEndpointResourceId": "System.String", - "GraphUrl": "System.String", - "GalleryUrl": "System.String", - "ActiveDirectoryAuthority": "System.String", - "PublishSettingsFileUrl": "System.String", - "ManagementPortalUrl": "System.String", - "ResourceManagerUrl": "System.String", - "ServiceManagementUrl": "System.String", - "AdTenant": "System.String", - "Name": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Name": "System.String", - "State": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CacheData": "System.Byte[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false } ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.CloudTable": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudTable", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Cosmos.Table.CloudTableClient", - "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, + "ParameterSets": [ { - "Name": "Execute", + "Name": "__AllParameterSets", "Parameters": [ { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResult" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FetchProperty", + "AliasList": [ + "FetchPermission" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Recurse", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "MaxCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ + "ParameterMetadata": { + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "OutputUserPrincipalName", + "AliasList": [ + "UserPrincipalName" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2ItemContent", + "Name": "Get-AzDataLakeGen2ItemContent", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzDataLakeGen2ItemContentCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ { - "Name": "ExecuteBatch", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuery", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" - }, - { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + ] }, { - "Name": "ExecuteQuery", + "Name": "ItemPipeline", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" - }, - { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2Item", + "Name": "Get-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetDataLakeGen2ItemCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Move", + "NounName": "AzDataLakeGen2Item", + "Name": "Move-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.MoveAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzDataLakeGen2Item", + "Name": "New-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.NewAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "File", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Directory", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Source", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Directory", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Directory", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "File", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Source", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzDataLakeGen2Item", + "Name": "Remove-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.RemoveAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzDataLakeGen2Item", + "Name": "Update-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.SetAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessControlType": "Azure.Storage.Files.DataLake.Models.AccessControlType", + "Permissions": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "DefaultScope": "System.Boolean", + "EntityId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Parse", + "Parameters": [ + { + "Name": "s", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Azure.Storage.Files.DataLake.Models.AccessControlType": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.AccessControlType", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.AccessControlType, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.TypeCode": { + "Namespace": "System", + "Name": "System.TypeCode", + "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.RolePermissions": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.RolePermissions, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseAccessControls", + "Parameters": [ + { + "Name": "psacls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]" + }, + { + "Name": "ParsePSPathAccessControlEntrys", + "Parameters": [ + { + "Name": "acls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]" + }, + { + "Name": "GetSymbolicRolePermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "acl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[System.DateTimeOffset]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTimeOffset" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTimeOffset": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "VersionProfile": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Credential": "System.String", + "Type": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OnPremise": "System.Boolean", + "VersionProfiles": "System.Collections.Generic.IList`1[System.String]", + "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String", + "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String", + "BatchEndpointResourceId": "System.String", + "DataLakeEndpointResourceId": "System.String", + "GraphEndpointResourceId": "System.String", + "AzureKeyVaultServiceEndpointResourceId": "System.String", + "AzureKeyVaultDnsSuffix": "System.String", + "TrafficManagerDnsSuffix": "System.String", + "SqlDatabaseDnsSuffix": "System.String", + "StorageEndpointSuffix": "System.String", + "ActiveDirectoryServiceEndpointResourceId": "System.String", + "GraphUrl": "System.String", + "GalleryUrl": "System.String", + "ActiveDirectoryAuthority": "System.String", + "PublishSettingsFileUrl": "System.String", + "ManagementPortalUrl": "System.String", + "ResourceManagerUrl": "System.String", + "ServiceManagementUrl": "System.String", + "AdTenant": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "State": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CacheData": "System.Byte[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.Byte", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.CloudTable": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudTable", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Cosmos.Table.CloudTableClient", + "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Execute", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResult" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteBatch", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "CreateQuery", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TElement]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Exists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TablePermissions" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "SetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CloudTableClient": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudTableClient", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTableClient, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "ConnectionPolicy": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", + "DefaultRequestOptions": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", + "ConsistencyLevel": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetTableReference", + "Parameters": [ + { + "Name": "tableName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudTable" + }, + { + "Name": "ListTables", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "GetServiceProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "SetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetServiceStats", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceStats" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "connectionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "desiredConsistencyLevel", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.StorageCredentials": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageCredentials, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsSharedKey": "System.Boolean", + "IsAnonymous": "System.Boolean", + "IsSAS": "System.Boolean", + "SASToken": "System.String", + "AccountName": "System.String", + "Key": "System.String", + "KeyName": "System.String", + "SASSignature": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.StorageUri" + }, + { + "Name": "UpdateSASToken", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Uri": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.StorageUri": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageUri", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageUri, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryUri": "System.Uri", + "SecondaryUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetUri", + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secondaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UseDirectMode": "System.Boolean", + "UseTcpProtocol": "System.Boolean", + "EnableEndpointDiscovery": "System.Boolean", + "PreferredLocations": "System.Collections.ObjectModel.Collection`1[System.String]", + "MaxConnectionLimit": "System.Int32", + "MaxRetryAttemptsOnThrottledRequests": "System.Int32", + "MaxRetryWaitTimeInSeconds": "System.Int32", + "UserAgentSuffix": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.ObjectModel.Collection`1[System.String]": { + "Namespace": "System.Collections.ObjectModel", + "Name": "System.Collections.ObjectModel.Collection`1[System.String]", + "AssemblyQualifiedName": "System.Collections.ObjectModel.Collection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableRequestOptions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableRequestOptions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RetryPolicy": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", + "PropertyResolver": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", + "PayloadFormat": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", + "ProjectSystemProperties": "System.Nullable`1[System.Boolean]", + "TableQueryEnableScan": "System.Nullable`1[System.Boolean]", + "TableQueryMaxItemCount": "System.Nullable`1[System.Int32]", + "TableQueryMaxDegreeOfParallelism": "System.Nullable`1[System.Int32]", + "TableQueryContinuationTokenLimitInKb": "System.Nullable`1[System.Int32]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", + "SessionToken": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.IRetryPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.IRetryPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "CreateInstance", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Cosmos.Table.IRetryPolicy" + }, + { + "Name": "ShouldRetry", + "Parameters": [ + { + "Name": "currentRetryCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statusCode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastException", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "retryInterval", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + } + ], + "Constructors": [] + }, + "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]": { + "Namespace": "System", + "Name": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", + "AssemblyQualifiedName": "System.Func`5[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String", + "System.String", + "System.String", + "Microsoft.Azure.Cosmos.Table.EdmType" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.EdmType": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.EdmType", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.LocationMode" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.LocationMode": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LocationMode", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TablePayloadFormat" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TablePayloadFormat": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.TimeSpan]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.ConsistencyLevel" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel": { + "Namespace": "Microsoft.Azure.Cosmos", + "Name": "Microsoft.Azure.Cosmos.ConsistencyLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableResultSegment": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", + "Results": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableContinuationToken": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableContinuationToken, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", + "NextPartitionKey": "System.String", + "NextRowKey": "System.String", + "NextTableName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.StorageLocation" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.StorageLocation": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.ServiceProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.ServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Cors": "Microsoft.Azure.Cosmos.Table.CorsProperties", + "DeleteRetentionPolicy": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", + "Logging": "Microsoft.Azure.Cosmos.Table.LoggingProperties", + "HourMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "DefaultServiceVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "logging", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hourMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "minuteMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteRetentionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CorsProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CorsRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.CorsRule": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsRule", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedMethods": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", + "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", + "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", + "MaxAgeInSeconds": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CorsHttpMethods": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.LoggingProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LoggingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LoggingOperations": "Microsoft.Azure.Cosmos.Table.LoggingOperations", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.LoggingOperations": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LoggingOperations", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingOperations, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.MetricsProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MetricsLevel": "Microsoft.Azure.Cosmos.Table.MetricsLevel", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.MetricsLevel": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.MetricsLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.ServiceProperties" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task", + "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.ServiceStats": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.ServiceStats", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GeoReplication": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.GeoReplicationStats": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", + "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.ServiceStats" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableResult": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableResult", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HttpStatusCode": "System.Int32", + "Result": "System.Object", + "Etag": "System.String", + "SessionToken": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Cosmos.Table.EntityProperty", + "Properties": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", + "Timestamp": "System.DateTimeOffset", + "PartitionKey": "System.String", + "RowKey": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ReadEntity", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEntity", + "Parameters": [ + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "partitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "partitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "etag", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.EntityProperty": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.EntityProperty", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PropertyType": "Microsoft.Azure.Cosmos.Table.EdmType", + "BinaryValue": "System.Byte[]", + "BooleanValue": "System.Nullable`1[System.Boolean]", + "DateTime": "System.Nullable`1[System.DateTime]", + "DateTimeOffsetValue": "System.Nullable`1[System.DateTimeOffset]", + "DoubleValue": "System.Nullable`1[System.Double]", + "GuidValue": "System.Nullable`1[System.Guid]", + "Int32Value": "System.Nullable`1[System.Int32]", + "Int64Value": "System.Nullable`1[System.Int64]", + "PropertyAsObject": "System.Object", + "StringValue": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GeneratePropertyForDateTimeOffset", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForByteArray", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForBool", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForDouble", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForGuid", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForInt", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForLong", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForString", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "CreateEntityPropertyFromObject", + "Parameters": [ + { + "Name": "entityValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Double]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Double]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Double" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Guid]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Guid]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "System.Guid": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Cosmos.Table.EntityProperty" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[TResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[TResult]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TResult" + ], + "Methods": [], + "Constructors": [] + }, + "TResult": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "TResult", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "TElement": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "TElement", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[TElement]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Boolean]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Boolean]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TablePermissions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TablePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Add", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ContainsKey", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Remove", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValue", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Add", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "array", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "arrayIndex", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Remove", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "PermissionsFromString", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TablePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.CloudQueue": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueue", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "EncodeMessage": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ApproximateMessageCount": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreate", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreateIfNotExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteIfExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetPermissions", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + }, + { + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetPermissions", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "Exists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributes", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAddMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUpdateMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "BeginGetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetMessages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessage", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "BeginGetMessage", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetMessage", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "GetMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "BeginPeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginPeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndPeekMessages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndPeekMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "Clear", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClear", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Queue.CloudQueueClient": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueClient, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "DefaultRequestOptions": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListQueues", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndListQueuesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -479338,39 +494114,109 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "query", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetServiceProperties", "Parameters": [ { - "Name": "query", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -479378,21 +494224,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "query", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServiceProperties", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -479404,23 +494282,104 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Void" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "BeginGetServiceStats", "Parameters": [ { - "Name": "query", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceStats", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetServiceStats", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStats", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -479428,971 +494387,2676 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + }, + { + "Name": "GetQueueReference", + "Parameters": [ + { + "Name": "queueName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueue" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Auth.StorageCredentials": { + "Namespace": "Microsoft.Azure.Storage.Auth", + "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsAnonymous": "System.Boolean", + "IsSAS": "System.Boolean", + "IsSharedKey": "System.Boolean", + "IsToken": "System.Boolean", + "SASToken": "System.String", + "AccountName": "System.String", + "KeyName": "System.String", + "SASSignature": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateSASToken", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ExportKey", + "Parameters": [], + "ReturnType": "System.Byte[]" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.StorageUri" + }, + { + "Name": "ExportBase64EncodedKey", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tokenCredential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.StorageUri": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.StorageUri", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryUri": "System.Uri", + "SecondaryUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetUri", + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secondaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.AuthenticationScheme": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.AuthenticationScheme", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.IBufferManager": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.IBufferManager", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ReturnBuffer", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "TakeBuffer", + "Parameters": [ + { + "Name": "bufferSize", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Byte[]" + }, + { + "Name": "GetDefaultBufferSize", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueRequestOptions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EncryptionPolicy": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key": "Microsoft.Azure.KeyVault.Core.IKey", + "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyResolver", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.KeyVault.Core.IKey": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKey", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultEncryptionAlgorithm": "System.String", + "DefaultKeyWrapAlgorithm": "System.String", + "DefaultSignatureAlgorithm": "System.String", + "Kid": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "DecryptAsync", + "Parameters": [ + { + "Name": "ciphertext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "iv", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationTag", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + }, + { + "Name": "EncryptAsync", + "Parameters": [ + { + "Name": "plaintext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "iv", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" + }, + { + "Name": "WrapKeyAsync", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + }, + { + "Name": "UnwrapKeyAsync", + "Parameters": [ + { + "Name": "encryptedKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + }, + { + "Name": "SignAsync", + "Parameters": [ + { + "Name": "digest", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + }, + { + "Name": "VerifyAsync", + "Parameters": [ + { + "Name": "digest", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "signature", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Byte[]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`3[System.Byte[],System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`2[System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`2[System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`2[System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.KeyVault.Core.IKeyResolver": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ResolveKeyAsync", + "Parameters": [ + { + "Name": "kid", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.KeyVault.Core.IKey" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "CreateInstance", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" + }, + { + "Name": "ShouldRetry", + "Parameters": [ + { + "Name": "currentRetryCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statusCode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastException", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "retryInterval", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.RetryPolicies.LocationMode" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueue" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueResultSegment": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueContinuationToken, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" + }, + { + "Name": "ReadXmlAsync", + "Parameters": [ + { + "Name": "reader", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteXml", + "Parameters": [ + { + "Name": "writer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.StorageLocation" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.StorageLocation": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.StorageLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateQuery", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]" + "ReturnType": "System.Int32" }, { - "Name": "ExecuteQuery", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TElement]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmented", + "Name": "CompareTo", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + "ReturnType": "System.Int32" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Xml.Schema.XmlSchema": { + "Namespace": "System.Xml.Schema", + "Name": "System.Xml.Schema.XmlSchema", + "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.ICancellableAsyncResult": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Cancel", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.QueueResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "DeleteRetentionPolicy": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", + "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "StaticWebsite": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", + "DefaultServiceVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "query", + "Name": "logging", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "hourMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "minuteMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cors", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + ] }, { - "Name": "ExecuteQuery", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", + "Name": "logging", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "hourMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" - }, - { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", + "Name": "minuteMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "cors", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "staticWebsite", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", + "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", + "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", + "MaxAgeInSeconds": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Int32" }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "throughput", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TypeCode" }, { - "Name": "CreateAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", + "Name": "version", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "CreateAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExists", + "Name": "ToString", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExists", + "Name": "HasFlag", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.TypeCode" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "version", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Int32" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "Delete", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "cancellationToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "IndexDocument": "System.String", + "ErrorDocument404Path": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GeoReplication": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExists", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", + "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Int32" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "Exists", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.TypeCode" }, { - "Name": "ExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { + "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", + "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Add", "Parameters": [ { - "Name": "requestOptions", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", + "Name": "ContainsKey", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Remove", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissions", + "Name": "TryGetValue", "Parameters": [ { - "Name": "requestOptions", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TablePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissionsAsync", + "Name": "Add", "Parameters": [ { - "Name": "cancellationToken", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissionsAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "array", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "arrayIndex", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Void" }, { - "Name": "SetPermissions", + "Name": "Remove", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", "Parameters": [ { "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetPermissionsAsync", + "Name": "PermissionsFromString", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "input", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" }, { - "Name": "SetPermissionsAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startPartitionKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startRowKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "endPartitionKey", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "endRowKey", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "startPartitionKey", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AsBytes": "System.Byte[]", + "MaxNumberOfMessagesToPeek": "System.Int32", + "DequeueCount": "System.Int32", + "MaxMessageSize": "System.Int64", + "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", + "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", + "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", + "Id": "System.String", + "PopReceipt": "System.String", + "AsString": "System.String", + "MaxVisibilityTimeout": "System.TimeSpan" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "SetMessageContent", + "Parameters": [ { - "Name": "startRowKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent", + "Parameters": [ { - "Name": "endPartitionKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ { - "Name": "endRowKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ { - "Name": "protocols", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "isBase64Encoded", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { @@ -480422,7 +497086,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAddress", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -480432,11 +497096,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAbsoluteUri", + "Name": "messageId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "popReceipt", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -480446,101 +497110,164 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAddress", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "isBase64Encoded", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Cosmos.Table.CloudTableClient": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudTableClient", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTableClient, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "ConnectionPolicy": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", - "DefaultRequestOptions": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", - "ConsistencyLevel": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", - "BaseUri": "System.Uri" - }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.SharedAccessProtocol": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.SharedAccessProtocol", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "GetTableReference", + "Name": "Equals", "Parameters": [ { - "Name": "tableName", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudTable" + "ReturnType": "System.Boolean" }, { - "Name": "ListTables", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "prefix", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + "ReturnType": "System.Int32" }, { - "Name": "ListTablesSegmented", + "Name": "ToString", "Parameters": [ { - "Name": "currentToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.String" }, { - "Name": "ListTablesSegmented", + "Name": "ToString", "Parameters": [ { - "Name": "prefix", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "currentToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListTablesSegmented", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileClient": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListShares", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480548,51 +497275,45 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { - "Name": "currentToken", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" - }, - { - "Name": "ListTablesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480600,67 +497321,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ - { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" @@ -480670,7 +497391,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480678,64 +497399,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetServiceProperties", + "Name": "EndListSharesSegmented", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceProperties" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480743,17 +497473,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServiceProperties", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "properties", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480761,57 +497503,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "properties", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetServicePropertiesAsync", - "Parameters": [ + }, { - "Name": "properties", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetServicePropertiesAsync", - "Parameters": [ + }, { - "Name": "properties", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "BeginGetServiceProperties", "Parameters": [ { - "Name": "properties", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -480821,43 +497565,43 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetServiceStats", + "Name": "EndGetServiceProperties", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceStats" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "requestOptions", @@ -480868,10 +497612,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "requestOptions", @@ -480886,167 +497630,181 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "Equals", + "Name": "GetServiceProperties", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "baseUri", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "storageUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "storageUri", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "connectionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "desiredConsistencyLevel", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.StorageCredentials": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageCredentials, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsSharedKey": "System.Boolean", - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "SASToken": "System.String", - "AccountName": "System.String", - "Key": "System.String", - "KeyName": "System.String", - "SASSignature": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "UpdateKey", + "Name": "EndSetServiceProperties", "Parameters": [ { - "Name": "keyValue", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UpdateKey", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "other", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TransformUri", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "resourceUri", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TransformUri", + "Name": "SetServiceProperties", "Parameters": [ { - "Name": "resourceUri", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.StorageUri" + "ReturnType": "System.Void" + }, + { + "Name": "GetShareReference", + "Parameters": [ + { + "Name": "shareName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "UpdateSASToken", + "Name": "GetShareReference", "Parameters": [ { - "Name": "sasToken", + "Name": "shareName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { "Name": "ToString", @@ -481075,31 +497833,20 @@ } ], "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, { "Name": "", "ReturnType": null, "Parameters": [ { - "Name": "sasToken", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "accountName", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -481109,62 +497856,45 @@ "ReturnType": null, "Parameters": [ { - "Name": "accountName", + "Name": "storageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Uri": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.StorageUri": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageUri", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageUri, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetUri", - "Parameters": [ - { - "Name": "location", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Uri" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "Equals", "Parameters": [ @@ -481176,14 +497906,9 @@ "ReturnType": "System.Boolean" }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -481195,42 +497920,20 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "secondaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, - "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "UseDirectMode": "System.Boolean", - "UseTcpProtocol": "System.Boolean", - "EnableEndpointDiscovery": "System.Boolean", - "PreferredLocations": "System.Collections.ObjectModel.Collection`1[System.String]", - "MaxConnectionLimit": "System.Int32", - "MaxRetryAttemptsOnThrottledRequests": "System.Int32", - "MaxRetryWaitTimeInSeconds": "System.Int32", - "UserAgentSuffix": "System.String" + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "StoreContentMD5": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", + "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], @@ -481269,2029 +497972,1800 @@ } ] }, - "System.Collections.ObjectModel.Collection`1[System.String]": { - "Namespace": "System.Collections.ObjectModel", - "Name": "System.Collections.ObjectModel.Collection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.Collection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String" + "Microsoft.Azure.Storage.File.CloudFileShare" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.TableRequestOptions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableRequestOptions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.CloudFileShare": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileShare", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RetryPolicy": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", - "PropertyResolver": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", - "PayloadFormat": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", - "ProjectSystemProperties": "System.Nullable`1[System.Boolean]", - "TableQueryEnableScan": "System.Nullable`1[System.Boolean]", - "TableQueryMaxItemCount": "System.Nullable`1[System.Int32]", - "TableQueryMaxDegreeOfParallelism": "System.Nullable`1[System.Int32]", - "TableQueryContinuationTokenLimitInKb": "System.Nullable`1[System.Int32]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", - "SessionToken": "System.String" + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "Create", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginCreate", "Parameters": [ { - "Name": "other", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.IRetryPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.IRetryPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CreateInstance", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Cosmos.Table.IRetryPolicy" + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ShouldRetry", + "Name": "BeginCreate", "Parameters": [ { - "Name": "currentRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "statusCode", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "lastException", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "retryInterval", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - } - ], - "Constructors": [] - }, - "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]": { - "Namespace": "System", - "Name": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", - "AssemblyQualifiedName": "System.Func`5[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String", - "System.String", - "System.String", - "Microsoft.Azure.Cosmos.Table.EdmType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.EdmType": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.EdmType", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "EndCreate", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "CreateAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "CreateAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "CreateAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "format", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "flag", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.LocationMode" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.LocationMode": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "CreateIfNotExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "Snapshot", "Parameters": [ { - "Name": "format", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "ToString", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "flag", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TablePayloadFormat" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TablePayloadFormat": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "GetHashCode", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "format", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "CompareTo", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "provider", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "HasFlag", + "Name": "BeginDelete", "Parameters": [ { - "Name": "flag", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.TimeSpan]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "System.TimeSpan": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.ConsistencyLevel" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel": { - "Namespace": "Microsoft.Azure.Cosmos", - "Name": "Microsoft.Azure.Cosmos.ConsistencyLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "BeginDelete", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDelete", "Parameters": [ { - "Name": "format", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "EndDelete", "Parameters": [ { - "Name": "target", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableResultSegment": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", - "Results": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableContinuationToken": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableContinuationToken, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", - "NextPartitionKey": "System.String", - "NextRowKey": "System.String", - "NextTableName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.StorageLocation" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.StorageLocation": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "provider", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.ServiceProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.ServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Cosmos.Table.CorsProperties", - "DeleteRetentionPolicy": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", - "Logging": "Microsoft.Azure.Cosmos.Table.LoggingProperties", - "HourMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "logging", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CorsProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "Exists", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CorsRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.CorsRule": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedMethods": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", - "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", - "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", - "MaxAgeInSeconds": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "BeginExists", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CorsHttpMethods": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndExists", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.LoggingProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LoggingOperations": "Microsoft.Azure.Cosmos.Table.LoggingOperations", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginGetPermissions", "Parameters": [ { - "Name": "version", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.LoggingOperations": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LoggingOperations", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingOperations, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "EndGetPermissions", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "GetHashCode", + "Name": "GetPermissionsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "CompareTo", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", + "Name": "GetStats", "Parameters": [ { - "Name": "format", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "ToString", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "flag", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.MetricsProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MetricsLevel": "Microsoft.Azure.Cosmos.Table.MetricsLevel", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndGetStats", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "GetType", + "Name": "GetStatsAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "version", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.MetricsLevel": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.MetricsLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + }, { - "Name": "Equals", + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "ToString", + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "CompareTo", + "Name": "SetMetadata", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "format", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.ServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task", - "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.ServiceStats": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.ServiceStats", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "GeoReplication": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.GeoReplicationStats": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", - "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "SetPermissions", "Parameters": [ { - "Name": "obj", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndSetPermissions", "Parameters": [ { - "Name": "format", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ { - "Name": "provider", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "format", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "provider", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "SetProperties", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.ServiceStats" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableResult": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableResult", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "HttpStatusCode": "System.Int32", - "Result": "System.Object", - "Etag": "System.String", - "SessionToken": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Object": { - "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Cosmos.Table.EntityProperty", - "Properties": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", - "Timestamp": "System.DateTimeOffset", - "PartitionKey": "System.String", - "RowKey": "System.String", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ReadEntity", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteEntity", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "partitionKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rowKey", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "partitionKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rowKey", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "etag", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.EntityProperty": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.EntityProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertyType": "Microsoft.Azure.Cosmos.Table.EdmType", - "BinaryValue": "System.Byte[]", - "BooleanValue": "System.Nullable`1[System.Boolean]", - "DateTime": "System.Nullable`1[System.DateTime]", - "DateTimeOffsetValue": "System.Nullable`1[System.DateTimeOffset]", - "DoubleValue": "System.Nullable`1[System.Double]", - "GuidValue": "System.Nullable`1[System.Guid]", - "Int32Value": "System.Nullable`1[System.Int32]", - "Int64Value": "System.Nullable`1[System.Int64]", - "PropertyAsObject": "System.Object", - "StringValue": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GeneratePropertyForDateTimeOffset", - "Parameters": [ - { - "Name": "input", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GeneratePropertyForByteArray", + "Name": "CreateFilePermission", "Parameters": [ { - "Name": "input", + "Name": "permission", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" - }, - { - "Name": "GeneratePropertyForBool", - "Parameters": [ + }, { - "Name": "input", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" - }, - { - "Name": "GeneratePropertyForDouble", - "Parameters": [ + }, { - "Name": "input", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "GeneratePropertyForGuid", + "Name": "CreateFilePermissionAsync", "Parameters": [ { - "Name": "input", + "Name": "permission", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GeneratePropertyForInt", + "Name": "GetFilePermission", "Parameters": [ { - "Name": "input", + "Name": "filePermissionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "GeneratePropertyForLong", + "Name": "GetFilePermissionAsync", "Parameters": [ { - "Name": "input", + "Name": "filePermissionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GeneratePropertyForString", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "input", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "obj", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "other", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetRootDirectoryReference", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "CreateEntityPropertyFromObject", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "entityValue", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -483305,7 +499779,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483315,17 +499789,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483335,27 +499803,15 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483365,17 +499821,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483385,135 +499835,30 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ], - "Methods": [], - "Constructors": [] - }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.Double]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Double]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Double" - ], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.Guid]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Guid]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Guid" - ], - "Methods": [], - "Constructors": [] - }, - "System.Guid": { - "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Cosmos.Table.EntityProperty" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[TResult]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[TResult]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TResult" - ], - "Methods": [], - "Constructors": [] - }, - "TResult": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "TResult", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Storage.File.FileShareProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileShareProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Quota": "System.Nullable`1[System.Int32]", + "ETag": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ @@ -483543,134 +499888,32 @@ "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "TElement": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "TElement", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, + "Constructors": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "", + "ReturnType": null, + "Parameters": [] } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[TElement]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" - ], - "Methods": [], - "Constructors": [] + ] }, - "System.Threading.Tasks.Task`1[System.Boolean]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Boolean]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.Storage.File.CloudFileShare" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.TablePermissions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TablePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileSharePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies" + "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" }, "ElementType": null, "GenericTypeArguments": [], @@ -483709,14 +499952,14 @@ } ] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Item": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", "Keys": "System.Collections.Generic.ICollection`1[System.String]", "Count": "System.Int32" }, @@ -483823,7 +500066,7 @@ { "Name": "GetEnumerator", "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]" + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" }, { "Name": "ToString", @@ -483859,12 +500102,12 @@ } ] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Permissions": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" }, @@ -483889,7 +500132,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" + "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" }, { "Name": "ToString", @@ -483925,71 +500168,10 @@ } ] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TablePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -484081,18 +500263,134 @@ ], "Constructors": [] }, - "Microsoft.Azure.Storage.Queue.CloudQueue": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueue", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileSharePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.ShareStats": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "Usage": "System.Int32", + "UsageInBytes": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.Protocol.ShareStats" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.String]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.String]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileDirectory": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "EncodeMessage": "System.Boolean", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ApproximateMessageCount": "System.Nullable`1[System.Int32]", + "FilePermission": "System.String", "Name": "System.String", - "Uri": "System.Uri" + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], @@ -484101,7 +500399,7 @@ "Name": "Create", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484208,7 +500506,7 @@ "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484312,115 +500610,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DeleteIfExists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", + "Name": "Delete", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Delete", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484449,6 +500644,10 @@ { "Name": "BeginDelete", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484496,6 +500695,10 @@ { "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484510,6 +500713,10 @@ { "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484526,10 +500733,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "permissions", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484541,15 +500748,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSetPermissions", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484562,10 +500765,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "permissions", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484588,110 +500791,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPermissionsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetPermissions", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetPermissions", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484699,60 +500829,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPermissions", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484766,13 +500853,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { "Name": "Exists", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484876,8 +500963,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadata", + "Name": "FetchAttributes", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484890,7 +500981,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -484904,8 +500995,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginFetchAttributes", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484926,7 +501021,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -484936,12 +501031,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -484951,22 +501046,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484974,45 +501059,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -485021,35 +501078,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -485058,21 +501086,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "ListFilesAndDirectories", "Parameters": [ { "Name": "options", @@ -485081,27 +501095,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "AddMessage", + "Name": "ListFilesAndDirectories", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "initialVisibilityDelay", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485113,39 +501115,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "BeginAddMessage", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "BeginAddMessage", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "initialVisibilityDelay", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485155,65 +501145,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAddMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AddMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "AddMessageAsync", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "timeToLive", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "initialVisibilityDelay", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485225,51 +501173,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "AddMessageAsync", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "initialVisibilityDelay", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UpdateMessage", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485279,24 +501211,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUpdateMessage", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "updateFields", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -485310,18 +501224,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUpdateMessage", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485344,46 +501258,48 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUpdateMessage", + "Name": "EndListFilesAndDirectoriesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + }, + { + "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Parameters": [ { - "Name": "visibilityTimeout", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485391,21 +501307,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485417,21 +501329,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485447,71 +501355,55 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "DeleteMessage", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteMessage", - "Parameters": [ - { - "Name": "messageId", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "BeginDeleteMessage", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "message", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteMessage", - "Parameters": [ + }, { - "Name": "message", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485521,49 +501413,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDeleteMessage", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteMessage", - "Parameters": [ - { - "Name": "messageId", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485586,62 +501456,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteMessage", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DeleteMessageAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485657,97 +501497,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DeleteMessageAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485759,35 +501523,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginGetMessages", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485810,48 +501560,28 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetMessages", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "GetMessagesAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "messageCount", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "GetMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485861,41 +501591,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "GetMessagesAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "GetMessage", - "Parameters": [ - { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485907,78 +501627,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "BeginGetMessage", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginGetMessage", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "visibilityTimeout", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "GetMessageAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485990,35 +501657,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "GetMessageAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "visibilityTimeout", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486028,16 +501685,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "BeginPeekMessages", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -486051,56 +501698,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPeekMessages", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "messageCount", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "options", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPeekMessages", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486108,31 +501739,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "PeekMessagesAsync", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "messageCount", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486148,11 +501773,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "PeekMessage", + "Name": "SetMetadata", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486162,10 +501791,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + "ReturnType": "System.Void" }, { - "Name": "BeginPeekMessage", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -486179,8 +501808,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPeekMessage", + "Name": "BeginSetMetadata", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486201,33 +501834,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPeekMessage", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + "ReturnType": "System.Void" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486237,11 +501874,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486255,10 +501896,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Clear", + "Name": "SetProperties", "Parameters": [ { "Name": "options", @@ -486272,144 +501913,308 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClear", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClear", + "Name": "GetFileReference", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ { - "Name": "state", + "Name": "itemName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "EndClear", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ClearAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "ClearAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "cancellationToken", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "ClearAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "options", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "ClearAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "options", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.File.FileDirectoryProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsServerEncrypted": "System.Boolean", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String", + "FilePermissionKey": "System.String", + "DirectoryId": "System.String", + "ParentId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessPolicyIdentifier", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "protocols", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "ipAddressOrRange", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.IListFileItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.IListFileItem": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.IListFileItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -486442,189 +502247,393 @@ "ReturnType": null, "Parameters": [ { - "Name": "queueAddress", + "Name": "files", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "Microsoft.Azure.Storage.File.FileContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileContinuationToken, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" }, { - "Name": "", - "ReturnType": null, + "Name": "ReadXmlAsync", "Parameters": [ { - "Name": "queueAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "reader", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WriteXml", "Parameters": [ { - "Name": "queueAddress", + "Name": "writer", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "credentials", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] } ] }, - "Microsoft.Azure.Storage.Queue.CloudQueueClient": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueueClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueClient, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileHandleResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "DefaultRequestOptions": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "BaseUri": "System.Uri" + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ListQueues", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileHandle" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileHandle": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileHandle", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OpenTime": "System.DateTimeOffset", + "ClientPort": "System.Int32", + "ClientIp": "System.Net.IPAddress", + "LastReconnectTime": "System.Nullable`1[System.DateTimeOffset]", + "HandleId": "System.Nullable`1[System.UInt64]", + "Path": "System.String", + "FileId": "System.UInt64", + "ParentId": "System.UInt64", + "SessionId": "System.UInt64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "currentToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Net.IPAddress": { + "Namespace": "System.Net", + "Name": "System.Net.IPAddress", + "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.UInt64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.UInt64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.UInt64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileHandleResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "NumHandlesClosed": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFile": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "EndStartCopy", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.String" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486634,43 +502643,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486678,87 +502675,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueListingDetails", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486768,17 +502751,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486791,8 +502774,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486813,67 +502804,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceProperties", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" - }, - { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "options", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" - }, - { - "Name": "GetServiceProperties", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486881,35 +502857,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetServiceProperties", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetServiceProperties", - "Parameters": [ - { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486917,99 +502879,103 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndSetServiceProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "asyncResult", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServiceProperties", + "Name": "OpenRead", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487017,10 +502983,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -487034,8 +503000,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginOpenRead", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -487056,35 +503026,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceStats", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + "ReturnType": "System.IO.Stream" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487092,11 +503066,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -487110,13 +503088,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStats", + "Name": "OpenWrite", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487124,2881 +503110,2170 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "GetQueueReference", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "queueName", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueue" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "baseUri", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "storageUri", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Auth.StorageCredentials": { - "Namespace": "Microsoft.Azure.Storage.Auth", - "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "IsSharedKey": "System.Boolean", - "IsToken": "System.Boolean", - "SASToken": "System.String", - "AccountName": "System.String", - "KeyName": "System.String", - "SASSignature": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "UpdateKey", + "Name": "EndOpenWrite", "Parameters": [ { - "Name": "keyValue", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UpdateSASToken", - "Parameters": [ + }, { - "Name": "sasToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ExportKey", - "Parameters": [], - "ReturnType": "System.Byte[]" - }, - { - "Name": "TransformUri", - "Parameters": [ + }, { - "Name": "resourceUri", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "TransformUri", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "resourceUri", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.StorageUri" - }, - { - "Name": "ExportBase64EncodedKey", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "other", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "accountName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "sasToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "tokenCredential", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.StorageUri": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.StorageUri", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetUri", - "Parameters": [ + }, { - "Name": "location", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "other", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "primaryUri", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "primaryUri", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "secondaryUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.AuthenticationScheme": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.AuthenticationScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "flag", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.IBufferManager": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.IBufferManager", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ReturnBuffer", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "TakeBuffer", - "Parameters": [ + }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Byte[]" - }, - { - "Name": "GetDefaultBufferSize", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueRequestOptions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "EncryptionPolicy": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key": "Microsoft.Azure.KeyVault.Core.IKey", - "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "DownloadToFile", "Parameters": [ { - "Name": "key", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyResolver", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.KeyVault.Core.IKey": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKey", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultEncryptionAlgorithm": "System.String", - "DefaultKeyWrapAlgorithm": "System.String", - "DefaultSignatureAlgorithm": "System.String", - "Kid": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "DecryptAsync", - "Parameters": [ + }, { - "Name": "ciphertext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "iv", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationData", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationTag", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EncryptAsync", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "plaintext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "iv", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationData", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" - }, - { - "Name": "WrapKeyAsync", - "Parameters": [ - { - "Name": "key", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UnwrapKeyAsync", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "encryptedKey", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ { - "Name": "algorithm", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SignAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "digest", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "VerifyAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "digest", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "signature", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Byte[]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`3[System.Byte[],System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`2[System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`2[System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`2[System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.KeyVault.Core.IKeyResolver": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ResolveKeyAsync", - "Parameters": [ - { - "Name": "kid", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.KeyVault.Core.IKey" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CreateInstance", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ShouldRetry", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "currentRetryCount", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "statusCode", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "lastException", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "retryInterval", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.RetryPolicies.LocationMode" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + }, { - "Name": "flag", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueue" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueContinuationToken, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ + }, { - "Name": "reader", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteXml", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "writer", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.StorageLocation" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.StorageLocation": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.StorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToByteArray", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndDownloadToByteArray", "Parameters": [ { - "Name": "provider", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "HasFlag", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Xml.Schema.XmlSchema": { - "Namespace": "System.Xml.Schema", - "Name": "System.Xml.Schema.XmlSchema", - "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.ICancellableAsyncResult": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Cancel", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.QueueResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "DeleteRetentionPolicy": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", - "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "StaticWebsite": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "logging", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "logging", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "staticWebsite", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", - "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", - "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", - "MaxAgeInSeconds": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadText", "Parameters": [ { - "Name": "format", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "target", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "provider", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDownloadText", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.String" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "obj", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "version", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ToString", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "format", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadRangeToStream", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "version", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "IndexDocument": "System.String", - "ErrorDocument404Path": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "GeoReplication": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", - "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "HasFlag", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "flag", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { - "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", - "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Add", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ContainsKey", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Remove", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "TryGetValue", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Add", + "Name": "EndUploadFromStream", "Parameters": [ { - "Name": "item", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Contains", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "item", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyTo", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "array", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "arrayIndex", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Remove", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "item", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PermissionsToString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "permissions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PermissionsFromString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "input", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "format", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "provider", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "flag", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AsBytes": "System.Byte[]", - "MaxNumberOfMessagesToPeek": "System.Int32", - "DequeueCount": "System.Int32", - "MaxMessageSize": "System.Int64", - "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", - "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", - "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", - "Id": "System.String", - "PopReceipt": "System.String", - "AsString": "System.String", - "MaxVisibilityTimeout": "System.TimeSpan" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "SetMessageContent", + "Name": "EndUploadFromFile", "Parameters": [ { - "Name": "content", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "SetMessageContent", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMessageContent2", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMessageContent2", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isBase64Encoded", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "obj", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "messageId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "content", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isBase64Encoded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.SharedAccessProtocol": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.SharedAccessProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "format", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "format", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "provider", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "flag", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileClient": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "BaseUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListShares", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490010,49 +505285,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmented", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" - }, - { - "Name": "ListSharesSegmented", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmented", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490062,37 +505347,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListSharesSegmented", + "Name": "UploadText", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginListSharesSegmented", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490107,22 +505404,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListSharesSegmented", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "detailsIncluded", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490145,30 +505438,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListSharesSegmented", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490176,95 +505469,89 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" - }, - { - "Name": "ListSharesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490272,11 +505559,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetServiceProperties", + "Name": "Create", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490289,10 +505602,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginCreate", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490311,35 +505632,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceProperties", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490347,13 +505685,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490365,13 +505711,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceProperties", + "Name": "Exists", "Parameters": [ { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490379,15 +505725,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginExists", "Parameters": [ - { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490400,14 +505742,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginExists", "Parameters": [ { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490426,323 +505764,194 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetServiceProperties", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetServiceProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetShareReference", - "Parameters": [ + }, { - "Name": "shareName", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetShareReference", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "shareName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "baseUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "storageUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.FileRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "StoreContentMD5": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", - "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "Delete", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileShare": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490753,7 +505962,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginCreate", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -490767,8 +505976,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDelete", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490789,7 +506002,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -490799,12 +506012,12 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", @@ -490814,8 +506027,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490828,8 +506045,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490846,10 +506067,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExists", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490860,7 +506085,7 @@ "ReturnType": "System.Boolean" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -490874,8 +506099,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490896,7 +506125,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateIfNotExists", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", @@ -490906,12 +506135,12 @@ "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", @@ -490921,8 +506150,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490935,8 +506168,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490953,10 +506190,14 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Snapshot", + "Name": "ListRanges", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490972,10 +506213,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginSnapshot", + "Name": "BeginListRanges", "Parameters": [ { "Name": "callback", @@ -490989,10 +506230,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491019,35 +506264,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491063,13 +506312,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491089,11 +506342,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "Delete", + "Name": "ListHandlesSegmented", "Parameters": [ + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491107,13 +506368,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "Delete", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491127,13 +506392,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491146,8 +506405,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "EndListHandlesSegmented", "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491161,21 +506438,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + }, + { + "Name": "CloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginDelete", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491202,33 +506497,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491240,37 +506524,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "handleId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491286,35 +506582,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteIfExists", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "handleId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491328,26 +506624,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginDeleteIfExists", + "Name": "SetProperties", "Parameters": [ { "Name": "accessCondition", @@ -491360,7 +506646,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491373,12 +506665,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491403,32 +506691,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -491443,10 +506731,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -491465,13 +506753,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "Resize", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491485,31 +506773,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "Exists", + "Name": "BeginResize", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491522,8 +506796,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginResize", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491544,33 +506826,50 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491580,11 +506879,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491598,10 +506905,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", + "Name": "SetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -491619,7 +506926,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -491633,7 +506940,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -491659,7 +506966,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -491669,12 +506976,12 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", @@ -491684,7 +506991,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -491702,7 +507009,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -491724,8 +507031,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissions", + "Name": "WriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491739,35 +507058,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "WriteRange", "Parameters": [ { - "Name": "callback", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "sourceOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "accessCondition", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491782,33 +507125,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "asyncResult", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491820,13 +507150,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissionsAsync", + "Name": "BeginWriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491840,90 +507190,153 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetStats", + "Name": "EndWriteRange", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" + "ReturnType": "System.Void" }, { - "Name": "BeginGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "callback", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "options", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" - }, - { - "Name": "GetStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491931,13 +507344,45 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491951,11 +507396,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "ClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491972,8 +507425,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491986,8 +507447,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492012,7 +507481,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -492022,13 +507491,30 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492037,8 +507523,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492055,8 +507549,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492077,14 +507579,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492096,13 +507602,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492117,14 +507649,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492147,78 +507701,448 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetPermissionsAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "permissions", + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.File.CopyState": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.File.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.File.CopyStatus": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "FilePermissionKey": "System.String", + "CacheControl": "System.String", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "FileId": "System.String", + "ParentId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.IO.Stream": { + "Namespace": "System.IO", + "Name": "System.IO.Stream", + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.IO.Stream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.IO.Stream" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileStream": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Commit", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCommit", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCommit", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFlush", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFlush", + "Parameters": [ + { + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "CommitAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissionsAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "permissions", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492229,50 +508153,90 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "CopyTo", "Parameters": [ { - "Name": "callback", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FlushAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FlushAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BeginRead", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492284,64 +508248,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetPropertiesAsync", + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "ReadAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" }, { - "Name": "SetPropertiesAsync", + "Name": "BeginWrite", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndWrite", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "WriteAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492352,136 +508391,231 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateFilePermission", + "Name": "WriteAsync", "Parameters": [ { - "Name": "permission", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.ValueTask" }, { - "Name": "CreateFilePermissionAsync", + "Name": "Seek", "Parameters": [ { - "Name": "permission", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "origin", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "GetFilePermission", + "Name": "Read", "Parameters": [ { - "Name": "filePermissionKey", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "GetFilePermissionAsync", + "Name": "Read", "Parameters": [ { - "Name": "filePermissionKey", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", + "Parameters": [ { - "Name": "options", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "Write", "Parameters": [ { - "Name": "policy", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "WriteByte", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "Equals", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipAddressOrRange", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetRootDirectoryReference", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileRange": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -492514,85 +508648,103 @@ "ReturnType": null, "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "shareAddress", + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "end", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.ShareResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "", - "ReturnType": null, + "Name": "Equals", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ { "Name": "", "ReturnType": null, "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "shares", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Storage.File.FileShareProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileShareProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.ShareResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Quota": "System.Nullable`1[System.Int32]", - "ETag": "System.String" + "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" }, "ElementType": null, "GenericTypeArguments": [], @@ -492628,27 +508780,52 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "hourMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "minuteMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.FileSharePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -492687,127 +508864,109 @@ } ] }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" - }, + "Microsoft.Azure.Storage.Blob.LeaseDuration": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Add", + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "value", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ContainsKey", - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "Remove", - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "TryGetValue", + "Name": "ToString", "Parameters": [ { - "Name": "key", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "Add", + "Name": "CompareTo", "Parameters": [ { - "Name": "item", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "Contains", + "Name": "ToString", "Parameters": [ { - "Name": "item", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "CopyTo", + "Name": "ToString", "Parameters": [ { - "Name": "array", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "arrayIndex", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Remove", + "Name": "HasFlag", "Parameters": [ { - "Name": "item", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetEnumerator", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" + "ReturnType": "System.TypeCode" }, { - "Name": "ToString", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.String" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.LeaseState": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "Equals", "Parameters": [ @@ -492824,70 +508983,68 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.String" + }, { - "Name": "PermissionsToString", + "Name": "ToString", "Parameters": [ { - "Name": "permissions", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "PermissionsFromString", + "Name": "CompareTo", "Parameters": [ { - "Name": "input", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" + "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -492895,18 +509052,12 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.LeaseStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -492998,71 +509149,26 @@ ], "Constructors": [] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" ], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileSharePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.ShareStats": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Usage": "System.Int32", - "UsageInBytes": "System.Int64" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -493079,149 +509185,105 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.ShareStats" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.String]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.String]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileDirectory": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.String" + }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "CompareTo", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginCreate", + "Name": "ToString", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndCreate", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "cancellationToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobClient": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "DefaultDelimiter": "System.String", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListContainers", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493229,92 +509291,53 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" }, { - "Name": "CreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreateIfNotExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493324,47 +509347,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Delete", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493377,10 +509390,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493403,158 +509428,118 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndListContainersSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "BeginDeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "EndDeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493564,37 +509549,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "ListBlobs", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493602,72 +509581,45 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, { - "Name": "BeginExists", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginExists", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493677,63 +509629,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "ExistsAsync", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributes", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "callback", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493756,73 +509696,70 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ListFilesAndDirectories", - "Parameters": [ + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493832,15 +509769,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ListFilesAndDirectories", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493848,29 +509801,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - { - "Name": "ListFilesAndDirectoriesSegmented", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493882,21 +509829,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493908,13 +509851,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493929,14 +509872,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493959,18 +509902,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493993,30 +509932,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListFilesAndDirectoriesSegmented", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494024,35 +509963,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494062,19 +510005,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494084,27 +510031,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494120,21 +510059,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListHandlesSegmented", + "Name": "GetUserDelegationKey", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494150,21 +510085,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "BeginListHandlesSegmented", + "Name": "BeginGetUserDelegationKey", "Parameters": [ { - "Name": "token", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetUserDelegationKey", + "Parameters": [ + { + "Name": "keyStart", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494191,28 +510144,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", + "Name": "EndGetUserDelegationKey", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "GetUserDelegationKeyAsync", "Parameters": [ { - "Name": "token", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "keyEnd", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + }, + { + "Name": "GetUserDelegationKeyAsync", + "Parameters": [ + { + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494232,51 +510195,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "token", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginGetServiceProperties", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "recursive", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494295,32 +510270,59 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "EndGetServiceProperties", "Parameters": [ { - "Name": "token", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { - "Name": "recursive", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494332,29 +510334,42 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "CloseHandleSegmented", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494362,29 +510377,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "CloseHandleSegmented", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServiceProperties", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494392,29 +510409,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "handleId", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494433,40 +510456,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndSetServiceProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "recursive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494474,29 +510487,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494508,17 +510527,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "SetServiceProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494529,7 +510548,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetServiceStats", "Parameters": [ { "Name": "callback", @@ -494543,14 +510562,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetServiceStats", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494569,39 +510584,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndGetServiceStats", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494609,17 +510620,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494631,13 +510638,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetProperties", + "Name": "GetServiceStats", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494645,45 +510652,44 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetRootContainerReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" }, { - "Name": "GetFileReference", + "Name": "GetContainerReference", "Parameters": [ { - "Name": "fileName", + "Name": "containerName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" }, { - "Name": "GetDirectoryReference", + "Name": "ExecuteBatchAsync", "Parameters": [ { - "Name": "itemName", + "Name": "batchOperation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" }, { "Name": "ToString", @@ -494717,21 +510723,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "directoryAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "directoryAbsoluteUri", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -494741,294 +510737,62 @@ "ReturnType": null, "Parameters": [ { - "Name": "directoryAbsoluteUri", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.FileDirectoryProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsServerEncrypted": "System.Boolean", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String", - "FilePermissionKey": "System.String", - "DirectoryId": "System.String", - "ParentId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + ] }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ { "Name": "", "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", "Parameters": [ { - "Name": "format", + "Name": "storageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.IListFileItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.IListFileItem": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.IListFileItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "files", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Storage.File.FileContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileContinuationToken, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" + "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ - { - "Name": "reader", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteXml", - "Parameters": [ - { - "Name": "writer", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -495063,25 +510827,14 @@ } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileHandleResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" + "Key": "System.String", + "KeySHA256": "System.String", + "EncryptionAlgorithm": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -495116,115 +510869,32 @@ { "Name": "", "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileHandle" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileHandle": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileHandle", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OpenTime": "System.DateTimeOffset", - "ClientPort": "System.Int32", - "ClientIp": "System.Net.IPAddress", - "LastReconnectTime": "System.Nullable`1[System.DateTimeOffset]", - "HandleId": "System.Nullable`1[System.UInt64]", - "Path": "System.String", - "FileId": "System.UInt64", - "ParentId": "System.UInt64", - "SessionId": "System.UInt64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", "Parameters": [ { - "Name": "obj", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + ] }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Net.IPAddress": { - "Namespace": "System.Net", - "Name": "System.Net.IPAddress", - "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.UInt64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileHandleResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "NumHandlesClosed": "System.Int32" + "Key": "Microsoft.Azure.KeyVault.Core.IKey", + "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" }, "ElementType": null, "GenericTypeArguments": [], @@ -495259,172 +510929,170 @@ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyResolver", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "Microsoft.Azure.Storage.Blob.CloudBlobContainer" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.CloudFile": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "EndStartCopy", + "Name": "Create", "Parameters": [ { - "Name": "asyncResult", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndCreate", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495436,21 +511104,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495466,21 +511126,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "copyId", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495488,15 +511158,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAbortCopy", + "Name": "BeginCreateIfNotExists", "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495509,16 +511175,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginCreateIfNotExists", "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495539,171 +511197,130 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "copyId", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AbortCopyAsync", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenRead", + "Name": "Delete", "Parameters": [ { "Name": "accessCondition", @@ -495718,10 +511335,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -495735,7 +511352,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginDelete", "Parameters": [ { "Name": "accessCondition", @@ -495761,32 +511378,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -495801,10 +511418,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -495823,15 +511440,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495845,15 +511458,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Boolean" }, { - "Name": "BeginOpenWrite", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495866,12 +511475,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495896,46 +511501,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495949,15 +511541,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495975,13 +511563,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStream", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495997,13 +511585,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496018,10 +511606,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496048,30 +511636,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496079,13 +511667,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496101,13 +511689,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496127,17 +511715,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ListBlobs", "Parameters": [ { - "Name": "target", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496147,31 +511739,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ { - "Name": "progressHandler", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadToFile", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496183,17 +511799,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496208,18 +511842,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496242,38 +511884,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496281,89 +511915,103 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496371,17 +512019,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToByteArray", + "Name": "SetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496397,17 +512041,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496422,14 +512062,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496456,38 +512092,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndSetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496495,43 +512123,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496545,23 +512143,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496576,24 +512166,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "GetPermissions", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496607,10 +512189,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "BeginDownloadText", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "callback", @@ -496624,12 +512206,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginGetPermissions", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496654,59 +512232,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndGetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496718,21 +512270,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496745,38 +512289,18 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadRangeToStream", + "Name": "Exists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496784,23 +512308,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496813,24 +512325,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496851,74 +512347,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496928,27 +512383,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496962,25 +512401,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496991,36 +512418,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497034,27 +512441,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497067,24 +512458,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497109,82 +512484,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497198,27 +512524,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497236,27 +512546,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497268,51 +512562,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497324,16 +512594,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -497347,68 +512607,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromStream", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497420,43 +512645,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndUploadFromStream", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497467,10 +512672,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497486,39 +512695,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497534,83 +512743,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndAcquireLease", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497624,23 +512817,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497655,24 +512844,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromFile", + "Name": "RenewLease", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497689,10 +512870,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497707,12 +512888,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497737,7 +512914,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -497747,20 +512924,20 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497771,12 +512948,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497793,12 +512966,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497819,10 +512988,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497836,63 +513005,21 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArray", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497905,18 +513032,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497943,68 +513062,34 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498012,29 +513097,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498048,27 +513121,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498083,28 +513144,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadText", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498121,10 +513170,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "content", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498139,16 +513188,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498173,7 +513214,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -498183,66 +513224,32 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498254,25 +513261,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498285,10 +513280,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498297,10 +513288,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Create", + "Name": "BreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498316,13 +513307,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginCreate", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498337,10 +513328,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498367,30 +513358,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498398,13 +513389,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498420,13 +513411,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498446,24 +513437,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -498477,10 +513454,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498499,35 +513476,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498535,13 +513512,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498553,275 +513530,299 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributes", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "operationContext", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginFetchAttributes", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "callback", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginFetchAttributes", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndFetchAttributes", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "asyncResult", + "Name": "delegationKey", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "FetchAttributesAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "Delete", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "accessCondition", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginDelete", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginDelete", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "accessCondition", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "callback", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "EndDelete", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "asyncResult", + "Name": "relativeAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, { - "Name": "DeleteAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "DeleteAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "operationContext", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.ICloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "DeleteIfExists", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498834,8 +513835,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498860,33 +513869,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498900,11 +513934,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498922,19 +513964,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListRanges", + "Name": "RenewLease", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498948,11 +513982,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginRenewLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498965,16 +514003,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498999,41 +514029,42 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499047,19 +514078,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499077,17 +514100,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "ChangeLease", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499103,17 +514122,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.String" }, { - "Name": "BeginListHandlesSegmented", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499140,36 +514177,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.String" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499177,13 +514216,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499199,13 +514238,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499221,33 +514260,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499259,51 +514280,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmented", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499328,26 +514329,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "handleId", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499365,11 +514400,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "BreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499383,11 +514422,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginSetProperties", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499400,8 +514443,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499426,33 +514473,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499466,11 +514526,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499488,13 +514552,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "Resize", + "Name": "AbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499513,10 +514577,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499531,10 +514595,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499561,7 +514625,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -499571,20 +514635,20 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499595,10 +514659,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499617,10 +514681,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499643,25 +514707,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -499675,14 +514721,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499701,39 +514743,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499741,17 +514779,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499763,29 +514797,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "WriteRange", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499793,87 +514811,93 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "WriteRange", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "sourceUri", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "sourceOffset", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "destOffset", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "rangeData", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", + "Name": "OpenRead", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499885,7 +514909,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499898,20 +514928,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499924,10 +514942,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499940,70 +514954,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500017,23 +514994,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500051,21 +515016,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500079,69 +515036,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destOffset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500155,15 +515102,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500182,10 +515137,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500216,7 +515171,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -500226,28 +515181,20 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500258,14 +515205,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500284,14 +515227,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500314,106 +515253,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500425,29 +515334,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500457,372 +515358,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "fileAbsoluteUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.CopyState": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.File.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.File.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "FilePermissionKey": "System.String", - "CacheControl": "System.String", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", - "ContentEncoding": "System.String", - "ContentDisposition": "System.String", - "FileId": "System.String", - "ParentId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.IO.Stream": { - "Namespace": "System.IO", - "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.IO.Stream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.IO.Stream" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileStream": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Commit", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", - "Parameters": [ - { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCommit", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFlush", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500835,7 +515411,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFlush", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -500845,113 +515421,70 @@ "ReturnType": "System.Void" }, { - "Name": "CommitAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyTo", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Flush", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "FlushAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FlushAsync", - "Parameters": [ + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500960,14 +515493,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRead", + "Name": "UploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500975,93 +515508,71 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.IAsyncResult" - }, - { - "Name": "EndRead", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ReadAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReadAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" - }, - { - "Name": "BeginWrite", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501073,10 +515584,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWrite", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -501086,14 +515597,14 @@ "ReturnType": "System.Void" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501104,14 +515615,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501126,897 +515637,282 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask" - }, - { - "Name": "Seek", - "Parameters": [ - { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "origin", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "SetLength", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Read", - "Parameters": [ - { - "Name": "buffer", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "Read", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadByte", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Write", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteByte", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.IAsyncResult": { - "Namespace": "System", - "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileRange": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.ShareResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "shares", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.ShareResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStream", "Parameters": [ { - "Name": "hourMetrics", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.LeaseDuration": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadToStreamAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "provider", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "HasFlag", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "flag", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobClient": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "DefaultDelimiter": "System.String", - "BaseUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListContainers", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502026,51 +515922,73 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListContainersSegmented", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "currentToken", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502082,65 +516000,99 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListContainersSegmented", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginListContainersSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502163,30 +516115,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListContainersSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502194,31 +516154,55 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502226,25 +516210,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502256,25 +516240,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502285,26 +516295,84 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadRangeToStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobs", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502316,43 +516384,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502364,17 +516452,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502389,26 +516485,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502431,38 +516527,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502470,29 +516582,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502504,29 +516616,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502542,19 +516654,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "Exists", "Parameters": [ { - "Name": "blobUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502562,21 +516694,46 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "EndExists", "Parameters": [ { - "Name": "blobUri", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502586,33 +516743,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502624,7 +516777,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502637,12 +516796,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502667,46 +516822,73 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadata", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502720,15 +516902,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "blobUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502741,20 +516933,63 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502766,17 +517001,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502789,24 +517056,63 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationKey", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "keyStart", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502818,41 +517124,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "Delete", "Parameters": [ { - "Name": "keyStart", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "BeginDelete", "Parameters": [ { - "Name": "keyStart", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502879,38 +517199,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetUserDelegationKey", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Void" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "keyStart", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyEnd", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "keyStart", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502930,10 +517269,32 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -502947,10 +517308,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502969,310 +517338,923 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "callback", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetServiceProperties", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "EndGetAccountProperties", + "Name": "AcquireLease", "Parameters": [ { - "Name": "asyncResult", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobProperties": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "IsIncrementalCopy": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "BlobTierInferred": "System.Nullable`1[System.Boolean]", + "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", + "Created": "System.Nullable`1[System.DateTimeOffset]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", + "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", + "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", + "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EndGetServiceProperties", + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Int32" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "cancellationToken", + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountProperties", + "Name": "HasFlag", "Parameters": [ { - "Name": "requestOptions", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetServicePropertiesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Int32" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "cancellationToken", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.String" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.String" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.RehydrationStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.RehydrationStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Boolean" }, { - "Name": "GetServiceProperties", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "CompareTo", "Parameters": [ { - "Name": "properties", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "HasFlag", "Parameters": [ { - "Name": "properties", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.StandardBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.StandardBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "requestOptions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "EndSetServiceProperties", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ToString", "Parameters": [ { - "Name": "properties", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "properties", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CopyState": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.CopyStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "properties", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "properties", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.TimeSpan]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SkuName": "System.String", + "AccountKind": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ICloudBlob" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.IListBlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.IListBlobItem": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobDirectory": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Prefix": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListBlobs", + "Parameters": [ + { + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, { - "Name": "SetServiceProperties", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "properties", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503280,11 +518262,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginListBlobsSegmented", "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -503297,10 +518283,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "requestOptions", + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503319,67 +518321,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceStats", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetServiceStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" - }, - { - "Name": "GetServiceStats", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503387,32 +518382,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetRootContainerReference", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetContainerReference", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "containerName", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" - }, - { - "Name": "ExecuteBatchAsync", - "Parameters": [ + }, { - "Name": "batchOperation", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503424,110 +518416,114 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "Equals", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "obj", + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "baseUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "", - "ReturnType": null, + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "baseUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", - "ReturnType": null, + "Name": "GetBlobReference", "Parameters": [ { - "Name": "storageUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "ToString", "Parameters": [], @@ -503562,14 +518558,13 @@ } ] }, - "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Microsoft.Azure.Storage.Blob.BlobResultSegment": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Key": "System.String", - "KeySHA256": "System.String", - "EncryptionAlgorithm": "System.String" + "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, "ElementType": null, "GenericTypeArguments": [], @@ -503602,38 +518597,57 @@ ], "Constructors": [ { - "Name": "", - "ReturnType": null, + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobs", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" + }, + { + "Name": "ReadXmlAsync", "Parameters": [ { - "Name": "key", + "Name": "reader", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WriteXml", "Parameters": [ { - "Name": "key", + "Name": "writer", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key": "Microsoft.Azure.KeyVault.Core.IKey", - "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -503664,69 +518678,61 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyResolver", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + "Microsoft.Azure.Storage.Blob.BlobResultSegment" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { + "Microsoft.Azure.Storage.Blob.CloudPageBlob": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "OpenWrite", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "accessType", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503734,31 +518740,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "BeginCreate", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503773,10 +518761,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "accessType", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503799,192 +518791,154 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "accessType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "accessType", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExists", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExists", - "Parameters": [ + }, { - "Name": "accessType", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "callback", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreateIfNotExists", - "Parameters": [ + }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "EndCreateIfNotExists", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -503994,31 +518948,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ - { - "Name": "accessType", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504030,33 +518974,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Delete", - "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504073,8 +519007,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504087,8 +519025,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504113,33 +519055,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504151,35 +519076,51 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504191,13 +519132,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504210,8 +519145,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504236,33 +519183,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504276,11 +519236,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504298,53 +519262,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "BeginGetBlobReferenceFromServer", - "Parameters": [ - { - "Name": "blobName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504360,41 +519318,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "GetBlobReferenceFromServerAsync", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504402,13 +519358,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504424,13 +519384,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504450,21 +519414,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobs", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504474,55 +519442,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" - }, - { - "Name": "ListBlobsSegmented", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504534,13 +519534,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504555,14 +519555,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504577,26 +519585,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504619,30 +519619,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504650,95 +519650,69 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" - }, - { - "Name": "ListBlobsSegmentedAsync", - "Parameters": [ - { - "Name": "prefix", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504754,13 +519728,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "permissions", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504774,97 +519752,65 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetPermissions", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetPermissions", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetPermissions", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + }, { - "Name": "permissions", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + }, { - "Name": "permissions", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504880,37 +519826,49 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504922,13 +519880,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504941,8 +519893,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504967,61 +519935,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505029,100 +519982,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndExists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505136,33 +520046,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505174,27 +520078,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginFetchAttributes", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505208,44 +520118,49 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndFetchAttributes", + "Name": "Create", "Parameters": [ { - "Name": "asyncResult", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "Create", "Parameters": [ { - "Name": "cancellationToken", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505259,33 +520174,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetMetadata", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505297,13 +520212,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505316,8 +520225,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505342,7 +520259,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", @@ -505352,13 +520269,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505367,8 +520293,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505385,8 +520315,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505407,14 +520341,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "CreateAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505428,41 +520362,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAcquireLease", + "Name": "Resize", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginResize", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505489,38 +520441,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505528,17 +520472,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505554,17 +520494,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505584,11 +520520,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "SetSequenceNumber", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505605,10 +520549,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRenewLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505623,8 +520571,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505649,7 +520605,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndSetSequenceNumber", "Parameters": [ { "Name": "asyncResult", @@ -505659,20 +520615,28 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505683,8 +520647,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505701,8 +520673,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505723,10 +520703,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "GetPageRanges", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505742,19 +520726,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRanges", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505767,10 +520743,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRanges", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505797,52 +520777,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndGetPageRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetPageRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505858,13 +520825,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505884,11 +520855,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ReleaseLease", + "Name": "GetPageRangesDiff", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505902,13 +520885,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "BeginReleaseLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505923,8 +520906,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505949,30 +520944,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndGetPageRangesDiff", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505980,11 +520975,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505998,11 +521005,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506020,13 +521039,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "BreakLease", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506042,15 +521061,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506063,10 +521078,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506093,44 +521108,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506146,13 +521152,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506172,106 +521178,71 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BeginGetAccountProperties", + "Name": "WritePages", "Parameters": [ { - "Name": "callback", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "EndGetAccountProperties", + "Name": "WritePages", "Parameters": [ { - "Name": "asyncResult", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506279,363 +521250,265 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "policy", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "policy", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "blobName", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetBlobReference", + "Name": "EndWritePages", "Parameters": [ { - "Name": "blobName", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReference", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "blobName", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ + }, { - "Name": "relativeAddress", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "obj", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "containerAddress", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "containerAddress", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "containerAddress", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.ICloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "BeginAcquireLease", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAcquireLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndAcquireLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506643,47 +521516,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506699,11 +521562,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "ClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506720,10 +521591,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRenewLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506738,8 +521613,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506764,7 +521647,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndClearPages", "Parameters": [ { "Name": "asyncResult", @@ -506774,20 +521657,28 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506798,8 +521689,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506816,8 +521715,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506838,14 +521745,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506860,36 +521771,44 @@ "ReturnType": "System.String" }, { - "Name": "BeginChangeLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginChangeLease", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506899,69 +521818,81 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshotUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506971,19 +521902,35 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506995,35 +521942,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReleaseLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507038,10 +521983,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshot", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507064,30 +522013,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507095,31 +522044,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507129,109 +522068,89 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginBreakLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507239,17 +522158,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507259,19 +522178,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "sourceSnapshotUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507287,17 +522210,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopy", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507312,10 +522231,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507330,14 +522249,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507360,7 +522275,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { "Name": "asyncResult", @@ -507370,20 +522285,20 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507394,14 +522309,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507416,14 +522327,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507441,67 +522348,6 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, { "Name": "GetAccountPropertiesAsync", "Parameters": [ @@ -507630,6 +522476,32 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "headers", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "OpenRead", "Parameters": [ @@ -507754,36 +522626,10 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507802,62 +522648,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507872,14 +522666,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507906,7 +522696,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -507916,20 +522706,20 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507940,10 +522730,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507962,10 +522752,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507988,46 +522778,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508041,31 +522795,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508076,12 +522808,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "RotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508098,12 +522826,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508116,12 +522840,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508146,7 +522866,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -508156,22 +522876,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508180,12 +522891,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508202,12 +522909,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508228,18 +522931,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508258,18 +522957,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508284,18 +522979,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508322,7 +523013,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -508332,36 +523023,28 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508372,18 +523055,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508402,18 +523081,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508436,114 +523111,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToStream", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "target", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508557,27 +523132,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508588,33 +523145,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508625,18 +523156,18 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508647,61 +523178,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508712,7 +523193,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508723,29 +523204,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508947,6 +523418,40 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, { "Name": "DownloadRangeToStream", "Parameters": [ @@ -509155,6 +523660,44 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "DownloadRangeToByteArray", "Parameters": [ @@ -509392,83 +523935,28 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Exists", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "options", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509476,19 +523964,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -509496,15 +523974,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "FetchAttributes", + "Name": "Exists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509514,10 +523988,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginExists", "Parameters": [ { "Name": "callback", @@ -509531,12 +524005,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509557,77 +524027,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "FetchAttributesAsync", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "FetchAttributesAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadata", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509637,29 +524063,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginSetMetadata", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509668,65 +524076,18 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadataAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -509742,10 +524103,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetProperties", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -509763,7 +524124,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -509777,7 +524138,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -509803,7 +524164,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -509813,12 +524174,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -509828,7 +524189,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -509846,7 +524207,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -509868,12 +524229,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509890,7 +524247,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -509904,12 +524261,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509934,7 +524287,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -509944,12 +524297,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", @@ -509959,12 +524312,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509981,12 +524330,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510007,12 +524352,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "SetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510026,10 +524367,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "callback", @@ -510043,12 +524384,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510073,879 +524410,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "IsIncrementalCopy": "System.Boolean", - "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "BlobTierInferred": "System.Nullable`1[System.Boolean]", - "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", - "Created": "System.Nullable`1[System.DateTimeOffset]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", - "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", - "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", - "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", - "ContentEncoding": "System.String", - "ContentDisposition": "System.String", - "CacheControl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.RehydrationStatus" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.RehydrationStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.StandardBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.StandardBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CopyState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.TimeSpan]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SkuName": "System.String", - "AccountKind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ICloudBlob" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.IListBlobItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.IListBlobItem": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobDirectory": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Prefix": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListBlobs", - "Parameters": [ - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "blobListingDetails", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -510957,35 +524450,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" - }, - { - "Name": "ListBlobsSegmented", - "Parameters": [ + }, { - "Name": "useFlatBlobListing", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -510997,15 +524494,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511018,22 +524511,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDelete", "Parameters": [ { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511056,56 +524541,87 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "useFlatBlobListing", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511117,25 +524633,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "useFlatBlobListing", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { - "Name": "maxResults", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511147,319 +524669,221 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Boolean" }, { - "Name": "GetBlockBlobReference", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetBlockBlobReference", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetAppendBlobReference", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetBlobReference", + "Name": "Undelete", "Parameters": [ { - "Name": "blobName", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReference", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "blobName", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "itemName", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndUndelete", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "blobs", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ + }, { - "Name": "reader", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteXml", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "writer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudPageBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OpenWrite", + "Name": "AcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511475,13 +524899,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.String" }, { - "Name": "BeginOpenWrite", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511496,10 +524924,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511526,30 +524958,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.String" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511557,13 +524997,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511579,13 +525023,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511605,45 +525053,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "RenewLease", "Parameters": [ { - "Name": "size", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511655,21 +525105,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UploadFromStream", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511683,17 +525167,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511709,21 +525211,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511737,33 +525253,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ { - "Name": "callback", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginUploadFromStream", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511771,35 +525301,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginUploadFromStream", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511811,6 +525369,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -511824,14 +525392,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511846,16 +525418,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511869,29 +525485,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511918,30 +525562,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511949,13 +525593,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511971,13 +525615,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511997,21 +525641,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512021,27 +525665,41 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512053,39 +525711,41 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndStartCopy", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512093,21 +525753,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512119,21 +525779,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512149,25 +525809,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512183,37 +525843,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512221,13 +525881,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromFile", + "Name": "AbortCopy", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512246,14 +525906,28 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFile", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512267,33 +525941,79 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "path", + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512309,25 +526029,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "path", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512354,44 +526102,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "path", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512407,13 +526146,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "path", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512433,171 +526172,402 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "path", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromFileAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArray", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobStream": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Commit", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCommit", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCommit", + "Parameters": [ + { + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "BeginFlush", "Parameters": [ { - "Name": "buffer", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFlush", + "Parameters": [ { - "Name": "count", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CommitAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "buffer", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyTo", + "Parameters": [ { - "Name": "callback", + "Name": "destination", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FlushAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FlushAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BeginRead", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512605,37 +526575,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndRead", + "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "ReadAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512643,19 +526629,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + }, + { + "Name": "BeginWrite", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512667,10 +526673,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndWrite", "Parameters": [ { "Name": "asyncResult", @@ -512680,14 +526686,14 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512698,14 +526704,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512720,56 +526726,381 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask" + }, + { + "Name": "Seek", + "Parameters": [ { - "Name": "count", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "origin", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Read", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Read", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Write", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteByte", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlobStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "start", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageDiffRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageDiffRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsClearedPageRange": "System.Boolean", + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "isCleared", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudPageBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512781,65 +527112,133 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "buffer", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "headers", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "buffer", + "Name": "delegationKey", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "OpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512851,25 +527250,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512881,21 +527282,46 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "EndOpenRead", "Parameters": [ { - "Name": "size", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512909,31 +527335,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginCreate", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "size", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginCreate", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512947,6 +527377,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -512960,14 +527400,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "premiumPageBlobTier", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512994,7 +527430,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -513004,20 +527440,20 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513028,10 +527464,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513050,10 +527486,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513076,14 +527512,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "premiumPageBlobTier", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513098,6 +527530,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513106,12 +527542,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Resize", + "Name": "RotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513128,12 +527560,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513146,12 +527574,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513176,7 +527600,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -513186,22 +527610,13 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513210,12 +527625,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513232,12 +527643,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513258,14 +527665,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumber", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513284,14 +527691,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513306,14 +527713,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513340,7 +527747,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetSequenceNumber", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -513350,28 +527757,28 @@ "ReturnType": "System.Void" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513382,14 +527789,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513408,14 +527815,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513438,14 +527845,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRanges", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513459,112 +527866,85 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "BeginGetPageRanges", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetPageRanges", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileParallelAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPageRanges", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRangesAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ { "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513590,21 +527970,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRangesDiff", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513620,13 +527996,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.Int32" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513641,18 +528021,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513679,30 +528055,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPageRangesDiff", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.Int32" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513710,21 +528094,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513740,21 +528120,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513769,18 +528175,30 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CreateSnapshot", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "metadata", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513796,11 +528214,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513813,10 +528243,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "metadata", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513843,91 +528281,98 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Void" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "metadata", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "metadata", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePages", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513941,15 +528386,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePages", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "sourceUri", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513957,87 +528406,83 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWritePages", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginWritePages", - "Parameters": [ + }, { - "Name": "pageData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ { - "Name": "contentChecksum", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514052,34 +528497,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWritePages", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514102,46 +528539,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWritePages", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514149,21 +528594,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514179,21 +528628,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514213,21 +528666,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514251,39 +528708,100 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "Exists", "Parameters": [ { - "Name": "sourceUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514297,19 +528815,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ClearPages", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "startOffset", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514326,16 +528858,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514348,16 +528872,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514382,7 +528898,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -514392,30 +528908,13 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514424,16 +528923,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514450,16 +528941,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514480,70 +528963,93 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartIncrementalCopy", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514555,55 +529061,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartIncrementalCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "sourceSnapshotUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "sourceSnapshot", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514616,18 +529118,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514650,52 +529144,79 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "Delete", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514705,7 +529226,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514718,14 +529245,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514748,78 +529275,87 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514829,31 +529365,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514865,45 +529403,50 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514913,23 +529456,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "sourceSnapshotUri", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514945,13 +529484,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPremiumBlobTier", + "Name": "Undelete", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514966,12 +529505,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginUndelete", "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514984,10 +529519,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515010,7 +529545,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", @@ -515020,22 +529555,13 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "UndeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515044,10 +529570,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515062,10 +529588,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515084,10 +529610,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515095,150 +529633,164 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndAcquireLease", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "delegationKey", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "policy", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenRead", + "Name": "RenewLease", "Parameters": [ { "Name": "accessCondition", @@ -515253,11 +529805,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginRenewLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515270,7 +529826,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -515296,32 +529852,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515336,10 +529901,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515358,13 +529923,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "ChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515380,13 +529945,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515401,10 +529970,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515431,44 +530000,34 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515476,21 +530035,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515504,19 +530059,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515531,19 +530082,15 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKey", + "Name": "ReleaseLease", "Parameters": [ { "Name": "accessCondition", @@ -515561,8 +530108,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginReleaseLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515575,7 +530126,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginReleaseLease", "Parameters": [ { "Name": "accessCondition", @@ -515601,7 +530152,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -515611,13 +530162,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515626,7 +530186,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515644,7 +530204,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515666,14 +530226,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "BreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515689,17 +530245,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515714,14 +530266,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515748,94 +530296,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515843,17 +530327,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515867,91 +530347,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileParallelAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileParallelAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515971,21 +530375,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515997,17 +530401,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516022,18 +530422,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516056,38 +530456,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516095,21 +530487,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516121,21 +530513,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516151,33 +530543,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516185,25 +530577,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStream", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516213,49 +530609,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516282,7 +530688,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -516292,58 +530698,56 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ { - "Name": "offset", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516357,23 +530761,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516387,27 +530787,29 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "target", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516423,33 +530825,46 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArray", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "blobOffset", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516465,27 +530880,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516498,30 +530923,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516540,180 +530945,214 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "cancellationToken", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "blobOffset", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "accessCondition", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "OpenWrite", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516723,10 +531162,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "BeginExists", + "Name": "BeginOpenWrite", "Parameters": [ { "Name": "callback", @@ -516740,8 +531179,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516762,47 +531205,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516810,19 +531243,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516838,11 +531267,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "FetchAttributes", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516859,22 +531292,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516886,64 +531313,35 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributesAsync", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516957,33 +531355,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetMetadata", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516996,8 +531388,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517022,7 +531422,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -517032,13 +531432,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517047,8 +531456,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517065,8 +531478,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517087,8 +531504,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517100,78 +531521,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517183,13 +531613,25 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517202,6 +531644,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517210,10 +531656,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517232,8 +531678,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517246,10 +531696,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517276,7 +531726,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -517286,13 +531736,22 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517301,10 +531760,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517323,10 +531782,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517349,10 +531808,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517366,106 +531825,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "cancellationToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "deleteSnapshotsOption", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517481,98 +531921,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Undelete", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "accessCondition", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517584,13 +532037,29 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517603,6 +532072,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517611,14 +532084,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "UploadText", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517634,17 +532107,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517659,14 +532128,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517693,56 +532162,74 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517756,19 +532243,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517783,16 +532274,24 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517806,15 +532305,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadText", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517827,8 +532322,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517853,42 +532352,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadTextAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517902,11 +532396,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517924,13 +532422,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ChangeLease", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517944,15 +532442,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginChangeLease", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517960,93 +532474,75 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginChangeLease", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518062,59 +532558,61 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReleaseLease", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -518127,18 +532625,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518153,7 +532659,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndPutBlock", "Parameters": [ { "Name": "asyncResult", @@ -518163,164 +532669,166 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518328,13 +532836,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518350,137 +532866,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ + }, { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518488,21 +533006,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518512,23 +533042,39 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518544,25 +533090,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518573,42 +533119,46 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518616,13 +533166,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "SetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518641,10 +533195,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518659,10 +533213,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518689,7 +533243,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndSetStandardBlobTier", "Parameters": [ { "Name": "asyncResult", @@ -518699,20 +533253,20 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518723,10 +533277,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518745,10 +533299,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518771,147 +533329,122 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "StartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ + }, { - "Name": "callback", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSnapshot", + "Name": "StartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "syncCopy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.String" }, { - "Name": "SnapshotAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SnapshotAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -518924,10 +533457,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518946,457 +533495,335 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "incrementalCopy", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "syncCopy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobStream": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Commit", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", - "Parameters": [ + }, { - "Name": "callback", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCommit", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFlush", - "Parameters": [ + }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndFlush", + "Name": "DownloadBlockList", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CommitAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ + }, { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ + }, { - "Name": "destination", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "CopyToAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "destination", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CopyToAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "destination", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Flush", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "EndDownloadBlockList", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "FlushAsync", + "Name": "DownloadBlockListAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "FlushAsync", + "Name": "DownloadBlockListAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "BeginRead", + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "EndRead", + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadAsync", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "ReadAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "ReadAsync", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWrite", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -519408,63 +533835,72 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWrite", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + }, + { + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -519472,351 +533908,160 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.ValueTask" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "Seek", + "Name": "PutBlockList", "Parameters": [ { - "Name": "offset", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "origin", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "SetLength", - "Parameters": [ + }, { - "Name": "value", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "Read", + "Name": "BeginPutBlockList", "Parameters": [ { - "Name": "buffer", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Read", + "Name": "BeginPutBlockList", "Parameters": [ { - "Name": "buffer", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadByte", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "Write", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteByte", + "Name": "EndPutBlockList", "Parameters": [ { - "Name": "value", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "obj", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PageRange": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "obj", + "Name": "blockList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "start", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageDiffRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PageDiffRange": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsClearedPageRange": "System.Boolean", - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "start", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isCleared", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudPageBlob" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "GetAccountPropertiesAsync", "Parameters": [ @@ -523843,22 +538088,92 @@ } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ListBlockItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.ListBlockItem": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Committed": "System.Boolean", + "Length": "System.Int64", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlob" + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -523884,6 +538199,10 @@ { "Name": "OpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523902,6 +538221,10 @@ { "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523916,6 +538239,10 @@ { "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523951,12 +538278,21 @@ }, { "Name": "OpenWriteAsync", - "Parameters": [], + "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523967,6 +538303,10 @@ { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523985,6 +538325,10 @@ { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524052,6 +538396,54 @@ ], "ReturnType": "System.Void" }, + { + "Name": "AppendFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AppendFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, { "Name": "BeginUploadFromStream", "Parameters": [ @@ -524157,68 +538549,86 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524232,19 +538642,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndUploadFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "EndAppendFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStreamAsyncHelper", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524274,10 +538716,6 @@ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" @@ -524289,10 +538727,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524307,10 +538741,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524333,10 +538763,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524363,10 +538789,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524391,100 +538813,142 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524495,10 +538959,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524517,10 +538981,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524543,10 +539007,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524573,74 +539037,72 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendFromStreamAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524656,57 +539118,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromByteArray", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524717,18 +539159,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524744,21 +539178,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "AppendFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524772,27 +539198,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "buffer", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524808,25 +539240,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadText", + "Name": "BeginAppendFromFile", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524840,16 +539286,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -524863,14 +539299,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginAppendFromFile", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524885,6 +539317,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524897,7 +539333,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -524907,64 +539343,44 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "EndAppendFromFile", "Parameters": [ { - "Name": "content", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524978,23 +539394,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525009,10 +539417,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525021,10 +539425,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525038,84 +539442,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginDownloadText", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadText", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndDownloadText", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525131,13 +539498,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525157,13 +539524,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525187,21 +539554,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlock", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525220,28 +539587,20 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlock", + "Name": "AppendFromByteArray", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceUri", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525258,56 +539617,56 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlock", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginPutBlock", - "Parameters": [ + }, { - "Name": "blockId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525322,30 +539681,28 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blockData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentChecksum", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAppendFromByteArray", + "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525360,26 +539717,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", + "Name": "BeginAppendFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525394,7 +539755,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPutBlock", + "Name": "EndAppendFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -525404,80 +539765,84 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceUri", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525485,25 +539850,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525514,26 +539869,34 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525544,26 +539907,36 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525574,18 +539947,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525604,18 +539977,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525629,69 +540002,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadText", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AppendText", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525707,21 +540098,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "PutBlockAsync", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525737,33 +540142,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "PutBlockAsync", + "Name": "EndUploadText", "Parameters": [ { - "Name": "blockId", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAppendText", + "Parameters": [ { - "Name": "sourceUri", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendText", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525778,6 +540203,44 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAppendText", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525786,26 +540249,40 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525828,18 +540305,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blockData", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525866,18 +540339,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "blockId", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525891,9 +540384,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525904,14 +540419,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTier", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525925,35 +540440,53 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "CreateOrReplace", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "BeginCreateOrReplace", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateOrReplace", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525978,7 +540511,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetStandardBlobTier", + "Name": "EndCreateOrReplace", "Parameters": [ { "Name": "asyncResult", @@ -525988,22 +540521,13 @@ "ReturnType": "System.Void" }, { - "Name": "SetStandardBlobTierAsync", - "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "CreateOrReplaceAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526012,12 +540536,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526034,16 +540554,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526064,26 +540576,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "AppendBlock", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526095,29 +540599,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int64" }, { - "Name": "StartCopy", + "Name": "AppendBlock", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentChecksum", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "syncCopy", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526137,13 +540637,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int64" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526158,18 +540658,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendBlock", + "Parameters": [ + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526192,14 +540714,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526230,20 +540760,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Int64" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + }, + { + "Name": "AppendBlockAsync", + "Parameters": [ + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526251,21 +540799,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526277,29 +540825,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526315,33 +540855,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "incrementalCopy", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "syncCopy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + }, + { + "Name": "AppendBlockAsync", + "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentMd5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526365,13 +540931,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "DownloadBlockList", + "Name": "DownloadText", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526387,10 +540953,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadBlockList", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -526404,10 +540970,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadBlockList", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526434,35 +541000,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadBlockList", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" + "ReturnType": "System.String" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526478,13 +541044,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526504,13 +541070,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshot", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "metadata", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526521,16 +541087,54 @@ "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.String" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526543,14 +541147,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526573,39 +541181,42 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526617,17 +541228,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526643,13 +541258,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockList", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526665,15 +541280,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginPutBlockList", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526686,10 +541297,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlockList", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526716,44 +541327,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPutBlockList", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "PutBlockListAsync", - "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526769,13 +541371,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526795,7 +541397,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { "Name": "GetAccountPropertiesAsync", @@ -530823,26 +545425,37 @@ } ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[System.Int64]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int64]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ListBlockItem" + "System.Int64" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.ListBlockItem": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobContainerPermissions": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Committed": "System.Boolean", - "Length": "System.Int64", - "Name": "System.String" + "PublicAccess": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", + "SharedAccessPolicies": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies" }, "ElementType": null, "GenericTypeArguments": [], @@ -530881,857 +545494,1224 @@ } ] }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" + "Item": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", + "Name": "Add", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "ContainsKey", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginOpenWrite", + "Name": "Remove", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValue", + "Parameters": [ { - "Name": "callback", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndOpenWrite", + "Name": "Add", "Parameters": [ { - "Name": "asyncResult", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", "Parameters": [ { - "Name": "createNew", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "createNew", + "Name": "array", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "arrayIndex", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "Remove", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "PermissionsFromString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "input", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions" }, { - "Name": "AppendFromStream", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "CompareTo", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginUploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAppendFromStream", + "Name": "HasFlag", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.ContainerResultSegment": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ContainerResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "containers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.UserDelegationKey": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.UserDelegationKey", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SignedStart": "System.Nullable`1[System.DateTimeOffset]", + "SignedExpiry": "System.Nullable`1[System.DateTimeOffset]", + "SignedOid": "System.Nullable`1[System.Guid]", + "SignedTid": "System.Nullable`1[System.Guid]", + "SignedService": "System.String", + "SignedVersion": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.UserDelegationKey" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Headers": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "OperationIndex": "System.Int32", + "StatusCode": "System.Net.HttpStatusCode" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.Dictionary`2[System.String,System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Net.HttpStatusCode": { + "Namespace": "System.Net", + "Name": "System.Net.HttpStatusCode", + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSDeleteRetentionPolicy", "Parameters": [ { - "Name": "asyncResult", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" }, { - "Name": "EndAppendFromStream", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsyncHelper", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Enabled": "System.Boolean", + "IndexDocument": "System.String", + "ErrorDocument404Path": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSStaticWebsiteProperties", "Parameters": [ { - "Name": "source", + "Name": "staticWebsiteProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "MaxAgeInSeconds": "System.Int32", + "AllowedOrigins": "System.String[]", + "AllowedHeaders": "System.String[]", + "ExposedHeaders": "System.String[]", + "AllowedMethods": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseCorsRules", + "Parameters": [ { - "Name": "createNew", + "Name": "corsProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" + }, + { + "Name": "ParseCorsRules", + "Parameters": [ { - "Name": "accessCondition", + "Name": "corsProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "options", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CloudStorageAccount": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DevelopmentStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "TableStorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "TableEndpoint": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Parse", + "Parameters": [ { - "Name": "operationContext", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount" + }, + { + "Name": "TryParse", + "Parameters": [ { - "Name": "progressHandler", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "tableEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "tableStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.CloudStorageAccount": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.CloudStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.CloudStorageAccount, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "DevelopmentStorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", + "BlobStorageUri": "Microsoft.Azure.Storage.StorageUri", + "QueueStorageUri": "Microsoft.Azure.Storage.StorageUri", + "TableStorageUri": "Microsoft.Azure.Storage.StorageUri", + "FileStorageUri": "Microsoft.Azure.Storage.StorageUri", + "UseV1MD5": "System.Boolean", + "BlobEndpoint": "System.Uri", + "QueueEndpoint": "System.Uri", + "TableEndpoint": "System.Uri", + "FileEndpoint": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Parse", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.CloudStorageAccount" }, { - "Name": "UploadFromStreamAsync", + "Name": "TryParse", "Parameters": [ { - "Name": "source", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "length", + "Name": "exportSecrets", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "blobEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "queueEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "tableEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "fileEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "blobStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "queueStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "tableStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "fileStorageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage", + "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", + "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "Track2OauthToken": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StorageAccountName": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "Name": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "AppendFromStreamAsync", + "Name": "Equals", "Parameters": [ { - "Name": "source", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "DefaultContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "logWriter", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + ] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AppendFromStreamAsync", + "Name": "GetToken", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "requestContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531739,29 +546719,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Core.AccessToken" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetTokenAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "requestContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531769,87 +546733,152 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]" }, { - "Name": "AppendFromStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "DefaultContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "logWriter", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Azure.Core.AccessToken": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.AccessToken", + "AssemblyQualifiedName": "Azure.Core.AccessToken, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ExpiresOn": "System.DateTimeOffset", + "Token": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "accessToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "expiresOn", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Core.AccessToken, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Core.AccessToken" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.BlobContainerClient": { + "Namespace": "Azure.Storage.Blobs", + "Name": "Azure.Storage.Blobs.BlobContainerClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobContainerClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetBlobClient", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.BlobClient" }, { - "Name": "AppendFromStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531857,33 +546886,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "AppendFromStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "options", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531891,217 +546926,187 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "UploadFromFile", + "Name": "CreateAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "AppendFromFile", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "BeginUploadFromFile", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "BeginUploadFromFile", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "BeginAppendFromFile", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "BeginAppendFromFile", + "Name": "Delete", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginAppendFromFile", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "EndUploadFromFile", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndAppendFromFile", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "UploadFromFileAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "UploadFromFileAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532109,47 +547114,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]" }, { - "Name": "UploadFromFileAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadata", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532157,29 +547146,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532187,23 +547164,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "AppendFromFileAsync", + "Name": "GetAccessPolicy", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendFromFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532211,47 +547178,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]" }, { - "Name": "AppendFromFileAsync", + "Name": "GetAccessPolicyAsync", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]" }, { - "Name": "AppendFromFileAsync", + "Name": "SetAccessPolicy", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532259,29 +547214,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "AppendFromFileAsync", + "Name": "SetAccessPolicyAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532289,349 +547236,439 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "UploadFromByteArray", + "Name": "GetBlobs", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]" }, { - "Name": "AppendFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "GetBlobsAsync", + "Parameters": [ { - "Name": "count", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "GetBlobsByHierarchy", "Parameters": [ { - "Name": "buffer", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "delimiter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "GetBlobsByHierarchyAsync", "Parameters": [ { - "Name": "buffer", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "delimiter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]" + }, + { + "Name": "UploadBlob", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "EndUploadFromByteArray", + "Name": "UploadBlobAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DeleteBlob", "Parameters": [ { - "Name": "buffer", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DeleteBlobAsync", + "Parameters": [ + { + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "snapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DeleteBlobIfExists", "Parameters": [ { - "Name": "buffer", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteBlobIfExistsAsync", + "Parameters": [ { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndAppendFromByteArray", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "count", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Azure.Storage.Blobs.BlobClient": { + "Namespace": "Azure.Storage.Blobs", + "Name": "Azure.Storage.Blobs.BlobClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Upload", + "Parameters": [ { - "Name": "accessCondition", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "Upload", + "Parameters": [ { - "Name": "options", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "Upload", + "Parameters": [ { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "options", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "progressHandler", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532639,39 +547676,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532679,63 +547712,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532743,37 +547786,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532781,199 +547824,213 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadText", + "Name": "UploadAsync", "Parameters": [ { "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AppendText", - "Parameters": [ - { - "Name": "content", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginUploadText", + "Name": "UploadAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadText", - "Parameters": [ + }, { - "Name": "content", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "WithSnapshot", + "Parameters": [ { - "Name": "callback", + "Name": "snapshot", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + }, + { + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "EndUploadText", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "BeginAppendText", + "Name": "Download", "Parameters": [ { - "Name": "content", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeGetContentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "BeginAppendText", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "callback", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "state", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndAppendText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532981,55 +548038,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ { - "Name": "options", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533037,33 +548102,43 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533071,23 +548146,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendTextAsync", - "Parameters": [ + }, { - "Name": "content", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533095,55 +548168,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendTextAsync", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "content", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "AppendTextAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "content", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533151,33 +548236,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "AppendTextAsync", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "AbortCopyFromUriAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533185,122 +548272,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateOrReplace", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginCreateOrReplace", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "callback", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginCreateOrReplace", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "accessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndCreateOrReplace", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "CreateOrReplaceAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateOrReplaceAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "CreateOrReplaceAsync", + "Name": "Undelete", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateOrReplaceAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + }, + { + "Name": "GetPropertiesAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533308,315 +548412,583 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" }, { - "Name": "AppendBlock", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "blockData", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + }, + { + "Name": "SetHttpHeadersAsync", + "Parameters": [ + { + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "AppendBlock", + "Name": "SetMetadata", "Parameters": [ { - "Name": "sourceUri", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { - "Name": "sourceContentChecksum", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "CreateSnapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "BeginAppendBlock", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockData", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" }, { - "Name": "BeginAppendBlock", + "Name": "SetAccessTier", "Parameters": [ { - "Name": "blockData", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginAppendBlock", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "blockData", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + ] }, { - "Name": "BeginAppendBlock", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "sourceUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "operationContext", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContentInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContentInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContentInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "ContentHash": "System.Byte[]", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64", + "EncryptionKeySha256": "System.String", + "EncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndAppendBlock", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.ETag": { + "Namespace": "Azure", + "Name": "Azure.ETag", + "AssemblyQualifiedName": "Azure.ETag, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Boolean" }, { - "Name": "AppendBlockAsync", + "Name": "Equals", "Parameters": [ { - "Name": "blockData", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "contentMD5", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Boolean" }, { - "Name": "AppendBlockAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "blockData", + "Name": "etag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Specialized.BlobBaseClient": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "WithSnapshot", + "Parameters": [ { - "Name": "contentMD5", + "Name": "snapshot", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + }, + { + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "blockData", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "contentMD5", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "blockData", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "blockData", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ { - "Name": "contentMD5", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533624,41 +548996,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "sourceUri", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "count", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentMd5", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533666,138 +549054,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "encoding", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginDownloadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "callback", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginDownloadText", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "encoding", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadText", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "DownloadTextAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533805,29 +549166,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "DownloadTextAsync", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "encoding", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "AbortCopyFromUriAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533835,101 +549202,125 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopy", + "Name": "Delete", "Parameters": [ { - "Name": "source", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + }, + { + "Name": "Exists", + "Parameters": [ { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { - "Name": "callback", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + }, + { + "Name": "Undelete", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopyAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533937,55 +549328,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" + }, + { + "Name": "SetHttpHeaders", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "StartCopyAsync", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "source", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "SetMetadata", + "Parameters": [ { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533993,1488 +549396,2461 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "CreateSnapshot", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "BeginCreateSnapshot", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "BeginCreateSnapshot", + "Name": "CreateSnapshotAsync", "Parameters": [ { "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + }, + { + "Name": "SetAccessTier", + "Parameters": [ + { + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndCreateSnapshot", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "accessTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateSnapshotAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.String" }, { - "Name": "CreateSnapshotAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateSnapshotAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + ] }, { - "Name": "CreateSnapshotAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + ] }, { - "Name": "GetAccountPropertiesAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + ] }, { - "Name": "GetAccountPropertiesAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + ] }, { - "Name": "GetAccountProperties", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobDownloadInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobDownloadInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Details": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "ContentHash": "System.Byte[]", + "ContentLength": "System.Int64", + "Content": "System.IO.Stream", + "ContentType": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobDownloadDetails": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadDetails, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "IsServerEncrypted": "System.Boolean", + "BlobContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "CopyCompletedOn": "System.DateTimeOffset", + "LastModified": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "BlobSequenceNumber": "System.Int64", + "CopyStatusDescription": "System.String", + "EncryptionScope": "System.String", + "CopyProgress": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String", + "ContentEncoding": "System.String", + "AcceptRanges": "System.String", + "ContentRange": "System.String", + "EncryptionKeySha256": "System.String", + "CopyId": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Azure.Storage.Blobs.Models.CopyStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "groupPolicyIdentifier", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "groupPolicyIdentifier", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipAddressOrRange", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "HasFlag", "Parameters": [ { - "Name": "delegationKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseDurationType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseDurationType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "ipAddressOrRange", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "BeginOpenRead", + "Name": "CompareTo", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginOpenRead", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndOpenRead", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.TypeCode" }, { - "Name": "OpenReadAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseState": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseState", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToStream", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "options", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndDownloadToStream", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToStreamAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessCondition", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "options", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response": { + "Namespace": "Azure", + "Name": "Azure.Response", + "AssemblyQualifiedName": "Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Headers": "Azure.Core.ResponseHeaders", + "Status": "System.Int32", + "ContentStream": "System.IO.Stream", + "ReasonPhrase": "System.String", + "ClientRequestId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FromValue", + "Parameters": [ { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "response", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[T]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Core.ResponseHeaders": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.ResponseHeaders", + "AssemblyQualifiedName": "Azure.Core.ResponseHeaders, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "System.Nullable`1[Azure.ETag]", + "Date": "System.Nullable`1[System.DateTimeOffset]", + "ContentLength": "System.Nullable`1[System.Int32]", + "ContentType": "System.String", + "RequestId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]" + }, + { + "Name": "TryGetValue", + "Parameters": [ { - "Name": "options", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValues", + "Parameters": [ { - "Name": "progressHandler", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "values", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "RotateEncryptionKey", + "Name": "Contains", "Parameters": [ { - "Name": "accessCondition", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "options", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.ETag]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.ETag]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.ETag, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.ETag" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Azure.Core.HttpHeader, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Core.HttpHeader" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Core.HttpHeader": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.HttpHeader", + "AssemblyQualifiedName": "Azure.Core.HttpHeader, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Name": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + ] + } + ] + }, + "Azure.Response`1[T]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[T]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "T" + ], + "Methods": [], + "Constructors": [] + }, + "T": { + "Namespace": "Azure", + "Name": "T", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EndRotateEncryptionKey", + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.CopyFromUriOperation": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyFromUriOperation", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "HasCompleted": "System.Boolean", + "HasValue": "System.Boolean", + "Value": "System.Int64", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRawResponse", + "Parameters": [], + "ReturnType": "Azure.Response" + }, + { + "Name": "WaitForCompletionAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "WaitForCompletionAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "pollingInterval", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "UpdateStatus", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadToFile", + "Name": "UpdateStatusAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" }, { - "Name": "BeginDownloadToFile", + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToFile", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Int64]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Int64]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Int64]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.CopyFromUriOperation" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Boolean]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Boolean]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Boolean]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "AccessTierInferred": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "IsIncrementalCopy": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "AccessTierChangedOn": "System.DateTimeOffset", + "CreatedOn": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "ContentLength": "System.Int64", + "BlobSequenceNumber": "System.Int64", + "CacheControl": "System.String", + "AccessTier": "System.String", + "EncryptionScope": "System.String", + "EncryptionKeySha256": "System.String", + "AcceptRanges": "System.String", + "ContentType": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "ContentEncoding": "System.String", + "CopyStatusDescription": "System.String", + "CopyId": "System.String", + "ArchiveStatus": "System.String", + "CopyProgress": "System.String", + "DestinationSnapshot": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadToFile", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobSnapshotInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobSnapshotInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobSnapshotInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "IsServerEncrypted": "System.Boolean", + "LastModified": "System.DateTimeOffset", + "Snapshot": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "LeaseDuration": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "LeaseState": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "LeaseStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "PublicAccess": "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "PreventEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "DefaultEncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseDurationType" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseState" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseStatus" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.PublicAccessType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.PublicAccessType" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.PublicAccessType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.PublicAccessType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.PublicAccessType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArray", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "BlobPublicAccess": "Azure.Storage.Blobs.Models.PublicAccessType", + "SignedIdentifiers": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Azure.Storage.Blobs.Models.BlobSignedIdentifier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobSignedIdentifier" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobSignedIdentifier": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobSignedIdentifier", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSignedIdentifier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessPolicy": "Azure.Storage.Blobs.Models.BlobAccessPolicy", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Azure.Storage.Blobs.Models.BlobAccessPolicy": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobAccessPolicy", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "StartsOn": "System.DateTimeOffset", + "ExpiresOn": "System.DateTimeOffset", + "Permissions": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]": { + "Namespace": "Azure", + "Name": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]", + "AssemblyQualifiedName": "Azure.Pageable`1[[Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobItem": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobItem", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Properties": "Azure.Storage.Blobs.Models.BlobItemProperties", + "Deleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Snapshot": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobItemProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobItemProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobItemProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessTierInferred": "System.Boolean", + "ContentHash": "System.Byte[]", + "ETag": "System.Nullable`1[Azure.ETag]", + "AccessTier": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]", + "ArchiveStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]", + "BlobType": "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]", + "CopyStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]", + "LeaseDuration": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "LeaseState": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "LeaseStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "IncrementalCopy": "System.Nullable`1[System.Boolean]", + "ServerEncrypted": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "CopyCompletedOn": "System.Nullable`1[System.DateTimeOffset]", + "CreatedOn": "System.Nullable`1[System.DateTimeOffset]", + "AccessTierChangedOn": "System.Nullable`1[System.DateTimeOffset]", + "DeletedOn": "System.Nullable`1[System.DateTimeOffset]", + "RemainingRetentionDays": "System.Nullable`1[System.Int32]", + "BlobSequenceNumber": "System.Nullable`1[System.Int64]", + "ContentLength": "System.Nullable`1[System.Int64]", + "CopyProgress": "System.String", + "CopyStatusDescription": "System.String", + "CopyId": "System.String", + "DestinationSnapshot": "System.String", + "CacheControl": "System.String", + "ContentDisposition": "System.String", + "ContentLanguage": "System.String", + "CustomerProvidedKeySha256": "System.String", + "EncryptionScope": "System.String", + "ContentEncoding": "System.String", + "ContentType": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.AccessTier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.AccessTier" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.AccessTier": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.AccessTier", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.AccessTier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "P4": "Azure.Storage.Blobs.Models.AccessTier", + "P6": "Azure.Storage.Blobs.Models.AccessTier", + "P10": "Azure.Storage.Blobs.Models.AccessTier", + "P15": "Azure.Storage.Blobs.Models.AccessTier", + "P20": "Azure.Storage.Blobs.Models.AccessTier", + "P30": "Azure.Storage.Blobs.Models.AccessTier", + "P40": "Azure.Storage.Blobs.Models.AccessTier", + "P50": "Azure.Storage.Blobs.Models.AccessTier", + "P60": "Azure.Storage.Blobs.Models.AccessTier", + "P70": "Azure.Storage.Blobs.Models.AccessTier", + "P80": "Azure.Storage.Blobs.Models.AccessTier", + "Hot": "Azure.Storage.Blobs.Models.AccessTier", + "Cool": "Azure.Storage.Blobs.Models.AccessTier", + "Archive": "Azure.Storage.Blobs.Models.AccessTier" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.ArchiveStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.ArchiveStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.ArchiveStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.ArchiveStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ArchiveStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndDownloadRangeToStream", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobType" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.CopyStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]": { + "Namespace": "Azure", + "Name": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]", + "AssemblyQualifiedName": "Azure.AsyncPageable`1[[Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]": { + "Namespace": "Azure", + "Name": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]", + "AssemblyQualifiedName": "Azure.Pageable`1[[Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobHierarchyItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobHierarchyItem": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobHierarchyItem", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Blob": "Azure.Storage.Blobs.Models.BlobItem", + "IsPrefix": "System.Boolean", + "IsBlob": "System.Boolean", + "Prefix": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]": { + "Namespace": "Azure", + "Name": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]", + "AssemblyQualifiedName": "Azure.AsyncPageable`1[[Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobHierarchyItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.DataLakeDirectoryClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetFileClient", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Files.DataLake.DataLakeFileClient" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetSubDirectoryClient", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "subdirectoryName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535482,163 +551858,123 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "CreateAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "Delete", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535646,71 +551982,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Rename", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535718,41 +552022,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "RenameAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535760,106 +552048,61 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]" }, { - "Name": "Exists", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "options", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "BeginExists", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ExistsAsync", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "options", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535867,21 +552110,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ExistsAsync", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535889,122 +552136,97 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "FetchAttributes", + "Name": "SetPermissions", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginFetchAttributes", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndFetchAttributes", + "Name": "GetProperties", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" }, { - "Name": "FetchAttributesAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536012,245 +552234,157 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "SetMetadata", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginSetMetadata", + "Name": "SetMetadata", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "SetMetadataAsync", + "Name": "CreateFile", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetProperties", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" }, { - "Name": "BeginSetProperties", + "Name": "CreateFileAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]" }, { - "Name": "SetPropertiesAsync", + "Name": "DeleteFile", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "SetPropertiesAsync", + "Name": "DeleteFileAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536258,138 +552392,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "Delete", + "Name": "CreateSubDirectory", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" }, { - "Name": "BeginDelete", + "Name": "CreateSubDirectoryAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDelete", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]" }, { - "Name": "DeleteAsync", + "Name": "DeleteSubDirectory", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "continuation", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "DeleteAsync", + "Name": "DeleteSubDirectoryAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuation", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536397,138 +552504,97 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DeleteIfExists", + "Name": "Create", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginDeleteIfExists", + "Name": "CreateAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "deleteSnapshotsOption", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536536,122 +552602,85 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Undelete", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginUndelete", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUndelete", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndUndelete", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "UndeleteAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "UndeleteAsync", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UndeleteAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536659,179 +552688,263 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AcquireLease", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "leaseTime", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginAcquireLease", + "Name": "Rename", "Parameters": [ { - "Name": "leaseTime", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" }, { - "Name": "BeginAcquireLease", + "Name": "RenameAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" + }, + { + "Name": "GetProperties", + "Parameters": [ { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "EndAcquireLease", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "AcquireLeaseAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + ] }, { - "Name": "AcquireLeaseAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + ] }, { - "Name": "AcquireLeaseAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "accessCondition", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + ] + } + ] + }, + "Azure.Storage.Files.DataLake.DataLakeFileClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "MaxUploadBytes": "System.Int32", + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AcquireLeaseAsync", + "Name": "Create", "Parameters": [ { - "Name": "leaseTime", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536839,95 +552952,81 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "RenewLease", + "Name": "CreateAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginRenewLease", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "EndRenewLease", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536935,39 +553034,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "RenewLeaseAsync", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536975,115 +553062,115 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "ChangeLease", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginChangeLease", + "Name": "Rename", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" }, { - "Name": "BeginChangeLease", + "Name": "RenameAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]" }, { - "Name": "EndChangeLease", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "asyncResult", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537091,47 +553178,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ChangeLeaseAsync", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537139,95 +553230,79 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "ReleaseLease", + "Name": "SetPermissions", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginReleaseLease", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndReleaseLease", + "Name": "GetProperties", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537235,39 +553310,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537275,103 +553346,95 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginBreakLease", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginBreakLease", + "Name": "Append", "Parameters": [ { - "Name": "breakPeriod", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "leaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndBreakLease", + "Name": "AppendAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "contentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "leaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537379,47 +553442,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BreakLeaseAsync", + "Name": "Flush", "Parameters": [ { - "Name": "breakPeriod", + "Name": "position", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "retainUncommittedData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "close", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BreakLeaseAsync", + "Name": "FlushAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "position", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "retainUncommittedData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "close", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537427,111 +553502,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "StartCopy", + "Name": "Read", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + }, + { + "Name": "ReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" + }, + { + "Name": "Read", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + }, + { + "Name": "ReadAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" + }, + { + "Name": "Read", + "Parameters": [ + { + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" }, { - "Name": "BeginStartCopy", + "Name": "ReadAsync", "Parameters": [ { - "Name": "source", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeGetContentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" }, { - "Name": "BeginStartCopy", + "Name": "ReadTo", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "ReadTo", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndStartCopy", + "Name": "ReadToAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537539,55 +553642,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "ReadToAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537595,33 +553694,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "StartCopyAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "Upload", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537629,37 +553752,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "StartCopyAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "Upload", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537667,103 +553810,85 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "AbortCopy", + "Name": "Upload", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "Upload", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "UploadAsync", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndAbortCopy", + "Name": "UploadAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + }, { - "Name": "copyId", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537771,47 +553896,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "Create", "Parameters": [ { - "Name": "copyId", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "copyId", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537819,138 +553964,133 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "Snapshot", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "metadata", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginSnapshot", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "metadata", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndSnapshot", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "SnapshotAsync", + "Name": "Delete", "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "metadata", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537958,68 +554098,91 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Rename", "Parameters": [ { - "Name": "requestOptions", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" }, { - "Name": "EndGetAccountProperties", + "Name": "RenameAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destinationPath", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationFileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetProperties", "Parameters": [ + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { "Name": "ToString", @@ -538053,7 +554216,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538063,11 +554226,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538077,11 +554240,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538091,15 +554254,15 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538109,15 +554272,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538127,70 +554286,129 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathInfo": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathInfo", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "", - "ReturnType": null, + "Name": "Equals", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } - ] + ], + "Constructors": [] }, - "System.Threading.Tasks.Task`1[System.Int64]": { + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int64]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Int64" + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" ], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakeFileClient" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.BlobContainerPermissions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControl" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathAccessControl": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "PublicAccess": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "SharedAccessPolicies": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies" + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "AccessControlList": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "Owner": "System.String", + "Group": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -538221,149 +554439,298 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Files.DataLake.Models.PathPermissions": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathPermissions, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Item": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" + "Owner": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "Group": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "Other": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "StickyBit": "System.Boolean", + "ExtendedAcls": "System.Boolean" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Add", + "Name": "ParseOctalPermissions", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "value", + "Name": "s", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathPermissions" }, { - "Name": "ContainsKey", + "Name": "ParseSymbolicPermissions", "Parameters": [ { - "Name": "key", + "Name": "s", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathPermissions" }, { - "Name": "Remove", + "Name": "ToOctalPermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToSymbolicPermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "key", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "TryGetValue", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "key", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "stickyBit", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "extendedInfoInAcl", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" + ] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathProperties": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathProperties", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "LeaseState": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "LeaseStatus": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "IsServerEncrypted": "System.Boolean", + "IsIncrementalCopy": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "AccessTierChangedOn": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "CreatedOn": "System.DateTimeOffset", + "ContentLength": "System.Int64", + "CopyProgress": "System.String", + "CopyId": "System.String", + "ArchiveStatus": "System.String", + "ContentType": "System.String", + "CopyStatusDescription": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "ContentLanguage": "System.String", + "CacheControl": "System.String", + "AcceptRanges": "System.String", + "EncryptionKeySha256": "System.String", + "AccessTier": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "Add", + "Name": "Equals", "Parameters": [ { - "Name": "item", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "Clear", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "Contains", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.CopyStatus": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.CopyStatus, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "item", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "CopyTo", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "array", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "arrayIndex", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Remove", + "Name": "CompareTo", "Parameters": [ { - "Name": "item", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]" + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538371,65 +554738,94 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "PermissionsToString", + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "PermissionsFromString", + "Name": "ToString", "Parameters": [ { - "Name": "input", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions" + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538437,18 +554833,12 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538540,71 +554930,14 @@ ], "Constructors": [] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.ContainerResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ContainerResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -538621,157 +554954,68 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.String" + }, { - "Name": "", - "ReturnType": null, + "Name": "ToString", "Parameters": [ { - "Name": "containers", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ContainerResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.UserDelegationKey": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.UserDelegationKey", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SignedStart": "System.Nullable`1[System.DateTimeOffset]", - "SignedExpiry": "System.Nullable`1[System.DateTimeOffset]", - "SignedOid": "System.Nullable`1[System.Guid]", - "SignedTid": "System.Nullable`1[System.Guid]", - "SignedService": "System.String", - "SignedVersion": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.UserDelegationKey" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Headers": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "OperationIndex": "System.Int32", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538781,50 +555025,43 @@ ], "Constructors": [] }, - "System.Collections.Generic.Dictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String", - "System.String" + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" ], "Methods": [], "Constructors": [] }, - "System.Net.HttpStatusCode": { - "Namespace": "System.Net", - "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.FileDownloadInfo" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.Models.FileDownloadInfo": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.FileDownloadInfo", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" + "Properties": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails", + "ContentHash": "System.Byte[]", + "ContentLength": "System.Int64", + "Content": "System.IO.Stream" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ParsePSDeleteRetentionPolicy", - "Parameters": [ - { - "Name": "deleteRetentionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" - }, { "Name": "ToString", "Parameters": [], @@ -538851,36 +555088,38 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.Models.FileDownloadDetails": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Enabled": "System.Boolean", - "IndexDocument": "System.String", - "ErrorDocument404Path": "System.String" + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "LeaseState": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "LeaseStatus": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "IsServerEncrypted": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "CopyStatusDescription": "System.String", + "EncryptionKeySha256": "System.String", + "CopyProgress": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String", + "ContentEncoding": "System.String", + "AcceptRanges": "System.String", + "ContentRange": "System.String", + "CopyId": "System.String", + "CopySource": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ParsePSStaticWebsiteProperties", - "Parameters": [ - { - "Name": "staticWebsiteProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" - }, { "Name": "ToString", "Parameters": [], @@ -538907,481 +555146,558 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "System.String[]": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakePathClient" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.DataLakePathClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakePathClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "MaxAgeInSeconds": "System.Int32", - "AllowedOrigins": "System.String[]", - "AllowedHeaders": "System.String[]", - "ExposedHeaders": "System.String[]", - "AllowedMethods": "System.String[]" + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseCorsRules", + "Name": "Create", "Parameters": [ { - "Name": "corsProperties", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" - }, - { - "Name": "ParseCorsRules", - "Parameters": [ + }, { - "Name": "corsProperties", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "Equals", + "Name": "CreateAsync", "Parameters": [ { - "Name": "obj", + "Name": "resourceType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CloudStorageAccount": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DevelopmentStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "TableStorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "TableEndpoint": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Parse", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "connectionString", + "Name": "resourceType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "TryParse", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "connectionString", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "account", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetSharedAccessSignature", + "Name": "Exists", "Parameters": [ { - "Name": "policy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "Delete", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableEndpoint", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableStorageUri", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "", - "ReturnType": null, + "Name": "Rename", "Parameters": [ { - "Name": "storageCredentials", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.CloudStorageAccount": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.CloudStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.CloudStorageAccount, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "DevelopmentStorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", - "BlobStorageUri": "Microsoft.Azure.Storage.StorageUri", - "QueueStorageUri": "Microsoft.Azure.Storage.StorageUri", - "TableStorageUri": "Microsoft.Azure.Storage.StorageUri", - "FileStorageUri": "Microsoft.Azure.Storage.StorageUri", - "UseV1MD5": "System.Boolean", - "BlobEndpoint": "System.Uri", - "QueueEndpoint": "System.Uri", - "TableEndpoint": "System.Uri", - "FileEndpoint": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" + }, { - "Name": "Parse", + "Name": "RenameAsync", "Parameters": [ { - "Name": "connectionString", + "Name": "destinationPath", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationFileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.CloudStorageAccount" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" }, { - "Name": "TryParse", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "connectionString", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "account", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "policy", + "Name": "userPrincipalName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ToString", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "exportSecrets", + "Name": "accessControlList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "owner", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "Equals", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessControlList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "owner", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "SetPermissions", "Parameters": [ { - "Name": "storageCredentials", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobEndpoint", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueEndpoint", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableEndpoint", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "fileEndpoint", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobStorageUri", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueStorageUri", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableStorageUri", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "fileStorageUri", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetProperties", "Parameters": [ { - "Name": "storageCredentials", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" + }, + { + "Name": "SetHttpHeaders", + "Parameters": [ + { + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "", - "ReturnType": null, + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage", - "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StorageAccountName": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, { "Name": "ToString", "Parameters": [], @@ -539414,16 +555730,126 @@ "ReturnType": null, "Parameters": [ { - "Name": "account", + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakeDirectoryClient" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" + ], + "Methods": [], + "Constructors": [] } } }